diff --git a/Accelerometer.cs b/Accelerometer.cs new file mode 100644 index 0000000..40729a6 --- /dev/null +++ b/Accelerometer.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace WindowsPhoneSpeedyBlupi +{ + public interface Accelerometer + { + void Start(); + void Stop(); + event EventHandler CurrentValueChanged; + } +} diff --git a/AccelerometerDummyImpl.cs b/AccelerometerDummyImpl.cs new file mode 100644 index 0000000..ffa1524 --- /dev/null +++ b/AccelerometerDummyImpl.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace WindowsPhoneSpeedyBlupi +{ + public class AccelerometerDummyImpl : Accelerometer + { + public event EventHandler CurrentValueChanged; + + public void Start() + { + //throw new AccelerometerFailedException(); + } + + public void Stop() + { + //throw new AccelerometerFailedException(); + } + } +} diff --git a/AccelerometerEventArgs.cs b/AccelerometerEventArgs.cs new file mode 100644 index 0000000..c70753e --- /dev/null +++ b/AccelerometerEventArgs.cs @@ -0,0 +1,23 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace WindowsPhoneSpeedyBlupi +{ + public class AccelerometerEventArgs : EventArgs + { + + public float X { get; } + public float Y { get; } + public float Z { get; } + + public AccelerometerEventArgs(float x, float y, float z) + { + X = x; + Y = y; + Z = z; + } + } +} diff --git a/AccelerometerFactory.cs b/AccelerometerFactory.cs new file mode 100644 index 0000000..5097a8c --- /dev/null +++ b/AccelerometerFactory.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace WindowsPhoneSpeedyBlupi +{ + public class AccelerometerFactory + { + public static Accelerometer Create() { return new AccelerometerDummyImpl(); } + } +} diff --git a/AccelerometerFailedException.cs b/AccelerometerFailedException.cs new file mode 100644 index 0000000..d388fa7 --- /dev/null +++ b/AccelerometerFailedException.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace WindowsPhoneSpeedyBlupi +{ + public class AccelerometerFailedException : Exception + { + } +} diff --git a/Content/WindowsPhoneSpeedyBlupiContent.mgcb b/Content/WindowsPhoneSpeedyBlupiContent.mgcb index c018579..f19dd51 100644 --- a/Content/WindowsPhoneSpeedyBlupiContent.mgcb +++ b/Content/WindowsPhoneSpeedyBlupiContent.mgcb @@ -3,13 +3,1135 @@ /outputDir:bin/$(Platform) /intermediateDir:obj/$(Platform) -/platform:BlazorGL +/platform:DesktopGL /config: /profile:Reach -/compress:True +/compress:False #-------------------------------- References --------------------------------# #---------------------------------- Content ---------------------------------# +#begin backgrounds/blupiyoupie.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/blupiyoupie.png + +#begin backgrounds/decor000.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor000.png + +#begin backgrounds/decor001.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor001.png + +#begin backgrounds/decor002.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor002.png + +#begin backgrounds/decor003.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor003.png + +#begin backgrounds/decor004.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor004.png + +#begin backgrounds/decor006.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor006.png + +#begin backgrounds/decor007.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor007.png + +#begin backgrounds/decor008.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor008.png + +#begin backgrounds/decor009.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor009.png + +#begin backgrounds/decor010.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor010.png + +#begin backgrounds/decor011.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor011.png + +#begin backgrounds/decor012.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor012.png + +#begin backgrounds/decor013.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor013.png + +#begin backgrounds/decor015.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor015.png + +#begin backgrounds/decor016.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor016.png + +#begin backgrounds/decor018.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor018.png + +#begin backgrounds/decor019.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor019.png + +#begin backgrounds/decor020.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor020.png + +#begin backgrounds/decor021.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor021.png + +#begin backgrounds/decor022.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor022.png + +#begin backgrounds/decor024.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor024.png + +#begin backgrounds/decor025.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor025.png + +#begin backgrounds/decor026.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor026.png + +#begin backgrounds/decor027.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor027.png + +#begin backgrounds/decor028.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor028.png + +#begin backgrounds/decor029.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor029.png + +#begin backgrounds/decor030.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor030.png + +#begin backgrounds/decor031.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/decor031.png + +#begin backgrounds/gear.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/gear.png + +#begin backgrounds/init.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/init.png + +#begin backgrounds/lost.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/lost.png + +#begin backgrounds/pause.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/pause.png + +#begin backgrounds/setup.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/setup.png + +#begin backgrounds/speedyblupi.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/speedyblupi.png + +#begin backgrounds/trial.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/trial.png + +#begin backgrounds/wait.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/wait.png + +#begin backgrounds/win.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:backgrounds/win.png + +#begin icons/blupi.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/blupi.png + +#begin icons/blupi1.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/blupi1.png + +#begin icons/button.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/button.png + +#begin icons/element.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/element.png + +#begin icons/explo.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/explo.png + +#begin icons/jauge.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/jauge.png + +#begin icons/object-m.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/object-m.png + +#begin icons/pad.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/pad.png + +#begin icons/text.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:icons/text.png + +#begin sounds/sound000.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound000.wav + +#begin sounds/sound001.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound001.wav + +#begin sounds/sound002.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound002.wav + +#begin sounds/sound003.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound003.wav + +#begin sounds/sound004.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound004.wav + +#begin sounds/sound005.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound005.wav + +#begin sounds/sound006.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound006.wav + +#begin sounds/sound007.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound007.wav + +#begin sounds/sound008.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound008.wav + +#begin sounds/sound009.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound009.wav + +#begin sounds/sound010.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound010.wav + +#begin sounds/sound011.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound011.wav + +#begin sounds/sound012.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound012.wav + +#begin sounds/sound013.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound013.wav + +#begin sounds/sound014.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound014.wav + +#begin sounds/sound015.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound015.wav + +#begin sounds/sound016.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound016.wav + +#begin sounds/sound017.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound017.wav + +#begin sounds/sound018.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound018.wav + +#begin sounds/sound019.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound019.wav + +#begin sounds/sound020.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound020.wav + +#begin sounds/sound021.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound021.wav + +#begin sounds/sound022.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound022.wav + +#begin sounds/sound023.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound023.wav + +#begin sounds/sound024.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound024.wav + +#begin sounds/sound025.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound025.wav + +#begin sounds/sound026.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound026.wav + +#begin sounds/sound027.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound027.wav + +#begin sounds/sound028.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound028.wav + +#begin sounds/sound029.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound029.wav + +#begin sounds/sound030.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound030.wav + +#begin sounds/sound031.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound031.wav + +#begin sounds/sound032.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound032.wav + +#begin sounds/sound033.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound033.wav + +#begin sounds/sound034.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound034.wav + +#begin sounds/sound035.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound035.wav + +#begin sounds/sound036.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound036.wav + +#begin sounds/sound037.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound037.wav + +#begin sounds/sound038.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound038.wav + +#begin sounds/sound039.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound039.wav + +#begin sounds/sound040.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound040.wav + +#begin sounds/sound041.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound041.wav + +#begin sounds/sound042.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound042.wav + +#begin sounds/sound043.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound043.wav + +#begin sounds/sound044.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound044.wav + +#begin sounds/sound045.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound045.wav + +#begin sounds/sound046.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound046.wav + +#begin sounds/sound047.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound047.wav + +#begin sounds/sound048.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound048.wav + +#begin sounds/sound049.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound049.wav + +#begin sounds/sound050.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound050.wav + +#begin sounds/sound051.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound051.wav + +#begin sounds/sound052.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound052.wav + +#begin sounds/sound053.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound053.wav + +#begin sounds/sound054.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound054.wav + +#begin sounds/sound055.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound055.wav + +#begin sounds/sound056.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound056.wav + +#begin sounds/sound057.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound057.wav + +#begin sounds/sound058.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound058.wav + +#begin sounds/sound059.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound059.wav + +#begin sounds/sound060.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound060.wav + +#begin sounds/sound061.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound061.wav + +#begin sounds/sound062.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound062.wav + +#begin sounds/sound063.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound063.wav + +#begin sounds/sound064.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound064.wav + +#begin sounds/sound065.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound065.wav + +#begin sounds/sound066.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound066.wav + +#begin sounds/sound067.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound067.wav + +#begin sounds/sound068.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound068.wav + +#begin sounds/sound069.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound069.wav + +#begin sounds/sound070.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound070.wav + +#begin sounds/sound071.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound071.wav + +#begin sounds/sound072.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound072.wav + +#begin sounds/sound073.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound073.wav + +#begin sounds/sound074.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound074.wav + +#begin sounds/sound075.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound075.wav + +#begin sounds/sound076.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound076.wav + +#begin sounds/sound077.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound077.wav + +#begin sounds/sound078.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound078.wav + +#begin sounds/sound079.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound079.wav + +#begin sounds/sound080.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound080.wav + +#begin sounds/sound081.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound081.wav + +#begin sounds/sound082.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound082.wav + +#begin sounds/sound083.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound083.wav + +#begin sounds/sound084.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound084.wav + +#begin sounds/sound085.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound085.wav + +#begin sounds/sound086.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound086.wav + +#begin sounds/sound087.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound087.wav + +#begin sounds/sound088.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound088.wav + +#begin sounds/sound089.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound089.wav + +#begin sounds/sound090.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound090.wav + +#begin sounds/sound091.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound091.wav + +#begin sounds/sound092.wav +/importer:WavImporter +/processor:SoundEffectProcessor +/processorParam:Quality=Best +/build:sounds/sound092.wav + diff --git a/Content/backgrounds/blupiyoupie.png b/Content/backgrounds/blupiyoupie.png new file mode 100644 index 0000000..587d17f Binary files /dev/null and b/Content/backgrounds/blupiyoupie.png differ diff --git a/Content/backgrounds/decor000.png b/Content/backgrounds/decor000.png new file mode 100644 index 0000000..e090297 Binary files /dev/null and b/Content/backgrounds/decor000.png differ diff --git a/Content/backgrounds/decor001.png b/Content/backgrounds/decor001.png new file mode 100644 index 0000000..ddc36ba Binary files /dev/null and b/Content/backgrounds/decor001.png differ diff --git a/Content/backgrounds/decor002.png b/Content/backgrounds/decor002.png new file mode 100644 index 0000000..1a57d5e Binary files /dev/null and b/Content/backgrounds/decor002.png differ diff --git a/Content/backgrounds/decor003.png b/Content/backgrounds/decor003.png new file mode 100644 index 0000000..60fd537 Binary files /dev/null and b/Content/backgrounds/decor003.png differ diff --git a/Content/backgrounds/decor004.png b/Content/backgrounds/decor004.png new file mode 100644 index 0000000..1a06809 Binary files /dev/null and b/Content/backgrounds/decor004.png differ diff --git a/Content/backgrounds/decor006.png b/Content/backgrounds/decor006.png new file mode 100644 index 0000000..838c042 Binary files /dev/null and b/Content/backgrounds/decor006.png differ diff --git a/Content/backgrounds/decor007.png b/Content/backgrounds/decor007.png new file mode 100644 index 0000000..1d576f9 Binary files /dev/null and b/Content/backgrounds/decor007.png differ diff --git a/Content/backgrounds/decor008.png b/Content/backgrounds/decor008.png new file mode 100644 index 0000000..f5c59d4 Binary files /dev/null and b/Content/backgrounds/decor008.png differ diff --git a/Content/backgrounds/decor009.png b/Content/backgrounds/decor009.png new file mode 100644 index 0000000..f587fbf Binary files /dev/null and b/Content/backgrounds/decor009.png differ diff --git a/Content/backgrounds/decor010.png b/Content/backgrounds/decor010.png new file mode 100644 index 0000000..bd9c26f Binary files /dev/null and b/Content/backgrounds/decor010.png differ diff --git a/Content/backgrounds/decor011.png b/Content/backgrounds/decor011.png new file mode 100644 index 0000000..9f6d280 Binary files /dev/null and b/Content/backgrounds/decor011.png differ diff --git a/Content/backgrounds/decor012.png b/Content/backgrounds/decor012.png new file mode 100644 index 0000000..395f57c Binary files /dev/null and b/Content/backgrounds/decor012.png differ diff --git a/Content/backgrounds/decor013.png b/Content/backgrounds/decor013.png new file mode 100644 index 0000000..4b19986 Binary files /dev/null and b/Content/backgrounds/decor013.png differ diff --git a/Content/backgrounds/decor015.png b/Content/backgrounds/decor015.png new file mode 100644 index 0000000..9297f2e Binary files /dev/null and b/Content/backgrounds/decor015.png differ diff --git a/Content/backgrounds/decor016.png b/Content/backgrounds/decor016.png new file mode 100644 index 0000000..11c7ead Binary files /dev/null and b/Content/backgrounds/decor016.png differ diff --git a/Content/backgrounds/decor018.png b/Content/backgrounds/decor018.png new file mode 100644 index 0000000..d4da25f Binary files /dev/null and b/Content/backgrounds/decor018.png differ diff --git a/Content/backgrounds/decor019.png b/Content/backgrounds/decor019.png new file mode 100644 index 0000000..a459b26 Binary files /dev/null and b/Content/backgrounds/decor019.png differ diff --git a/Content/backgrounds/decor020.png b/Content/backgrounds/decor020.png new file mode 100644 index 0000000..2f9d149 Binary files /dev/null and b/Content/backgrounds/decor020.png differ diff --git a/Content/backgrounds/decor021.png b/Content/backgrounds/decor021.png new file mode 100644 index 0000000..91889fb Binary files /dev/null and b/Content/backgrounds/decor021.png differ diff --git a/Content/backgrounds/decor022.png b/Content/backgrounds/decor022.png new file mode 100644 index 0000000..4aae7ec Binary files /dev/null and b/Content/backgrounds/decor022.png differ diff --git a/Content/backgrounds/decor024.png b/Content/backgrounds/decor024.png new file mode 100644 index 0000000..01c9b83 Binary files /dev/null and b/Content/backgrounds/decor024.png differ diff --git a/Content/backgrounds/decor025.png b/Content/backgrounds/decor025.png new file mode 100644 index 0000000..7fea996 Binary files /dev/null and b/Content/backgrounds/decor025.png differ diff --git a/Content/backgrounds/decor026.png b/Content/backgrounds/decor026.png new file mode 100644 index 0000000..b742335 Binary files /dev/null and b/Content/backgrounds/decor026.png differ diff --git a/Content/backgrounds/decor027.png b/Content/backgrounds/decor027.png new file mode 100644 index 0000000..bce795e Binary files /dev/null and b/Content/backgrounds/decor027.png differ diff --git a/Content/backgrounds/decor028.png b/Content/backgrounds/decor028.png new file mode 100644 index 0000000..9f0b581 Binary files /dev/null and b/Content/backgrounds/decor028.png differ diff --git a/Content/backgrounds/decor029.png b/Content/backgrounds/decor029.png new file mode 100644 index 0000000..86d0d25 Binary files /dev/null and b/Content/backgrounds/decor029.png differ diff --git a/Content/backgrounds/decor030.png b/Content/backgrounds/decor030.png new file mode 100644 index 0000000..e3101a4 Binary files /dev/null and b/Content/backgrounds/decor030.png differ diff --git a/Content/backgrounds/decor031.png b/Content/backgrounds/decor031.png new file mode 100644 index 0000000..c84f842 Binary files /dev/null and b/Content/backgrounds/decor031.png differ diff --git a/Content/backgrounds/gear.png b/Content/backgrounds/gear.png new file mode 100644 index 0000000..f48b63a Binary files /dev/null and b/Content/backgrounds/gear.png differ diff --git a/Content/backgrounds/init.png b/Content/backgrounds/init.png new file mode 100644 index 0000000..abe5f04 Binary files /dev/null and b/Content/backgrounds/init.png differ diff --git a/Content/backgrounds/lost.png b/Content/backgrounds/lost.png new file mode 100644 index 0000000..97a51e3 Binary files /dev/null and b/Content/backgrounds/lost.png differ diff --git a/Content/backgrounds/pause.png b/Content/backgrounds/pause.png new file mode 100644 index 0000000..fe50f94 Binary files /dev/null and b/Content/backgrounds/pause.png differ diff --git a/Content/backgrounds/setup.png b/Content/backgrounds/setup.png new file mode 100644 index 0000000..17a7009 Binary files /dev/null and b/Content/backgrounds/setup.png differ diff --git a/Content/backgrounds/speedyblupi.png b/Content/backgrounds/speedyblupi.png new file mode 100644 index 0000000..015ae72 Binary files /dev/null and b/Content/backgrounds/speedyblupi.png differ diff --git a/Content/backgrounds/trial.png b/Content/backgrounds/trial.png new file mode 100644 index 0000000..cb2cff3 Binary files /dev/null and b/Content/backgrounds/trial.png differ diff --git a/Content/backgrounds/wait.png b/Content/backgrounds/wait.png new file mode 100644 index 0000000..183e70c Binary files /dev/null and b/Content/backgrounds/wait.png differ diff --git a/Content/backgrounds/win.png b/Content/backgrounds/win.png new file mode 100644 index 0000000..1f30f17 Binary files /dev/null and b/Content/backgrounds/win.png differ diff --git a/Content/icons/blupi.png b/Content/icons/blupi.png new file mode 100644 index 0000000..d3bb773 Binary files /dev/null and b/Content/icons/blupi.png differ diff --git a/Content/icons/blupi1.png b/Content/icons/blupi1.png new file mode 100644 index 0000000..4ab9a2d Binary files /dev/null and b/Content/icons/blupi1.png differ diff --git a/Content/icons/button.png b/Content/icons/button.png new file mode 100644 index 0000000..07a3982 Binary files /dev/null and b/Content/icons/button.png differ diff --git a/Content/icons/element.png b/Content/icons/element.png new file mode 100644 index 0000000..30bdcea Binary files /dev/null and b/Content/icons/element.png differ diff --git a/Content/icons/explo.png b/Content/icons/explo.png new file mode 100644 index 0000000..90c0321 Binary files /dev/null and b/Content/icons/explo.png differ diff --git a/Content/icons/jauge.png b/Content/icons/jauge.png new file mode 100644 index 0000000..64e1cb5 Binary files /dev/null and b/Content/icons/jauge.png differ diff --git a/Content/icons/object-m.png b/Content/icons/object-m.png new file mode 100644 index 0000000..2477399 Binary files /dev/null and b/Content/icons/object-m.png differ diff --git a/Content/icons/pad.png b/Content/icons/pad.png new file mode 100644 index 0000000..4cf0c85 Binary files /dev/null and b/Content/icons/pad.png differ diff --git a/Content/icons/text.png b/Content/icons/text.png new file mode 100644 index 0000000..45fbe2d Binary files /dev/null and b/Content/icons/text.png differ diff --git a/Content/sounds/sound000.wav b/Content/sounds/sound000.wav new file mode 100644 index 0000000..1f13595 Binary files /dev/null and b/Content/sounds/sound000.wav differ diff --git a/Content/sounds/sound001.wav b/Content/sounds/sound001.wav new file mode 100644 index 0000000..90127ae Binary files /dev/null and b/Content/sounds/sound001.wav differ diff --git a/Content/sounds/sound002.wav b/Content/sounds/sound002.wav new file mode 100644 index 0000000..04c0bcb Binary files /dev/null and b/Content/sounds/sound002.wav differ diff --git a/Content/sounds/sound003.wav b/Content/sounds/sound003.wav new file mode 100644 index 0000000..886f221 Binary files /dev/null and b/Content/sounds/sound003.wav differ diff --git a/Content/sounds/sound004.wav b/Content/sounds/sound004.wav new file mode 100644 index 0000000..59db531 Binary files /dev/null and b/Content/sounds/sound004.wav differ diff --git a/Content/sounds/sound005.wav b/Content/sounds/sound005.wav new file mode 100644 index 0000000..63da265 Binary files /dev/null and b/Content/sounds/sound005.wav differ diff --git a/Content/sounds/sound006.wav b/Content/sounds/sound006.wav new file mode 100644 index 0000000..9f394f0 Binary files /dev/null and b/Content/sounds/sound006.wav differ diff --git a/Content/sounds/sound007.wav b/Content/sounds/sound007.wav new file mode 100644 index 0000000..79378f7 Binary files /dev/null and b/Content/sounds/sound007.wav differ diff --git a/Content/sounds/sound008.wav b/Content/sounds/sound008.wav new file mode 100644 index 0000000..7c9d778 Binary files /dev/null and b/Content/sounds/sound008.wav differ diff --git a/Content/sounds/sound009.wav b/Content/sounds/sound009.wav new file mode 100644 index 0000000..80165e6 Binary files /dev/null and b/Content/sounds/sound009.wav differ diff --git a/Content/sounds/sound010.wav b/Content/sounds/sound010.wav new file mode 100644 index 0000000..e1d0133 Binary files /dev/null and b/Content/sounds/sound010.wav differ diff --git a/Content/sounds/sound011.wav b/Content/sounds/sound011.wav new file mode 100644 index 0000000..894417c Binary files /dev/null and b/Content/sounds/sound011.wav differ diff --git a/Content/sounds/sound012.wav b/Content/sounds/sound012.wav new file mode 100644 index 0000000..23871c4 Binary files /dev/null and b/Content/sounds/sound012.wav differ diff --git a/Content/sounds/sound013.wav b/Content/sounds/sound013.wav new file mode 100644 index 0000000..82fde31 Binary files /dev/null and b/Content/sounds/sound013.wav differ diff --git a/Content/sounds/sound014.wav b/Content/sounds/sound014.wav new file mode 100644 index 0000000..6eb6bbb Binary files /dev/null and b/Content/sounds/sound014.wav differ diff --git a/Content/sounds/sound015.wav b/Content/sounds/sound015.wav new file mode 100644 index 0000000..d41321a Binary files /dev/null and b/Content/sounds/sound015.wav differ diff --git a/Content/sounds/sound016.wav b/Content/sounds/sound016.wav new file mode 100644 index 0000000..f8c233d Binary files /dev/null and b/Content/sounds/sound016.wav differ diff --git a/Content/sounds/sound017.wav b/Content/sounds/sound017.wav new file mode 100644 index 0000000..d0fec4b Binary files /dev/null and b/Content/sounds/sound017.wav differ diff --git a/Content/sounds/sound018.wav b/Content/sounds/sound018.wav new file mode 100644 index 0000000..5de864a Binary files /dev/null and b/Content/sounds/sound018.wav differ diff --git a/Content/sounds/sound019.wav b/Content/sounds/sound019.wav new file mode 100644 index 0000000..f6d4a1c Binary files /dev/null and b/Content/sounds/sound019.wav differ diff --git a/Content/sounds/sound020.wav b/Content/sounds/sound020.wav new file mode 100644 index 0000000..c3458a7 Binary files /dev/null and b/Content/sounds/sound020.wav differ diff --git a/Content/sounds/sound021.wav b/Content/sounds/sound021.wav new file mode 100644 index 0000000..d06a7b5 Binary files /dev/null and b/Content/sounds/sound021.wav differ diff --git a/Content/sounds/sound022.wav b/Content/sounds/sound022.wav new file mode 100644 index 0000000..8006280 Binary files /dev/null and b/Content/sounds/sound022.wav differ diff --git a/Content/sounds/sound023.wav b/Content/sounds/sound023.wav new file mode 100644 index 0000000..7932438 Binary files /dev/null and b/Content/sounds/sound023.wav differ diff --git a/Content/sounds/sound024.wav b/Content/sounds/sound024.wav new file mode 100644 index 0000000..d98ba8f Binary files /dev/null and b/Content/sounds/sound024.wav differ diff --git a/Content/sounds/sound025.wav b/Content/sounds/sound025.wav new file mode 100644 index 0000000..485b053 Binary files /dev/null and b/Content/sounds/sound025.wav differ diff --git a/Content/sounds/sound026.wav b/Content/sounds/sound026.wav new file mode 100644 index 0000000..3b99356 Binary files /dev/null and b/Content/sounds/sound026.wav differ diff --git a/Content/sounds/sound027.wav b/Content/sounds/sound027.wav new file mode 100644 index 0000000..d062b1b Binary files /dev/null and b/Content/sounds/sound027.wav differ diff --git a/Content/sounds/sound028.wav b/Content/sounds/sound028.wav new file mode 100644 index 0000000..f8e19fd Binary files /dev/null and b/Content/sounds/sound028.wav differ diff --git a/Content/sounds/sound029.wav b/Content/sounds/sound029.wav new file mode 100644 index 0000000..2fc3051 Binary files /dev/null and b/Content/sounds/sound029.wav differ diff --git a/Content/sounds/sound030.wav b/Content/sounds/sound030.wav new file mode 100644 index 0000000..6fb4166 Binary files /dev/null and b/Content/sounds/sound030.wav differ diff --git a/Content/sounds/sound031.wav b/Content/sounds/sound031.wav new file mode 100644 index 0000000..74ccb0d Binary files /dev/null and b/Content/sounds/sound031.wav differ diff --git a/Content/sounds/sound032.wav b/Content/sounds/sound032.wav new file mode 100644 index 0000000..cb95915 Binary files /dev/null and b/Content/sounds/sound032.wav differ diff --git a/Content/sounds/sound033.wav b/Content/sounds/sound033.wav new file mode 100644 index 0000000..7eb281a Binary files /dev/null and b/Content/sounds/sound033.wav differ diff --git a/Content/sounds/sound034.wav b/Content/sounds/sound034.wav new file mode 100644 index 0000000..2613487 Binary files /dev/null and b/Content/sounds/sound034.wav differ diff --git a/Content/sounds/sound035.wav b/Content/sounds/sound035.wav new file mode 100644 index 0000000..1a45f28 Binary files /dev/null and b/Content/sounds/sound035.wav differ diff --git a/Content/sounds/sound036.wav b/Content/sounds/sound036.wav new file mode 100644 index 0000000..a2db2b9 Binary files /dev/null and b/Content/sounds/sound036.wav differ diff --git a/Content/sounds/sound037.wav b/Content/sounds/sound037.wav new file mode 100644 index 0000000..d2069a8 Binary files /dev/null and b/Content/sounds/sound037.wav differ diff --git a/Content/sounds/sound038.wav b/Content/sounds/sound038.wav new file mode 100644 index 0000000..89d698a Binary files /dev/null and b/Content/sounds/sound038.wav differ diff --git a/Content/sounds/sound039.wav b/Content/sounds/sound039.wav new file mode 100644 index 0000000..8da8173 Binary files /dev/null and b/Content/sounds/sound039.wav differ diff --git a/Content/sounds/sound040.wav b/Content/sounds/sound040.wav new file mode 100644 index 0000000..fa61a3b Binary files /dev/null and b/Content/sounds/sound040.wav differ diff --git a/Content/sounds/sound041.wav b/Content/sounds/sound041.wav new file mode 100644 index 0000000..502243f Binary files /dev/null and b/Content/sounds/sound041.wav differ diff --git a/Content/sounds/sound042.wav b/Content/sounds/sound042.wav new file mode 100644 index 0000000..e70cc01 Binary files /dev/null and b/Content/sounds/sound042.wav differ diff --git a/Content/sounds/sound043.wav b/Content/sounds/sound043.wav new file mode 100644 index 0000000..8cf4f68 Binary files /dev/null and b/Content/sounds/sound043.wav differ diff --git a/Content/sounds/sound044.wav b/Content/sounds/sound044.wav new file mode 100644 index 0000000..fa9155f Binary files /dev/null and b/Content/sounds/sound044.wav differ diff --git a/Content/sounds/sound045.wav b/Content/sounds/sound045.wav new file mode 100644 index 0000000..e4b847b Binary files /dev/null and b/Content/sounds/sound045.wav differ diff --git a/Content/sounds/sound046.wav b/Content/sounds/sound046.wav new file mode 100644 index 0000000..a737eb3 Binary files /dev/null and b/Content/sounds/sound046.wav differ diff --git a/Content/sounds/sound047.wav b/Content/sounds/sound047.wav new file mode 100644 index 0000000..8ce1fb6 Binary files /dev/null and b/Content/sounds/sound047.wav differ diff --git a/Content/sounds/sound048.wav b/Content/sounds/sound048.wav new file mode 100644 index 0000000..5744981 Binary files /dev/null and b/Content/sounds/sound048.wav differ diff --git a/Content/sounds/sound049.wav b/Content/sounds/sound049.wav new file mode 100644 index 0000000..c3a5041 Binary files /dev/null and b/Content/sounds/sound049.wav differ diff --git a/Content/sounds/sound050.wav b/Content/sounds/sound050.wav new file mode 100644 index 0000000..ae53af0 Binary files /dev/null and b/Content/sounds/sound050.wav differ diff --git a/Content/sounds/sound051.wav b/Content/sounds/sound051.wav new file mode 100644 index 0000000..01c659c Binary files /dev/null and b/Content/sounds/sound051.wav differ diff --git a/Content/sounds/sound052.wav b/Content/sounds/sound052.wav new file mode 100644 index 0000000..1c4ccb5 Binary files /dev/null and b/Content/sounds/sound052.wav differ diff --git a/Content/sounds/sound053.wav b/Content/sounds/sound053.wav new file mode 100644 index 0000000..81ca3d1 Binary files /dev/null and b/Content/sounds/sound053.wav differ diff --git a/Content/sounds/sound054.wav b/Content/sounds/sound054.wav new file mode 100644 index 0000000..63585d1 Binary files /dev/null and b/Content/sounds/sound054.wav differ diff --git a/Content/sounds/sound055.wav b/Content/sounds/sound055.wav new file mode 100644 index 0000000..4ce8d42 Binary files /dev/null and b/Content/sounds/sound055.wav differ diff --git a/Content/sounds/sound056.wav b/Content/sounds/sound056.wav new file mode 100644 index 0000000..ae3c258 Binary files /dev/null and b/Content/sounds/sound056.wav differ diff --git a/Content/sounds/sound057.wav b/Content/sounds/sound057.wav new file mode 100644 index 0000000..23f2f33 Binary files /dev/null and b/Content/sounds/sound057.wav differ diff --git a/Content/sounds/sound058.wav b/Content/sounds/sound058.wav new file mode 100644 index 0000000..4e3bd8b Binary files /dev/null and b/Content/sounds/sound058.wav differ diff --git a/Content/sounds/sound059.wav b/Content/sounds/sound059.wav new file mode 100644 index 0000000..aa6d0fd Binary files /dev/null and b/Content/sounds/sound059.wav differ diff --git a/Content/sounds/sound060.wav b/Content/sounds/sound060.wav new file mode 100644 index 0000000..8cd08ca Binary files /dev/null and b/Content/sounds/sound060.wav differ diff --git a/Content/sounds/sound061.wav b/Content/sounds/sound061.wav new file mode 100644 index 0000000..9b80f85 Binary files /dev/null and b/Content/sounds/sound061.wav differ diff --git a/Content/sounds/sound062.wav b/Content/sounds/sound062.wav new file mode 100644 index 0000000..8a2c1ae Binary files /dev/null and b/Content/sounds/sound062.wav differ diff --git a/Content/sounds/sound063.wav b/Content/sounds/sound063.wav new file mode 100644 index 0000000..e7481bb Binary files /dev/null and b/Content/sounds/sound063.wav differ diff --git a/Content/sounds/sound064.wav b/Content/sounds/sound064.wav new file mode 100644 index 0000000..d3915bd Binary files /dev/null and b/Content/sounds/sound064.wav differ diff --git a/Content/sounds/sound065.wav b/Content/sounds/sound065.wav new file mode 100644 index 0000000..98fc64b Binary files /dev/null and b/Content/sounds/sound065.wav differ diff --git a/Content/sounds/sound066.wav b/Content/sounds/sound066.wav new file mode 100644 index 0000000..2d20399 Binary files /dev/null and b/Content/sounds/sound066.wav differ diff --git a/Content/sounds/sound067.wav b/Content/sounds/sound067.wav new file mode 100644 index 0000000..6e662c0 Binary files /dev/null and b/Content/sounds/sound067.wav differ diff --git a/Content/sounds/sound068.wav b/Content/sounds/sound068.wav new file mode 100644 index 0000000..bd31eb7 Binary files /dev/null and b/Content/sounds/sound068.wav differ diff --git a/Content/sounds/sound069.wav b/Content/sounds/sound069.wav new file mode 100644 index 0000000..ee4379b Binary files /dev/null and b/Content/sounds/sound069.wav differ diff --git a/Content/sounds/sound070.wav b/Content/sounds/sound070.wav new file mode 100644 index 0000000..4d830c7 Binary files /dev/null and b/Content/sounds/sound070.wav differ diff --git a/Content/sounds/sound071.wav b/Content/sounds/sound071.wav new file mode 100644 index 0000000..87595a5 Binary files /dev/null and b/Content/sounds/sound071.wav differ diff --git a/Content/sounds/sound072.wav b/Content/sounds/sound072.wav new file mode 100644 index 0000000..738ecdf Binary files /dev/null and b/Content/sounds/sound072.wav differ diff --git a/Content/sounds/sound073.wav b/Content/sounds/sound073.wav new file mode 100644 index 0000000..6edba5a Binary files /dev/null and b/Content/sounds/sound073.wav differ diff --git a/Content/sounds/sound074.wav b/Content/sounds/sound074.wav new file mode 100644 index 0000000..aecddce Binary files /dev/null and b/Content/sounds/sound074.wav differ diff --git a/Content/sounds/sound075.wav b/Content/sounds/sound075.wav new file mode 100644 index 0000000..8eca674 Binary files /dev/null and b/Content/sounds/sound075.wav differ diff --git a/Content/sounds/sound076.wav b/Content/sounds/sound076.wav new file mode 100644 index 0000000..317ef4e Binary files /dev/null and b/Content/sounds/sound076.wav differ diff --git a/Content/sounds/sound077.wav b/Content/sounds/sound077.wav new file mode 100644 index 0000000..0f09db1 Binary files /dev/null and b/Content/sounds/sound077.wav differ diff --git a/Content/sounds/sound078.wav b/Content/sounds/sound078.wav new file mode 100644 index 0000000..ee5c1d8 Binary files /dev/null and b/Content/sounds/sound078.wav differ diff --git a/Content/sounds/sound079.wav b/Content/sounds/sound079.wav new file mode 100644 index 0000000..a675dd3 Binary files /dev/null and b/Content/sounds/sound079.wav differ diff --git a/Content/sounds/sound080.wav b/Content/sounds/sound080.wav new file mode 100644 index 0000000..1ec927e Binary files /dev/null and b/Content/sounds/sound080.wav differ diff --git a/Content/sounds/sound081.wav b/Content/sounds/sound081.wav new file mode 100644 index 0000000..c7fc6bc Binary files /dev/null and b/Content/sounds/sound081.wav differ diff --git a/Content/sounds/sound082.wav b/Content/sounds/sound082.wav new file mode 100644 index 0000000..cfb86f2 Binary files /dev/null and b/Content/sounds/sound082.wav differ diff --git a/Content/sounds/sound083.wav b/Content/sounds/sound083.wav new file mode 100644 index 0000000..22e8528 Binary files /dev/null and b/Content/sounds/sound083.wav differ diff --git a/Content/sounds/sound084.wav b/Content/sounds/sound084.wav new file mode 100644 index 0000000..8870344 Binary files /dev/null and b/Content/sounds/sound084.wav differ diff --git a/Content/sounds/sound085.wav b/Content/sounds/sound085.wav new file mode 100644 index 0000000..d70ecea Binary files /dev/null and b/Content/sounds/sound085.wav differ diff --git a/Content/sounds/sound086.wav b/Content/sounds/sound086.wav new file mode 100644 index 0000000..c548ae9 Binary files /dev/null and b/Content/sounds/sound086.wav differ diff --git a/Content/sounds/sound087.wav b/Content/sounds/sound087.wav new file mode 100644 index 0000000..3d8cb1a Binary files /dev/null and b/Content/sounds/sound087.wav differ diff --git a/Content/sounds/sound088.wav b/Content/sounds/sound088.wav new file mode 100644 index 0000000..a21cca5 Binary files /dev/null and b/Content/sounds/sound088.wav differ diff --git a/Content/sounds/sound089.wav b/Content/sounds/sound089.wav new file mode 100644 index 0000000..a4dfd19 Binary files /dev/null and b/Content/sounds/sound089.wav differ diff --git a/Content/sounds/sound090.wav b/Content/sounds/sound090.wav new file mode 100644 index 0000000..8b86ac8 Binary files /dev/null and b/Content/sounds/sound090.wav differ diff --git a/Content/sounds/sound091.wav b/Content/sounds/sound091.wav new file mode 100644 index 0000000..88ca26b Binary files /dev/null and b/Content/sounds/sound091.wav differ diff --git a/Content/sounds/sound092.wav b/Content/sounds/sound092.wav new file mode 100644 index 0000000..2e4953f Binary files /dev/null and b/Content/sounds/sound092.wav differ diff --git a/Decor.cs b/Decor.cs new file mode 100644 index 0000000..2d236d7 --- /dev/null +++ b/Decor.cs @@ -0,0 +1,10597 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Decor +using System; +using System.Collections.Generic; +using Microsoft.Xna.Framework.Media; +using WindowsPhoneSpeedyBlupi; +using static System.Net.Mime.MediaTypeNames; + + +namespace WindowsPhoneSpeedyBlupi +{ + public class Decor + { + private struct Cellule + { + public int icon; + } + + private struct MoveObject + { + public int type; + + public int stepAdvance; + + public int stepRecede; + + public int timeStopStart; + + public int timeStopEnd; + + public TinyPoint posStart; + + public TinyPoint posEnd; + + public TinyPoint posCurrent; + + public int step; + + public int time; + + public int phase; + + public int channel; + + public int icon; + } + + private class ByeByeObject + { + public int channel; + + public int icon; + + public double posX; + + public double posY; + + public double rotation; + + public double phase; + + public double animationSpeed; + + public double rotationSpeed; + + public double speedX; + } + + private static readonly int MAXMOVEOBJECT = 200; + + private static readonly int MAXQUART = 441; + + private static readonly int SCROLL_SPEED = 8; + + private static readonly int SCROLL_MARGX = 80; + + private static readonly int SCROLL_MARGY = 40; + + private static readonly int BLUPIFLOOR = 2; + + private static readonly int BLUPIOFFY = 4 + BLUPIFLOOR; + + private static readonly int BLUPISURF = 12; + + private static readonly int BLUPISUSPEND = 12; + + private static readonly int OVERHEIGHT = 80; + + private Sound m_sound; + + private Pixmap m_pixmap; + + private GameData m_gameData; + + private Cellule[,] m_decor = new Cellule[100, 100]; + + private Cellule[,] m_bigDecor = new Cellule[100, 100]; + + private int[] m_balleTraj = new int[1300]; + + private int[] m_moveTraj = new int[1300]; + + private MoveObject[] m_moveObject = new MoveObject[MAXMOVEOBJECT]; + + private int m_keyPress; + + private int m_lastKeyPress; + + private TinyPoint m_posDecor; + + private TinyPoint m_dimDecor; + + private int m_term; + + private int m_music; + + private int m_region; + + private int m_time; + + private bool m_bPause; + + private TinyRect m_drawBounds; + + private int m_nbRankCaisse; + + private int[] m_rankCaisse = new int[MAXMOVEOBJECT]; + + private int m_nbLinkCaisse; + + private int[] m_linkCaisse = new int[MAXMOVEOBJECT]; + + private TinyPoint m_blupiPos; + + private TinyPoint m_blupiLastPos; + + private TinyPoint m_blupiValidPos; + + private int m_blupiAction; + + private int m_blupiDir; + + private int m_blupiPhase; + + private double m_blupiVitesseX; + + private double m_blupiVitesseY; + + private int m_blupiIcon; + + private int m_blupiSec; + + private int m_blupiChannel; + + private TinyPoint m_blupiVector; + + private int m_blupiTransport; + + private bool m_blupiFocus; + + private bool m_blupiAir; + + private bool m_blupiHelico; + + private bool m_blupiOver; + + private bool m_blupiJeep; + + private bool m_blupiTank; + + private bool m_blupiSkate; + + private bool m_blupiNage; + + private bool m_blupiSurf; + + private bool m_blupiVent; + + private bool m_blupiSuspend; + + private bool m_blupiJumpAie; + + private bool m_blupiShield; + + private bool m_blupiPower; + + private bool m_blupiCloud; + + private bool m_blupiHide; + + private bool m_blupiInvert; + + private bool m_blupiBalloon; + + private bool m_blupiEcrase; + + private bool m_blupiMotorHigh; + + private int m_blupiMotorSound; + + private TinyPoint m_blupiPosHelico; + + private TinyPoint m_blupiPosMagic; + + private bool m_blupiRestart; + + private bool m_blupiFront; + + private int m_blupiBullet; + + private int m_blupiCle; + + private int m_blupiPerso; + + private int m_blupiDynamite; + + private int m_blupiNoBarre; + + private int m_blupiTimeShield; + + private int m_blupiTimeFire; + + private int m_blupiTimeNoAsc; + + private int m_blupiTimeMockery; + + private int m_blupiTimeOuf; + + private int m_blupiActionOuf; + + private int m_blupiFifoNb; + + private TinyPoint[] m_blupiFifoPos = new TinyPoint[10]; + + private TinyPoint m_blupiStartPos; + + private int m_blupiStartDir; + + private double m_blupiSpeedX; + + private double m_blupiSpeedY; + + private double m_blupiLastSpeedX; + + private double m_blupiLastSpeedY; + + private Jauge[] m_jauges = new Jauge[2]; + + private int m_blupiLevel; + + private bool m_bFoundCle; + + private bool m_bPrivate; + + private bool m_bCheatDoors; + + private bool m_bSuperBlupi; + + private bool m_bDrawSecret; + + private bool m_buildOfficialMissions; + + private int m_mission; + + private int[] m_doors = new int[200]; + + private int m_nbVies; + + private int m_nbTresor; + + private int m_totalTresor; + + private int m_goalPhase; + + private int m_detectIcon; + + private TinyPoint m_sucettePos; + + private int m_sucetteType; + + private int m_blupiLogicRotation; + + private int m_blupiRealRotation; + + private int m_blupiOffsetY; + + private TinyPoint m_scrollPoint; + + private TinyPoint m_scrollAdd; + + private int m_voyageIcon; + + private int m_voyageChannel; + + private int m_voyagePhase; + + private int m_voyageTotal; + + private TinyPoint m_voyageStart; + + private TinyPoint m_voyageEnd; + + private int m_decorAction; + + private int m_decorPhase; + + private int[] m_lastDecorIcon = new int[200]; + + private double m_hotSpotFinalZoom; + + private double m_hotSpotFinalX; + + private double m_hotSpotFinalY; + + private double m_hotSpotCurrentZoom; + + private double m_hotSpotCurrentX; + + private double m_hotSpotCurrentY; + + private double m_hotSpotStepZoom; + + private double m_hotSpotStepX; + + private double m_hotSpotStepY; + + private double m_hotSpotOutLag; + + private Random m_random; + + private List byeByeObjects; + + public TinyRect DrawBounds + { + get + { + return m_drawBounds; + } + set + { + m_drawBounds = value; + } + } + + public Def.ButtonGlygh ButtonPressed { get; set; } + + private static void MoveObjectCopy(ref MoveObject dst, MoveObject src) + { + dst.type = src.type; + dst.stepAdvance = src.stepAdvance; + dst.stepRecede = src.stepRecede; + dst.timeStopStart = src.timeStopStart; + dst.timeStopEnd = src.timeStopEnd; + dst.posStart = src.posStart; + dst.posEnd = src.posEnd; + dst.posCurrent = src.posCurrent; + dst.step = src.step; + dst.time = src.time; + dst.phase = src.phase; + dst.channel = src.channel; + dst.icon = src.icon; + } + + public Decor() + { + for (int i = 0; i < 200; i++) + { + m_lastDecorIcon[i] = 0; + } + m_drawBounds.Left = 0; + m_drawBounds.Right = 640; + m_drawBounds.Top = 0; + m_drawBounds.Bottom = 480; + m_time = 0; + m_bCheatDoors = false; + m_bSuperBlupi = false; + m_bDrawSecret = false; + m_buildOfficialMissions = false; + m_hotSpotFinalZoom = 1.0; + m_hotSpotFinalX = 320.0; + m_hotSpotFinalY = 240.0; + m_hotSpotCurrentZoom = 1.0; + m_hotSpotCurrentX = 320.0; + m_hotSpotCurrentY = 240.0; + m_random = new Random(); + byeByeObjects = new List(); + } + + public void Create(Sound sound, Pixmap pixmap, GameData gameData) + { + m_sound = sound; + m_pixmap = pixmap; + m_gameData = gameData; + m_keyPress = 0; + m_lastKeyPress = 0; + m_blupiMotorSound = 0; + InitDecor(); + TinyPoint pos = default(TinyPoint); + pos.X = 90; + pos.Y = 450; + m_jauges[0] = new Jauge(); + m_jauges[0].Create(m_pixmap, m_sound, pos, 1, false); + m_jauges[0].SetHide(true); + pos.X = 90; + pos.Y = 428; + m_jauges[1] = new Jauge(); + m_jauges[1].Create(m_pixmap, m_sound, pos, 3, false); + m_jauges[1].SetHide(true); + } + + public bool LoadImages() + { + string name = string.Format("decor{0}", m_region.ToString("d3")); + m_pixmap.BackgroundCache(name); + return true; + } + + private void InitDecor() + { + m_posDecor.X = 0; + m_posDecor.Y = 0; + m_dimDecor.X = 100; + m_dimDecor.Y = 100; + m_music = 1; + m_region = 2; + m_decorAction = 0; + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + m_decor[i, j].icon = -1; + m_bigDecor[i, j].icon = -1; + } + } + m_decor[1, 4].icon = 40; + m_decor[2, 4].icon = 38; + m_decor[3, 4].icon = 38; + m_decor[4, 4].icon = 38; + m_decor[5, 4].icon = 38; + m_decor[6, 4].icon = 38; + m_decor[7, 4].icon = 39; + for (int k = 0; k < MAXMOVEOBJECT; k++) + { + m_moveObject[k].type = 0; + } + FlushBalleTraj(); + FlushMoveTraj(); + m_moveObject[0].type = 5; + m_moveObject[0].stepAdvance = 1; + m_moveObject[0].stepRecede = 1; + m_moveObject[0].timeStopStart = 0; + m_moveObject[0].timeStopEnd = 0; + m_moveObject[0].posStart.X = 258; + m_moveObject[0].posStart.Y = 196; + m_moveObject[0].posEnd = m_moveObject[0].posStart; + m_moveObject[0].posCurrent = m_moveObject[0].posStart; + m_moveObject[0].phase = 0; + m_moveObject[0].step = 1; + m_moveObject[0].time = 0; + m_moveObject[0].channel = 10; + m_moveObject[0].icon = 0; + m_moveObject[1].type = 7; + m_moveObject[1].stepAdvance = 1; + m_moveObject[1].stepRecede = 1; + m_moveObject[1].timeStopStart = 0; + m_moveObject[1].timeStopEnd = 0; + m_moveObject[1].posStart.X = 450; + m_moveObject[1].posStart.Y = 196; + m_moveObject[1].posEnd = m_moveObject[1].posStart; + m_moveObject[1].posCurrent = m_moveObject[1].posStart; + m_moveObject[1].phase = 0; + m_moveObject[1].step = 1; + m_moveObject[1].time = 0; + m_moveObject[1].channel = 10; + m_moveObject[1].icon = 29; + m_blupiStartPos.X = 66; + m_blupiStartPos.Y = 192 + BLUPIOFFY; + m_blupiStartDir = 2; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiIcon = 0; + m_blupiChannel = 2; + m_blupiFocus = true; + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiInvert = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + m_blupiMotorHigh = false; + m_blupiPosHelico.X = -1; + m_blupiActionOuf = 0; + m_blupiTimeNoAsc = 0; + m_blupiTimeMockery = 0; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + m_blupiValidPos = m_blupiStartPos; + m_blupiFront = false; + m_blupiBullet = 0; + m_blupiCle = 0; + m_blupiPerso = 0; + m_blupiDynamite = 0; + m_nbTresor = 0; + m_totalTresor = 1; + m_goalPhase = 0; + m_scrollPoint = m_blupiStartPos; + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_term = 0; + byeByeObjects.Clear(); + } + + public void PlayPrepare(bool bTest) + { + if (bTest) + { + m_nbVies = 3; + } + m_blupiPos = m_blupiStartPos; + m_blupiDir = m_blupiStartDir; + if (m_blupiDir == 1) + { + m_blupiIcon = 4; + } + else + { + m_blupiIcon = 0; + } + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiInvert = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + m_blupiMotorHigh = false; + m_blupiActionOuf = 0; + m_blupiTimeNoAsc = 0; + m_blupiTimeMockery = 0; + m_blupiValidPos = m_blupiPos; + m_blupiBullet = 0; + m_blupiCle = 0; + m_blupiPerso = 0; + m_blupiDynamite = 0; + m_nbTresor = 0; + m_totalTresor = 0; + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 5) + { + m_totalTresor++; + } + m_moveObject[i].posCurrent = m_moveObject[i].posStart; + m_moveObject[i].step = 1; + m_moveObject[i].phase = 0; + m_moveObject[i].time = 0; + if (m_moveObject[i].type == 5 || m_moveObject[i].type == 6 || m_moveObject[i].type == 25 || m_moveObject[i].type == 26 || m_moveObject[i].type == 40 || m_moveObject[i].type == 2 || m_moveObject[i].type == 3 || m_moveObject[i].type == 96 || m_moveObject[i].type == 97) + { + m_moveObject[i].phase = m_random.Next(23); + } + if (m_moveObject[i].type == 23) + { + m_moveObject[i].type = 0; + } + } + m_goalPhase = 0; + MoveObjectSort(); + m_scrollPoint = m_blupiPos; + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiPosHelico.X = -1; + m_blupiMotorSound = 0; + m_blupiFront = false; + m_blupiNoBarre = 0; + m_blupiValidPos = m_blupiPos; + m_blupiFifoNb = 0; + m_blupiTimeFire = 0; + m_voyageIcon = -1; + m_jauges[0].SetHide(true); + m_jauges[1].SetHide(true); + m_bFoundCle = false; + m_term = 0; + m_time = 0; + m_bPause = false; + MoveStep(); + m_scrollPoint.X = m_blupiPos.X + 30 + m_scrollAdd.X; + m_scrollPoint.Y = m_blupiPos.Y + 30 + m_scrollAdd.Y; + } + + private void BuildPrepare() + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + m_moveObject[i].posCurrent = m_moveObject[i].posStart; + m_moveObject[i].step = 1; + m_moveObject[i].time = 0; + m_moveObject[i].phase = 0; + if (m_moveObject[i].type == 23) + { + m_moveObject[i].type = 0; + } + } + m_voyageIcon = -1; + m_time = 0; + m_bPause = false; + } + + public int IsTerminated() + { + return m_term; + } + + public void MoveStep() + { + try + { + MoveObjectStep(); + ByeByeStep(); + BlupiStep(); + MoveHotSpot(); + AdaptMotorVehicleSound(); + } + catch + { + } + } + + private void ResetHotSpot() + { + m_pixmap.SetHotSpot(1.0, DrawBounds.Width / 2, DrawBounds.Height / 2); + } + + private void MoveHotSpot() + { + bool flag = false; + if (m_blupiSpeedX != 0.0) + { + flag = true; + } + if (!m_blupiFocus) + { + flag = false; + } + if (m_blupiHelico || m_blupiPower) + { + flag = false; + } + if (!m_gameData.AutoZoom) + { + flag = false; + } + if (flag) + { + m_hotSpotOutLag = 30.0; + } + else if (m_hotSpotOutLag > 0.0) + { + if (!m_blupiFocus || m_blupiSpeedY != 0.0) + { + m_hotSpotOutLag = 0.0; + } + else + { + m_hotSpotOutLag -= 1.0; + } + if (m_hotSpotOutLag > 0.0) + { + flag = true; + } + } + if (flag) + { + m_hotSpotFinalZoom = 1.3; + m_hotSpotFinalX = m_blupiPos.X + 30 - m_posDecor.X; + m_hotSpotFinalY = m_blupiPos.Y + 30 - m_posDecor.Y; + } + else + { + m_hotSpotFinalZoom = 1.0; + m_hotSpotFinalX = DrawBounds.Width / 2; + m_hotSpotFinalY = DrawBounds.Height / 2; + } + m_hotSpotStepZoom = 1.0 / 30.0; + m_hotSpotStepX = 10.0; + m_hotSpotStepY = 10.0; + if (m_hotSpotCurrentZoom < m_hotSpotFinalZoom) + { + m_hotSpotCurrentZoom = Math.Min(m_hotSpotCurrentZoom + m_hotSpotStepZoom, m_hotSpotFinalZoom); + } + if (m_hotSpotCurrentZoom > m_hotSpotFinalZoom) + { + m_hotSpotCurrentZoom = Math.Max(m_hotSpotCurrentZoom - m_hotSpotStepZoom, m_hotSpotFinalZoom); + } + if (m_hotSpotCurrentX < m_hotSpotFinalX) + { + m_hotSpotCurrentX = Math.Min(m_hotSpotCurrentX + m_hotSpotStepX, m_hotSpotFinalX); + } + if (m_hotSpotCurrentX > m_hotSpotFinalX) + { + m_hotSpotCurrentX = Math.Max(m_hotSpotCurrentX - m_hotSpotStepX, m_hotSpotFinalX); + } + m_pixmap.SetHotSpot(m_hotSpotCurrentZoom, m_hotSpotCurrentX, m_hotSpotCurrentY); + } + + private bool BlitzActif(int celx, int cely) + { + TinyPoint pos = default(TinyPoint); + pos.X = celx * 64; + pos.Y = cely * 64; + int num = m_time % 100; + if (m_decor[celx, cely - 1].icon == 304 && (num == 0 || num == 7 || num == 18 || num == 25 || num == 33 || num == 44) && cely > 0) + { + PlaySound(69, pos); + } + if (num % 2 == 0) + { + return num < 50; + } + return false; + } + + public void Build() + { + TinyPoint posDecor = DecorNextAction(); + TinyPoint pos = default(TinyPoint); + pos.X = posDecor.X * 2 / 3; + pos.Y = posDecor.Y * 2 / 3; + int num = 1; + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = m_drawBounds.Left; + TinyRect rect = default(TinyRect); + rect.Left = pos.X % 640; + rect.Right = 640; + for (int i = 0; i < 3; i++) + { + tinyPoint.Y = m_drawBounds.Top; + rect.Top = pos.Y % 480; + rect.Bottom = 480; + for (int j = 0; j < 2; j++) + { + m_pixmap.DrawPart(3, tinyPoint, rect); + tinyPoint.Y += rect.Height - num; + rect.Top = 0; + rect.Bottom = 480; + } + tinyPoint.X += rect.Width - num; + rect.Left = 0; + rect.Right = 640; + if (tinyPoint.X > m_drawBounds.Right) + { + break; + } + } + tinyPoint.X = m_drawBounds.Left - posDecor.X % 64 - 64; + for (int i = posDecor.X / 64 - 1; i < posDecor.X / 64 + m_drawBounds.Width / 64 + 3; i++) + { + tinyPoint.Y = m_drawBounds.Top - posDecor.Y % 64 + 2 - 64; + for (int j = posDecor.Y / 64 - 1; j < posDecor.Y / 64 + m_drawBounds.Height / 64 + 2; j++) + { + if (i >= 0 && i < 100 && j >= 0 && j < 100) + { + int num2 = m_bigDecor[i, j].icon; + int channel = 9; + if (num2 != -1) + { + pos.X = tinyPoint.X; + pos.Y = tinyPoint.Y; + if (num2 == 203) + { + num2 = Tables.table_marine[m_time / 3 % 11]; + channel = 1; + } + if (num2 >= 66 && num2 <= 68) + { + pos.Y -= 13; + } + if (num2 >= 87 && num2 <= 89) + { + pos.Y -= 2; + } + m_pixmap.QuickIcon(channel, num2, pos); + } + } + tinyPoint.Y += 64; + } + tinyPoint.X += 64; + } + tinyPoint.X = m_drawBounds.Left - posDecor.X % 64; + for (int i = posDecor.X / 64; i < posDecor.X / 64 + m_drawBounds.Width / 64 + 2; i++) + { + tinyPoint.Y = m_drawBounds.Top - posDecor.Y % 64; + for (int j = posDecor.Y / 64; j < posDecor.Y / 64 + m_drawBounds.Height / 64 + 2; j++) + { + if (i >= 0 && i < 100 && j >= 0 && j < 100 && m_decor[i, j].icon != -1) + { + int num2 = m_decor[i, j].icon; + if (num2 == 384 || num2 == 385) + { + m_pixmap.QuickIcon(1, num2, tinyPoint); + } + } + tinyPoint.Y += 64; + } + tinyPoint.X += 64; + } + m_blupiSec = 0; + if (!m_blupiFront) + { + double rotation = 0.0; + if (m_blupiNage || m_blupiSurf || m_blupiHelico || m_blupiJeep) + { + rotation = m_blupiRealRotation; + } + tinyPoint.X = m_drawBounds.Left + m_blupiPos.X - posDecor.X; + tinyPoint.Y = m_drawBounds.Top + m_blupiPos.Y - posDecor.Y; + if (m_blupiJeep) + { + tinyPoint.Y += m_blupiOffsetY; + } + if (m_blupiShield) + { + m_blupiSec = 1; + if (m_blupiTimeShield > 25 || m_time % 4 < 2) + { + int num2 = Tables.table_shield_blupi[m_time / 2 % 16]; + tinyPoint.Y -= 2; + m_pixmap.QuickIcon(10, num2, tinyPoint); + tinyPoint.Y += 2; + num2 = Tables.table_shieldloop[m_time / 2 % 5]; + m_pixmap.QuickIcon(10, num2, tinyPoint); + } + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint, 1.0, rotation); + } + else if (m_blupiPower) + { + m_blupiSec = 2; + if (m_blupiTimeShield > 25 || m_time % 4 < 2) + { + int num2 = Tables.table_magicloop[m_time / 2 % 5]; + m_pixmap.QuickIcon(10, num2, tinyPoint); + } + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint, 1.0, rotation); + } + else if (m_blupiCloud) + { + m_blupiSec = 3; + if (m_blupiTimeShield > 25 || m_time % 4 < 2) + { + for (int k = 0; k < 3; k++) + { + int num2 = 48 + (m_time + k) / 1 % 6; + pos.X = tinyPoint.X - 34; + pos.Y = tinyPoint.Y - 34; + m_pixmap.QuickIcon(9, num2, pos); + } + } + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint, 1.0, rotation); + } + else if (m_blupiHide) + { + m_blupiSec = 4; + if (m_blupiTimeShield > 25 || m_time % 4 < 2) + { + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint, 0.3, rotation); + } + else + { + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint, 1.0, rotation); + } + } + else + { + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint, 1.0, rotation); + } + } + for (int num3 = MAXMOVEOBJECT - 1; num3 >= 0; num3--) + { + if (m_moveObject[num3].type != 0 && m_moveObject[num3].posCurrent.X >= posDecor.X - 64 && m_moveObject[num3].posCurrent.Y >= posDecor.Y - 64 && m_moveObject[num3].posCurrent.X <= posDecor.X + m_drawBounds.Width && m_moveObject[num3].posCurrent.Y <= posDecor.Y + m_drawBounds.Height && (m_moveObject[num3].type < 8 || m_moveObject[num3].type > 11) && (m_moveObject[num3].type < 90 || m_moveObject[num3].type > 95) && (m_moveObject[num3].type < 98 || m_moveObject[num3].type > 100) && m_moveObject[num3].type != 53 && m_moveObject[num3].type != 1 && m_moveObject[num3].type != 47 && m_moveObject[num3].type != 48) + { + tinyPoint.X = m_drawBounds.Left + m_moveObject[num3].posCurrent.X - posDecor.X; + tinyPoint.Y = m_drawBounds.Top + m_moveObject[num3].posCurrent.Y - posDecor.Y; + if (m_moveObject[num3].type == 4 || m_moveObject[num3].type == 32 || m_moveObject[num3].type == 33) + { + tinyPoint.X += 2; + tinyPoint.Y += BLUPIOFFY; + } + if (m_moveObject[num3].type == 54) + { + tinyPoint.Y += BLUPIOFFY; + } + double opacity = 1.0; + if (m_moveObject[num3].type == 58) + { + opacity = (double)(20 - m_moveObject[num3].phase) * 0.3 / 20.0; + } + m_pixmap.QuickIcon(m_moveObject[num3].channel, m_moveObject[num3].icon, tinyPoint, opacity, 0.0); + if (m_moveObject[num3].type == 30) + { + for (int l = 0; l < Tables.table_drinkoffset.Length; l++) + { + int num4 = (m_time + Tables.table_drinkoffset[l]) % 50; + int rank = Tables.table_drinkeffect[num4 % 5]; + TinyPoint tinyPoint2 = default(TinyPoint); + tinyPoint2.X = tinyPoint.X + 2; + tinyPoint2.Y = tinyPoint.Y - num4 * 3; + TinyPoint pos2 = tinyPoint2; + double opacity2 = (50.0 - (double)num4) / 50.0; + m_pixmap.QuickIcon(10, rank, pos2, opacity2, 0.0); + } + } + if (m_bDrawSecret && m_moveObject[num3].type == 12 && m_moveObject[num3].icon != 32 && m_moveObject[num3].icon != 33 && m_moveObject[num3].icon != 34) + { + m_pixmap.QuickIcon(1, 214, tinyPoint); + } + } + } + tinyPoint.X = m_drawBounds.Left - posDecor.X % 64; + for (int i = posDecor.X / 64; i < posDecor.X / 64 + m_drawBounds.Width / 64 + 2; i++) + { + tinyPoint.Y = m_drawBounds.Top - posDecor.Y % 64; + for (int j = posDecor.Y / 64; j < posDecor.Y / 64 + m_drawBounds.Height / 64 + 2; j++) + { + if (i >= 0 && i < 100 && j >= 0 && j < 100 && m_decor[i, j].icon != -1) + { + int num2 = m_decor[i, j].icon; + pos.X = tinyPoint.X; + pos.Y = tinyPoint.Y; + if ((num2 >= 107 && num2 <= 109) || num2 == 157) + { + pos.Y -= 7; + } + if (num2 == 211) + { + num2 = Tables.table_ressort[(m_time / 2 + i * 7) % 8]; + } + if (num2 == 214 && !m_bDrawSecret) + { + num2 = -1; + } + if (num2 == 364) + { + pos.Y -= 2; + } + switch (num2) + { + default: + m_pixmap.QuickIcon(1, num2, pos); + break; + case 68: + case 91: + case 92: + case 110: + case 111: + case 112: + case 113: + case 114: + case 115: + case 116: + case 117: + case 118: + case 119: + case 120: + case 121: + case 122: + case 123: + case 124: + case 125: + case 126: + case 127: + case 128: + case 129: + case 130: + case 131: + case 132: + case 133: + case 134: + case 135: + case 136: + case 137: + case 305: + case 317: + case 324: + case 373: + case 378: + case 384: + case 385: + case 404: + case 410: + break; + } + } + tinyPoint.Y += 64; + } + tinyPoint.X += 64; + } + for (int num3 = 0; num3 < MAXMOVEOBJECT; num3++) + { + if ((m_moveObject[num3].type == 1 || m_moveObject[num3].type == 47 || m_moveObject[num3].type == 48) && m_moveObject[num3].posCurrent.X >= posDecor.X - 64 && m_moveObject[num3].posCurrent.Y >= posDecor.Y - 64 && m_moveObject[num3].posCurrent.X <= posDecor.X + m_drawBounds.Width && m_moveObject[num3].posCurrent.Y <= posDecor.Y + m_drawBounds.Height) + { + tinyPoint.X = m_drawBounds.Left + m_moveObject[num3].posCurrent.X - posDecor.X; + tinyPoint.Y = m_drawBounds.Top + m_moveObject[num3].posCurrent.Y - posDecor.Y; + m_pixmap.QuickIcon(m_moveObject[num3].channel, m_moveObject[num3].icon, tinyPoint); + } + } + tinyPoint.X = m_drawBounds.Left - posDecor.X % 64; + for (int i = posDecor.X / 64; i < posDecor.X / 64 + m_drawBounds.Width / 64 + 2; i++) + { + tinyPoint.Y = m_drawBounds.Top - posDecor.Y % 64; + for (int j = posDecor.Y / 64; j < posDecor.Y / 64 + m_drawBounds.Height / 64 + 2; j++) + { + if (i >= 0 && i < 100 && j >= 0 && j < 100 && m_decor[i, j].icon != -1) + { + int num2 = m_decor[i, j].icon; + pos = tinyPoint; + if (num2 == 68) + { + num2 = Tables.table_decor_lave[(i * 13 + j * 7 + m_time / 2) % 8]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 373) + { + num2 = ((!m_blupiFocus) ? Tables.table_decor_piege2[(i * 13 + j * 7 + m_time / 2) % 4] : Tables.table_decor_piege1[(i * 13 + j * 7 + m_time / 4) % 16]); + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 404 || num2 == 410) + { + num2 = Tables.table_decor_goutte[(i * 13 + j * 7 + m_time / 2) % 48]; + pos.Y -= 9; + m_pixmap.QuickIcon(1, num2, pos); + if (num2 >= 404 && num2 <= 407) + { + m_decor[i, j].icon = 404; + } + else + { + m_decor[i, j].icon = 410; + } + } + if (num2 == 317) + { + num2 = Tables.table_decor_ecraseur[m_time / 3 % 10]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 378) + { + num2 = Tables.table_decor_scie[(i * 13 + j * 7 + m_time / 1) % 6]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 324) + { + num2 = Tables.table_decor_temp[m_time / 4 % 20]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 92) + { + num2 = Tables.table_decor_eau1[(i * 13 + j * 7 + m_time / 3) % 6]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 91) + { + int num5 = 3 + (i * 17 + j * 13) % 3; + num2 = Tables.table_decor_eau2[(i * 11 + j * 7 + m_time / num5) % 6]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 305 && BlitzActif(i, j)) + { + num2 = m_random.Next(305, 308); + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 110) + { + num2 = Tables.table_decor_ventg[m_time / 1 % 4]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 114) + { + num2 = Tables.table_decor_ventd[m_time / 1 % 4]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 118) + { + num2 = Tables.table_decor_venth[m_time / 1 % 4]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 122) + { + num2 = Tables.table_decor_ventb[m_time / 1 % 4]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 126) + { + num2 = Tables.table_decor_ventillog[m_time / 2 % 3]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 129) + { + num2 = Tables.table_decor_ventillod[m_time / 2 % 3]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 132) + { + num2 = Tables.table_decor_ventilloh[m_time / 2 % 3]; + m_pixmap.QuickIcon(1, num2, pos); + } + if (num2 == 135) + { + num2 = Tables.table_decor_ventillob[m_time / 2 % 3]; + m_pixmap.QuickIcon(1, num2, pos); + } + } + tinyPoint.Y += 64; + } + tinyPoint.X += 64; + } + ByeByeDraw(posDecor); + for (int num3 = 0; num3 < MAXMOVEOBJECT; num3++) + { + if (m_moveObject[num3].type != 0 && m_moveObject[num3].posCurrent.X >= posDecor.X - 64 && m_moveObject[num3].posCurrent.Y >= posDecor.Y - 64 && m_moveObject[num3].posCurrent.X <= posDecor.X + m_drawBounds.Width && m_moveObject[num3].posCurrent.Y <= posDecor.Y + m_drawBounds.Height && ((m_moveObject[num3].type >= 8 && m_moveObject[num3].type <= 11) || (m_moveObject[num3].type >= 90 && m_moveObject[num3].type <= 95) || (m_moveObject[num3].type >= 98 && m_moveObject[num3].type <= 100) || m_moveObject[num3].type == 53)) + { + tinyPoint.X = m_drawBounds.Left + m_moveObject[num3].posCurrent.X - posDecor.X; + tinyPoint.Y = m_drawBounds.Top + m_moveObject[num3].posCurrent.Y - posDecor.Y; + m_pixmap.QuickIcon(m_moveObject[num3].channel, m_moveObject[num3].icon, tinyPoint); + } + } + if (m_blupiFront) + { + tinyPoint.X = m_drawBounds.Left + m_blupiPos.X - posDecor.X; + tinyPoint.Y = m_drawBounds.Top + m_blupiPos.Y - posDecor.Y; + m_pixmap.QuickIcon(m_blupiChannel, m_blupiIcon, tinyPoint); + } + DrawInfo(); + VoyageDraw(); + m_time++; + } + + private void DrawInfo() + { + TinyPoint pos = default(TinyPoint); + pos.X = 210; + pos.Y = 417; + for (int i = 0; i < m_nbVies; i++) + { + m_pixmap.HudIcon(2, 48, pos); + pos.X += 16; + } + pos.X = 570; + pos.Y = 442; + for (int i = 0; i < m_blupiBullet; i++) + { + m_pixmap.HudIcon(10, 176, pos); + pos.X += 4; + } + if (m_blupiPerso > 0) + { + pos.X = 0; + pos.Y = 438; + m_pixmap.HudIcon(4, 108, pos); + string text = string.Format("= {0}", m_blupiPerso.ToString()); + pos.X = 32; + pos.Y = 452; + Text.DrawText(m_pixmap, pos, text, 0.7); + } + if (m_blupiDynamite > 0) + { + pos.X = 505; + pos.Y = 414; + m_pixmap.HudIcon(10, 252, pos); + } + if (((uint)m_blupiCle & (true ? 1u : 0u)) != 0) + { + pos.X = 520; + pos.Y = 418; + m_pixmap.HudIcon(10, 215, pos); + } + if (((uint)m_blupiCle & 2u) != 0) + { + pos.X = 530; + pos.Y = 418; + m_pixmap.HudIcon(10, 222, pos); + } + if (((uint)m_blupiCle & 4u) != 0) + { + pos.X = 540; + pos.Y = 418; + m_pixmap.HudIcon(10, 229, pos); + } + if ((m_mission != 1 && m_mission % 10 != 0) || m_bPrivate) + { + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = 410 + m_pixmap.Origin.X; + tinyRect.Right = 510 + m_pixmap.Origin.X; + tinyRect.Top = 445; + tinyRect.Bottom = 480; + TinyRect rect = tinyRect; + m_pixmap.DrawIcon(14, 15, rect, 0.6, false); + string text = string.Format("{0}/{1}", m_nbTresor.ToString(), m_totalTresor.ToString()); + pos.X = 460; + pos.Y = 450; + Text.DrawTextCenter(m_pixmap, pos, text, 1.0); + } + for (int i = 0; i < 2; i++) + { + if (!m_jauges[i].GetHide()) + { + m_jauges[i].Draw(); + } + } + int[] array = null; + if (m_mission == 11) + { + array = Tables.table_training1; + } + if (m_mission == 12) + { + array = Tables.table_training2; + } + if (m_mission == 13) + { + array = Tables.table_training3; + } + if (m_mission == 14) + { + array = Tables.table_training4; + } + if (array == null || m_bPrivate) + { + return; + } + int num = (m_blupiPos.X + 30) / 64; + int num2 = (m_blupiPos.Y + 30) / 64; + for (int i = 0; array[i] != -1; i += 6) + { + if (num >= array[i] && num <= array[i + 1] && num2 >= array[i + 2] && num2 <= array[i + 3] && IsDisplayInfo(array[i + 4])) + { + int num3 = 0; + if (m_gameData.AccelActive) + { + num3 = 10000; + } + string text = MyResource.LoadString(array[i + 5] + num3); + if (!string.IsNullOrEmpty(text)) + { + TinyRect drawBounds = m_pixmap.DrawBounds; + TinyRect tinyRect2 = default(TinyRect); + tinyRect2.Left = 0; + tinyRect2.Right = drawBounds.Width; + tinyRect2.Top = 0; + tinyRect2.Bottom = 40; + TinyRect rect2 = tinyRect2; + m_pixmap.DrawIcon(14, 15, rect2, 1.0, false); + double num4 = Text.GetTextWidth(text, 1.0); + double num5 = Math.Min(640.0 / num4, 1.0); + pos.X = 320; + pos.Y = 5 + (int)((1.0 - num5) * 35.0 * 0.6); + Text.DrawTextCenter(m_pixmap, pos, text, num5); + } + break; + } + } + } + + private bool IsDisplayInfo(int tableTresor) + { + if (tableTresor >= 0) + { + return m_nbTresor == tableTresor; + } + switch (tableTresor) + { + case -2: + if (!m_blupiHelico && !m_blupiSkate && !m_blupiTank) + { + return !m_blupiJeep; + } + return false; + case -3: + if (!m_blupiHelico && !m_blupiSkate && !m_blupiTank) + { + return m_blupiJeep; + } + return true; + case -4: + return m_blupiDynamite == 0; + case -5: + return m_blupiDynamite > 0; + default: + return true; + } + } + + private TinyPoint DecorNextAction() + { + int i = 0; + if (m_decorAction == 0 || m_bPause) + { + return m_posDecor; + } + TinyPoint posDecor = m_posDecor; + for (; Tables.table_decor_action[i] != 0; i += 2 + Tables.table_decor_action[i + 1] * 2) + { + if (m_decorAction != Tables.table_decor_action[i]) + { + continue; + } + if (m_decorPhase < Tables.table_decor_action[i + 1]) + { + posDecor.X += 3 * Tables.table_decor_action[i + 2 + m_decorPhase * 2]; + posDecor.Y += 3 * Tables.table_decor_action[i + 2 + m_decorPhase * 2 + 1]; + int num = ((m_dimDecor.X != 0) ? (6400 - m_drawBounds.Width) : 0); + if (posDecor.X < 0) + { + posDecor.X = 0; + } + if (posDecor.X > num) + { + posDecor.X = num; + } + num = ((m_dimDecor.Y != 0) ? (6400 - m_drawBounds.Height) : 0); + if (posDecor.Y < 0) + { + posDecor.Y = 0; + } + if (posDecor.Y > num) + { + posDecor.Y = num; + } + m_decorPhase++; + } + else + { + m_decorAction = 0; + } + break; + } + return posDecor; + } + + public void SetSpeedX(double speed) + { + if (m_blupiInvert) + { + speed = 0.0 - speed; + } + m_blupiSpeedX = speed; + } + + public void SetSpeedY(double speed) + { + m_blupiSpeedY = speed; + } + + public void KeyChange(int keyPress) + { + m_keyPress = keyPress; + } + + private void GetBlupiInfo(out bool bHelico, out bool bJeep, out bool bSkate, out bool bNage) + { + bHelico = m_blupiHelico; + bJeep = m_blupiJeep | m_blupiTank; + bSkate = m_blupiSkate; + bNage = m_blupiNage | m_blupiSurf; + } + + private int SoundEnviron(int sound, int obstacle) + { + if ((obstacle >= 32 && obstacle <= 34) || (obstacle >= 41 && obstacle <= 47) || (obstacle >= 139 && obstacle <= 143)) + { + switch (sound) + { + case 4: + return 79; + case 3: + return 78; + } + } + if ((obstacle >= 1 && obstacle <= 28) || (obstacle >= 78 && obstacle <= 90) || (obstacle >= 250 && obstacle <= 260) || (obstacle >= 311 && obstacle <= 316) || (obstacle >= 324 && obstacle <= 329)) + { + switch (sound) + { + case 4: + return 81; + case 3: + return 80; + } + } + if ((obstacle >= 284 && obstacle <= 303) || obstacle == 338) + { + switch (sound) + { + case 4: + return 83; + case 3: + return 82; + } + } + if (obstacle >= 341 && obstacle <= 363) + { + switch (sound) + { + case 4: + return 85; + case 3: + return 84; + } + } + if (obstacle >= 215 && obstacle <= 234) + { + switch (sound) + { + case 4: + return 87; + case 3: + return 86; + } + } + if (obstacle >= 246 && obstacle <= 249) + { + switch (sound) + { + case 4: + return 89; + case 3: + return 88; + } + } + if (obstacle >= 107 && obstacle <= 109) + { + switch (sound) + { + case 4: + return 91; + case 3: + return 90; + } + } + return sound; + } + + private void PlaySound(int sound, TinyPoint pos) + { + if (!m_blupiHide || (sound != 1 && sound != 2 && sound != 3 && sound != 4 && sound != 5 && sound != 6 && sound != 7 && sound != 20 && sound != 21 && sound != 22 && sound != 23 && sound != 24 && sound != 25 && sound != 27 && sound != 32 && sound != 34 && sound != 35 && sound != 36 && sound != 37 && sound != 38 && sound != 39 && sound != 40 && sound != 46 && sound != 47 && sound != 48 && sound != 49 && sound != 64 && sound != 65 && sound != 78 && sound != 79 && sound != 80 && sound != 81 && sound != 82 && sound != 83 && sound != 84 && sound != 85 && sound != 86 && sound != 87 && sound != 88 && sound != 89 && sound != 90 && sound != 91)) + { + pos.X -= m_posDecor.X; + pos.Y -= m_posDecor.Y; + m_sound.PlayImage(sound, pos); + } + } + + public void StopSound() + { + m_blupiMotorSound = 0; + m_sound.StopAll(); + } + + public void StartSound() + { + AdaptMotorVehicleSound(); + } + + private void StopSound(int sound) + { + m_sound.Stop(sound); + } + + private void AdaptMotorVehicleSound() + { + int num = 0; + int channel = 0; + int channel2 = 0; + if (m_blupiHelico) + { + num = (m_blupiMotorHigh ? 16 : 18); + channel = 15; + channel2 = 17; + } + else if (m_blupiJeep || m_blupiOver || m_blupiTank) + { + num = (m_blupiMotorHigh ? 29 : 31); + channel = 28; + channel2 = 30; + } + if (m_blupiMotorSound != num) + { + TinyPoint blupiPos = m_blupiPos; + blupiPos.X -= m_posDecor.X; + blupiPos.Y -= m_posDecor.Y; + if (m_blupiMotorSound == 0 && num != 0) + { + m_sound.PlayImage(channel, blupiPos); + } + if (m_blupiMotorSound != 0 && num == 0) + { + m_sound.PlayImage(channel2, blupiPos); + } + if (m_blupiMotorSound != 0) + { + m_sound.Stop(m_blupiMotorSound); + } + m_blupiMotorSound = num; + if (m_blupiMotorSound != 0) + { + m_sound.PlayImage(m_blupiMotorSound, blupiPos, -1, true); + } + } + } + + private void PosSound(TinyPoint pos) + { + if (m_blupiMotorSound != 0) + { + pos.X -= m_posDecor.X; + pos.Y -= m_posDecor.Y; + m_sound.PosImage(m_blupiMotorSound, pos); + } + } + + private int GetRegion() + { + return m_region; + } + + private void SetRegion(int region) + { + m_region = region; + } + + private int GetMusic() + { + return m_music; + } + + private void SetMusic(int music) + { + m_music = music; + } + + public TinyPoint GetDim() + { + return m_dimDecor; + } + + public void SetDim(TinyPoint dim) + { + m_dimDecor = dim; + } + + public int GetMission() + { + return m_mission; + } + + public void SetMission(int mission) + { + m_mission = mission; + } + + public int GetNbVies() + { + return m_nbVies; + } + + public void SetNbVies(int nbVies) + { + m_nbVies = nbVies; + } + + public void InitializeDoors(GameData gameData) + { + gameData.GetDoors(m_doors); + } + + public void MemorizeDoors(GameData gameData) + { + gameData.SetDoors(m_doors); + } + + public static string GetCheatTinyText(Def.ButtonGlygh glyph) + { + switch (glyph) + { + case Def.ButtonGlygh.Cheat1: + return "D"; + case Def.ButtonGlygh.Cheat2: + return "B"; + case Def.ButtonGlygh.Cheat3: + return "S"; + case Def.ButtonGlygh.Cheat4: + return "E"; + case Def.ButtonGlygh.Cheat5: + return "R"; + case Def.ButtonGlygh.Cheat6: + return "T"; + case Def.ButtonGlygh.Cheat7: + return "C"; + case Def.ButtonGlygh.Cheat8: + return "T"; + case Def.ButtonGlygh.Cheat9: + return "G"; + default: + return ""; + } + } + + public void CheatAction(Tables.CheatCodes cheat) + { + if (cheat == Tables.CheatCodes.OpenDoors) + { + m_bCheatDoors = !m_bCheatDoors; + AdaptDoors(m_bPrivate); + } + if (cheat == Tables.CheatCodes.ShowSecret) + { + m_bDrawSecret = !m_bDrawSecret; + } + if (cheat == Tables.CheatCodes.SuperBlupi) + { + m_bSuperBlupi = !m_bSuperBlupi; + } + if (cheat == Tables.CheatCodes.LayEgg) + { + m_nbVies = 9; + } + if (cheat == Tables.CheatCodes.CleanAll) + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 2 || m_moveObject[i].type == 3 || m_moveObject[i].type == 96 || m_moveObject[i].type == 97 || m_moveObject[i].type == 4 || m_moveObject[i].type == 16 || m_moveObject[i].type == 17 || m_moveObject[i].type == 20 || m_moveObject[i].type == 44 || m_moveObject[i].type == 54 || m_moveObject[i].type == 32 || m_moveObject[i].type == 33) + { + m_decorAction = 1; + m_decorPhase = 0; + m_moveObject[i].type = 8; + m_moveObject[i].phase = 0; + m_moveObject[i].posCurrent.X -= 34; + m_moveObject[i].posCurrent.Y -= 34; + m_moveObject[i].posStart = m_moveObject[i].posCurrent; + m_moveObject[i].posEnd = m_moveObject[i].posCurrent; + MoveObjectStepIcon(i); + PlaySound(10, m_moveObject[i].posCurrent); + } + } + } + if (cheat == Tables.CheatCodes.Skate) + { + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = true; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiVent = false; + m_blupiSuspend = false; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + } + if (cheat == Tables.CheatCodes.Copter) + { + m_blupiAir = false; + m_blupiHelico = true; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiVent = false; + m_blupiSuspend = false; + } + if (cheat == Tables.CheatCodes.Jeep) + { + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = true; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiVent = false; + m_blupiSuspend = false; + m_blupiCloud = false; + m_blupiHide = false; + } + if (cheat == Tables.CheatCodes.AllTreasure) + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 5) + { + m_moveObject[i].type = 0; + m_nbTresor++; + OpenDoorsTresor(); + PlaySound(11, m_moveObject[i].posCurrent); + } + } + } + if (cheat == Tables.CheatCodes.EndGoal) + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type != 7 && m_moveObject[i].type != 21) + { + continue; + } + m_blupiPos = m_moveObject[i].posCurrent; + if (m_nbTresor >= m_totalTresor) + { + if (m_moveObject[i].type == 21) + { + m_bFoundCle = true; + } + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(14, m_moveObject[i].posCurrent); + m_blupiAction = 13; + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiFront = true; + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiVent = false; + m_blupiSuspend = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiInvert = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + } + else + { + PlaySound(13, m_moveObject[i].posCurrent); + } + m_goalPhase = 50; + } + } + if (cheat == Tables.CheatCodes.RoundShield) + { + PlaySound(42, m_blupiPos); + m_blupiShield = true; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + } + if (cheat == Tables.CheatCodes.Lollipop) + { + m_blupiAction = 49; + m_blupiPhase = 0; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiFocus = false; + PlaySound(50, m_blupiPos); + } + if (cheat == Tables.CheatCodes.Bombs) + { + m_blupiPerso = 10; + PlaySound(60, m_blupiPos); + } + if (cheat == Tables.CheatCodes.BirdLime) + { + m_blupiBullet = 10; + } + if (cheat == Tables.CheatCodes.Tank) + { + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = true; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiVent = false; + m_blupiSuspend = false; + m_blupiCloud = false; + m_blupiHide = false; + } + if (cheat == Tables.CheatCodes.PowerCharge) + { + m_blupiAction = 56; + m_blupiPhase = 0; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiJumpAie = false; + m_blupiFocus = false; + PlaySound(58, m_blupiPos); + } + if (cheat == Tables.CheatCodes.Drink) + { + m_blupiAction = 55; + m_blupiPhase = 0; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiJumpAie = false; + m_blupiFocus = false; + PlaySound(57, m_blupiPos); + } + if (cheat == Tables.CheatCodes.Overcraft) + { + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = true; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiVent = false; + m_blupiSuspend = false; + } + if (cheat == Tables.CheatCodes.Dynamite) + { + m_blupiDynamite = 1; + PlaySound(60, m_blupiPos); + } + if (cheat == Tables.CheatCodes.WeelKeys) + { + m_blupiCle |= 7; + } + if (!m_blupiShield && !m_blupiHide && !m_blupiCloud && !m_blupiPower) + { + m_jauges[1].SetHide(true); + } + if (!m_blupiHelico && !m_blupiOver) + { + StopSound(16); + StopSound(18); + } + if (!m_blupiJeep && !m_blupiTank) + { + StopSound(29); + StopSound(31); + } + } + + private void SetBuildOfficialMissions(bool bMode) + { + m_buildOfficialMissions = bMode; + } + + private void BlupiSearchIcon() + { + int i = 0; + int num = 2; + int num2 = m_blupiAction; + if (m_blupiVent && !m_blupiHelico && !m_blupiOver) + { + if (num2 == 1) + { + num2 = 8; + } + if (num2 == 2) + { + num2 = 14; + } + } + if (m_blupiHelico) + { + if (num2 == 1) + { + num2 = 15; + } + if (num2 == 2) + { + num2 = 16; + } + if (num2 == 3) + { + num2 = 17; + } + if (num2 == 10) + { + num2 = 15; + } + if (num2 == 9) + { + num2 = 15; + } + m_blupiRealRotation = (int)(m_blupiVitesseX * 2.0); + } + if (m_blupiOver) + { + if (num2 == 1) + { + num2 = 67; + } + if (num2 == 2) + { + num2 = 68; + } + if (num2 == 3) + { + num2 = 69; + } + if (num2 == 10) + { + num2 = 67; + } + if (num2 == 9) + { + num2 = 67; + } + } + if (m_blupiJeep) + { + if (num2 == 1) + { + num2 = 25; + } + if (num2 == 2) + { + num2 = 26; + } + if (num2 == 10) + { + num2 = 26; + } + if (num2 == 3) + { + num2 = 27; + } + } + if (m_blupiTank) + { + if (num2 == 1) + { + num2 = 50; + } + if (num2 == 2) + { + num2 = 51; + } + if (num2 == 10) + { + num2 = 51; + } + if (num2 == 3) + { + num2 = 52; + } + } + if (m_blupiSkate) + { + if (num2 == 1) + { + num2 = 37; + } + if (num2 == 2) + { + num2 = 38; + } + if (num2 == 10) + { + num2 = 38; + } + if (num2 == 3) + { + num2 = 39; + } + if (num2 == 59) + { + num2 = 39; + } + if (num2 == 4) + { + num2 = 40; + } + if (num2 == 5) + { + num2 = 41; + } + if (num2 == 38 && m_blupiSpeedX == 0.0 && Math.Abs(m_blupiVitesseX) > 5.0) + { + num2 = 85; + } + } + if (m_blupiNage) + { + if (num2 == 1) + { + num2 = 18; + } + if (num2 == 2) + { + num2 = 19; + } + if (num2 == 3) + { + num2 = 20; + } + int num3 = 0; + int num4 = 0; + if (m_blupiPos.X > m_blupiLastPos.X) + { + num3 = 1; + } + if (m_blupiPos.X < m_blupiLastPos.X) + { + num3 = -1; + } + if (m_blupiPos.Y > m_blupiLastPos.Y) + { + num4 = 1; + } + if (m_blupiPos.Y < m_blupiLastPos.Y) + { + num4 = -1; + } + int num5 = ((num4 >= 0 || num3 != 0) ? ((num4 < 0 && num3 != 0) ? 45 : ((num4 == 0 && num3 != 0) ? 90 : ((num4 > 0 && num3 != 0) ? 135 : ((num4 > 0 && num3 == 0) ? 180 : 0)))) : 0); + num5 += 15; + if (num2 == 20) + { + num5 = 90; + } + m_blupiLogicRotation = Misc.Approch(m_blupiLogicRotation, num5, 10); + if (m_blupiDir == 2) + { + m_blupiRealRotation = m_blupiLogicRotation - 90; + } + else + { + m_blupiRealRotation = 90 - m_blupiLogicRotation; + } + m_blupiRealRotation += (int)(Math.Sin((double)m_time / 6.0) * 20.0); + } + if (m_blupiSurf) + { + if (num2 == 1) + { + num2 = 21; + } + if (num2 == 2) + { + num2 = 22; + } + if (num2 == 3) + { + num2 = 23; + } + m_blupiLogicRotation = Misc.Approch(m_blupiLogicRotation, 0, 10); + m_blupiRealRotation = m_blupiLogicRotation; + m_blupiRealRotation += (int)(Math.Sin((double)m_time / 10.0) * 10.0); + } + if (m_blupiSuspend) + { + if (num2 == 1) + { + num2 = 31; + } + if (num2 == 2) + { + num2 = 32; + } + if (num2 == 3) + { + num2 = 33; + } + if (num2 == 4) + { + num2 = 34; + } + } + if (m_blupiBalloon) + { + num2 = 66; + } + if (m_blupiEcrase) + { + if (num2 == 1) + { + num2 = 72; + } + if (num2 == 2) + { + num2 = 73; + } + if (num2 == 3) + { + num2 = 73; + } + } + if (num2 == 1 && (m_blupiPhase % 330 == 125 || m_blupiPhase % 330 == 129 || m_blupiPhase % 330 == 135 || m_blupiPhase % 330 == 139 || m_blupiPhase % 330 == 215 || m_blupiPhase % 330 == 219 || m_blupiPhase % 330 == 225 || m_blupiPhase % 330 == 229 || m_blupiPhase % 330 == 235 || m_blupiPhase % 330 == 239 || m_blupiPhase % 330 == 245 || m_blupiPhase % 330 == 249 || m_blupiPhase % 330 == 255 || m_blupiPhase % 330 == 259 || m_blupiPhase % 330 == 265 || m_blupiPhase % 330 == 269)) + { + PlaySound(37, m_blupiPos); + } + if (num2 == 31 && (m_blupiPhase % 328 == 118 || m_blupiPhase % 328 == 230 || m_blupiPhase % 328 == 278)) + { + PlaySound(36, m_blupiPos); + } + if ((num2 == 21 || num2 == 22) && m_blupiPhase % 12 == 0 && m_blupiSurf) + { + MoveObjectTiplouf(m_blupiPos); + } + int num6 = m_blupiPhase; + if (!m_blupiHelico && ((m_blupiSpeedX > 0.1 && m_blupiSpeedX < 0.75) || (m_blupiSpeedX < -0.1 && m_blupiSpeedX > -0.75))) + { + num6 /= 2; + } + for (; Tables.table_blupi[i] != 0; i += Tables.table_blupi[i + 1] + 3) + { + if (num2 == Tables.table_blupi[i]) + { + int num7 = ((Tables.table_blupi[i + 2] == 0 || num6 <= Tables.table_blupi[i + 2]) ? (num6 % Tables.table_blupi[i + 1]) : Tables.table_blupi[i + 2]); + num = Tables.table_blupi[i + 3 + num7]; + break; + } + } + if (num2 == 11 || num2 == 75 || num2 == 76 || num2 == 54 || (num2 == 57 && num < 266)) + { + m_blupiChannel = 10; + } + else + { + m_blupiChannel = 2; + } + int num8 = m_blupiDir; + if (m_blupiInvert) + { + if (m_blupiDir == 2) + { + num8 = 1; + } + if (m_blupiDir == 1) + { + num8 = 2; + } + } + if (num8 == 1 && m_blupiChannel == 2) + { + if (num2 == 31) + { + if (num == 144) + { + num = 158; + } + if (num == 143) + { + num = 145; + } + if (num == 151) + { + num = 146; + } + } + if (num >= 0 && num < 335) + { + num = Tables.table_mirror[num]; + } + } + if (num8 == 1 && m_blupiChannel == 10 && num >= 168 && num <= 171) + { + num += 4; + } + m_blupiIcon = num; + m_blupiPhase++; + } + + private bool BlupiIsGround() + { + if (m_blupiTransport == -1) + { + TinyRect rect = BlupiRect(m_blupiPos); + rect.Top = m_blupiPos.Y + 60 - 2; + rect.Bottom = m_blupiPos.Y + 60 - 1; + return DecorDetect(rect); + } + return false; + } + + private TinyRect BlupiRect(TinyPoint pos) + { + TinyRect result = default(TinyRect); + if (m_blupiNage || m_blupiSurf) + { + result.Left = pos.X + 12; + result.Right = pos.X + 60 - 12; + if (m_blupiAction == 1) + { + result.Top = pos.Y + 5; + result.Bottom = pos.Y + 60 - 10; + } + else + { + result.Top = pos.Y + 15; + result.Bottom = pos.Y + 60 - 10; + } + } + else if (m_blupiJeep) + { + result.Left = pos.X + 2; + result.Right = pos.X + 60 - 2; + result.Top = pos.Y + 10; + result.Bottom = pos.Y + 60 - 2; + } + else if (m_blupiTank) + { + result.Left = pos.X + 2; + result.Right = pos.X + 60 - 2; + result.Top = pos.Y + 10; + result.Bottom = pos.Y + 60 - 2; + } + else if (m_blupiOver) + { + result.Left = pos.X + 2; + result.Right = pos.X + 60 - 2; + result.Top = pos.Y + 2; + result.Bottom = pos.Y + 60 - 2; + } + else if (m_blupiBalloon) + { + result.Left = pos.X + 10; + result.Right = pos.X + 60 - 10; + result.Top = pos.Y + 5; + result.Bottom = pos.Y + 60 - 2; + } + else if (m_blupiEcrase) + { + result.Left = pos.X + 5; + result.Right = pos.X + 60 - 5; + result.Top = pos.Y + 39; + result.Bottom = pos.Y + 60 - 2; + } + else + { + result.Left = pos.X + 12; + result.Right = pos.X + 60 - 12; + result.Top = pos.Y + 11; + result.Bottom = pos.Y + 60 - 2; + } + return result; + } + + private void BlupiAdjust() + { + TinyRect tinyRect = BlupiRect(m_blupiPos); + if (!DecorDetect(tinyRect)) + { + return; + } + for (int i = 0; i < 50; i++) + { + TinyRect rect = tinyRect; + rect.Bottom = rect.Top + 2; + rect.Left = m_blupiPos.X + 12; + rect.Right = m_blupiPos.X + 60 - 12; + if (!DecorDetect(rect)) + { + break; + } + tinyRect.Top += 2; + tinyRect.Bottom += 2; + m_blupiPos.Y += 2; + } + for (int i = 0; i < 50; i++) + { + TinyRect rect = tinyRect; + rect.Right = rect.Left + 2; + rect.Top = m_blupiPos.Y + 11; + rect.Bottom = m_blupiPos.Y + 60 - 2; + if (!DecorDetect(rect)) + { + break; + } + tinyRect.Left += 2; + tinyRect.Right += 2; + m_blupiPos.X += 2; + } + for (int i = 0; i < 50; i++) + { + TinyRect rect = tinyRect; + rect.Left = rect.Right - 2; + rect.Top = m_blupiPos.Y + 11; + rect.Bottom = m_blupiPos.Y + 60 - 2; + if (!DecorDetect(rect)) + { + break; + } + tinyRect.Left -= 2; + tinyRect.Right -= 2; + m_blupiPos.X -= 2; + } + for (int i = 0; i < 50; i++) + { + TinyRect rect = tinyRect; + rect.Right = rect.Left + 2; + if (!DecorDetect(rect)) + { + break; + } + tinyRect.Left += 2; + tinyRect.Right += 2; + m_blupiPos.X += 2; + } + for (int i = 0; i < 50; i++) + { + TinyRect rect = tinyRect; + rect.Left = rect.Right - 2; + if (!DecorDetect(rect)) + { + break; + } + tinyRect.Left -= 2; + tinyRect.Right -= 2; + m_blupiPos.X -= 2; + } + } + + private bool BlupiBloque(TinyPoint pos, int dir) + { + TinyRect rect = BlupiRect(pos); + rect.Top = rect.Bottom - 20; + rect.Bottom -= 2; + if (dir > 0) + { + rect.Left = rect.Right - 2; + } + if (dir < 0) + { + rect.Right = rect.Left + 2; + } + return DecorDetect(rect); + } + + private void BlupiStep() + { + TinyPoint celSwitch = default(TinyPoint); + TinyPoint celBridge = default(TinyPoint); + BlupiAdjust(); + m_blupiLastPos = m_blupiPos; + TinyPoint end = m_blupiPos; + bool flag = m_blupiAir; + int blupiAction = m_blupiAction; + bool bVertigoLeft = false; + bool bVertigoRight = false; + end.X += m_blupiVector.X; + end.Y += m_blupiVector.Y; + if (m_blupiFocus && (end.Y + 30) / 64 >= 99) + { + BlupiDead(75, -1); + m_blupiRestart = true; + m_blupiAir = true; + m_blupiPos.Y = m_blupiPos.Y / 64 * 64 + BLUPIOFFY; + PlaySound(8, m_blupiPos); + return; + } + TinyRect rect = default(TinyRect); + if (m_blupiVector.X != 0 || m_blupiVector.Y != 0) + { + rect = BlupiRect(m_blupiPos); + rect.Top = m_blupiPos.Y + 11; + rect.Bottom = m_blupiPos.Y + 60 - 2; + TestPath(rect, m_blupiPos, ref end); + } + m_blupiVent = false; + int icon; + if (m_blupiTransport == -1 && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && m_blupiFocus) + { + icon = m_decor[(end.X + 30) / 64, (end.Y + 30) / 64].icon; + if (icon == 110) + { + end.X -= 9; + } + if (icon == 114) + { + end.X += 9; + } + if (icon == 118) + { + end.Y -= 20; + } + if (icon == 122) + { + end.Y += 20; + } + if (icon >= 110 && icon <= 125) + { + m_blupiVent = true; + rect.Left = m_blupiPos.X + 12; + rect.Right = m_blupiPos.X + 60 - 12; + rect.Top = m_blupiPos.Y + 11; + rect.Bottom = m_blupiPos.Y + 60 - 2; + TestPath(rect, m_blupiPos, ref end); + } + } + bool flag2; + if (m_blupiTransport == -1) + { + rect = BlupiRect(end); + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60 - 1; + flag2 = !DecorDetect(rect); + } + else + { + flag2 = false; + } + rect = BlupiRect(end); + rect.Top = end.Y + 10; + rect.Bottom = end.Y + 20; + bool flag3 = DecorDetect(rect); + int detectIcon = m_detectIcon; + if (!m_blupiAir && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && flag2 && m_blupiFocus) + { + if (m_blupiFocus) + { + m_blupiAction = 5; + m_blupiPhase = 0; + } + m_blupiVitesseY = 1.0; + m_blupiAir = true; + flag = true; + } + if (!m_blupiNage && !m_blupiSurf && !m_blupiSuspend && !m_blupiAir && IsRessort(end)) + { + if ((m_blupiHelico || m_blupiOver) && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + m_blupiHelico = false; + m_blupiOver = false; + celSwitch.X = end.X - 34; + celSwitch.Y = end.Y - 34; + ObjectStart(celSwitch, 9, 0); + m_decorAction = 1; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + if (m_blupiJeep && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + m_blupiJeep = false; + celSwitch.X = end.X - 34; + celSwitch.Y = end.Y - 34; + ObjectStart(celSwitch, 9, 0); + m_decorAction = 1; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + if (m_blupiTank && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + m_blupiTank = false; + celSwitch.X = end.X - 34; + celSwitch.Y = end.Y - 34; + ObjectStart(celSwitch, 9, 0); + m_decorAction = 1; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + if (m_blupiSkate && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + m_blupiSkate = false; + celSwitch.X = end.X - 34; + celSwitch.Y = end.Y - 34; + ObjectStart(celSwitch, 9, 0); + m_decorAction = 1; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + if (m_blupiFocus && m_blupiAction != 11 && m_blupiAction != 75 && m_blupiAction != 76 && m_blupiAction != 77 && m_blupiAction != 78 && m_blupiAction != 79 && m_blupiAction != 80 && m_blupiAction != 81) + { + m_blupiAction = 5; + m_blupiPhase = 0; + } + if (((uint)m_keyPress & (true ? 1u : 0u)) != 0 && m_blupiFocus) + { + m_blupiVitesseY = (m_blupiPower ? (-25) : (-19)); + } + else + { + m_blupiVitesseY = (m_blupiPower ? (-16) : (-10)); + } + m_blupiAir = true; + flag = true; + PlaySound(41, end); + } + if (((uint)m_keyPress & (true ? 1u : 0u)) != 0 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + if (m_blupiAction != 4 && m_blupiAction != 3 && !m_blupiAir) + { + m_blupiAction = 4; + m_blupiPhase = 0; + } + if (m_blupiAction == 4 && m_blupiPhase == 3) + { + m_blupiAction = 5; + m_blupiPhase = 0; + if (m_blupiSkate) + { + PlaySound(1, end); + m_blupiVitesseY = (m_blupiPower ? (-17) : (-13)); + } + else + { + PlaySound(1, end); + if (IsNormalJump(end)) + { + m_blupiVitesseY = (m_blupiPower ? (-26) : (-16)); + } + else + { + m_blupiVitesseY = (m_blupiPower ? (-16) : (-12)); + } + } + m_blupiAir = true; + flag = true; + } + } + if (m_blupiAir) + { + if (flag3 && m_blupiVitesseY < 0.0) + { + if (m_blupiVitesseY < -14.0 && m_blupiAction != 11 && m_blupiAction != 75 && m_blupiAction != 76 && m_blupiAction != 77 && m_blupiAction != 78 && m_blupiAction != 79 && m_blupiAction != 80 && m_blupiAction != 81 && !m_blupiSkate) + { + m_blupiJumpAie = true; + PlaySound(40, end); + } + else + { + PlaySound(SoundEnviron(4, detectIcon), end); + } + m_blupiVitesseY = 1.0; + } + end.Y += (int)(m_blupiVitesseY * 2.0); + if (m_blupiVitesseY < 20.0) + { + m_blupiVitesseY += 2.0; + } + rect = BlupiRect(end); + rect.Top = end.Y + 60 - 30; + rect.Bottom = end.Y + 60 - 1; + if (m_blupiVitesseY >= 0.0 && DecorDetect(rect)) + { + end.Y = end.Y / 32 * 32 + BLUPIOFFY; + if (!IsRessort(end)) + { + PlaySound(SoundEnviron(3, m_detectIcon), end); + } + if (m_blupiFocus) + { + if (m_blupiVitesseY > 20.0) + { + m_blupiAction = 61; + } + else + { + m_blupiAction = 61; + } + m_blupiPhase = 0; + } + m_blupiAir = false; + if (m_blupiJumpAie) + { + m_blupiJumpAie = false; + m_blupiAction = 36; + m_blupiPhase = 0; + } + } + rect.Left = end.X + 20; + rect.Right = end.X + 60 - 20; + rect.Top = end.Y + 60 - 33; + rect.Bottom = end.Y + 60 - 1; + icon = AscenseurDetect(rect, m_blupiPos, end); + if (m_blupiVitesseY >= 0.0 && icon != -1) + { + m_blupiTransport = icon; + flag2 = false; + PlaySound(3, end); + end.Y = m_moveObject[icon].posCurrent.Y - 64 + BLUPIOFFY; + if (m_blupiFocus) + { + if (m_blupiVitesseY > 20.0) + { + m_blupiAction = 61; + } + else + { + m_blupiAction = 61; + } + m_blupiPhase = 0; + } + m_blupiAir = false; + if (m_blupiJumpAie) + { + m_blupiJumpAie = false; + m_blupiAction = 36; + m_blupiPhase = 0; + } + } + } + if (m_blupiAction == 36 && m_blupiPhase == 30) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_blupiAction == 56 && m_blupiPhase == 64) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + m_blupiCloud = true; + m_blupiTimeShield = 100; + m_jauges[1].SetHide(false); + PlaySound(55, end); + } + if (m_blupiAction == 58) + { + if (m_blupiPhase == 8) + { + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y + 40; + if (m_blupiVitesseY > 0.0) + { + celSwitch.Y += (int)(m_blupiVitesseY * 4.0); + } + m_blupiVitesseY -= 10.0; + if (ObjectStart(celSwitch, 23, 55) != -1) + { + PlaySound(52, m_blupiPos); + m_blupiTimeFire = 10; + m_blupiBullet--; + } + } + if (m_blupiPhase == 14) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if ((m_blupiAction == 44 || m_blupiAction == 45) && m_blupiPhase == 29) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_blupiAction == 46 && m_blupiPhase == 32) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_blupiAction == 47 && m_blupiPhase == 34) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + bool bNear; + if (m_blupiAction == 48 && m_blupiPhase == 40) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + icon = MoveObjectDetect(end, out bNear); + if (icon != -1 && !bNear && end.Y - BLUPIFLOOR == m_moveObject[icon].posCurrent.Y) + { + if (m_blupiDir == 2 && end.X < m_moveObject[icon].posCurrent.X) + { + celSwitch.X = end.X - 16; + celSwitch.Y = end.Y; + int num = MoveObjectDetect(celSwitch, out bNear); + if (num == -1) + { + m_blupiAction = 9; + m_blupiPhase = 0; + } + } + if (m_blupiDir == 1 && end.X > m_moveObject[icon].posCurrent.X) + { + celSwitch.X = end.X + 16; + celSwitch.Y = end.Y; + int num = MoveObjectDetect(celSwitch, out bNear); + if (num == -1) + { + m_blupiAction = 9; + m_blupiPhase = 0; + } + } + } + } + if (m_blupiAction == 65) + { + if (m_blupiPhase == 4) + { + PlaySound(47, m_blupiPos); + } + if (m_blupiPhase == 44) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if (m_blupiAction == 63) + { + if (m_blupiPhase == 1) + { + PlaySound(65, m_blupiPos); + m_blupiTimeMockery = 300; + } + if (m_blupiPhase == 92) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if (m_blupiAction == 64) + { + if (m_blupiPhase == 6) + { + PlaySound(65, m_blupiPos); + m_blupiTimeMockery = 300; + } + if (m_blupiPhase == 104) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if (m_blupiAction == 83) + { + if (m_blupiPhase == 4) + { + PlaySound(47, m_blupiPos); + } + if (m_blupiPhase == 60) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if (m_blupiAction == 84 && m_blupiPhase == 18) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_blupiAction == 60 && m_blupiPhase == 3) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiAction == 61 && m_blupiPhase == 5) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiAction == 62 && m_blupiPhase == 2) + { + m_blupiAction = 5; + m_blupiPhase = 0; + m_blupiVitesseY = -12.0; + m_blupiAir = true; + flag = true; + } + if (m_blupiAction == 49 && m_blupiPhase == 32) + { + ObjectStart(m_sucettePos, m_sucetteType, 0); + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + m_blupiPower = true; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + PlaySound(44, end); + } + if (m_blupiAction == 55 && m_blupiPhase == 36) + { + ObjectStart(m_sucettePos, m_sucetteType, 0); + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + m_blupiHide = true; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + PlaySound(62, end); + } + if (m_blupiSpeedY < 0.0 && m_blupiLastSpeedY == 0.0 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 5 && m_blupiAction != 8 && m_blupiAction != 10 && m_blupiAction != 9 && !m_blupiAir && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + m_blupiAction = 7; + m_blupiPhase = 0; + } + if (m_blupiSpeedY == 0.0 && m_blupiLastSpeedY < 0.0 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 5 && m_blupiAction != 8 && m_blupiAction != 10 && m_blupiAction != 9 && !m_blupiAir && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiSpeedY > 0.0 && m_blupiLastSpeedY == 0.0 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 5 && m_blupiAction != 6 && m_blupiAction != 28 && m_blupiAction != 8 && m_blupiAction != 10 && m_blupiAction != 9 && !m_blupiAir && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + m_blupiAction = 6; + m_blupiPhase = 0; + } + if (m_blupiSpeedY > 0.0 && m_blupiSpeedX == 0.0 && (m_keyPress & 1) == 0 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 5 && m_blupiAction != 6 && m_blupiAction != 28 && m_blupiAction != 8 && m_blupiAction != 10 && m_blupiAction != 9 && !m_blupiAir && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + m_blupiAction = 6; + m_blupiPhase = 0; + } + if (m_blupiSpeedY == 0.0 && m_blupiLastSpeedY > 0.0 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 5 && m_blupiAction != 8 && m_blupiAction != 10 && m_blupiAction != 9 && !m_blupiAir && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiAction == 7 && m_blupiPhase == 4) + { + m_scrollAdd.Y = -150; + PlaySound(21, end); + } + if (m_blupiAction == 6 && m_blupiPhase == 4) + { + m_scrollAdd.Y = 150; + PlaySound(7, end); + } + if (!m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + if (m_blupiSpeedY > 0.0 && m_blupiSpeedX == 0.0 && (m_keyPress & 1) == 0 && m_blupiAction != 28 && m_blupiDir == 1 && (icon = CaisseInFront()) != -1) + { + end.X = m_moveObject[icon].posCurrent.X + 64 - 5; + m_blupiAction = 28; + m_blupiPhase = 0; + m_scrollAdd.Y = 0; + PlaySound(39, end); + } + if (m_blupiSpeedY > 0.0 && m_blupiSpeedX > 0.0 && (m_keyPress & 1) == 0 && m_blupiAction != 29 && m_blupiDir == 1 && (icon = CaisseInFront()) != -1) + { + m_blupiAction = 29; + m_blupiPhase = 0; + m_scrollAdd.Y = 0; + PlaySound(39, end); + } + if (m_blupiSpeedY > 0.0 && m_blupiSpeedX == 0.0 && (m_keyPress & 1) == 0 && m_blupiAction != 28 && m_blupiDir == 2 && (icon = CaisseInFront()) != -1) + { + end.X = m_moveObject[icon].posCurrent.X - 60 + 5; + m_blupiAction = 28; + m_blupiPhase = 0; + m_scrollAdd.Y = 0; + PlaySound(39, end); + } + if (m_blupiSpeedY > 0.0 && m_blupiSpeedX < 0.0 && (m_keyPress & 1) == 0 && m_blupiAction != 29 && m_blupiDir == 2 && (icon = CaisseInFront()) != -1) + { + m_blupiAction = 29; + m_blupiPhase = 0; + m_scrollAdd.Y = 0; + PlaySound(39, end); + } + if (m_blupiAction == 29 && m_blupiActionOuf != 47) + { + m_blupiActionOuf = 47; + m_blupiTimeOuf = 0; + } + } + if (m_blupiAction != 28 && m_blupiAction != 29 && m_blupiFocus) + { + if (m_blupiSpeedX < 0.0 && m_blupiLastSpeedX == 0.0 && !m_blupiAir && m_blupiSpeedY != 0.0) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiSpeedX == 0.0 && m_blupiLastSpeedX < 0.0 && m_blupiSpeedY != 0.0) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiSpeedX > 0.0 && m_blupiLastSpeedX == 0.0 && !m_blupiAir && m_blupiSpeedY != 0.0) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiSpeedX == 0.0 && m_blupiLastSpeedX > 0.0 && m_blupiSpeedY != 0.0) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + } + int num2; + int num3; + if (m_blupiSpeedX < 0.0 && m_blupiFocus) + { + if (m_blupiDir == 2 && m_blupiAction != 3 && m_blupiAction != 59 && m_blupiAction != 7 && m_blupiAction != 6 && m_blupiAction != 29 && ((!m_blupiJeep && !m_blupiTank && !m_blupiSkate) || Math.Abs(m_blupiVitesseX) <= 8.0)) + { + if (m_blupiAir) + { + PlaySound(5, end); + m_blupiAction = 59; + m_blupiPhase = 0; + m_blupiDir = 1; + } + else + { + PlaySound(5, end); + m_blupiAction = 3; + m_blupiPhase = 0; + } + } + if (m_blupiDir == 1 && m_blupiAction != 2 && m_blupiAction != 14 && m_blupiAction != 4 && m_blupiAction != 7 && m_blupiAction != 6 && m_blupiAction != 29 && !m_blupiAir) + { + m_blupiAction = 2; + m_blupiPhase = 0; + } + if (m_blupiDir == 1 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 7 && m_blupiAction != 6 && m_blupiAction != 29 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend) + { + if (m_blupiAction == 14) + { + end.X -= CaisseGetMove(5); + } + else + { + num2 = m_blupiPhase; + if (num2 > 3 || m_blupiAir) + { + num2 = 3; + } + num3 = Tables.table_vitesse_march[num2]; + if (m_blupiPower) + { + num3 *= 3; + num3 /= 2; + } + end.X += Misc.Speed(m_blupiSpeedX, num3); + } + } + if (m_blupiDir == 2 && m_blupiAction == 29) + { + end.X -= CaisseGetMove(3); + } + } + if (m_blupiSpeedX > 0.0 && m_blupiFocus) + { + if (m_blupiDir == 1 && m_blupiAction != 3 && m_blupiAction != 59 && m_blupiAction != 7 && m_blupiAction != 6 && m_blupiAction != 29 && ((!m_blupiJeep && !m_blupiTank && !m_blupiSkate) || Math.Abs(m_blupiVitesseX) <= 8.0)) + { + if (m_blupiAir) + { + PlaySound(5, end); + m_blupiAction = 59; + m_blupiPhase = 0; + m_blupiDir = 2; + } + else + { + PlaySound(5, end); + m_blupiAction = 3; + m_blupiPhase = 0; + } + } + if (m_blupiDir == 2 && m_blupiAction != 2 && m_blupiAction != 14 && m_blupiAction != 4 && m_blupiAction != 7 && m_blupiAction != 6 && m_blupiAction != 29 && !m_blupiAir) + { + m_blupiAction = 2; + m_blupiPhase = 0; + } + if (m_blupiDir == 2 && m_blupiAction != 3 && m_blupiAction != 4 && m_blupiAction != 7 && m_blupiAction != 6 && m_blupiAction != 29 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend) + { + if (m_blupiAction == 14) + { + end.X += CaisseGetMove(5); + } + else + { + num2 = m_blupiPhase; + if (num2 > 3 || m_blupiAir) + { + num2 = 3; + } + num3 = Tables.table_vitesse_march[num2]; + if (m_blupiPower) + { + num3 *= 3; + num3 /= 2; + } + end.X += Misc.Speed(m_blupiSpeedX, num3); + } + } + if (m_blupiDir == 1 && m_blupiAction == 29) + { + end.X += CaisseGetMove(3); + } + } + if (m_blupiHelico) + { + if (m_blupiAction == 3 && m_blupiPhase == 10) + { + m_blupiAction = 2; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else if (m_blupiOver) + { + if (m_blupiAction == 3 && m_blupiPhase == 7) + { + m_blupiAction = 2; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else if (m_blupiJeep) + { + if (m_blupiAction == 3 && m_blupiPhase == 7) + { + m_blupiAction = 1; + m_blupiPhase = 0; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else if (m_blupiTank) + { + if (m_blupiAction == 3 && m_blupiPhase == 12) + { + m_blupiAction = 1; + m_blupiPhase = 0; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else if (m_blupiSkate) + { + if (m_blupiAction == 3 && m_blupiPhase == 14) + { + m_blupiAction = 1; + m_blupiPhase = 0; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else if (m_blupiNage || m_blupiSurf) + { + if (m_blupiAction == 3 && m_blupiPhase == 10) + { + m_blupiAction = 2; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else if (m_blupiSuspend) + { + if (m_blupiAction == 3 && m_blupiPhase == 10) + { + m_blupiAction = 1; + m_blupiPhase = 0; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + } + else + { + if (m_blupiAction == 3 && m_blupiPhase == 6) + { + m_blupiAction = 1; + m_blupiPhase = 0; + if (m_blupiDir == 1) + { + m_blupiDir = 2; + } + else + { + m_blupiDir = 1; + } + } + if (m_blupiAction == 59 && m_blupiPhase == 6) + { + m_blupiAction = 5; + m_blupiPhase = 0; + } + } + if (!m_blupiSuspend && m_blupiAction == 4 && m_blupiPhase == 3) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiSpeedX == 0.0 && m_blupiSpeedY == 0.0 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && m_blupiFocus) + { + if (m_blupiAction == 14 || m_blupiAction == 7) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiAction == 2) + { + if (m_blupiSuspend || m_blupiPhase < 10) + { + m_blupiAction = 1; + } + else + { + m_blupiAction = 60; + } + m_blupiPhase = 0; + } + if (m_blupiAction == 6) + { + m_blupiAction = 1; + m_blupiPhase = 0; + PlaySound(20, end); + } + m_scrollAdd.Y = 0; + if (blupiAction == 14) + { + StopSound(38); + } + if (blupiAction == 29 || blupiAction == 28) + { + StopSound(39); + } + } + if (!m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && m_blupiFocus) + { + if (m_blupiAction == 9 && m_blupiDir == 1) + { + end.X += 4; + } + if (m_blupiAction == 9 && m_blupiDir == 2) + { + end.X -= 4; + } + if (m_blupiAction == 10 && m_blupiDir == 1) + { + end.X -= 4; + } + if (m_blupiAction == 10 && m_blupiDir == 2) + { + end.X += 4; + } + } + if ((m_keyPress & -3) == 0 && m_blupiSpeedX == 0.0 && m_blupiSpeedY == 0.0 && (m_blupiJeep || m_blupiTank || m_blupiSkate) && m_blupiFocus) + { + if (m_blupiAction == 10 && m_blupiDir == 1) + { + end.X -= 5; + } + if (m_blupiAction == 10 && m_blupiDir == 2) + { + end.X += 5; + } + } + if ((m_keyPress & -3) == 0 && m_blupiSpeedX == 0.0 && m_blupiSpeedY == 0.0 && m_blupiNage && m_blupiFocus && m_blupiAction == 2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if ((m_keyPress & -3) == 0 && m_blupiSpeedX == 0.0 && m_blupiSpeedY == 0.0 && m_blupiSurf && m_blupiFocus && m_blupiAction == 2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiHelico && (m_blupiFocus || m_blupiAction == 58)) + { + if (((uint)m_keyPress & 2u) != 0 && m_blupiTimeFire == 0 && m_blupiAction != 3 && m_blupiAction != 58 && flag2) + { + if (m_blupiBullet == 0) + { + PlaySound(53, m_blupiPos); + } + else + { + m_blupiAction = 58; + m_blupiPhase = 0; + m_blupiFocus = false; + } + } + m_blupiMotorHigh = flag2; + if (m_blupiAction != 3 && m_blupiAction != 58) + { + if (flag2) + { + m_blupiAction = 2; + } + else + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiVitesseY = 0.0; + } + } + if (Def.EasyMove) + { + if (m_blupiSpeedY <= -1.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + if (m_blupiVitesseY > -7.0) + { + m_blupiVitesseY -= 0.5; + } + if (m_blupiVitesseY == -0.5) + { + m_blupiVitesseY = -1.0; + } + } + else if (m_blupiSpeedY >= 1.0) + { + if (m_blupiVitesseY < 8.0) + { + m_blupiVitesseY += 0.5; + } + } + else + { + if (m_blupiVitesseY > 1.0) + { + m_blupiVitesseY -= 1.0; + } + if (m_blupiVitesseY < 1.0) + { + m_blupiVitesseY += 1.0; + } + } + end.Y += (int)m_blupiVitesseY; + } + else + { + if (m_blupiSpeedY <= -1.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + if (m_blupiVitesseY > -10.0) + { + m_blupiVitesseY -= 0.5; + } + } + else if (m_blupiSpeedY >= 1.0) + { + if (m_blupiVitesseY < 12.0) + { + m_blupiVitesseY += 0.5; + } + } + else + { + if (m_blupiVitesseY > 1.0) + { + m_blupiVitesseY -= 1.0; + } + if (m_blupiVitesseY < 1.0) + { + m_blupiVitesseY += 1.0; + } + } + end.Y += (int)m_blupiVitesseY; + } + if (Def.EasyMove) + { + if (m_blupiSpeedX <= -1.0) + { + int num4 = (int)(m_blupiSpeedX * 12.0); + if (m_blupiVitesseX > (double)num4) + { + m_blupiVitesseX -= 0.5; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, -1)) + { + m_blupiVitesseX = 0.0; + } + } + else if (m_blupiSpeedX >= 1.0) + { + int num5 = (int)(m_blupiSpeedX * 12.0); + if (m_blupiVitesseX < (double)num5) + { + m_blupiVitesseX += 0.5; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, 1)) + { + m_blupiVitesseX = 0.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + end.X += (int)m_blupiVitesseX; + } + else + { + if (m_blupiSpeedX <= -1.0) + { + int num6 = (int)(m_blupiSpeedX * 16.0); + if (m_blupiVitesseX > (double)num6) + { + m_blupiVitesseX -= 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, -1)) + { + m_blupiVitesseX = 0.0; + } + } + else if (m_blupiSpeedX >= 1.0) + { + int num7 = (int)(m_blupiSpeedX * 16.0); + if (m_blupiVitesseX < (double)num7) + { + m_blupiVitesseX += 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, 1)) + { + m_blupiVitesseX = 0.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + end.X += (int)m_blupiVitesseX; + } + MoveObjectPollution(); + if (ButtonPressed == Def.ButtonGlygh.PlayAction && !flag2 && m_blupiTransport == -1) + { + ButtonPressed = Def.ButtonGlygh.None; + rect.Left = m_blupiPos.X + 20; + rect.Right = m_blupiPos.X + 22; + rect.Top = m_blupiPos.Y + 60 - 2; + rect.Bottom = m_blupiPos.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = m_blupiPos.X + 60 - 22; + rect.Right = m_blupiPos.X + 60 - 20; + rect.Top = m_blupiPos.Y + 60 - 2; + rect.Bottom = m_blupiPos.Y + 60; + bVertigoRight = !DecorDetect(rect); + if (!bVertigoLeft && !bVertigoRight) + { + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y - BLUPIFLOOR; + ObjectStart(celSwitch, 13, 0); + m_blupiHelico = false; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiPosHelico = m_blupiPos; + m_blupiFocus = true; + StopSound(16); + StopSound(18); + PlaySound(17, m_blupiPos); + } + } + } + if (m_blupiOver && (m_blupiFocus || m_blupiAction == 58)) + { + m_blupiMotorHigh = flag2; + if (m_blupiAction != 3) + { + if (flag2) + { + m_blupiAction = 2; + } + else + { + if (m_blupiAction != 1) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + m_blupiVitesseY = 0.0; + } + } + rect = BlupiRect(end); + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60 + OVERHEIGHT - 1; + bool flag4 = !DecorDetect(rect); + icon = MoveAscenseurDetect(m_blupiPos, OVERHEIGHT); + if (icon != -1) + { + flag4 = false; + } + if ((m_blupiSpeedY < 0.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) && !flag4) + { + if (m_blupiVitesseY == 0.0 && icon != -1) + { + m_blupiVitesseY = -5.0; + } + else if (m_blupiVitesseY > -5.0) + { + m_blupiVitesseY -= 1.0; + } + } + else if (m_blupiSpeedY > 0.0) + { + if (m_blupiVitesseY < 12.0) + { + m_blupiVitesseY += 5.0; + } + } + else if (m_blupiVitesseY < 12.0 && m_time % 2 == 0) + { + m_blupiVitesseY += 1.0; + } + end.Y += (int)m_blupiVitesseY; + if (m_blupiSpeedX < 0.0 && flag2) + { + int num8 = (int)(m_blupiSpeedX * 12.0); + if (m_blupiVitesseX > (double)num8) + { + m_blupiVitesseX -= 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, -1)) + { + m_blupiVitesseX = 0.0; + } + } + else if (m_blupiSpeedX > 0.0 && flag2) + { + int num9 = (int)(m_blupiSpeedX * 12.0); + if (m_blupiVitesseX < (double)num9) + { + m_blupiVitesseX += 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, 1)) + { + m_blupiVitesseX = 0.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 1.0; + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 1.0; + } + } + end.X += (int)m_blupiVitesseX; + MoveObjectPollution(); + if (ButtonPressed == Def.ButtonGlygh.PlayAction && !flag2 && m_blupiTransport == -1) + { + ButtonPressed = Def.ButtonGlygh.None; + rect.Left = m_blupiPos.X + 20; + rect.Right = m_blupiPos.X + 22; + rect.Top = m_blupiPos.Y + 60 - 2; + rect.Bottom = m_blupiPos.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = m_blupiPos.X + 60 - 22; + rect.Right = m_blupiPos.X + 60 - 20; + rect.Top = m_blupiPos.Y + 60 - 2; + rect.Bottom = m_blupiPos.Y + 60; + bVertigoRight = !DecorDetect(rect); + if (!bVertigoLeft && !bVertigoRight) + { + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y - BLUPIFLOOR; + ObjectStart(celSwitch, 46, 0); + m_blupiOver = false; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiPosHelico = m_blupiPos; + m_blupiFocus = true; + StopSound(16); + StopSound(18); + PlaySound(17, m_blupiPos); + } + } + } + if (m_blupiBalloon && m_blupiFocus) + { + if (m_blupiSpeedY < 0.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + if (m_blupiVitesseY > -5.0 && m_time % 6 == 0) + { + m_blupiVitesseY -= 1.0; + } + } + else if (m_blupiSpeedY > 0.0) + { + if (m_blupiVitesseY < 0.0 && m_time % 6 == 0) + { + m_blupiVitesseY += 1.0; + } + } + else if (m_blupiVitesseY > -3.0 && m_time % 6 == 0) + { + m_blupiVitesseY -= 1.0; + } + end.Y += (int)m_blupiVitesseY; + if (m_blupiSpeedX < 0.0) + { + int num10 = (int)(m_blupiSpeedX * 10.0); + if (m_blupiVitesseX > (double)num10) + { + m_blupiVitesseX -= 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, -1)) + { + m_blupiVitesseX = 0.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + int num11 = (int)(m_blupiSpeedX * 10.0); + if (m_blupiVitesseX < (double)num11) + { + m_blupiVitesseX += 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, 1)) + { + m_blupiVitesseX = 0.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + end.X += (int)m_blupiVitesseX; + } + if (m_blupiEcrase && m_blupiFocus) + { + if (flag2) + { + if (m_blupiVitesseY < 2.0) + { + m_blupiVitesseY += 1.0; + } + } + else + { + m_blupiVitesseY = 0.0; + } + end.Y += (int)m_blupiVitesseY; + num2 = ((!flag2) ? 4 : 7); + num2 = (int)((double)num2 * m_blupiSpeedX); + if (m_blupiSpeedX < 0.0) + { + if (m_blupiVitesseX > (double)num2) + { + m_blupiVitesseX -= 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, -1)) + { + m_blupiVitesseX = 0.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + if (m_blupiVitesseX < (double)num2) + { + m_blupiVitesseX += 1.0; + } + celSwitch.X = end.X + (int)m_blupiVitesseX; + celSwitch.Y = end.Y; + if (BlupiBloque(celSwitch, 1)) + { + m_blupiVitesseX = 0.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + if (m_blupiVitesseX == 0.0 && !flag2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + end.X += (int)m_blupiVitesseX; + } + if (m_blupiJeep && m_blupiFocus) + { + if (m_blupiVitesseX == 0.0 && m_blupiAction == 2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + m_blupiMotorHigh = m_blupiAction != 1; + rect = BlupiRect(end); + rect.Right -= 40; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60 - 1; + bool flag5 = !DecorDetect(rect); + rect.Left += 40; + rect.Right += 40; + bool flag6 = !DecorDetect(rect); + if (flag2) + { + if (m_blupiVitesseY < 50.0) + { + m_blupiVitesseY += 5.0; + } + } + else + { + if (m_blupiVitesseY != 0.0) + { + PlaySound(3, m_blupiPos); + } + m_blupiVitesseY = 0.0; + } + end.Y += (int)m_blupiVitesseY; + if (m_blupiTransport == -1) + { + rect.Left = end.X + 20; + rect.Right = end.X + 60 - 20; + rect.Top = end.Y + 60 - 35; + rect.Bottom = end.Y + 60 - 1; + icon = AscenseurDetect(rect, m_blupiPos, end); + if (m_blupiVitesseY >= 0.0 && icon != -1) + { + m_blupiTransport = icon; + flag2 = false; + PlaySound(3, end); + end.Y = m_moveObject[icon].posCurrent.Y - 64 + BLUPIOFFY; + } + } + if (flag5 && !flag6) + { + int num12 = -20; + if (m_blupiVitesseX > (double)num12) + { + m_blupiVitesseX -= 1.0; + } + } + else if (!flag5 && flag6) + { + int num13 = 20; + if (m_blupiVitesseX < (double)num13) + { + m_blupiVitesseX += 1.0; + } + } + else if (m_blupiSpeedX < 0.0) + { + int num14 = (int)(m_blupiSpeedX * 20.0); + if (m_blupiVitesseX > (double)num14) + { + m_blupiVitesseX -= 1.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + int num15 = (int)(m_blupiSpeedX * 20.0); + if (m_blupiVitesseX < (double)num15) + { + m_blupiVitesseX += 1.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + if (m_blupiAction == 3) + { + m_blupiVitesseX = 0.0; + } + end.X += (int)m_blupiVitesseX; + if (flag5 && !flag6) + { + m_blupiRealRotation = Misc.Approch(m_blupiRealRotation, -45, 5); + } + else if (!flag5 && flag6) + { + m_blupiRealRotation = Misc.Approch(m_blupiRealRotation, 45, 5); + } + else if (!flag2) + { + m_blupiRealRotation = 0; + } + m_blupiOffsetY = Math.Abs(m_blupiRealRotation / 2); + MoveObjectPollution(); + if (ButtonPressed == Def.ButtonGlygh.PlayAction && !flag2 && m_blupiTransport == -1) + { + ButtonPressed = Def.ButtonGlygh.None; + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y - BLUPIFLOOR; + ObjectStart(celSwitch, 19, 0); + m_blupiJeep = false; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiPosHelico = m_blupiPos; + StopSound(29); + StopSound(31); + PlaySound(30, m_blupiPos); + } + } + if (m_blupiTank && m_blupiFocus) + { + if (m_blupiAction == 53 && m_blupiPhase == 6) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (((uint)m_keyPress & 2u) != 0 && m_blupiTimeFire == 0 && m_blupiAction != 3) + { + if (m_blupiBullet == 0) + { + PlaySound(53, m_blupiPos); + } + else + { + if (m_blupiDir == 1) + { + celSwitch.X = m_blupiPos.X - 35; + celSwitch.Y = m_blupiPos.Y; + num3 = -5; + m_blupiVitesseX += 12.0; + } + else + { + celSwitch.X = m_blupiPos.X + 35; + celSwitch.Y = m_blupiPos.Y; + num3 = 5; + m_blupiVitesseX -= 12.0; + } + if (ObjectStart(celSwitch, 23, num3) != -1) + { + m_blupiAction = 53; + m_blupiPhase = 0; + PlaySound(52, m_blupiPos); + m_blupiTimeFire = 10; + m_blupiBullet--; + } + } + } + if (m_blupiVitesseX == 0.0 && m_blupiAction == 2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + m_blupiMotorHigh = m_blupiAction != 1; + if (flag2) + { + if (m_blupiVitesseY < 50.0) + { + m_blupiVitesseY += 5.0; + } + } + else + { + if (m_blupiVitesseY != 0.0) + { + PlaySound(3, m_blupiPos); + } + m_blupiVitesseY = 0.0; + } + end.Y += (int)m_blupiVitesseY; + if (m_blupiTransport == -1) + { + rect.Left = end.X + 20; + rect.Right = end.X + 60 - 20; + rect.Top = end.Y + 60 - 35; + rect.Bottom = end.Y + 60 - 1; + icon = AscenseurDetect(rect, m_blupiPos, end); + if (m_blupiVitesseY >= 0.0 && icon != -1) + { + m_blupiTransport = icon; + flag2 = false; + PlaySound(3, end); + end.Y = m_moveObject[icon].posCurrent.Y - 64 + BLUPIOFFY; + } + } + if (m_blupiSpeedX < 0.0) + { + int num16 = (int)(m_blupiSpeedX * 12.0); + if (m_blupiVitesseX > (double)num16) + { + m_blupiVitesseX -= 1.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + int num17 = (int)(m_blupiSpeedX * 12.0); + if (m_blupiVitesseX < (double)num17) + { + m_blupiVitesseX += 1.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 3.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 3.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + if (m_blupiAction == 3) + { + m_blupiVitesseX = 0.0; + } + end.X += (int)m_blupiVitesseX; + MoveObjectPollution(); + if (ButtonPressed == Def.ButtonGlygh.PlayAction && !flag2 && m_blupiTransport == -1) + { + ButtonPressed = Def.ButtonGlygh.None; + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y; + ObjectStart(celSwitch, 28, 0); + m_blupiTank = false; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiPosHelico = m_blupiPos; + StopSound(29); + StopSound(31); + PlaySound(30, m_blupiPos); + } + } + if (m_blupiSkate && m_blupiFocus) + { + if (m_blupiVitesseX == 0.0 && m_blupiAction == 2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiSpeedX < 0.0) + { + int num18 = (int)(m_blupiSpeedX * 15.0); + if (m_blupiVitesseX > (double)num18) + { + m_blupiVitesseX -= 1.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + int num19 = (int)(m_blupiSpeedX * 15.0); + if (m_blupiVitesseX < (double)num19) + { + m_blupiVitesseX += 1.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 1.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 1.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + if (m_blupiAction == 3) + { + m_blupiVitesseX = 0.0; + } + end.X += (int)m_blupiVitesseX; + if (ButtonPressed == Def.ButtonGlygh.PlayAction && !flag2 && !m_blupiAir && m_blupiTransport == -1 && m_blupiVitesseX < 8.0) + { + ButtonPressed = Def.ButtonGlygh.None; + m_blupiSkate = false; + m_blupiAction = 43; + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiPosHelico = m_blupiPos; + } + } + if (m_blupiAction == 42) + { + if (m_blupiPhase == 8) + { + icon = MoveObjectDetect(m_blupiPos, out bNear); + if (icon != -1) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + } + } + if (m_blupiPhase == 20) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if (m_blupiAction == 43) + { + if (m_blupiPhase == 12) + { + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y - BLUPIFLOOR + 1; + ObjectStart(celSwitch, 24, 0); + } + if (m_blupiPhase == 20) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + } + if (m_blupiNage && m_blupiFocus) + { + if (m_blupiTransport == -1) + { + if (m_blupiSpeedY < 0.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + if (m_blupiVitesseY > -5.0) + { + m_blupiVitesseY -= 1.0; + } + } + else if (m_blupiSpeedY > 0.0) + { + if (m_blupiVitesseY < 5.0) + { + m_blupiVitesseY += 1.0; + } + } + else + { + num2 = ((m_blupiAction == 1) ? (-1) : 0); + if (m_blupiVitesseY > (double)num2) + { + m_blupiVitesseY -= 1.0; + } + if (m_blupiVitesseY < (double)num2) + { + m_blupiVitesseY += 1.0; + } + } + end.Y += (int)m_blupiVitesseY; + } + if (m_blupiSpeedX < 0.0) + { + int num20 = (int)(m_blupiSpeedX * 8.0); + if (m_blupiVitesseX > (double)num20) + { + m_blupiVitesseX -= 1.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + int num21 = (int)(m_blupiSpeedX * 8.0); + if (m_blupiVitesseX < (double)num21) + { + m_blupiVitesseX += 1.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + icon = Tables.table_vitesse_nage[m_blupiPhase % 14 / 2]; + end.X += (int)(m_blupiVitesseX * (double)icon / 7.0); + if (m_time % 70 == 0 || m_time % 70 == 28) + { + MoveObjectBlup(end); + } + if (m_time % 5 == 0) + { + if (!m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + m_blupiLevel--; + } + if (m_blupiLevel == 25) + { + m_jauges[0].SetMode(1); + } + m_jauges[0].SetLevel(m_blupiLevel); + if (m_blupiLevel == 0) + { + m_blupiAction = 24; + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiInvert = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + m_blupiAir = false; + m_blupiRestart = true; + m_blupiActionOuf = 0; + m_jauges[0].SetHide(true); + m_jauges[1].SetHide(true); + PlaySound(26, end); + } + } + } + if (m_blupiSurf && m_blupiFocus) + { + if (m_blupiTransport == -1) + { + if (m_blupiSpeedY < 0.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + if (m_blupiVitesseY > -5.0) + { + m_blupiVitesseY -= 1.0; + } + } + else if (m_blupiSpeedY > 0.0) + { + if (m_blupiVitesseY < 5.0) + { + m_blupiVitesseY += 1.0; + } + } + else + { + if (m_blupiVitesseY > -2.0) + { + m_blupiVitesseY -= 1.0; + } + if (m_blupiVitesseY < -2.0) + { + m_blupiVitesseY += 1.0; + } + } + end.Y += (int)m_blupiVitesseY; + end.Y += BLUPISURF; + if (end.Y % 64 > 30) + { + end.Y += 64 - end.Y % 64; + } + end.Y -= BLUPISURF; + } + if (m_blupiSpeedX < 0.0) + { + int num22 = (int)(m_blupiSpeedX * 8.0); + if (m_blupiVitesseX > (double)num22) + { + m_blupiVitesseX -= 1.0; + } + } + else if (m_blupiSpeedX > 0.0) + { + int num23 = (int)(m_blupiSpeedX * 8.0); + if (m_blupiVitesseX < (double)num23) + { + m_blupiVitesseX += 1.0; + } + } + else + { + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX -= 2.0; + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX = 0.0; + } + } + if (m_blupiVitesseX < 0.0) + { + m_blupiVitesseX += 2.0; + if (m_blupiVitesseX > 0.0) + { + m_blupiVitesseX = 0.0; + } + } + } + icon = Tables.table_vitesse_surf[m_blupiPhase % 12 / 2]; + end.X += (int)(m_blupiVitesseX * (double)icon / 10.0); + } + TinyPoint tinyPoint = default(TinyPoint); + if (m_blupiSuspend && m_blupiFocus) + { + if (m_blupiSpeedX < 0.0 && m_blupiAction == 2) + { + int num24 = (int)(m_blupiSpeedX * 5.0); + end.X += num24; + } + if (m_blupiSpeedX > 0.0 && m_blupiAction == 2) + { + int num25 = (int)(m_blupiSpeedX * 5.0); + end.X += num25; + } + icon = GetTypeBarre(end); + if (icon == 2) + { + tinyPoint.X = end.X; + tinyPoint.Y = end.Y / 64 * 64 + BLUPIOFFY; + rect = BlupiRect(tinyPoint); + if (!DecorDetect(rect, true)) + { + m_blupiSuspend = false; + m_blupiAction = 1; + m_blupiPhase = 0; + end = (m_blupiPos = tinyPoint); + } + } + if ((m_blupiSpeedY > 0.0 && m_blupiPhase > 5) || icon == 0) + { + m_blupiSuspend = false; + m_blupiAir = true; + m_blupiAction = 5; + end.Y = end.Y;//Todo : check : Assignment made to same variable; did you mean to assign something else? + m_blupiVitesseY = 0.0; + m_blupiNoBarre = 5; + m_blupiActionOuf = 65; + m_blupiTimeOuf = 0; + } + if ((((uint)m_keyPress & (true ? 1u : 0u)) != 0 || m_blupiSpeedY < 0.0) && m_blupiAction != 4 && m_blupiAction != 3) + { + m_blupiAction = 4; + m_blupiPhase = 0; + } + if ((m_keyPress & 1) == 0 && m_blupiSpeedY == 0.0 && m_blupiAction == 4) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + if (m_blupiAction == 4 && m_blupiPhase == 10) + { + m_blupiSuspend = false; + m_blupiAir = true; + m_blupiAction = 5; + m_blupiPhase = 0; + end.Y -= 2; + m_blupiVitesseY = -11.0; + m_blupiNoBarre = 5; + PlaySound(35, end); + } + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiTank && !m_blupiJeep && !m_blupiSkate && !flag2 && m_blupiTransport == -1 && m_blupiFocus) + { + if (m_blupiDynamite > 0) + { + ButtonPressed = Def.ButtonGlygh.None; + rect.Left = end.X + 18; + rect.Right = end.X + 20; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = end.X + 60 - 20; + rect.Right = end.X + 60 - 18; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoRight = !DecorDetect(rect); + if (!bVertigoLeft && !bVertigoRight && ObjectStart(end, 56, 0) != -1) + { + m_blupiAction = 87; + m_blupiPhase = 0; + m_blupiFocus = false; + PlaySound(61, end); + m_blupiDynamite--; + } + } + else if (m_blupiPerso > 0) + { + ButtonPressed = Def.ButtonGlygh.None; + icon = MoveObjectDetect(end, out bNear); + if (icon == -1 || m_moveObject[icon].type != 200) + { + rect.Left = end.X + 18; + rect.Right = end.X + 20; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = end.X + 60 - 20; + rect.Right = end.X + 60 - 18; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoRight = !DecorDetect(rect); + icon = MoveChargeDetect(end); + if (icon == -1 && !bVertigoLeft && !bVertigoRight && ObjectStart(end, 200, 0) != -1) + { + m_blupiAction = 46; + m_blupiPhase = 0; + m_blupiFocus = false; + PlaySound(61, end); + m_blupiPerso--; + } + } + if (m_blupiFocus) + { + m_blupiAction = 47; + m_blupiPhase = 0; + PlaySound(27, end); + } + } + } + rect = BlupiRect(m_blupiPos); + tinyPoint = end; + TestPath(rect, m_blupiPos, ref end); + if (flag && m_blupiPos.X == end.X && m_blupiPos.X != tinyPoint.X) + { + end.Y = tinyPoint.Y; + TestPath(rect, m_blupiPos, ref end); + } + if (m_blupiVent && m_blupiPos.Y == end.Y && m_blupiPos.Y != tinyPoint.Y) + { + end.X = tinyPoint.X; + TestPath(rect, m_blupiPos, ref end); + } + if (m_blupiTransport != -1 && m_blupiPos.X == end.X && m_blupiPos.X != tinyPoint.X) + { + end.Y = tinyPoint.Y; + TestPath(rect, m_blupiPos, ref end); + } + if (m_blupiHelico || m_blupiOver || m_blupiBalloon || m_blupiEcrase || m_blupiJeep || m_blupiTank || m_blupiSkate || m_blupiNage) + { + if (m_blupiPos.X == end.X && m_blupiPos.X != tinyPoint.X) + { + end.Y = tinyPoint.Y; + TestPath(rect, m_blupiPos, ref end); + } + else if (m_blupiPos.Y == end.Y && m_blupiPos.Y != tinyPoint.Y) + { + end.X = tinyPoint.X; + TestPath(rect, m_blupiPos, ref end); + } + } + TinyPoint blupiPos = m_blupiPos; + m_blupiPos = end; + if ((m_blupiAction == 1 || m_blupiAction == 60 || m_blupiAction == 7 || m_blupiAction == 6) && !m_blupiAir && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + if (m_blupiTransport != -1) + { + AscenseurVertigo(m_blupiTransport, out bVertigoLeft, out bVertigoRight); + } + else + { + rect.Left = end.X + 24; + rect.Right = end.X + 26; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = end.X + 60 - 26; + rect.Right = end.X + 60 - 24; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoRight = !DecorDetect(rect); + } + if (m_blupiDir == 1 && bVertigoLeft && !bVertigoRight) + { + if (m_blupiHelico || m_blupiOver || AscenseurShift(m_blupiTransport)) + { + m_blupiAction = 9; + m_blupiPhase = 0; + } + else + { + PlaySound(6, end); + m_blupiAction = 8; + m_blupiPhase = 0; + } + } + if (m_blupiDir == 2 && !bVertigoLeft && bVertigoRight) + { + if (m_blupiHelico || m_blupiOver || AscenseurShift(m_blupiTransport)) + { + m_blupiAction = 9; + m_blupiPhase = 0; + } + else + { + PlaySound(6, end); + m_blupiAction = 8; + m_blupiPhase = 0; + } + } + if (m_blupiAction != 8 && m_blupiAction != 10 && m_blupiAction != 9 && (bVertigoLeft || bVertigoRight)) + { + if (!m_blupiHelico && !m_blupiOver) + { + PlaySound(6, end); + } + m_blupiAction = 10; + m_blupiPhase = 0; + } + } + if (m_blupiAction == 1 && m_blupiJeep && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + if (m_blupiTransport != -1) + { + AscenseurVertigo(m_blupiTransport, out bVertigoLeft, out bVertigoRight); + } + else + { + rect.Left = end.X + 2; + rect.Right = end.X + 18; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = end.X + 60 - 18; + rect.Right = end.X + 60 - 2; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoRight = !DecorDetect(rect); + } + if (bVertigoLeft && !bVertigoRight) + { + m_blupiAction = 10; + m_blupiPhase = 0; + } + if (bVertigoRight && !bVertigoLeft) + { + m_blupiAction = 10; + m_blupiPhase = 0; + } + } + if (m_blupiAction == 1 && m_blupiTank && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + if (m_blupiTransport != -1) + { + AscenseurVertigo(m_blupiTransport, out bVertigoLeft, out bVertigoRight); + } + else + { + rect.Left = end.X + 2; + rect.Right = end.X + 18; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = end.X + 60 - 18; + rect.Right = end.X + 60 - 2; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoRight = !DecorDetect(rect); + } + if (bVertigoLeft && !bVertigoRight) + { + m_blupiAction = 10; + m_blupiPhase = 0; + } + if (bVertigoRight && !bVertigoLeft) + { + m_blupiAction = 10; + m_blupiPhase = 0; + } + } + if (m_blupiAction == 1 && m_blupiSkate && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + if (m_blupiTransport != -1) + { + AscenseurVertigo(m_blupiTransport, out bVertigoLeft, out bVertigoRight); + } + else + { + rect.Left = end.X + 12; + rect.Right = end.X + 19; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoLeft = !DecorDetect(rect); + rect.Left = end.X + 60 - 19; + rect.Right = end.X + 60 - 12; + rect.Top = end.Y + 60 - 2; + rect.Bottom = end.Y + 60; + bVertigoRight = !DecorDetect(rect); + } + if (bVertigoLeft && !bVertigoRight) + { + m_blupiAction = 10; + m_blupiPhase = 0; + } + if (bVertigoRight && !bVertigoLeft) + { + m_blupiAction = 10; + m_blupiPhase = 0; + } + } + if (m_blupiFocus) + { + if (m_blupiAction == 8 && m_blupiPhase == 16) + { + m_blupiAction = 9; + m_blupiPhase = 0; + } + if (m_blupiAction == 9 && m_blupiPhase == 3) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiActionOuf = 0; + } + num2 = 5; + if (m_blupiJeep) + { + num2 = 10; + } + if (m_blupiTank) + { + num2 = 10; + } + if (m_blupiSkate) + { + num2 = 10; + } + if (m_blupiAction == 10 && m_blupiPhase == num2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + } + BlupiSearchIcon(); + if (m_blupiShield) + { + if (m_blupiTimeShield == 10) + { + PlaySound(43, m_blupiPos); + } + if (m_blupiTimeShield == 0) + { + m_blupiShield = false; + m_jauges[1].SetHide(true); + } + else if (m_time % 5 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiPower) + { + if (m_blupiTimeShield == 20) + { + PlaySound(45, m_blupiPos); + } + if (m_blupiTimeShield == 0) + { + m_blupiPower = false; + m_jauges[1].SetHide(true); + } + else if (m_time % 3 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiCloud) + { + if (m_blupiTimeShield == 25) + { + PlaySound(56, m_blupiPos); + } + if (m_blupiTimeShield == 0) + { + m_blupiCloud = false; + m_jauges[1].SetHide(true); + } + else if (m_time % 4 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiHide) + { + if (m_blupiTimeShield == 20) + { + PlaySound(63, m_blupiPos); + } + if (m_blupiTimeShield == 0) + { + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + else if (m_time % 4 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiInvert) + { + if (m_blupiTimeShield == 0) + { + m_blupiInvert = false; + m_jauges[1].SetHide(true); + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y + 100; + ObjectStart(celSwitch, 42, -60); + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y - 100; + ObjectStart(celSwitch, 42, 60); + celSwitch.X = m_blupiPos.X - 100; + celSwitch.Y = m_blupiPos.Y; + ObjectStart(celSwitch, 42, 10); + celSwitch.X = m_blupiPos.X + 100; + celSwitch.Y = m_blupiPos.Y; + ObjectStart(celSwitch, 42, -10); + PlaySound(67, end); + } + else if (m_time % 3 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiBalloon) + { + if (m_blupiTimeShield == 0) + { + m_blupiBalloon = false; + m_jauges[1].SetHide(true); + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 91, 0); + PlaySound(41, m_blupiPos); + } + else if (m_time % 2 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiEcrase) + { + if (m_blupiTimeShield == 0) + { + m_blupiEcrase = false; + m_blupiAir = true; + m_jauges[1].SetHide(true); + ObjectStart(m_blupiPos, 41, -60); + ObjectStart(m_blupiPos, 41, 60); + ObjectStart(m_blupiPos, 41, 10); + ObjectStart(m_blupiPos, 41, -10); + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 90, 0); + PlaySound(41, m_blupiPos); + } + else if (m_time % 2 == 0) + { + m_blupiTimeShield--; + m_jauges[1].SetLevel(m_blupiTimeShield); + } + } + if (m_blupiPower && Math.Abs(m_blupiPos.X - m_blupiPosMagic.X) + Math.Abs(m_blupiPos.Y - m_blupiPosMagic.Y) >= 40) + { + icon = MoveObjectFree(); + if (icon != -1) + { + m_moveObject[icon].type = 27; + m_moveObject[icon].phase = 0; + m_moveObject[icon].posCurrent = m_blupiPos; + m_moveObject[icon].posStart = m_moveObject[icon].posCurrent; + m_moveObject[icon].posEnd = m_moveObject[icon].posCurrent; + m_moveObject[icon].step = 1; + m_moveObject[icon].time = 0; + MoveObjectStepIcon(icon); + m_blupiPosMagic = m_blupiPos; + } + } + if (m_blupiShield && Math.Abs(m_blupiPos.X - m_blupiPosMagic.X) + Math.Abs(m_blupiPos.Y - m_blupiPosMagic.Y) >= 40) + { + icon = MoveObjectFree(); + if (icon != -1) + { + m_moveObject[icon].type = 57; + m_moveObject[icon].phase = 0; + m_moveObject[icon].posCurrent = m_blupiPos; + m_moveObject[icon].posStart = m_moveObject[icon].posCurrent; + m_moveObject[icon].posEnd = m_moveObject[icon].posCurrent; + m_moveObject[icon].step = 1; + m_moveObject[icon].time = 0; + MoveObjectStepIcon(icon); + m_blupiPosMagic = m_blupiPos; + } + } + if (m_blupiHide && Math.Abs(m_blupiPos.X - m_blupiPosMagic.X) + Math.Abs(m_blupiPos.Y - m_blupiPosMagic.Y) >= 10) + { + icon = MoveObjectFree(); + if (icon != -1) + { + m_moveObject[icon].type = 58; + m_moveObject[icon].icon = m_blupiIcon; + m_moveObject[icon].channel = 2; + m_moveObject[icon].phase = 0; + m_moveObject[icon].posCurrent = m_blupiPos; + m_moveObject[icon].posStart = m_moveObject[icon].posCurrent; + m_moveObject[icon].posEnd = m_moveObject[icon].posCurrent; + m_moveObject[icon].step = 1; + m_moveObject[icon].time = 0; + MoveObjectStepIcon(icon); + m_blupiPosMagic = m_blupiPos; + } + } + if (m_blupiTimeNoAsc > 0) + { + m_blupiTimeNoAsc--; + } + if (m_blupiHelico && m_blupiPos.Y > 2 && m_blupiFocus && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + rect = BlupiRect(end); + rect.Top = end.Y + 4; + rect.Bottom = end.Y + 20; + if (DecorDetect(rect)) + { + ByeByeHelico(); + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiHelico = false; + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 9, 0); + m_decorAction = 1; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + } + if (!m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && m_blupiFocus) + { + if (!m_blupiNage && !m_blupiSurf && IsSurfWater(m_blupiPos)) + { + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiAir = false; + m_blupiNage = false; + m_blupiSurf = true; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + MoveObjectPlouf(m_blupiPos); + if (m_blupiTransport != -1) + { + m_blupiPos.Y -= 10; + m_blupiTransport = -1; + } + if (m_blupiCloud) + { + m_blupiCloud = false; + m_jauges[1].SetHide(true); + } + } + if (!m_blupiNage && !IsSurfWater(m_blupiPos) && IsDeepWater(m_blupiPos)) + { + if (!m_blupiSurf) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + MoveObjectPlouf(m_blupiPos); + } + m_blupiAir = false; + m_blupiSurf = false; + m_blupiNage = true; + m_blupiLevel = 100; + m_jauges[0].SetLevel(m_blupiLevel); + m_jauges[0].SetMode(2); + m_jauges[0].SetHide(false); + } + if (m_blupiNage && IsSurfWater(m_blupiPos)) + { + m_blupiAir = false; + m_blupiNage = false; + m_blupiSurf = true; + PlaySound(25, m_blupiPos); + m_jauges[0].SetHide(true); + } + tinyPoint.X = m_blupiPos.X; + tinyPoint.Y = m_blupiPos.Y - 60; + if ((m_blupiSurf || m_blupiNage) && (m_blupiPos.Y % 64 == 64 - BLUPISURF || m_blupiPos.Y % 64 == 32) && IsOutWater(tinyPoint) && ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + m_blupiNage = false; + m_blupiSurf = false; + m_blupiAir = true; + m_blupiAction = 5; + m_blupiPhase = 0; + m_blupiVitesseX = 0.0; + if (m_blupiPower) + { + m_blupiVitesseY = -16.0; + } + else + { + m_blupiVitesseY = -12.0; + } + MoveObjectTiplouf(m_blupiPos); + PlaySound(22, m_blupiPos); + m_jauges[0].SetHide(true); + } + if ((m_blupiSurf || m_blupiNage) && IsOutWater(m_blupiPos)) + { + if (m_blupiVitesseY < 0.0) + { + if (m_blupiTransport == -1) + { + m_blupiPos = blupiPos; + } + else + { + m_blupiTransport = -1; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiAir = true; + m_blupiAction = 5; + m_blupiPhase = 0; + m_blupiPos.Y -= 10; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = -10.0; + PlaySound(22, m_blupiPos); + m_jauges[0].SetHide(true); + } + } + else if (m_blupiVitesseY > 0.0) + { + m_blupiNage = false; + m_blupiSurf = false; + m_blupiAir = false; + m_blupiAction = 5; + m_blupiPhase = 0; + m_blupiPos.Y += 30; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + PlaySound(22, m_blupiPos); + m_jauges[0].SetHide(true); + } + else + { + m_blupiNage = false; + m_blupiSurf = false; + m_blupiAir = false; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiPos.Y -= 10; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + PlaySound(22, m_blupiPos); + m_jauges[0].SetHide(true); + } + } + if ((m_blupiSurf || m_blupiNage) && m_blupiActionOuf != 44) + { + m_blupiActionOuf = 44; + m_blupiTimeOuf = 0; + } + } + if ((m_blupiHelico || m_blupiOver || m_blupiJeep || m_blupiTank || m_blupiSkate) && m_blupiFocus && (IsSurfWater(m_blupiPos) || IsDeepWater(m_blupiPos))) + { + ByeByeHelico(); + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 9, 0); + m_decorAction = 1; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + if (m_blupiFocus && !m_blupiSuspend && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && m_blupiNoBarre == 0 && GetTypeBarre(m_blupiPos) == 1) + { + tinyPoint.X = m_blupiPos.X; + tinyPoint.Y = (m_blupiPos.Y + 22) / 64 * 64 + BLUPISUSPEND; + rect = BlupiRect(tinyPoint); + if (!DecorDetect(rect, true)) + { + m_blupiPos = tinyPoint; + m_blupiSuspend = true; + m_blupiAir = false; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiActionOuf = 0; + PlaySound(34, m_blupiPos); + } + } + if (m_blupiNoBarre > 0) + { + m_blupiNoBarre--; + } + if (IsVentillo(m_blupiPos)) + { + if (m_blupiFocus && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + BlupiDead(11, 75); + } + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 11, 0); + m_decorAction = 2; + m_decorPhase = 0; + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_blupiPos); + } + if (m_blupiAction != 30 && m_blupiFocus) + { + icon = IsWorld(m_blupiPos); + if (icon != -1) + { + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(32, m_blupiPos); + m_blupiAction = 30; + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiFront = true; + } + } + int num26 = MoveObjectDetect(m_blupiPos, out bNear); + TinyPoint tinyPoint2 = default(TinyPoint); + if (m_blupiAction != 11 && m_blupiAction != 75 && m_blupiAction != 76 && m_blupiAction != 77 && m_blupiAction != 78 && m_blupiAction != 79 && m_blupiAction != 80 && m_blupiAction != 81) + { + if (IsLave(m_blupiPos) && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + BlupiDead(76, -1); + m_blupiRestart = true; + m_blupiPos.Y = m_blupiPos.Y / 64 * 64 + BLUPIOFFY; + PlaySound(8, m_blupiPos); + } + if (IsPiege(m_blupiPos) && !m_blupiOver && !m_blupiJeep && !m_blupiTank && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiFocus) + { + BlupiDead(54, -1); + m_blupiRestart = true; + m_blupiAir = true; + ObjectStart(m_blupiPos, 53, 0); + PlaySound(51, m_blupiPos); + } + if (IsGoutte(m_blupiPos, false) && !m_blupiOver && !m_blupiJeep && !m_blupiTank && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiFocus) + { + BlupiDead(54, -1); + m_blupiRestart = true; + m_blupiAir = true; + PlaySound(51, m_blupiPos); + } + if (IsScie(m_blupiPos) && !m_blupiOver && !m_blupiJeep && !m_blupiTank && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiFocus) + { + BlupiDead(77, -1); + m_blupiFront = true; + m_blupiRestart = true; + m_blupiAir = true; + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && (num26 == -1 || !bNear) && IsSwitch(m_blupiPos, ref celSwitch) && !m_blupiOver && !m_blupiBalloon && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + ActiveSwitch(m_decor[celSwitch.X, celSwitch.Y].icon == 385, celSwitch); + m_blupiAction = 82; + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + } + if (IsBlitz(m_blupiPos, false) && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + BlupiDead(11, -1); + m_blupiRestart = true; + m_blupiAir = true; + m_blupiPos.Y = m_blupiPos.Y / 64 * 64 + BLUPIOFFY; + PlaySound(8, m_blupiPos); + } + if (IsEcraseur(m_blupiPos) && !m_blupiEcrase && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiFocus) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + m_blupiEcrase = true; + m_blupiBalloon = false; + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + if (!m_blupiJeep && !m_blupiTank) + { + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + } + PlaySound(70, m_blupiPos); + ObjectStart(m_blupiPos, 41, -60); + ObjectStart(m_blupiPos, 41, 60); + ObjectStart(m_blupiPos, 41, 10); + ObjectStart(m_blupiPos, 41, -10); + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 90, 0); + m_decorAction = 2; + m_decorPhase = 0; + } + if (IsTeleporte(m_blupiPos) != -1 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiAir && m_blupiFocus && m_blupiPosHelico.X == -1) + { + m_blupiAction = 74; + m_blupiPhase = 0; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + m_blupiFocus = false; + m_blupiPos.X = m_blupiPos.X / 64 * 64; + PlaySound(71, m_blupiPos); + celSwitch.X = m_blupiPos.X; + celSwitch.Y = m_blupiPos.Y - 5; + ObjectStart(celSwitch, 92, 0); + } + if (IsBridge(m_blupiPos, ref celBridge) && m_blupiFocus) + { + celBridge.X *= 64; + celBridge.Y *= 64; + ObjectStart(celBridge, 52, 0); + } + int num = IsDoor(m_blupiPos, ref celBridge); + if (num != -1 && (m_blupiCle & (1 << num - 334)) != 0) + { + OpenDoor(celBridge); + m_blupiCle &= ~(1 << num - 334); + celSwitch.X = 520; + celSwitch.Y = 418; + tinyPoint2.X = celBridge.X * 64 - m_posDecor.X; + tinyPoint2.Y = celBridge.Y * 64 - m_posDecor.Y; + VoyageInit(celSwitch, m_pixmap.HotSpotToHud(tinyPoint2), 214 + (num - 334) * 7, 10); + } + } + if (!m_blupiHelico && !m_blupiSuspend && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiSkate && !m_blupiJeep && !m_blupiTank && !m_blupiJeep && m_blupiFocus) + { + icon = MockeryDetect(m_blupiPos); + if (icon != 0) + { + m_blupiActionOuf = icon; + m_blupiTimeOuf = 0; + } + } + MoveObjectFollow(m_blupiPos); + icon = num26; + if (icon != -1 && !bNear && m_moveObject[icon].type == 2 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && !m_blupiShield && !m_bSuperBlupi && m_blupiFocus) + { + m_blupiActionOuf = 48; + m_blupiTimeOuf = 0; + } + if (icon != -1 && bNear) + { + if (m_moveObject[icon].type == 13 && (ButtonPressed == Def.ButtonGlygh.PlayAction || IsFloatingObject(icon)) && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiAir = false; + m_blupiHelico = true; + m_blupiRealRotation = 0; + m_blupiVitesseX = 0.0; + if (m_blupiCloud || m_blupiHide) + { + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_moveObject[icon].type == 46 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiAir = false; + m_blupiOver = true; + m_blupiVitesseX = 0.0; + if (m_blupiCloud || m_blupiHide) + { + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_moveObject[icon].type == 19 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiAir = false; + m_blupiJeep = true; + m_blupiVitesseX = 0.0; + if (m_blupiCloud || m_blupiHide) + { + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_moveObject[icon].type == 28 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiAir = false; + m_blupiTank = true; + m_blupiVitesseX = 0.0; + if (m_blupiCloud || m_blupiHide) + { + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + } + if (m_moveObject[icon].type == 29 && m_blupiFocus && m_blupiBullet < 10) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + tinyPoint2.X = 570; + tinyPoint2.Y = 430; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), tinyPoint2, 177, 10); + m_blupiBullet += 10; + if (m_blupiBullet > 10) + { + m_blupiBullet = 10; + } + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_moveObject[icon].type == 24 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + m_scrollAdd.X = 0; + m_scrollAdd.Y = 0; + m_blupiAction = 42; + m_blupiPhase = 0; + m_blupiPos.Y = m_moveObject[icon].posCurrent.Y / 64 * 64 + BLUPIOFFY; + m_blupiFocus = false; + m_blupiAir = false; + m_blupiSkate = true; + m_blupiVitesseX = 0.0; + if (m_blupiCloud || m_blupiHide) + { + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + } + if ((m_moveObject[icon].type == 3 || m_moveObject[icon].type == 16 || m_moveObject[icon].type == 96 || m_moveObject[icon].type == 97) && m_blupiBalloon && m_blupiPosHelico.X == -1) + { + m_blupiBalloon = false; + m_blupiAir = true; + m_blupiTimeShield = 0; + m_jauges[1].SetHide(true); + m_decorAction = 0; + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 91, 0); + PlaySound(41, m_blupiPos); + m_blupiPos.Y += 4; + m_blupiVitesseY = 0.0; + m_blupiPosHelico = m_blupiPos; + } + else if ((m_moveObject[icon].type == 2 || m_moveObject[icon].type == 3 || m_moveObject[icon].type == 96 || m_moveObject[icon].type == 97 || m_moveObject[icon].type == 16 || m_moveObject[icon].type == 4 || m_moveObject[icon].type == 17 || m_moveObject[icon].type == 20) && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiPosHelico.X == -1) + { + if (!m_blupiJeep && !m_blupiTank && !m_blupiSkate && (m_blupiFocus || m_blupiAction == 5 || m_blupiAction == 36)) + { + if (m_blupiHelico || m_blupiOver || m_blupiBalloon || m_blupiEcrase) + { + m_blupiAir = true; + } + BlupiDead(11, 75); + } + if (m_moveObject[icon].type == 17 || m_moveObject[icon].type == 20) + { + celSwitch = m_moveObject[icon].posCurrent; + ObjectDelete(celSwitch, m_moveObject[icon].type); + celSwitch.X -= 34; + celSwitch.Y -= 34; + ObjectStart(celSwitch, 10, 0); + m_decorAction = 2; + m_decorPhase = 0; + } + else + { + celSwitch = m_moveObject[icon].posCurrent; + ObjectDelete(celSwitch, m_moveObject[icon].type); + celSwitch.X -= 34; + celSwitch.Y -= 34; + ObjectStart(celSwitch, 8, 0); + m_decorAction = 1; + m_decorPhase = 0; + } + if (!m_blupiJeep && !m_blupiTank) + { + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + } + PlaySound(10, m_moveObject[icon].posCurrent); + } + if (m_moveObject[icon].type == 44 && m_blupiFocus && !m_blupiBalloon && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + ByeByeHelico(); + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiVitesseX = 0.0; + m_blupiVitesseY = 0.0; + m_blupiBalloon = true; + m_blupiEcrase = false; + m_blupiAir = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + if (!m_blupiJeep && !m_blupiTank) + { + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + } + PlaySound(40, m_moveObject[icon].posCurrent); + celSwitch.X = m_blupiPos.X - 34; + celSwitch.Y = m_blupiPos.Y - 34; + ObjectStart(celSwitch, 90, 0); + m_decorAction = 5; + m_decorPhase = 0; + } + if (m_moveObject[icon].type == 54 && m_moveObject[icon].step != 2 && m_moveObject[icon].step != 4 && m_blupiFocus && !m_blupiBalloon && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + ByeByeHelico(); + celSwitch.X = m_blupiPos.X; + celSwitch.Y = (m_blupiPos.Y + 64 - 10) / 64 * 64 + 4; + ObjectStart(celSwitch, 53, 0); + m_blupiAction = 54; + m_blupiPhase = 0; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiFocus = false; + m_blupiRestart = true; + if (flag2) + { + m_blupiAir = true; + } + if (m_blupiHelico || m_blupiOver || m_blupiBalloon || m_blupiEcrase || m_blupiJeep || m_blupiTank || m_blupiSkate) + { + m_blupiHelico = false; + m_blupiOver = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + celSwitch = m_moveObject[icon].posCurrent; + celSwitch.X -= 34; + celSwitch.Y -= 34; + ObjectStart(celSwitch, 10, 0); + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(10, m_moveObject[icon].posCurrent); + m_decorAction = 1; + m_decorPhase = 0; + } + else + { + PlaySound(51, m_moveObject[icon].posCurrent); + } + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + if (m_moveObject[icon].type == 23 && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiAction != 13 && m_blupiAction != 30 && m_blupiAction != 11 && m_blupiAction != 75 && m_blupiAction != 76 && m_blupiAction != 77 && m_blupiAction != 78 && m_blupiAction != 79 && m_blupiAction != 80 && m_blupiAction != 81 && m_blupiAction != 54 && m_blupiAction != 57 && m_blupiAction != 35) + { + ByeByeHelico(); + celSwitch = m_moveObject[icon].posCurrent; + ObjectDelete(celSwitch, m_moveObject[icon].type); + m_blupiAction = 54; + m_blupiPhase = 0; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiFocus = false; + m_blupiRestart = true; + if (flag2) + { + m_blupiAir = true; + } + if (m_blupiHelico || m_blupiOver || m_blupiBalloon || m_blupiEcrase || m_blupiJeep || m_blupiTank || m_blupiSkate) + { + m_blupiHelico = false; + m_blupiOver = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + } + StartSploutchGlu(m_moveObject[icon].posCurrent); + m_blupiCloud = false; + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + if (m_moveObject[icon].type == 5) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + TinyPoint end2 = default(TinyPoint); + end2.X = 430; + end2.Y = 430; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), end2, 6, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -10); + } + if (m_moveObject[icon].type == 49 && (m_voyageIcon != 215 || m_voyageChannel != 10) && (m_blupiCle & 1) == 0) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + TinyPoint end3 = default(TinyPoint); + end3.X = 520; + end3.Y = 418; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), end3, 215, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -10); + } + if (m_moveObject[icon].type == 50 && (m_voyageIcon != 222 || m_voyageChannel != 10) && (m_blupiCle & 2) == 0) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + TinyPoint end4 = default(TinyPoint); + end4.X = 530; + end4.Y = 418; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), end4, 222, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -10); + } + if (m_moveObject[icon].type == 51 && (m_voyageIcon != 229 || m_voyageChannel != 10) && (m_blupiCle & 4) == 0) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + TinyPoint end5 = default(TinyPoint); + end5.X = 540; + end5.Y = 418; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), end5, 229, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 60); + ObjectStart(m_moveObject[icon].posCurrent, 39, 10); + ObjectStart(m_moveObject[icon].posCurrent, 39, -10); + } + if (m_moveObject[icon].type == 6 && m_nbVies < 10 && m_blupiFocus) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), VoyageGetPosVie(m_nbVies + 1), 21, 10); + } + if (m_moveObject[icon].type == 25 && !m_blupiShield && !m_blupiHide && !m_blupiPower && m_blupiFocus) + { + PlaySound(42, m_moveObject[icon].posCurrent); + m_blupiShield = true; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_moveObject[icon].type == 26 && !m_blupiShield && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + m_sucettePos = m_moveObject[icon].posCurrent; + m_sucetteType = m_moveObject[icon].type; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_blupiAction = 49; + m_blupiPhase = 0; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiFocus = false; + PlaySound(50, end); + } + if (m_moveObject[icon].type == 40 && !m_blupiHide && m_blupiFocus) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_blupiInvert = true; + m_blupiTimeShield = 100; + m_blupiPosMagic = m_blupiPos; + m_jauges[1].SetHide(false); + PlaySound(66, end); + ObjectStart(m_blupiPos, 41, -60); + ObjectStart(m_blupiPos, 41, 60); + ObjectStart(m_blupiPos, 41, 10); + ObjectStart(m_blupiPos, 41, -10); + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_moveObject[icon].type == 30 && !m_blupiShield && !m_blupiCloud && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && m_blupiFocus) + { + ButtonPressed = Def.ButtonGlygh.None; + m_sucettePos = m_moveObject[icon].posCurrent; + m_sucetteType = m_moveObject[icon].type; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + m_blupiAction = 55; + m_blupiPhase = 0; + m_blupiShield = false; + m_blupiPower = false; + m_blupiJumpAie = false; + m_blupiFocus = false; + PlaySound(57, end); + } + if (m_moveObject[icon].type == 31 && !m_blupiShield && !m_blupiHide && !m_blupiPower && !m_blupiCloud && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && m_blupiFocus) + { + m_blupiAction = 56; + m_blupiPhase = 0; + m_blupiShield = false; + m_blupiPower = false; + m_blupiJumpAie = false; + m_blupiFocus = false; + m_blupiCloud = true; + m_blupiTimeShield = 100; + PlaySound(58, end); + if (m_blupiHide) + { + m_blupiHide = false; + m_jauges[1].SetHide(true); + } + } + if (m_moveObject[icon].type >= 200 && m_moveObject[icon].type <= 203 && m_blupiFocus) + { + if (m_moveObject[icon].type == 200) + { + if (m_blupiPerso < 5 && ButtonPressed == Def.ButtonGlygh.PlayAction) + { + ButtonPressed = Def.ButtonGlygh.None; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + tinyPoint2.X = 0; + tinyPoint2.Y = 438; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), tinyPoint2, 108, 4); + } + } + else if (!m_blupiShield && !m_blupiHide && !m_bSuperBlupi) + { + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + BlupiDead(11, 75); + celSwitch = m_moveObject[icon].posCurrent; + celSwitch.X -= 34; + celSwitch.Y -= 34; + ObjectStart(celSwitch, 10, 0); + PlaySound(10, m_moveObject[icon].posCurrent); + m_decorAction = 1; + m_decorPhase = 0; + } + } + if (m_moveObject[icon].type == 55 && m_blupiFocus && m_blupiDynamite == 0 && (m_voyageIcon != 252 || m_voyageChannel != 10) && ButtonPressed == Def.ButtonGlygh.PlayAction) + { + ButtonPressed = Def.ButtonGlygh.None; + ObjectDelete(m_moveObject[icon].posCurrent, m_moveObject[icon].type); + celSwitch.X = m_moveObject[icon].posCurrent.X - m_posDecor.X; + celSwitch.Y = m_moveObject[icon].posCurrent.Y - m_posDecor.Y; + tinyPoint2.X = 505; + tinyPoint2.Y = 414; + VoyageInit(m_pixmap.HotSpotToHud(celSwitch), tinyPoint2, 252, 10); + m_blupiAction = 86; + m_blupiPhase = 0; + m_blupiFocus = false; + } + if (m_moveObject[icon].type == 12 && !m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && !m_blupiSuspend && m_blupiFocus && m_blupiAction == 2) + { + end = m_moveObject[icon].posCurrent; + if (m_blupiDir == 1 && m_blupiPos.X > end.X) + { + end.X = m_blupiPos.X - 59; + PlaySound(38, end); + m_blupiActionOuf = 45; + m_blupiTimeOuf = 0; + m_blupiAction = 14; + m_blupiPhase = 0; + } + if (m_blupiDir == 2 && m_blupiPos.X < end.X) + { + end.X = m_blupiPos.X + 55; + PlaySound(38, end); + m_blupiActionOuf = 45; + m_blupiTimeOuf = 0; + m_blupiAction = 14; + m_blupiPhase = 0; + } + if (!TestPushCaisse(icon, end, false)) + { + m_blupiPos.X = blupiPos.X; + } + } + if ((m_moveObject[icon].type == 7 || m_moveObject[icon].type == 21) && m_blupiFocus) + { + if (m_goalPhase == 0) + { + if (m_nbTresor >= m_totalTresor) + { + if (m_moveObject[icon].type == 21) + { + m_bFoundCle = true; + } + ByeByeHelico(); + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(14, m_moveObject[icon].posCurrent); + m_blupiAction = 13; + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiFront = true; + m_blupiPos.Y = m_moveObject[icon].posCurrent.Y; + } + else + { + PlaySound(13, m_moveObject[icon].posCurrent); + } + m_goalPhase = 50; + } + else + { + m_goalPhase--; + } + } + else + { + m_goalPhase = 0; + } + } + else + { + m_goalPhase = 0; + } + if (m_blupiAction == 14 && m_blupiFocus) + { + icon = CaisseInFront(); + if (icon != -1) + { + end = m_moveObject[icon].posCurrent; + if (m_blupiDir == 1) + { + end.X = m_blupiPos.X - 59; + } + else + { + end.X = m_blupiPos.X + 55; + } + if (!TestPushCaisse(icon, end, false)) + { + m_blupiPos.X = blupiPos.X; + } + } + else + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + } + if (m_blupiAction == 29 && m_blupiFocus) + { + icon = CaisseInFront(); + if (icon != -1) + { + end = m_moveObject[icon].posCurrent; + if (m_blupiDir == 1) + { + end.X = m_blupiPos.X - 59; + } + else + { + end.X = m_blupiPos.X + 55; + } + if (!TestPushCaisse(icon, end, true)) + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + } + else + { + m_blupiAction = 1; + m_blupiPhase = 0; + } + } + if (!m_blupiHelico && !m_blupiOver && !m_blupiBalloon && !m_blupiEcrase && !m_blupiJeep && !m_blupiTank && !m_blupiSkate && !m_blupiNage && !m_blupiSurf && m_blupiFocus) + { + if (m_blupiActionOuf == 44 && m_blupiAction == 1) + { + if (m_blupiTimeOuf > 50) + { + m_blupiAction = m_blupiActionOuf; + m_blupiPhase = 0; + PlaySound(46, m_blupiPos); + } + m_blupiActionOuf = 0; + } + if (m_blupiActionOuf == 45 && m_blupiAction == 1) + { + if (m_blupiTimeOuf > 50) + { + m_blupiAction = m_blupiActionOuf; + m_blupiPhase = 0; + } + m_blupiActionOuf = 0; + } + if (m_blupiAction == 45 && m_blupiPhase == 4) + { + PlaySound(46, m_blupiPos); + } + if (m_blupiActionOuf == 65 && m_blupiAction == 1) + { + if (m_blupiTimeOuf > 10 && m_blupiTimeOuf < 50) + { + m_blupiAction = m_blupiActionOuf; + m_blupiPhase = 0; + } + m_blupiActionOuf = 0; + } + if (m_blupiActionOuf == 47 && m_blupiAction == 1) + { + if (m_blupiTimeOuf > 60) + { + m_blupiAction = m_blupiActionOuf; + m_blupiPhase = 0; + PlaySound(48, m_blupiPos); + } + m_blupiActionOuf = 0; + } + if (m_blupiActionOuf == 48 && m_blupiAction == 1) + { + if (m_blupiTimeOuf < 10) + { + m_blupiAction = m_blupiActionOuf; + m_blupiPhase = 0; + PlaySound(49, m_blupiPos); + } + m_blupiActionOuf = 0; + } + if ((m_blupiActionOuf == 63 || m_blupiActionOuf == 64 || m_blupiActionOuf == 83) && m_blupiAction == 1) + { + if (m_blupiTimeOuf < 20) + { + m_blupiAction = m_blupiActionOuf; + m_blupiPhase = 0; + } + m_blupiActionOuf = 0; + } + } + if (m_blupiAction == 2 && m_blupiActionOuf != 63 && m_blupiActionOuf != 64 && m_blupiActionOuf != 83 && !m_blupiSurf && !m_blupiNage) + { + m_blupiActionOuf = 0; + } + if (m_blupiActionOuf != 0) + { + m_blupiTimeOuf++; + } + if (m_blupiTimeMockery > 0) + { + m_blupiTimeMockery--; + } + if (m_blupiAction == 86 && m_blupiPhase == 18) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_blupiAction == 87 && m_blupiPhase == 26) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_blupiPos.X - 30 > m_blupiPosHelico.X || m_blupiPos.X + 30 < m_blupiPosHelico.X || m_blupiPos.Y - 30 > m_blupiPosHelico.Y || m_blupiPos.Y + 30 < m_blupiPosHelico.Y) + { + m_blupiPosHelico.X = -1; + } + if (m_blupiTimeFire > 0) + { + m_blupiTimeFire--; + } + if (m_blupiAction == 74 && m_blupiPhase == 128) + { + TinyPoint newpos = default(TinyPoint); + if (SearchTeleporte(m_blupiPos, ref newpos)) + { + m_blupiPos = newpos; + ObjectStart(m_blupiPos, 27, 20); + ObjectStart(m_blupiPos, 27, -20); + } + m_blupiFocus = true; + m_blupiPosHelico = m_blupiPos; + } + if (m_blupiAction == 82 && m_blupiPhase == 10) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (ButtonPressed == Def.ButtonGlygh.PlayAction && m_blupiAction == 1) + { + m_blupiAction = 84; + m_blupiPhase = 0; + PlaySound(27, m_blupiPos); + } + if ((m_blupiAction == 11 && m_blupiPhase == 70) || (m_blupiAction == 75 && m_blupiPhase == 100) || (m_blupiAction == 76 && m_blupiPhase == 70) || (m_blupiAction == 77 && m_blupiPhase == 110) || (m_blupiAction == 78 && m_blupiPhase == 90) || (m_blupiAction == 79 && m_blupiPhase == 90) || (m_blupiAction == 80 && m_blupiPhase == 90) || (m_blupiAction == 81 && m_blupiPhase == 90) || (m_blupiAction == 24 && m_blupiPhase == 90) || (m_blupiAction == 54 && m_blupiPhase == 100) || (m_blupiAction == 57 && m_blupiPhase == 90)) + { + if (m_nbVies > 0) + { + m_blupiAction = 35; + m_blupiIcon = -1; + m_blupiPhase = 0; + if (m_blupiRestart) + { + m_blupiPos = m_blupiValidPos; + } + TinyPoint posDecor = GetPosDecor(m_blupiPos); + celSwitch.X = m_blupiPos.X - posDecor.X - 30; + celSwitch.Y = m_blupiPos.Y - posDecor.Y; + VoyageInit(VoyageGetPosVie(m_nbVies), m_pixmap.HotSpotToHud(celSwitch), 48, 2); + } + else + { + m_nbVies = -1; + m_term = -1; + DoorsLost(); + } + m_blupiFront = false; + } + num2 = ((m_dimDecor.Y != 0) ? 6400 : 480); + if (m_blupiPos.Y >= num2 + 1 && m_blupiPos.Y <= num2 + 40) + { + PlaySound(8, m_blupiPos); + } + if (m_blupiPos.Y > num2 + 1000) + { + m_term = -1; + DoorsLost(); + } + if (m_blupiAction == 13 && m_blupiPhase == 40) + { + if (m_bPrivate) + { + m_term = 1; + } + else if (m_mission == 1) + { + m_term = 199; + } + else if (m_mission == 199) + { + m_term = -2; + } + else if (m_bFoundCle) + { + OpenGoldsWin(); + m_term = 1; + } + else + { + OpenDoorsWin(); + m_term = m_mission / 10 * 10; + } + } + if (m_blupiAction == 30 && m_blupiPhase == 30) + { + icon = IsWorld(m_blupiPos); + if (icon != -1) + { + if (m_mission == 1) + { + m_term = icon * 10; + } + else if (icon == 199) + { + m_term = 1; + } + else + { + m_term = m_mission / 10 * 10 + icon; + } + } + } + if (blupiAction == 63 && m_blupiAction != 63) + { + StopSound(65); + } + if (blupiAction == 64 && m_blupiAction != 64) + { + StopSound(65); + } + if (blupiAction == 83 && m_blupiAction != 83) + { + StopSound(47); + } + if (m_blupiFocus && !m_blupiAir && (!m_blupiHelico || BlupiIsGround()) && (!m_blupiOver || BlupiIsGround()) && !m_blupiBalloon && !m_blupiEcrase && !m_blupiShield && !m_blupiHide && !bVertigoLeft && !bVertigoRight && m_blupiTransport == -1 && !IsLave(m_blupiPos) && !IsPiege(m_blupiPos) && !IsGoutte(m_blupiPos, true) && !IsScie(m_blupiPos) && !IsBridge(m_blupiPos, ref celSwitch) && IsTeleporte(m_blupiPos) == -1 && !IsBlitz(m_blupiPos, true) && !IsTemp(m_blupiPos) && !IsBalleTraj(m_blupiPos) && !IsMoveTraj(m_blupiPos)) + { + if (m_blupiFifoNb > 0) + { + m_blupiValidPos = m_blupiFifoPos[0]; + } + BlupiAddFifo(m_blupiPos); + } + end.X = m_blupiPos.X + 30 + m_scrollAdd.X; + end.Y = m_blupiPos.Y + 30 + m_scrollAdd.Y; + int num27 = Math.Abs(m_scrollPoint.X - end.X); + int num28 = Math.Abs(m_scrollPoint.Y - end.Y); + num3 = SCROLL_SPEED; + if (num27 > SCROLL_MARGX * 2) + { + num3 += (num27 - SCROLL_MARGX * 2) / 4; + } + if (num28 > SCROLL_MARGY * 2) + { + num3 += (num28 - SCROLL_MARGY * 2) / 4; + } + if (m_scrollPoint.X < end.X) + { + m_scrollPoint.X += num3; + if (m_scrollPoint.X >= end.X) + { + m_scrollPoint.X = end.X; + } + } + if (m_scrollPoint.X > end.X) + { + m_scrollPoint.X -= num3; + if (m_scrollPoint.X <= end.X) + { + m_scrollPoint.X = end.X; + } + } + if (m_scrollPoint.Y < end.Y) + { + m_scrollPoint.Y += num3; + if (m_scrollPoint.Y >= end.Y) + { + m_scrollPoint.Y = end.Y; + } + } + if (m_scrollPoint.Y > end.Y) + { + m_scrollPoint.Y -= num3; + if (m_scrollPoint.Y <= end.Y) + { + m_scrollPoint.Y = end.Y; + } + } + if (m_blupiAction != 75 && m_blupiAction != 76) + { + m_posDecor = GetPosDecor(m_scrollPoint); + } + if (m_time % 4 == 0) + { + PosSound(m_blupiPos); + } + VoyageStep(); + m_blupiLastSpeedX = m_blupiSpeedX; + m_blupiLastSpeedY = m_blupiSpeedY; + m_lastKeyPress = m_keyPress; + } + + private void BlupiDead(int action1, int action2) + { + ByeByeHelico(); + if (action2 == -1) + { + m_blupiAction = action1; + } + else + { + m_blupiAction = ((m_random.Next() % 2 == 0) ? action1 : action2); + } + m_blupiPhase = 0; + m_blupiFocus = false; + m_blupiHelico = false; + m_blupiOver = false; + m_blupiJeep = false; + m_blupiTank = false; + m_blupiSkate = false; + m_blupiNage = false; + m_blupiSurf = false; + m_blupiSuspend = false; + m_blupiJumpAie = false; + m_blupiShield = false; + m_blupiPower = false; + m_blupiCloud = false; + m_blupiHide = false; + m_blupiInvert = false; + m_blupiBalloon = false; + m_blupiEcrase = false; + m_blupiRestart = false; + m_blupiActionOuf = 0; + m_jauges[0].SetHide(true); + m_jauges[1].SetHide(true); + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + TinyPoint pos = default(TinyPoint); + TinyPoint pos2 = default(TinyPoint); + if (m_blupiAction == 75) + { + pos.X = m_blupiPos.X - m_posDecor.X; + pos.Y = m_blupiPos.Y - m_posDecor.Y; + pos2.X = m_blupiPos.X - m_posDecor.X; + pos2.Y = m_blupiPos.Y - m_posDecor.Y - 300; + VoyageInit(m_pixmap.HotSpotToHud(pos), m_pixmap.HotSpotToHud(pos2), 230, 10); + PlaySound(74, m_blupiPos); + } + if (m_blupiAction == 76) + { + pos.X = m_blupiPos.X - m_posDecor.X; + pos.Y = m_blupiPos.Y - m_posDecor.Y; + pos2.X = m_blupiPos.X - m_posDecor.X; + pos2.Y = m_blupiPos.Y - m_posDecor.Y - 2000; + VoyageInit(m_pixmap.HotSpotToHud(pos), m_pixmap.HotSpotToHud(pos2), 40, 10); + PlaySound(74, m_blupiPos); + } + if (m_blupiAction == 77) + { + ObjectStart(m_blupiPos, 41, -70); + ObjectStart(m_blupiPos, 41, 20); + ObjectStart(m_blupiPos, 41, -20); + PlaySound(75, m_blupiPos); + } + } + + private TinyPoint GetPosDecor(TinyPoint pos) + { + TinyPoint result = default(TinyPoint); + if (m_dimDecor.X == 0) + { + result.X = 0; + } + else + { + result.X = pos.X - m_drawBounds.Width / 2; + result.X = Math.Max(result.X, 0); + result.X = Math.Min(result.X, 6400 - m_drawBounds.Width); + } + if (m_dimDecor.Y == 0) + { + result.Y = 0; + } + else + { + result.Y = pos.Y - m_drawBounds.Height / 2; + result.Y = Math.Max(result.Y, 0); + result.Y = Math.Min(result.Y, 6400 - m_drawBounds.Height); + } + return result; + } + + private void BlupiAddFifo(TinyPoint pos) + { + if (m_blupiFifoNb < 10) + { + if (m_blupiFifoNb <= 0 || pos.X != m_blupiFifoPos[m_blupiFifoNb - 1].X || pos.Y != m_blupiFifoPos[m_blupiFifoNb - 1].Y) + { + m_blupiFifoPos[m_blupiFifoNb] = pos; + m_blupiFifoNb++; + } + } + else if (pos.X != m_blupiFifoPos[9].X || pos.Y != m_blupiFifoPos[9].Y) + { + for (int i = 0; i < 9; i++) + { + m_blupiFifoPos[i] = m_blupiFifoPos[i + 1]; + } + m_blupiFifoPos[9] = pos; + } + } + + private bool DecorDetect(TinyRect rect) + { + return DecorDetect(rect, true); + } + + private bool DecorDetect(TinyRect rect, bool bCaisse) + { + m_detectIcon = -1; + if (rect.Left < 0 || rect.Top < 0) + { + return true; + } + int num = ((m_dimDecor.X != 0) ? 6400 : 640); + if (rect.Right > num) + { + return true; + } + if (m_blupiHelico || m_blupiOver || m_blupiBalloon || m_blupiEcrase || m_blupiNage || m_blupiSurf) + { + num = ((m_dimDecor.Y != 0) ? 6400 : 480); + if (rect.Bottom > num) + { + return true; + } + } + int num2 = rect.Left / 16; + int num3 = (rect.Right + 16 - 1) / 16; + int num4 = rect.Top / 16; + int num5 = (rect.Bottom + 16 - 1) / 16; + TinyRect src = default(TinyRect); + TinyRect dst; + for (int i = num4; i <= num5; i++) + { + for (int j = num2; j <= num3; j++) + { + int num6 = j / 4; + int num7 = i / 4; + if (num6 < 0 || num6 >= 100 || num7 < 0 || num7 >= 100) + { + continue; + } + int icon = m_decor[num6, num7].icon; + if (icon < 0 || icon >= MAXQUART || (m_blupiHelico && icon == 214) || (m_blupiOver && icon == 214) || (icon == 324 && m_time / 4 % 20 >= 18)) + { + continue; + } + num6 = j % 4; + num7 = i % 4; + if (Tables.table_decor_quart[icon * 16 + num7 * 4 + num6] != 0) + { + src.Left = j * 16; + src.Right = src.Left + 16; + src.Top = i * 16; + src.Bottom = src.Top + 16; + if (Misc.IntersectRect(out dst, src, rect)) + { + m_detectIcon = icon; + return true; + } + } + } + } + if (!bCaisse) + { + return false; + } + for (int k = 0; k < m_nbRankCaisse; k++) + { + int num8 = m_rankCaisse[k]; + src.Left = m_moveObject[num8].posCurrent.X; + src.Right = m_moveObject[num8].posCurrent.X + 64; + src.Top = m_moveObject[num8].posCurrent.Y; + src.Bottom = m_moveObject[num8].posCurrent.Y + 64; + if (Misc.IntersectRect(out dst, src, rect)) + { + m_detectIcon = m_moveObject[num8].icon; + return true; + } + } + return false; + } + + private bool TestPath(TinyRect rect, TinyPoint start, ref TinyPoint end) + { + int num = Math.Abs(end.X - start.X); + int num2 = Math.Abs(end.Y - start.Y); + TinyPoint tinyPoint = start; + TinyRect rect2 = default(TinyRect); + if (num > num2) + { + if (end.X > start.X) + { + for (int i = 0; i <= num; i++) + { + int num3 = i * (end.Y - start.Y) / num; + rect2.Left = rect.Left + i; + rect2.Right = rect.Right + i; + rect2.Top = rect.Top + num3; + rect2.Bottom = rect.Bottom + num3; + if (DecorDetect(rect2)) + { + end = tinyPoint; + return false; + } + tinyPoint.X = start.X + i; + tinyPoint.Y = start.Y + num3; + } + } + if (end.X < start.X) + { + for (int i = 0; i >= -num; i--) + { + int num3 = i * (start.Y - end.Y) / num; + rect2.Left = rect.Left + i; + rect2.Right = rect.Right + i; + rect2.Top = rect.Top + num3; + rect2.Bottom = rect.Bottom + num3; + if (DecorDetect(rect2)) + { + end = tinyPoint; + return false; + } + tinyPoint.X = start.X + i; + tinyPoint.Y = start.Y + num3; + } + } + } + else + { + if (end.Y > start.Y) + { + for (int num3 = 0; num3 <= num2; num3++) + { + int i = num3 * (end.X - start.X) / num2; + rect2.Left = rect.Left + i; + rect2.Right = rect.Right + i; + rect2.Top = rect.Top + num3; + rect2.Bottom = rect.Bottom + num3; + if (DecorDetect(rect2)) + { + end = tinyPoint; + return false; + } + tinyPoint.X = start.X + i; + tinyPoint.Y = start.Y + num3; + } + } + if (end.Y < start.Y) + { + for (int num3 = 0; num3 >= -num2; num3--) + { + int i = num3 * (start.X - end.X) / num2; + rect2.Left = rect.Left + i; + rect2.Right = rect.Right + i; + rect2.Top = rect.Top + num3; + rect2.Bottom = rect.Bottom + num3; + if (DecorDetect(rect2)) + { + end = tinyPoint; + return false; + } + tinyPoint.X = start.X + i; + tinyPoint.Y = start.Y + num3; + } + } + } + return true; + } + + private void MoveObjectPollution() + { + bool flag = false; + TinyPoint blupiPos = m_blupiPos; + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = 0; + tinyPoint.Y = 0; + int num = 20; + if (m_blupiAction == 3) + { + return; + } + if (m_blupiHelico) + { + if (m_blupiVitesseY < -5.0) + { + if (m_time % 20 != 0 && m_time % 20 != 2 && m_time % 20 != 5 && m_time % 20 != 8 && m_time % 20 != 10 && m_time % 20 != 11 && m_time % 20 != 16 && m_time % 20 != 18) + { + return; + } + } + else if (m_blupiVitesseX == 0.0) + { + if (m_time % 50 != 0 && m_time % 50 != 12 && m_time % 50 != 30) + { + return; + } + } + else if (m_time % 20 != 0 && m_time % 20 != 3 && m_time % 20 != 5 && m_time % 20 != 11 && m_time % 20 != 15) + { + return; + } + tinyPoint.X = 22; + flag = true; + } + if (m_blupiOver) + { + if (m_blupiSpeedY < 0.0 || ((uint)m_keyPress & (true ? 1u : 0u)) != 0) + { + if (m_time % 20 != 0 && m_time % 20 != 2 && m_time % 20 != 5 && m_time % 20 != 8 && m_time % 20 != 11 && m_time % 20 != 13 && m_time % 20 != 14 && m_time % 20 != 18) + { + return; + } + num = 58; + tinyPoint.X = m_random.Next(-10, 10); + tinyPoint.Y = 22; + } + else + { + if (m_time % 50 != 0 && m_time % 50 != 12 && m_time % 50 != 30) + { + return; + } + num = 20; + tinyPoint.X = 30; + } + flag = true; + } + if (m_blupiJeep) + { + if (m_blupiVitesseX == 0.0) + { + if (m_blupiPhase % 50 != 0 && m_blupiPhase % 50 != 12 && m_blupiPhase % 50 != 20 && m_blupiPhase % 50 != 35) + { + return; + } + } + else if (m_blupiPhase % 20 != 0 && m_blupiPhase % 20 != 3 && m_blupiPhase % 20 != 5 && m_blupiPhase % 20 != 11 && m_blupiPhase % 20 != 15) + { + return; + } + tinyPoint.X = 32; + flag = true; + } + if (m_blupiTank) + { + if (m_blupiVitesseX == 0.0) + { + if (m_blupiPhase % 50 != 0 && m_blupiPhase % 50 != 15 && m_blupiPhase % 50 != 28) + { + return; + } + } + else if (m_blupiPhase % 20 != 0 && m_blupiPhase % 20 != 4 && m_blupiPhase % 20 != 12) + { + return; + } + tinyPoint.X = 35; + flag = true; + } + if (!flag) + { + return; + } + if (m_blupiDir == 2) + { + blupiPos.X -= tinyPoint.X - 5; + if (num < 50) + { + num = -num; + } + } + else + { + blupiPos.X += tinyPoint.X; + } + blupiPos.Y += tinyPoint.Y; + ObjectStart(blupiPos, 36, num); + } + + private void MoveObjectPlouf(TinyPoint pos) + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 14) + { + return; + } + } + pos.Y -= 45; + PlaySound(23, pos); + ObjectStart(pos, 14, 0); + } + + private void MoveObjectTiplouf(TinyPoint pos) + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 35) + { + return; + } + } + if (m_blupiDir == 2) + { + pos.X += 5; + } + else + { + pos.X -= 5; + } + pos.Y -= 45; + PlaySound(64, pos); + ObjectStart(pos, 35, 0); + } + + private void MoveObjectBlup(TinyPoint pos) + { + PlaySound(24, pos); + pos.Y -= 20; + int num = 0; + TinyPoint tinyPoint = pos; + while (tinyPoint.Y > 0) + { + int icon = m_decor[(tinyPoint.X + 16) / 64, tinyPoint.Y / 64].icon; + if (icon != 91 && icon != 92) + { + break; + } + num++; + tinyPoint.Y -= 64; + } + num--; + if (num > 0) + { + int num2 = MoveObjectFree(); + if (num2 != -1) + { + m_moveObject[num2].type = 15; + m_moveObject[num2].phase = 0; + m_moveObject[num2].posCurrent.X = pos.X; + m_moveObject[num2].posCurrent.Y = pos.Y; + m_moveObject[num2].posStart = m_moveObject[num2].posCurrent; + m_moveObject[num2].posEnd.X = pos.X; + m_moveObject[num2].posEnd.Y = pos.Y - num * 64; + m_moveObject[num2].timeStopStart = 0; + m_moveObject[num2].stepAdvance = num * 10; + m_moveObject[num2].step = 2; + m_moveObject[num2].time = 0; + MoveObjectStepIcon(num2); + } + } + } + + private int IsWorld(TinyPoint pos) + { + pos.X += 30; + pos.Y += 30; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return -1; + } + int icon = m_decor[pos.X / 64, pos.Y / 64].icon; + if (icon >= 158 && icon <= 165) + { + return icon - 158 + 1; + } + if (icon >= 166 && icon <= 173) + { + return icon - 166 + 1; + } + switch (icon) + { + case 309: + case 310: + return 9; + case 411: + case 412: + case 413: + case 414: + case 415: + return icon - 411 + 10; + default: + if (icon >= 416 && icon <= 420) + { + return icon - 416 + 10; + } + if (icon >= 174 && icon <= 181) + { + return icon - 174 + 1; + } + if (icon == 184) + { + return 199; + } + return -1; + } + } + + private void ActiveSwitch(bool bState, TinyPoint cel) + { + TinyPoint pos = default(TinyPoint); + pos.X = cel.X * 64; + pos.Y = cel.Y * 64; + ModifDecor(pos, bState ? 384 : 385); + PlaySound(bState ? 77 : 76, pos); + cel.X -= 20; + for (int i = 0; i < 41; i++) + { + if (cel.X >= 0 && cel.X < 100 && m_decor[cel.X, cel.Y].icon == (bState ? 379 : 378)) + { + pos.X = cel.X * 64; + pos.Y = cel.Y * 64; + ModifDecor(pos, bState ? 378 : 379); + } + cel.X++; + } + } + + private int GetTypeBarre(TinyPoint pos) + { + TinyPoint pos2 = pos; + pos.X += 30; + pos.Y += 22; + if (pos.Y % 64 > 44) + { + return 0; + } + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return 0; + } + int icon = m_decor[pos.X / 64, pos.Y / 64].icon; + if (icon != 138 && icon != 202) + { + return 0; + } + if (pos.Y >= 6336) + { + return 1; + } + icon = m_decor[pos.X / 64, pos.Y / 64 + 1].icon; + if (!IsPassIcon(icon)) + { + return 2; + } + TinyRect rect = BlupiRect(pos2); + rect.Top = pos2.Y + 60 - 2; + rect.Bottom = pos2.Y + 60 - 1; + if (DecorDetect(rect, true)) + { + return 2; + } + return 1; + } + + private bool IsLave(TinyPoint pos) + { + pos.X += 30; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + return m_decor[pos.X / 64, pos.Y / 64].icon == 68; + } + + private bool IsPiege(TinyPoint pos) + { + pos.X += 30; + pos.Y += 60; + if (pos.X % 64 < 15 || pos.X % 64 > 49) + { + return false; + } + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + return m_decor[pos.X / 64, pos.Y / 64].icon == 373; + } + + private bool IsGoutte(TinyPoint pos, bool bAlways) + { + pos.X += 30; + if (pos.X % 64 < 15 || pos.X % 64 > 49) + { + return false; + } + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + int icon = m_decor[pos.X / 64, pos.Y / 64].icon; + if (bAlways) + { + if (icon != 404) + { + return icon == 410; + } + return true; + } + return icon == 404; + } + + private bool IsScie(TinyPoint pos) + { + pos.X += 30; + if (pos.X % 64 < 4 || pos.X % 64 > 60) + { + return false; + } + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + return m_decor[pos.X / 64, pos.Y / 64].icon == 378; + } + + private bool IsSwitch(TinyPoint pos, ref TinyPoint celSwitch) + { + pos.X += 30; + if (pos.X % 64 < 4 || pos.X % 64 > 60) + { + return false; + } + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + celSwitch.X = pos.X / 64; + celSwitch.Y = pos.Y / 64; + if (m_decor[pos.X / 64, pos.Y / 64].icon != 384) + { + return m_decor[pos.X / 64, pos.Y / 64].icon == 385; + } + return true; + } + + private bool IsEcraseur(TinyPoint pos) + { + if (m_time / 3 % 10 > 2) + { + return false; + } + pos.X += 30; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + return m_decor[pos.X / 64, pos.Y / 64].icon == 317; + } + + private bool IsBlitz(TinyPoint pos, bool bAlways) + { + pos.X += 30; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = pos.X / 64; + tinyPoint.Y = pos.Y / 64; + if (m_decor[tinyPoint.X, tinyPoint.Y].icon != 305) + { + return false; + } + if (bAlways) + { + return true; + } + return BlitzActif(tinyPoint.X, tinyPoint.Y); + } + + private bool IsRessort(TinyPoint pos) + { + pos.X += 30; + pos.Y += 60; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + return m_decor[pos.X / 64, pos.Y / 64].icon == 211; + } + + private bool IsTemp(TinyPoint pos) + { + pos.X += 30; + pos.Y += 60; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + return m_decor[pos.X / 64, pos.Y / 64].icon == 324; + } + + private bool IsBridge(TinyPoint pos, ref TinyPoint celBridge) + { + pos.X += 30; + pos.Y += 60; + if (pos.X >= 0 && pos.X < 6400 && pos.Y >= 0 && pos.Y < 6400 && m_decor[pos.X / 64, pos.Y / 64].icon == 364) + { + celBridge.X = pos.X / 64; + celBridge.Y = pos.Y / 64; + return true; + } + pos.Y -= 60; + if (pos.X >= 0 && pos.X < 6400 && pos.Y >= 0 && pos.Y < 6400 && m_decor[pos.X / 64, pos.Y / 64].icon == 364) + { + celBridge.X = pos.X / 64; + celBridge.Y = pos.Y / 64; + return true; + } + return false; + } + + private int IsDoor(TinyPoint pos, ref TinyPoint celPorte) + { + int num = ((m_blupiDir != 1) ? 60 : (-60)); + pos.X += 30; + for (int i = 0; i < 2; i++) + { + if (pos.X >= 0 && pos.X < 6400 && pos.Y >= 0 && pos.Y < 6400 && m_decor[pos.X / 64, pos.Y / 64].icon >= 334 && m_decor[pos.X / 64, pos.Y / 64].icon <= 336) + { + celPorte.X = pos.X / 64; + celPorte.Y = pos.Y / 64; + return m_decor[pos.X / 64, pos.Y / 64].icon; + } + pos.X += num; + } + return -1; + } + + private int IsTeleporte(TinyPoint pos) + { + if (pos.X % 64 > 6) + { + return -1; + } + pos.X += 30; + pos.Y -= 60; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return -1; + } + if (m_decor[pos.X / 64, pos.Y / 64].icon >= 330 && m_decor[pos.X / 64, pos.Y / 64].icon <= 333) + { + return m_decor[pos.X / 64, pos.Y / 64].icon; + } + return -1; + } + + private bool SearchTeleporte(TinyPoint pos, ref TinyPoint newpos) + { + int num = IsTeleporte(pos); + if (num == -1) + { + return false; + } + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + if (num == m_decor[i, j].icon) + { + newpos.X = i * 64; + newpos.Y = j * 64 + 60; + if (newpos.X < pos.X - 40 || newpos.X > pos.X + 40 || newpos.Y < pos.Y - 40 || newpos.Y > pos.Y + 40) + { + return true; + } + } + } + } + return false; + } + + private bool IsNormalJump(TinyPoint pos) + { + pos.X += 32; + pos.Y -= 32; + if (m_blupiDir == 1) + { + pos.X -= 15; + } + else + { + pos.X += 15; + } + for (int i = 0; i < 2; i++) + { + int num = pos.X / 64; + int num2 = pos.Y / 64; + if (num2 < 0) + { + return false; + } + int icon = m_decor[num, num2].icon; + if (!IsPassIcon(icon)) + { + return false; + } + pos.Y -= 64; + } + return true; + } + + private bool IsSurfWater(TinyPoint pos) + { + if (pos.Y % 64 < 64 - BLUPISURF) + { + return false; + } + int icon = m_decor[(pos.X + 30) / 64, pos.Y / 64].icon; + int icon2 = m_decor[(pos.X + 30) / 64, (pos.Y + BLUPISURF) / 64].icon; + if (icon != 92 && icon2 == 92) + { + return true; + } + return false; + } + + private bool IsDeepWater(TinyPoint pos) + { + int num = (pos.X + 30) / 64; + int num2 = pos.Y / 64; + if (num < 0 || num >= 100 || num2 < 0 || num2 >= 100) + { + return false; + } + int icon = m_decor[num, num2].icon; + if (icon != 91) + { + return icon == 92; + } + return true; + } + + private bool IsOutWater(TinyPoint pos) + { + int icon = m_decor[(pos.X + 30) / 64, (pos.Y + 30) / 64].icon; + if (icon == 91 || icon == 92) + { + return false; + } + return IsPassIcon(icon); + } + + private bool IsPassIcon(int icon) + { + if (icon == 324 && m_time / 4 % 20 >= 18) + { + return true; + } + if (icon >= 0 && icon < MAXQUART) + { + for (int i = 0; i < 16; i++) + { + if (Tables.table_decor_quart[icon * 16 + i] != 0) + { + return false; + } + } + } + return true; + } + + private bool IsBlocIcon(int icon) + { + if (icon < 0 || icon >= MAXQUART) + { + return false; + } + if (icon == 324 && m_time / 4 % 20 < 18) + { + return true; + } + for (int i = 0; i < 16; i++) + { + if (Tables.table_decor_quart[icon * 16 + i] == 0) + { + return false; + } + } + return true; + } + + private void FlushBalleTraj() + { + for (int i = 0; i < 1300; i++) + { + m_balleTraj[i] = 0; + } + } + + private void SetBalleTraj(TinyPoint pos) + { + if (pos.X >= 0 && pos.X < 100 && pos.Y >= 0 && pos.Y < 100) + { + int num = pos.Y * 13; + num += pos.X / 8; + int num2 = pos.X & 7; + m_balleTraj[num] |= 1 << num2; + } + } + + private bool IsBalleTraj(TinyPoint pos) + { + pos.X = (pos.X + 32) / 64; + pos.Y = (pos.Y + 32) / 64; + if (pos.X < 0 || pos.X >= 100 || pos.Y < 0 || pos.Y >= 100) + { + return false; + } + int num = pos.Y * 13; + num += pos.X / 8; + int num2 = pos.X & 7; + return (m_balleTraj[num] & (1 << num2)) != 0; + } + + private void FlushMoveTraj() + { + for (int i = 0; i < 1300; i++) + { + m_moveTraj[i] = 0; + } + } + + private void SetMoveTraj(TinyPoint pos) + { + if (pos.X >= 0 && pos.X < 100 && pos.Y >= 0 && pos.Y < 100) + { + int num = pos.Y * 13; + num += pos.X / 8; + int num2 = pos.X & 7; + m_moveTraj[num] |= 1 << num2; + } + } + + private bool IsMoveTraj(TinyPoint pos) + { + pos.X = (pos.X + 32) / 64; + pos.Y = (pos.Y + 32) / 64; + if (pos.X < 0 || pos.X >= 100 || pos.Y < 0 || pos.Y >= 100) + { + return false; + } + int num = pos.Y * 13; + num += pos.X / 8; + int num2 = pos.X & 7; + return (m_moveTraj[num] & (1 << num2)) != 0; + } + + private int SearchDistRight(TinyPoint pos, TinyPoint dir, int type) + { + int num = 0; + if (type == 36 || type == 39 || type == 41 || type == 42 || type == 93) + { + return 500; + } + pos.X = (pos.X + 32) / 64; + pos.Y = (pos.Y + 32) / 64; + while (pos.X >= 0 && pos.X < 100 && pos.Y >= 0 && pos.Y < 100 && !IsBlocIcon(m_decor[pos.X, pos.Y].icon)) + { + if (type == 23) + { + SetBalleTraj(pos); + } + num += 64; + pos.X += dir.X; + pos.Y += dir.Y; + } + if ((type == 34 || type == 38) && num >= 64) + { + num -= 64; + } + if (type == 23 && num >= 10) + { + num -= 10; + } + return num; + } + + private bool IsVentillo(TinyPoint pos) + { + int num = 0; + bool flag = false; + TinyPoint tinyPoint = default(TinyPoint); + pos.X += 30; + pos.Y += 30; + if (pos.X < 0 || pos.X >= 6400 || pos.Y < 0 || pos.Y >= 6400) + { + return false; + } + int icon = m_decor[pos.X / 64, pos.Y / 64].icon; + switch (icon) + { + default: + return false; + case 126: + if (pos.X % 64 <= 16) + { + flag = true; + } + tinyPoint.X = -64; + tinyPoint.Y = 0; + num = 110; + break; + case 127: + case 128: + case 129: + case 130: + case 131: + case 132: + case 133: + case 134: + case 135: + case 136: + case 137: + break; + } + if (icon == 129) + { + if (pos.X % 64 >= 48) + { + flag = true; + } + tinyPoint.X = 64; + tinyPoint.Y = 0; + num = 114; + } + if (icon == 132) + { + if (pos.Y % 64 <= 32) + { + flag = true; + } + tinyPoint.X = 0; + tinyPoint.Y = -64; + num = 118; + } + if (icon == 135) + { + if (pos.Y % 64 >= 48) + { + flag = true; + } + tinyPoint.X = 0; + tinyPoint.Y = 64; + num = 122; + } + if (!flag) + { + return false; + } + ModifDecor(pos, -1); + do + { + pos.X += tinyPoint.X; + pos.Y += tinyPoint.Y; + if (num != m_decor[pos.X / 64, pos.Y / 64].icon) + { + break; + } + ModifDecor(pos, -1); + } + while (pos.X >= 0 && pos.X < 6400 && pos.Y >= 0 && pos.Y < 6400); + return true; + } + + private void NetStopCloud(int rank) + { + } + + private void StartSploutchGlu(TinyPoint pos) + { + TinyPoint pos2 = default(TinyPoint); + pos2.X = pos.X; + pos2.Y = pos.Y; + ObjectStart(pos2, 98, 0); + pos2.X = pos.X + 15; + pos2.Y = pos.Y + 20; + ObjectStart(pos2, 99, 0); + pos2.X = pos.X - 20; + pos2.Y = pos.Y + 18; + ObjectStart(pos2, 99, 0); + pos2.X = pos.X + 23; + pos2.Y = pos.Y - 18; + ObjectStart(pos2, 99, 0); + pos2.X = pos.X - 15; + pos2.Y = pos.Y - 18; + ObjectStart(pos2, 99, 0); + pos2.X = pos.X + 32; + pos2.Y = pos.Y + 10; + ObjectStart(pos2, 100, 0); + pos2.X = pos.X - 28; + pos2.Y = pos.Y + 15; + ObjectStart(pos2, 100, 0); + StopSound(16); + StopSound(18); + StopSound(29); + StopSound(31); + PlaySound(51, pos); + } + + private int ObjectStart(TinyPoint pos, int type, int speed) + { + int num = MoveObjectFree(); + if (num == -1) + { + return -1; + } + m_moveObject[num].type = type; + m_moveObject[num].phase = 0; + m_moveObject[num].posCurrent = pos; + m_moveObject[num].posStart = pos; + m_moveObject[num].posEnd = pos; + MoveObjectStepIcon(num); + if (speed != 0) + { + TinyPoint tinyPoint = pos; + int num2 = speed; + int num3 = 0; + TinyPoint dir = default(TinyPoint); + if (num2 > 50) + { + num2 -= 50; + dir.X = 0; + dir.Y = 1; + num3 = SearchDistRight(tinyPoint, dir, type); + tinyPoint.Y += num3; + } + else if (num2 < -50) + { + num2 += 50; + dir.X = 0; + dir.Y = -1; + num3 = SearchDistRight(tinyPoint, dir, type); + tinyPoint.Y -= num3; + } + else if (num2 > 0) + { + dir.X = 1; + dir.Y = 0; + num3 = SearchDistRight(tinyPoint, dir, type); + tinyPoint.X += num3; + } + else if (num2 < 0) + { + dir.X = -1; + dir.Y = 0; + num3 = SearchDistRight(tinyPoint, dir, type); + tinyPoint.X -= num3; + } + if (num3 == 0) + { + if (type == 23) + { + m_moveObject[num].type = 0; + return num; + } + } + else + { + m_moveObject[num].posEnd = tinyPoint; + m_moveObject[num].timeStopStart = 0; + m_moveObject[num].stepAdvance = Math.Abs(num2 * num3 / 64); + m_moveObject[num].step = 2; + m_moveObject[num].time = 0; + } + } + MoveObjectPriority(num); + return num; + } + + private bool ObjectDelete(TinyPoint pos, int type) + { + int num = MoveObjectSearch(pos, type); + if (num == -1) + { + return false; + } + if (m_moveObject[num].type == 4 || m_moveObject[num].type == 12 || m_moveObject[num].type == 16 || m_moveObject[num].type == 17 || m_moveObject[num].type == 20 || m_moveObject[num].type == 40 || m_moveObject[num].type == 96 || m_moveObject[num].type == 97) + { + int num2 = 17; + double animationSpeed = 1.0; + if (m_moveObject[num].type == 4) + { + num2 = 7; + } + if (m_moveObject[num].type == 17 || m_moveObject[num].type == 20) + { + num2 = 33; + } + if (m_moveObject[num].type == 40) + { + animationSpeed = 0.5; + } + ByeByeAdd(m_moveObject[num].channel, m_moveObject[num].icon, m_moveObject[num].posCurrent, num2, animationSpeed); + } + m_moveObject[num].type = 0; + return true; + } + + private void ModifDecor(TinyPoint pos, int icon) + { + int icon2 = m_decor[pos.X / 64, pos.Y / 64].icon; + if (icon == -1 && icon2 >= 126 && icon2 <= 137) + { + ByeByeAdd(1, icon2, pos, 17.0, 1.0); + } + m_decor[pos.X / 64, pos.Y / 64].icon = icon; + } + + private void MoveObjectStep() + { + m_blupiVector.X = 0; + m_blupiVector.Y = 0; + m_blupiTransport = -1; + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 0) + { + continue; + } + MoveObjectStepLine(i); + MoveObjectStepIcon(i); + if (m_moveObject[i].type == 4 || m_moveObject[i].type == 33 || m_moveObject[i].type == 32) + { + int num = MovePersoDetect(m_moveObject[i].posCurrent); + if (num != -1) + { + TinyPoint posCurrent = m_moveObject[i].posCurrent; + posCurrent.X -= 34; + posCurrent.Y -= 34; + ObjectStart(posCurrent, 8, 0); + PlaySound(10, m_moveObject[i].posCurrent); + m_decorAction = 1; + m_decorPhase = 0; + posCurrent = m_moveObject[i].posCurrent; + posCurrent.X += 2; + posCurrent.Y += BLUPIOFFY; + ObjectDelete(m_moveObject[i].posCurrent, m_moveObject[i].type); + ObjectStart(posCurrent, 37, 0); + ObjectDelete(m_moveObject[num].posCurrent, m_moveObject[num].type); + } + if (BlupiElectro(m_moveObject[i].posCurrent)) + { + TinyPoint posCurrent = m_moveObject[i].posCurrent; + posCurrent.X += 2; + posCurrent.Y += BLUPIOFFY; + ObjectDelete(m_moveObject[i].posCurrent, m_moveObject[i].type); + ObjectStart(posCurrent, 38, 55); + PlaySound(59, posCurrent); + } + } + } + } + + private void MoveObjectStepLine(int i) + { + TinyPoint tinyPoint = default(TinyPoint); + bool flag = false; + TinyRect tinyRect = default(TinyRect); + if ((m_moveObject[i].type == 1 || m_moveObject[i].type == 47 || m_moveObject[i].type == 48) && !m_blupiSuspend) + { + TinyRect src = default(TinyRect); + src.Left = m_blupiPos.X + 20; + src.Right = m_blupiPos.X + 60 - 20; + src.Top = m_blupiPos.Y + 60 - 2; + src.Bottom = m_blupiPos.Y + 60 - 1; + tinyRect.Left = m_moveObject[i].posCurrent.X; + tinyRect.Right = m_moveObject[i].posCurrent.X + 64; + tinyRect.Top = m_moveObject[i].posCurrent.Y; + tinyRect.Bottom = m_moveObject[i].posCurrent.Y + 16; + TinyRect dst; + flag = Misc.IntersectRect(out dst, tinyRect, src); + tinyPoint = m_moveObject[i].posCurrent; + } + TinyPoint end; + if (m_blupiFocus && !m_blupiHide && m_moveObject[i].type == 97) + { + end = m_moveObject[i].posCurrent; + if (end.X < m_blupiPos.X) + { + end.X++; + } + if (end.X > m_blupiPos.X) + { + end.X--; + } + if (end.Y < m_blupiPos.Y) + { + end.Y++; + } + if (end.Y > m_blupiPos.Y) + { + end.Y--; + } + tinyRect.Left = end.X + 10; + tinyRect.Right = end.X + 60 - 10; + tinyRect.Top = end.Y + 10; + tinyRect.Bottom = end.Y + 60 - 10; + if (TestPath(tinyRect, m_moveObject[i].posCurrent, ref end)) + { + m_moveObject[i].posCurrent = end; + m_moveObject[i].posStart = end; + m_moveObject[i].posEnd = end; + } + else + { + ObjectDelete(m_moveObject[i].posCurrent, m_moveObject[i].type); + end.X -= 34; + end.Y -= 34; + ObjectStart(end, 9, 0); + PlaySound(10, end); + m_decorAction = 1; + m_decorPhase = 0; + } + } + if (m_moveObject[i].posStart.X != m_moveObject[i].posEnd.X || m_moveObject[i].posStart.Y != m_moveObject[i].posEnd.Y) + { + if (m_moveObject[i].step == 1) + { + if (m_moveObject[i].time < m_moveObject[i].timeStopStart) + { + m_moveObject[i].time++; + } + else + { + m_moveObject[i].step = 2; + m_moveObject[i].time = 0; + } + } + else if (m_moveObject[i].step == 2) + { + if (m_moveObject[i].posCurrent.X != m_moveObject[i].posEnd.X || m_moveObject[i].posCurrent.Y != m_moveObject[i].posEnd.Y) + { + m_moveObject[i].time++; + if (m_moveObject[i].stepAdvance != 0) + { + m_moveObject[i].posCurrent.X = (m_moveObject[i].posEnd.X - m_moveObject[i].posStart.X) * m_moveObject[i].time / m_moveObject[i].stepAdvance + m_moveObject[i].posStart.X; + m_moveObject[i].posCurrent.Y = (m_moveObject[i].posEnd.Y - m_moveObject[i].posStart.Y) * m_moveObject[i].time / m_moveObject[i].stepAdvance + m_moveObject[i].posStart.Y; + } + } + else if (m_moveObject[i].type == 15 || m_moveObject[i].type == 23) + { + m_moveObject[i].type = 0; + } + else if (m_moveObject[i].type == 34) + { + m_moveObject[i].posStart = m_moveObject[i].posCurrent; + m_moveObject[i].posEnd = m_moveObject[i].posCurrent; + m_moveObject[i].step = 3; + m_moveObject[i].time = 0; + } + else + { + m_moveObject[i].step = 3; + m_moveObject[i].time = 0; + } + } + else if (m_moveObject[i].step == 3) + { + if (m_moveObject[i].time < m_moveObject[i].timeStopEnd) + { + m_moveObject[i].time++; + } + else + { + m_moveObject[i].step = 4; + m_moveObject[i].time = 0; + } + } + else if (m_moveObject[i].step == 4) + { + if (m_moveObject[i].posCurrent.X != m_moveObject[i].posStart.X || m_moveObject[i].posCurrent.Y != m_moveObject[i].posStart.Y) + { + m_moveObject[i].time++; + if (m_moveObject[i].stepRecede != 0) + { + m_moveObject[i].posCurrent.X = (m_moveObject[i].posStart.X - m_moveObject[i].posEnd.X) * m_moveObject[i].time / m_moveObject[i].stepRecede + m_moveObject[i].posEnd.X; + m_moveObject[i].posCurrent.Y = (m_moveObject[i].posStart.Y - m_moveObject[i].posEnd.Y) * m_moveObject[i].time / m_moveObject[i].stepRecede + m_moveObject[i].posEnd.Y; + } + } + else + { + m_moveObject[i].step = 1; + m_moveObject[i].time = 0; + } + } + } + if (m_moveObject[i].type == 22 && m_moveObject[i].step == 3) + { + m_moveObject[i].type = 0; + } + end = m_moveObject[i].posCurrent; + if (m_moveObject[i].type == 1 || m_moveObject[i].type == 47 || m_moveObject[i].type == 48) + { + end.Y -= 64; + } + end.X = (end.X + 32) / 64; + end.Y = (end.Y + 32) / 64; + SetMoveTraj(end); + if (flag) + { + m_blupiVector.X = m_moveObject[i].posCurrent.X - tinyPoint.X; + m_blupiVector.Y = m_moveObject[i].posCurrent.Y - (m_blupiPos.Y + 60 - BLUPIFLOOR); + if (m_moveObject[i].type == 47) + { + m_blupiVector.X += 2; + } + if (m_moveObject[i].type == 48) + { + m_blupiVector.X -= 2; + } + if (m_blupiTimeNoAsc == 0) + { + m_blupiTransport = i; + } + } + } + + private void MoveObjectStepIcon(int i) + { + if (m_moveObject[i].type == 47) + { + m_moveObject[i].icon = Tables.table_chenille[m_moveObject[i].phase / 1 % 6]; + } + if (m_moveObject[i].type == 48) + { + m_moveObject[i].icon = Tables.table_chenillei[m_moveObject[i].phase / 1 % 6]; + } + if (m_moveObject[i].type == 2) + { + m_moveObject[i].icon = 12 + m_moveObject[i].phase / 2 % 9; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 3) + { + m_moveObject[i].icon = 48 + m_moveObject[i].phase / 2 % 9; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 16) + { + m_moveObject[i].icon = 69 + m_moveObject[i].phase / 1 % 9; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 96) + { + m_moveObject[i].icon = Tables.table_follow1[m_moveObject[i].phase / 1 % 26]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 97) + { + m_moveObject[i].icon = Tables.table_follow2[m_moveObject[i].phase / 1 % 5]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 200) + { + m_moveObject[i].icon = 257 + m_moveObject[i].phase / 1 % 6; + m_moveObject[i].channel = 2; + } + if (m_moveObject[i].type == 201) + { + m_moveObject[i].icon = 257 + m_moveObject[i].phase / 1 % 6; + m_moveObject[i].channel = 11; + } + if (m_moveObject[i].type == 202) + { + m_moveObject[i].icon = 257 + m_moveObject[i].phase / 1 % 6; + m_moveObject[i].channel = 12; + } + if (m_moveObject[i].type == 203) + { + m_moveObject[i].icon = 257 + m_moveObject[i].phase / 1 % 6; + m_moveObject[i].channel = 13; + } + if (m_moveObject[i].type == 55) + { + m_moveObject[i].icon = 252; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 56) + { + m_moveObject[i].icon = Tables.table_dynamitef[m_moveObject[i].phase / 1 % 100]; + m_moveObject[i].channel = 10; + if (m_moveObject[i].phase == 50) + { + DynamiteStart(i, 0, 0); + } + if (m_moveObject[i].phase == 53) + { + DynamiteStart(i, -100, 8); + } + if (m_moveObject[i].phase == 55) + { + DynamiteStart(i, 80, 10); + } + if (m_moveObject[i].phase == 56) + { + DynamiteStart(i, -15, -100); + } + if (m_moveObject[i].phase == 59) + { + DynamiteStart(i, 20, 70); + } + if (m_moveObject[i].phase == 62) + { + DynamiteStart(i, 30, -50); + } + if (m_moveObject[i].phase == 64) + { + DynamiteStart(i, -40, 30); + } + if (m_moveObject[i].phase == 67) + { + DynamiteStart(i, -180, 10); + } + if (m_moveObject[i].phase == 69) + { + DynamiteStart(i, 200, -10); + } + if (m_moveObject[i].phase >= 70) + { + m_moveObject[i].type = 0; + } + } + if (m_moveObject[i].type == 5) + { + if (m_moveObject[i].phase / 3 % 22 < 11) + { + m_moveObject[i].icon = m_moveObject[i].phase / 3 % 11; + } + else + { + m_moveObject[i].icon = 11 - m_moveObject[i].phase / 3 % 11; + } + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 6) + { + m_moveObject[i].icon = 21 + m_moveObject[i].phase / 4 % 8; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 7) + { + m_moveObject[i].icon = 29 + m_moveObject[i].phase / 3 % 8; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 21) + { + m_moveObject[i].icon = Tables.table_cle[m_moveObject[i].phase / 3 % 12]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 49) + { + m_moveObject[i].icon = Tables.table_cle1[m_moveObject[i].phase / 3 % 12]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 50) + { + m_moveObject[i].icon = Tables.table_cle2[m_moveObject[i].phase / 3 % 12]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 51) + { + m_moveObject[i].icon = Tables.table_cle3[m_moveObject[i].phase / 3 % 12]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 24) + { + m_moveObject[i].icon = Tables.table_skate[m_moveObject[i].phase / 1 % 34]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 25) + { + m_moveObject[i].icon = Tables.table_shield[m_moveObject[i].phase / 2 % 16]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 26) + { + m_moveObject[i].icon = Tables.table_power[m_moveObject[i].phase / 2 % 8]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 40) + { + m_moveObject[i].icon = Tables.table_invert[m_moveObject[i].phase / 2 % 20]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 31) + { + m_moveObject[i].icon = Tables.table_charge[m_moveObject[i].phase / 2 % 6]; + m_moveObject[i].channel = 1; + } + if (m_moveObject[i].type == 27) + { + m_moveObject[i].icon = Tables.table_magictrack[m_moveObject[i].phase / 1 % 24]; + m_moveObject[i].channel = 10; + if (m_moveObject[i].phase >= 24) + { + m_moveObject[i].type = 0; + } + } + if (m_moveObject[i].type == 57) + { + m_moveObject[i].icon = Tables.table_shieldtrack[m_moveObject[i].phase / 1 % 20]; + m_moveObject[i].channel = 10; + if (m_moveObject[i].phase >= 20) + { + m_moveObject[i].type = 0; + } + } + if (m_moveObject[i].type == 39) + { + m_moveObject[i].icon = Tables.table_tresortrack[m_moveObject[i].phase / 1 % 11]; + m_moveObject[i].channel = 10; + if (m_moveObject[i].phase >= 11) + { + m_moveObject[i].type = 0; + } + } + if (m_moveObject[i].type == 58 && m_moveObject[i].phase >= 20) + { + m_moveObject[i].type = 0; + } + if (m_moveObject[i].type == 8) + { + if (m_moveObject[i].phase >= Tables.table_explo1.Length) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo1[m_moveObject[i].phase]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 9) + { + if (m_moveObject[i].phase >= 20) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo2[m_moveObject[i].phase % 20]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 10) + { + if (m_moveObject[i].phase >= 20) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo3[m_moveObject[i].phase / 1 % 20]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 11) + { + if (m_moveObject[i].phase >= 9) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo4[m_moveObject[i].phase / 1 % 9]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 90) + { + if (m_moveObject[i].phase >= 12) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo5[m_moveObject[i].phase / 1 % 12]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 91) + { + if (m_moveObject[i].phase >= 6) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo6[m_moveObject[i].phase / 1 % 6]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 92) + { + if (m_moveObject[i].phase >= 128) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo7[m_moveObject[i].phase / 1 % 128]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 93) + { + if (m_moveObject[i].phase >= 5) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_explo8[m_moveObject[i].phase / 1 % 5]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 98) + { + if (m_moveObject[i].phase >= 10) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_sploutch1[m_moveObject[i].phase / 1 % 10]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 99) + { + if (m_moveObject[i].phase >= 13) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_sploutch2[m_moveObject[i].phase / 1 % 13]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 100) + { + if (m_moveObject[i].phase >= 18) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_sploutch3[m_moveObject[i].phase / 1 % 18]; + m_moveObject[i].channel = 9; + } + } + if (m_moveObject[i].type == 53) + { + if (m_moveObject[i].phase >= 90) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_tentacule[m_moveObject[i].phase / 2 % 45]; + m_moveObject[i].channel = 9; + } + } + TinyPoint pos = default(TinyPoint); + if (m_moveObject[i].type == 52) + { + if (m_moveObject[i].phase == 0) + { + PlaySound(72, m_moveObject[i].posStart); + } + if (m_moveObject[i].phase == 137) + { + PlaySound(73, m_moveObject[i].posStart); + } + if (m_moveObject[i].phase >= 157) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_bridge[m_moveObject[i].phase / 1 % 157]; + m_moveObject[i].channel = 1; + pos.X = m_moveObject[i].posStart.X / 64; + pos.Y = m_moveObject[i].posStart.Y / 64; + m_decor[pos.X, pos.Y].icon = m_moveObject[i].icon; + } + } + if (m_moveObject[i].type == 36) + { + if (m_moveObject[i].phase >= 16) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_pollution[m_moveObject[i].phase / 2 % 8]; + m_moveObject[i].channel = 10; + } + } + if (m_moveObject[i].type == 41) + { + if (m_moveObject[i].phase >= 16) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_invertstart[m_moveObject[i].phase / 2 % 8]; + m_moveObject[i].channel = 10; + } + } + if (m_moveObject[i].type == 42) + { + if (m_moveObject[i].phase >= 16) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_invertstop[m_moveObject[i].phase / 2 % 8]; + m_moveObject[i].channel = 10; + } + } + if (m_moveObject[i].type == 14) + { + if (m_moveObject[i].phase >= 14) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_plouf[m_moveObject[i].phase / 2 % 7]; + m_moveObject[i].channel = 1; + } + } + if (m_moveObject[i].type == 35) + { + if (m_moveObject[i].phase >= 6) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_tiplouf[m_moveObject[i].phase / 2 % 7]; + m_moveObject[i].channel = 1; + } + } + if (m_moveObject[i].type == 15) + { + m_moveObject[i].icon = Tables.table_blup[m_moveObject[i].phase / 2 % 20]; + m_moveObject[i].channel = 1; + } + if (m_moveObject[i].type == 4) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_bulldozer_turn2l[m_moveObject[i].time % 22]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_bulldozer_turn2r[m_moveObject[i].time % 22]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_bulldozer_left[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_bulldozer_right[m_moveObject[i].time % 8]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_bulldozer_turn2r[m_moveObject[i].time % 22]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_bulldozer_turn2l[m_moveObject[i].time % 22]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_bulldozer_right[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_bulldozer_left[m_moveObject[i].time % 8]; + } + } + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 17) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_poisson_turn2l[m_moveObject[i].time % 48]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_poisson_turn2r[m_moveObject[i].time % 48]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_poisson_left[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_poisson_right[m_moveObject[i].time % 8]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_poisson_turn2r[m_moveObject[i].time % 48]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_poisson_turn2l[m_moveObject[i].time % 48]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_poisson_right[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_poisson_left[m_moveObject[i].time % 8]; + } + } + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 20) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_oiseau_turn2l[m_moveObject[i].time % 10]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_oiseau_turn2r[m_moveObject[i].time % 10]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_oiseau_left[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_oiseau_right[m_moveObject[i].time % 8]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_oiseau_turn2r[m_moveObject[i].time % 10]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_oiseau_turn2l[m_moveObject[i].time % 10]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_oiseau_right[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_oiseau_left[m_moveObject[i].time % 8]; + } + } + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 44) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_guepe_turn2l[m_moveObject[i].time % 5]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_guepe_turn2r[m_moveObject[i].time % 5]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_guepe_left[m_moveObject[i].time % 6]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_guepe_right[m_moveObject[i].time % 6]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_guepe_turn2r[m_moveObject[i].time % 5]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_guepe_turn2l[m_moveObject[i].time % 5]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_guepe_right[m_moveObject[i].time % 6]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_guepe_left[m_moveObject[i].time % 6]; + } + } + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 54) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_creature_turn2[m_moveObject[i].time % 152]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_creature_turn2[m_moveObject[i].time % 152]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_creature_left[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_creature_right[m_moveObject[i].time % 8]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_creature_turn2[m_moveObject[i].time % 152]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_creature_turn2[m_moveObject[i].time % 152]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_creature_right[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_creature_left[m_moveObject[i].time % 8]; + } + } + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 32) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_blupih_turn2l[m_moveObject[i].time % 26]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_blupih_turn2r[m_moveObject[i].time % 26]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_blupih_left[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_blupih_right[m_moveObject[i].time % 8]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_blupih_turn2r[m_moveObject[i].time % 26]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_blupih_turn2l[m_moveObject[i].time % 26]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_blupih_right[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_blupih_left[m_moveObject[i].time % 8]; + } + } + if ((m_moveObject[i].step == 1 || m_moveObject[i].step == 3) && m_moveObject[i].time == 21) + { + pos.X = m_moveObject[i].posCurrent.X; + pos.Y = m_moveObject[i].posCurrent.Y + 40; + if (ObjectStart(pos, 23, 55) != -1) + { + PlaySound(52, pos); + } + } + } + if (m_moveObject[i].type == 33) + { + if (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_blupit_turn2l[m_moveObject[i].time % 24]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_blupit_turn2r[m_moveObject[i].time % 24]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_blupit_left[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_blupit_right[m_moveObject[i].time % 8]; + } + } + else + { + if (m_moveObject[i].step == 1) + { + m_moveObject[i].icon = Tables.table_blupit_turn2r[m_moveObject[i].time % 24]; + } + if (m_moveObject[i].step == 3) + { + m_moveObject[i].icon = Tables.table_blupit_turn2l[m_moveObject[i].time % 24]; + } + if (m_moveObject[i].step == 2) + { + m_moveObject[i].icon = Tables.table_blupit_right[m_moveObject[i].time % 8]; + } + if (m_moveObject[i].step == 4) + { + m_moveObject[i].icon = Tables.table_blupit_left[m_moveObject[i].time % 8]; + } + } + if ((m_moveObject[i].step == 1 || m_moveObject[i].step == 3) && m_moveObject[i].time == 3) + { + int speed; + if ((m_moveObject[i].posStart.X < m_moveObject[i].posEnd.X && m_moveObject[i].step == 1) || (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X && m_moveObject[i].step == 3)) + { + pos.X = m_moveObject[i].posCurrent.X - 30; + pos.Y = m_moveObject[i].posCurrent.Y + BLUPIOFFY; + speed = -5; + } + else + { + pos.X = m_moveObject[i].posCurrent.X + 30; + pos.Y = m_moveObject[i].posCurrent.Y + BLUPIOFFY; + speed = 5; + } + if (ObjectStart(pos, 23, speed) != -1) + { + PlaySound(52, pos); + } + } + if ((m_moveObject[i].step == 1 || m_moveObject[i].step == 3) && m_moveObject[i].time == 21) + { + int speed; + if ((m_moveObject[i].posStart.X < m_moveObject[i].posEnd.X && m_moveObject[i].step == 1) || (m_moveObject[i].posStart.X > m_moveObject[i].posEnd.X && m_moveObject[i].step == 3)) + { + pos.X = m_moveObject[i].posCurrent.X + 30; + pos.Y = m_moveObject[i].posCurrent.Y + BLUPIOFFY; + speed = 5; + } + else + { + pos.X = m_moveObject[i].posCurrent.X - 30; + pos.Y = m_moveObject[i].posCurrent.Y + BLUPIOFFY; + speed = -5; + } + if (ObjectStart(pos, 23, speed) != -1) + { + PlaySound(52, pos); + } + } + } + if (m_moveObject[i].type == 34) + { + m_moveObject[i].icon = Tables.table_glu[m_moveObject[i].phase / 1 % 25]; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 37) + { + if (m_moveObject[i].phase >= 70) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_clear[m_moveObject[i].phase / 1 % 70]; + m_moveObject[i].channel = 10; + } + } + if (m_moveObject[i].type == 38) + { + if (m_moveObject[i].phase >= 90) + { + m_moveObject[i].type = 0; + } + else + { + m_moveObject[i].icon = Tables.table_electro[m_moveObject[i].phase / 1 % 90]; + if (m_moveObject[i].phase < 30) + { + m_moveObject[i].channel = 12; + } + else + { + m_moveObject[i].channel = 10; + } + } + } + if (m_moveObject[i].type == 13) + { + m_moveObject[i].icon = 68; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 46) + { + m_moveObject[i].icon = 208; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 19) + { + m_moveObject[i].icon = 89; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 28) + { + m_moveObject[i].icon = 167; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 23) + { + m_moveObject[i].icon = 176; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 29) + { + m_moveObject[i].icon = 177; + m_moveObject[i].channel = 10; + } + if (m_moveObject[i].type == 30) + { + m_moveObject[i].icon = 178; + m_moveObject[i].channel = 10; + } + m_moveObject[i].phase++; + if (m_moveObject[i].phase > 32700) + { + m_moveObject[i].phase = 0; + } + } + + private void DynamiteStart(int i, int dx, int dy) + { + TinyPoint posStart = m_moveObject[i].posStart; + posStart.X -= 34; + posStart.Y -= 34; + posStart.X += dx; + posStart.Y -= dy; + ObjectStart(posStart, 8, 0); + if (dx == 0 && dy == 0) + { + PlaySound(10, posStart); + m_decorAction = 1; + m_decorPhase = 0; + } + TinyRect src = default(TinyRect); + src.Left = posStart.X; + src.Right = posStart.X + 128; + src.Top = posStart.Y; + src.Bottom = posStart.Y + 128; + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.Y = posStart.Y / 64; + TinyPoint pos = default(TinyPoint); + for (int j = 0; j < 2; j++) + { + tinyPoint.X = posStart.X / 64; + for (int k = 0; k < 2; k++) + { + if (tinyPoint.X >= 0 && tinyPoint.X < 100 && tinyPoint.Y >= 0 && tinyPoint.Y < 100) + { + int icon = m_decor[tinyPoint.X, tinyPoint.Y].icon; + if (icon == 378 || icon == 379 || icon == 404 || icon == 410) + { + pos.X = tinyPoint.X * 64; + pos.Y = tinyPoint.Y * 64; + ModifDecor(pos, -1); + } + } + tinyPoint.X++; + } + tinyPoint.Y++; + } + TinyRect src2 = default(TinyRect); + for (i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 2 || m_moveObject[i].type == 3 || m_moveObject[i].type == 96 || m_moveObject[i].type == 97 || m_moveObject[i].type == 4 || m_moveObject[i].type == 6 || m_moveObject[i].type == 12 || m_moveObject[i].type == 13 || m_moveObject[i].type == 16 || m_moveObject[i].type == 17 || m_moveObject[i].type == 18 || m_moveObject[i].type == 19 || m_moveObject[i].type == 20 || m_moveObject[i].type == 24 || m_moveObject[i].type == 25 || m_moveObject[i].type == 26 || m_moveObject[i].type == 28 || m_moveObject[i].type == 30 || m_moveObject[i].type == 32 || m_moveObject[i].type == 33 || m_moveObject[i].type == 34 || m_moveObject[i].type == 40 || m_moveObject[i].type == 44 || m_moveObject[i].type == 46 || m_moveObject[i].type == 52 || m_moveObject[i].type == 54 || m_moveObject[i].type == 200 || m_moveObject[i].type == 201 || m_moveObject[i].type == 202 || m_moveObject[i].type == 203) + { + src2.Left = m_moveObject[i].posCurrent.X; + src2.Right = m_moveObject[i].posCurrent.X + 60; + src2.Top = m_moveObject[i].posCurrent.Y; + src2.Bottom = m_moveObject[i].posCurrent.Y + 60; + TinyRect dst; + if (Misc.IntersectRect(out dst, src2, src)) + { + if (m_moveObject[i].type == 12) + { + SearchLinkCaisse(i, true); + for (int l = 0; l < m_nbLinkCaisse; l++) + { + int channel = m_moveObject[m_linkCaisse[l]].channel; + int icon2 = m_moveObject[m_linkCaisse[l]].icon; + TinyPoint posCurrent = m_moveObject[m_linkCaisse[l]].posCurrent; + double num = m_random.Next(7, 23); + if (m_random.Next(0, 100) % 2 == 0) + { + num = 0.0 - num; + } + ByeByeAdd(channel, icon2, posCurrent, num, 1.0); + m_moveObject[m_linkCaisse[l]].type = 0; + } + ObjectDelete(m_moveObject[i].posCurrent, m_moveObject[i].type); + UpdateCaisse(); + } + else + { + ObjectDelete(m_moveObject[i].posCurrent, m_moveObject[i].type); + } + } + } + } + if (m_blupiFocus && !m_blupiShield && !m_blupiHide && !m_bSuperBlupi && m_blupiPos.X > posStart.X - 30 && m_blupiPos.X < posStart.X + 30 + 64 && m_blupiPos.Y > posStart.Y - 30 && m_blupiPos.Y < posStart.Y + 30 + 64) + { + BlupiDead(11, -1); + m_blupiAir = true; + } + } + + private int AscenseurDetect(TinyRect rect, TinyPoint oldpos, TinyPoint newpos) + { + if (m_blupiTimeNoAsc != 0) + { + return -1; + } + int num = newpos.Y - oldpos.Y; + int num2 = ((num >= 0) ? 30 : (-30)); + num = Math.Abs(num); + TinyRect src = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type != 1 && m_moveObject[i].type != 47 && m_moveObject[i].type != 48) + { + continue; + } + src.Left = m_moveObject[i].posCurrent.X; + src.Right = m_moveObject[i].posCurrent.X + 64; + src.Top = m_moveObject[i].posCurrent.Y; + src.Bottom = m_moveObject[i].posCurrent.Y + 16; + TinyRect dst; + if (num < 30) + { + if (Misc.IntersectRect(out dst, src, rect)) + { + return i; + } + continue; + } + TinyRect src2 = rect; + src2.Top -= num / 30 * num2; + src2.Bottom -= num / 30 * num2; + for (int j = 0; j <= num / 30; j++) + { + if (Misc.IntersectRect(out dst, src, src2)) + { + return i; + } + src2.Top += num2; + src2.Bottom += num2; + } + } + return -1; + } + + private void AscenseurVertigo(int i, out bool bVertigoLeft, out bool bVertigoRight) + { + bVertigoLeft = false; + bVertigoRight = false; + if (m_blupiPos.X + 20 + 4 < m_moveObject[i].posCurrent.X) + { + bVertigoLeft = true; + } + if (m_blupiPos.X + 60 - 20 - 4 > m_moveObject[i].posCurrent.X + 64) + { + bVertigoRight = true; + } + if (AscenseurShift(i)) + { + if (bVertigoLeft) + { + bVertigoLeft = false; + bVertigoRight = true; + m_blupiTimeNoAsc = 10; + } + else if (bVertigoRight) + { + bVertigoRight = false; + bVertigoLeft = true; + m_blupiTimeNoAsc = 10; + } + } + } + + private bool AscenseurShift(int i) + { + if (i == -1) + { + return false; + } + if (m_moveObject[i].icon >= 311) + { + return m_moveObject[i].icon <= 316; + } + return false; + } + + private void AscenseurSynchro(int i) + { + for (i = 0; i < MAXMOVEOBJECT; i++) + { + m_moveObject[i].posCurrent = m_moveObject[i].posStart; + m_moveObject[i].step = 1; + m_moveObject[i].time = 0; + m_moveObject[i].phase = 0; + } + } + + private void UpdateCaisse() + { + m_nbRankCaisse = 0; + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 12) + { + m_rankCaisse[m_nbRankCaisse++] = i; + } + } + } + + private bool TestPushCaisse(int i, TinyPoint pos, bool bPop) + { + TinyPoint move = default(TinyPoint); + move.X = pos.X - m_moveObject[i].posCurrent.X; + move.Y = 0; + SearchLinkCaisse(i, bPop); + int y = m_moveObject[i].posCurrent.Y; + for (int j = 0; j < m_nbLinkCaisse; j++) + { + i = m_linkCaisse[j]; + if (!TestPushOneCaisse(i, move, y)) + { + return false; + } + } + for (int j = 0; j < m_nbLinkCaisse; j++) + { + i = m_linkCaisse[j]; + m_moveObject[i].posCurrent.X += move.X; + m_moveObject[i].posStart.X += move.X; + m_moveObject[i].posEnd.X += move.X; + } + return true; + } + + private bool TestPushOneCaisse(int i, TinyPoint move, int b) + { + TinyRect rect = default(TinyRect); + int num = (rect.Left = m_moveObject[i].posCurrent.X + move.X); + rect.Right = num + 64; + rect.Top = m_moveObject[i].posCurrent.Y; + rect.Bottom = m_moveObject[i].posCurrent.Y + 64; + if (DecorDetect(rect, false)) + { + return false; + } + if (m_moveObject[i].posCurrent.Y != b) + { + return true; + } + rect.Left = num; + rect.Right = num + 20; + rect.Top = m_moveObject[i].posCurrent.Y + 64; + rect.Bottom = m_moveObject[i].posCurrent.Y + 64 + 2; + if (!DecorDetect(rect)) + { + return false; + } + rect.Left = num + 64 - 20; + rect.Right = num + 64; + rect.Top = m_moveObject[i].posCurrent.Y + 64; + rect.Bottom = m_moveObject[i].posCurrent.Y + 64 + 2; + if (!DecorDetect(rect)) + { + return false; + } + return true; + } + + private void SearchLinkCaisse(int rank, bool bPop) + { + m_nbLinkCaisse = 0; + AddLinkCaisse(rank); + TinyPoint posCurrent = m_moveObject[rank].posCurrent; + bool flag; + TinyRect src = default(TinyRect); + TinyRect src2 = default(TinyRect); + do + { + flag = false; + for (int i = 0; i < m_nbLinkCaisse; i++) + { + int num = m_linkCaisse[i]; + if (m_moveObject[num].posCurrent.Y > posCurrent.Y || (bPop && (m_moveObject[num].posCurrent.X < posCurrent.X - 32 || m_moveObject[num].posCurrent.X > posCurrent.X + 32))) + { + continue; + } + src.Left = m_moveObject[num].posCurrent.X - 1; + src.Top = m_moveObject[num].posCurrent.Y - 1; + src.Right = src.Left + 64 + 1; + src.Bottom = src.Top + 64 + 1; + for (int j = 0; j < m_nbRankCaisse; j++) + { + int num2 = m_rankCaisse[j]; + if (num2 != num && m_moveObject[num2].posCurrent.Y <= posCurrent.Y && (!bPop || (m_moveObject[num2].posCurrent.X >= posCurrent.X - 32 && m_moveObject[num2].posCurrent.X <= posCurrent.X + 32))) + { + src2.Left = m_moveObject[num2].posCurrent.X - 1; + src2.Top = m_moveObject[num2].posCurrent.Y - 1; + src2.Right = src2.Left + 64 + 1; + src2.Bottom = src2.Top + 64 + 1; + TinyRect dst; + if (Misc.IntersectRect(out dst, src2, src) && AddLinkCaisse(num2)) + { + flag = true; + } + } + } + } + } + while (flag); + } + + private bool AddLinkCaisse(int rank) + { + for (int i = 0; i < m_nbLinkCaisse; i++) + { + if (m_linkCaisse[i] == rank) + { + return false; + } + } + m_linkCaisse[m_nbLinkCaisse] = rank; + m_nbLinkCaisse++; + return true; + } + + private int CaisseInFront() + { + TinyPoint tinyPoint = default(TinyPoint); + if (m_blupiDir == 1) + { + tinyPoint.X = m_blupiPos.X + 16 - 32; + tinyPoint.Y = m_blupiPos.Y; + } + else + { + tinyPoint.X = m_blupiPos.X + 60 - 16 + 32; + tinyPoint.Y = m_blupiPos.Y; + } + for (int i = 0; i < m_nbRankCaisse; i++) + { + int num = m_rankCaisse[i]; + if (tinyPoint.X > m_moveObject[num].posCurrent.X && tinyPoint.X < m_moveObject[num].posCurrent.X + 64 && tinyPoint.Y > m_moveObject[num].posCurrent.Y && tinyPoint.Y < m_moveObject[num].posCurrent.Y + 64) + { + return num; + } + } + return -1; + } + + private int CaisseGetMove(int max) + { + max -= (m_nbLinkCaisse - 1) / 2; + if (max < 1) + { + max = 1; + } + if (m_blupiPower) + { + max *= 2; + } + if (m_blupiPhase < 20) + { + max = max * m_blupiPhase / 20; + if (max == 0) + { + max++; + } + } + return max; + } + + private int MockeryDetect(TinyPoint pos) + { + if (m_blupiTimeMockery > 0) + { + return 0; + } + if (m_blupiAir) + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = pos.X + 30; + tinyPoint.Y = pos.Y + 30 + 64; + if (tinyPoint.X >= 0 && tinyPoint.X < 6400 && tinyPoint.Y >= 0 && tinyPoint.Y < 6400) + { + int icon = m_decor[tinyPoint.X / 64, tinyPoint.Y / 64].icon; + if (icon == 68 || icon == 317) + { + return 64; + } + } + tinyPoint.Y += 64; + if (tinyPoint.X >= 0 && tinyPoint.X < 6400 && tinyPoint.Y >= 0 && tinyPoint.Y < 6400) + { + int icon = m_decor[tinyPoint.X / 64, tinyPoint.Y / 64].icon; + if (icon == 68 || icon == 317) + { + return 64; + } + } + } + TinyRect src = default(TinyRect); + src.Left = pos.X; + src.Right = pos.X + 60; + src.Top = pos.Y + 11; + src.Bottom = pos.Y + 60; + if (m_blupiAir) + { + src.Bottom += 90; + } + TinyRect src2 = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type != 2 && m_moveObject[i].type != 16 && m_moveObject[i].type != 96 && m_moveObject[i].type != 97 && m_moveObject[i].type != 4 && m_moveObject[i].type != 20 && m_moveObject[i].type != 44 && m_moveObject[i].type != 54 && m_moveObject[i].type != 23 && m_moveObject[i].type != 32 && m_moveObject[i].type != 33) + { + continue; + } + src2.Left = m_moveObject[i].posCurrent.X; + src2.Right = m_moveObject[i].posCurrent.X + 60; + src2.Top = m_moveObject[i].posCurrent.Y + 36; + src2.Bottom = m_moveObject[i].posCurrent.Y + 60; + TinyRect dst; + if (!Misc.IntersectRect(out dst, src2, src)) + { + continue; + } + if (m_moveObject[i].type == 54) + { + return 83; + } + if (m_blupiDir == 2) + { + if (pos.X < src2.Left) + { + if (m_moveObject[i].type == 2) + { + return 0; + } + return 63; + } + return 64; + } + if (pos.X < src2.Left) + { + return 64; + } + if (m_moveObject[i].type == 2) + { + return 0; + } + return 63; + } + return 0; + } + + private bool BlupiElectro(TinyPoint pos) + { + if (!m_blupiCloud) + { + return false; + } + TinyRect src = default(TinyRect); + src.Left = pos.X + 16; + src.Right = pos.X + 60 - 16; + src.Top = pos.Y + 11; + src.Bottom = pos.Y + 60 - 2; + TinyRect src2 = default(TinyRect); + src2.Left = m_blupiPos.X - 16 - 40; + src2.Right = m_blupiPos.X + 60 + 16 + 40; + src2.Top = m_blupiPos.Y + 11 - 40; + src2.Bottom = m_blupiPos.Y + 60 - 2 + 40; + TinyRect dst; + if (Misc.IntersectRect(out dst, src, src2)) + { + return true; + } + return false; + } + + private void MoveObjectFollow(TinyPoint pos) + { + if (m_blupiHide) + { + return; + } + TinyRect src = BlupiRect(pos); + src.Left = pos.X + 16; + src.Right = pos.X + 60 - 16; + TinyRect src2 = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 96) + { + src2.Left = m_moveObject[i].posCurrent.X - 100; + src2.Right = m_moveObject[i].posCurrent.X + 60 + 100; + src2.Top = m_moveObject[i].posCurrent.Y - 100; + src2.Bottom = m_moveObject[i].posCurrent.Y + 60 + 100; + TinyRect dst; + if (Misc.IntersectRect(out dst, src2, src)) + { + m_moveObject[i].type = 97; + PlaySound(92, m_moveObject[i].posCurrent); + } + } + } + } + + private int MoveObjectDetect(TinyPoint pos, out bool bNear) + { + TinyRect src = BlupiRect(pos); + src.Left = pos.X + 16; + src.Right = pos.X + 60 - 16; + TinyRect src2 = default(TinyRect); + src2.Left = src.Left - 20; + src2.Right = src.Right + 20; + src2.Top = src.Top - 40; + src2.Bottom = src.Bottom + 30; + TinyRect src3 = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 0 || m_moveObject[i].type == 27 || m_moveObject[i].type == 57 || m_moveObject[i].type == 39 || m_moveObject[i].type == 58 || m_moveObject[i].type == 34 || m_moveObject[i].type == 37 || m_moveObject[i].type == 38 || ((m_blupiAction == 14 || m_blupiAction == 29) && m_moveObject[i].type == 12)) + { + continue; + } + src3.Left = m_moveObject[i].posCurrent.X + 16; + src3.Right = m_moveObject[i].posCurrent.X + 60 - 16; + src3.Top = m_moveObject[i].posCurrent.Y + 36; + src3.Bottom = m_moveObject[i].posCurrent.Y + 60; + if (m_moveObject[i].type == 3) + { + if (m_blupiAction == 6) + { + continue; + } + src3.Top = m_moveObject[i].posCurrent.Y; + src3.Bottom = m_moveObject[i].posCurrent.Y + 60 - 36; + } + if (m_moveObject[i].type == 12) + { + src3.Left = m_moveObject[i].posCurrent.X - 16; + src3.Right = m_moveObject[i].posCurrent.X + 64 + 16; + src3.Top = m_moveObject[i].posCurrent.Y; + src3.Bottom = m_moveObject[i].posCurrent.Y + 64; + if (m_blupiDir == 1) + { + src3.Left += 20; + } + else + { + src3.Right -= 20; + } + } + if (m_moveObject[i].type == 17 || m_moveObject[i].type == 20 || m_moveObject[i].type == 44 || m_moveObject[i].type == 54) + { + src3.Top = m_moveObject[i].posCurrent.Y + 16; + src3.Bottom = m_moveObject[i].posCurrent.Y + 60 - 16; + } + if (m_moveObject[i].type == 23) + { + src3.Left = m_moveObject[i].posCurrent.X + 24; + src3.Right = m_moveObject[i].posCurrent.X + 64 - 24; + src3.Top = m_moveObject[i].posCurrent.Y + 10; + src3.Bottom = m_moveObject[i].posCurrent.Y + 60 - 32; + } + TinyRect dst; + if (Misc.IntersectRect(out dst, src3, src)) + { + bNear = true; + return i; + } + if (m_moveObject[i].type == 2 && Misc.IntersectRect(out dst, src3, src2)) + { + bNear = false; + return i; + } + } + bNear = false; + return -1; + } + + private int MoveAscenseurDetect(TinyPoint pos, int height) + { + if (m_blupiTimeNoAsc != 0) + { + return -1; + } + TinyRect src = default(TinyRect); + src.Left = pos.X + 12; + src.Right = pos.X + 60 - 12; + src.Top = pos.Y + 60 - 2; + src.Bottom = pos.Y + 60 + height - 1; + TinyRect src2 = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 1 || m_moveObject[i].type == 47 || m_moveObject[i].type == 48) + { + src2.Left = m_moveObject[i].posCurrent.X; + src2.Right = m_moveObject[i].posCurrent.X + 64; + src2.Top = m_moveObject[i].posCurrent.Y; + src2.Bottom = m_moveObject[i].posCurrent.Y + 16; + TinyRect dst; + if (Misc.IntersectRect(out dst, src2, src)) + { + return i; + } + } + } + return -1; + } + + private int MoveChargeDetect(TinyPoint pos) + { + TinyRect src = default(TinyRect); + src.Left = pos.X + 16; + src.Right = pos.X + 60 - 16; + src.Top = pos.Y + 11; + src.Bottom = pos.Y + 60 - 2; + TinyRect src2 = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 31) + { + src2.Left = m_moveObject[i].posCurrent.X - 10; + src2.Right = m_moveObject[i].posCurrent.X + 60 + 10; + src2.Top = m_moveObject[i].posCurrent.Y + 36; + src2.Bottom = m_moveObject[i].posCurrent.Y + 60; + TinyRect dst; + if (Misc.IntersectRect(out dst, src2, src)) + { + return i; + } + } + } + return -1; + } + + private int MovePersoDetect(TinyPoint pos) + { + TinyRect src = default(TinyRect); + src.Left = pos.X + 16; + src.Right = pos.X + 60 - 16; + src.Top = pos.Y + 11; + src.Bottom = pos.Y + 60 - 2; + TinyRect src2 = default(TinyRect); + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type >= 200 && m_moveObject[i].type <= 203) + { + src2.Left = m_moveObject[i].posCurrent.X + 16; + src2.Right = m_moveObject[i].posCurrent.X + 60 - 16; + src2.Top = m_moveObject[i].posCurrent.Y + 36; + src2.Bottom = m_moveObject[i].posCurrent.Y + 60; + TinyRect dst; + if (Misc.IntersectRect(out dst, src2, src)) + { + return i; + } + } + } + return -1; + } + + private int MoveObjectDelete(TinyPoint cel) + { + int result = -1; + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type != 0) + { + if (cel.X == m_moveObject[i].posStart.X / 64 && cel.Y == m_moveObject[i].posStart.Y / 64) + { + result = m_moveObject[i].type; + m_moveObject[i].type = 0; + } + else if (cel.X == m_moveObject[i].posEnd.X / 64 && cel.Y == m_moveObject[i].posEnd.Y / 64) + { + result = m_moveObject[i].type; + m_moveObject[i].type = 0; + } + } + } + return result; + } + + private int MoveObjectFree() + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 0) + { + m_moveObject[i].type = 0; + return i; + } + } + return -1; + } + + private int SortGetType(int type) + { + switch (type) + { + case 2: + case 3: + case 96: + case 97: + return 1; + case 12: + return 2; + default: + return 3; + } + } + + private void MoveObjectSort() + { + MoveObject dst = default(MoveObject); + int num = 0; + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type != 0) + { + MoveObjectCopy(ref m_moveObject[num++], m_moveObject[i]); + } + } + for (int i = num; i < MAXMOVEOBJECT; i++) + { + m_moveObject[i].type = 0; + } + if (num <= 1) + { + return; + } + bool flag; + do + { + flag = false; + for (int i = 0; i < num - 1; i++) + { + if (SortGetType(m_moveObject[i].type) > SortGetType(m_moveObject[i + 1].type)) + { + MoveObjectCopy(ref dst, m_moveObject[i]); + MoveObjectCopy(ref m_moveObject[i], m_moveObject[i + 1]); + MoveObjectCopy(ref m_moveObject[i + 1], dst); + flag = true; + } + } + } + while (flag); + UpdateCaisse(); + m_nbLinkCaisse = 0; + } + + private void MoveObjectPriority(int i) + { + MoveObject dst = default(MoveObject); + if (i == 0 || m_moveObject[i].type != 23) + { + return; + } + for (int j = 0; j < MAXMOVEOBJECT; j++) + { + if (m_moveObject[j].type == 23) + { + continue; + } + if (j <= i) + { + MoveObjectCopy(ref dst, m_moveObject[i]); + MoveObjectCopy(ref m_moveObject[i], m_moveObject[j]); + MoveObjectCopy(ref m_moveObject[j], dst); + if (m_moveObject[i].type == 12 || m_moveObject[j].type == 12) + { + UpdateCaisse(); + } + } + break; + } + } + + private int MoveObjectSearch(TinyPoint pos) + { + return MoveObjectSearch(pos, -1); + } + + private int MoveObjectSearch(TinyPoint pos, int type) + { + for (int i = 0; i < MAXMOVEOBJECT; i++) + { + if (m_moveObject[i].type == 0 || (type != -1 && m_moveObject[i].type != type)) + { + continue; + } + if (m_moveObject[i].type == 23 && m_moveObject[i].posStart.X != m_moveObject[i].posEnd.X) + { + if (m_moveObject[i].posCurrent.X >= pos.X - 100 && m_moveObject[i].posCurrent.X <= pos.X + 100 && m_moveObject[i].posCurrent.Y == pos.Y) + { + return i; + } + } + else if (m_moveObject[i].type == 23 && m_moveObject[i].posStart.Y != m_moveObject[i].posEnd.Y) + { + if (m_moveObject[i].posCurrent.Y >= pos.Y - 100 && m_moveObject[i].posCurrent.Y <= pos.Y + 100 && m_moveObject[i].posCurrent.X == pos.X) + { + return i; + } + } + else if (m_moveObject[i].posCurrent.X == pos.X && m_moveObject[i].posCurrent.Y == pos.Y) + { + return i; + } + } + return -1; + } + + private void ByeByeHelico() + { + if (m_blupiHelico) + { + ByeByeAdd(10, 68, m_blupiPos, 7.0, 0.5); + } + } + + private void ByeByeAdd(int channel, int icon, TinyPoint pos, double rotationSpeed, double animationSpeed) + { + ByeByeObject byeByeObject = new ByeByeObject(); + byeByeObject.channel = channel; + byeByeObject.icon = icon; + byeByeObject.posX = pos.X; + byeByeObject.posY = pos.Y; + byeByeObject.rotation = 0.0; + byeByeObject.phase = 0.0; + byeByeObject.rotationSpeed = rotationSpeed; + byeByeObject.animationSpeed = animationSpeed; + ByeByeObject byeByeObject2 = byeByeObject; + int num = m_random.Next(0, 10); + if (m_random.Next(0, 1000) % 2 == 0) + { + byeByeObject2.speedX = num + 10; + } + else + { + byeByeObject2.speedX = -(num + 10); + } + byeByeObjects.Add(byeByeObject2); + } + + private void ByeByeStep() + { + int num = 0; + while (num < byeByeObjects.Count) + { + ByeByeObject byeByeObject = byeByeObjects[num]; + double num2 = 10.0 - byeByeObject.phase; + if (num2 > 0.0) + { + byeByeObject.posY -= Math.Pow(num2, 1.5) * byeByeObject.animationSpeed; + } + if (num2 < 0.0) + { + byeByeObject.posY += Math.Pow(0.0 - num2, 1.5) * byeByeObject.animationSpeed; + } + byeByeObject.posX += byeByeObject.speedX * byeByeObject.animationSpeed; + if (byeByeObject.speedX > 0.0) + { + byeByeObject.speedX -= byeByeObject.animationSpeed; + } + if (byeByeObject.speedX < 0.0) + { + byeByeObject.speedX += byeByeObject.animationSpeed; + } + byeByeObject.rotation += byeByeObject.rotationSpeed; + byeByeObject.phase += byeByeObject.animationSpeed; + if (byeByeObject.channel == 10 && byeByeObject.icon >= 187 && byeByeObject.icon <= 194) + { + byeByeObject.icon = Tables.table_invert[(int)byeByeObject.phase / 2 % 20]; + } + if (byeByeObject.phase > 30.0) + { + byeByeObjects.RemoveAt(num); + } + else + { + num++; + } + } + } + + private void ByeByeDraw(TinyPoint posDecor) + { + foreach (ByeByeObject byeByeObject in byeByeObjects) + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = m_drawBounds.Left + (int)byeByeObject.posX - posDecor.X; + tinyPoint.Y = m_drawBounds.Top + (int)byeByeObject.posY - posDecor.Y; + TinyPoint pos = tinyPoint; + m_pixmap.QuickIcon(byeByeObject.channel, byeByeObject.icon, pos, 1.0, byeByeObject.rotation); + } + } + + private TinyPoint VoyageGetPosVie(int nbVies) + { + TinyPoint result = default(TinyPoint); + result.X = 210 + 16 * nbVies; + result.Y = 417; + return result; + } + + private void VoyageInit(TinyPoint start, TinyPoint end, int icon, int channel) + { + if (m_voyageIcon != -1) + { + m_voyagePhase = m_voyageTotal; + VoyageStep(); + } + m_voyageStart = start; + m_voyageEnd = end; + m_voyageIcon = icon; + m_voyageChannel = channel; + int num = Math.Abs(end.X - start.X); + int num2 = Math.Abs(end.Y - start.Y); + m_voyagePhase = 0; + m_voyageTotal = (num + num2) / 10; + if (m_voyageIcon == 48 && m_voyageChannel == 2) + { + m_voyageTotal = 40; + m_nbVies--; + m_sound.PlayImage(9, end, -1, false); + } + if (m_voyageIcon == 21 && m_voyageChannel == 10) + { + m_sound.PlayImage(12, start, -1, false); + } + if (m_voyageIcon == 6 && m_voyageChannel == 10) + { + if (m_nbTresor == m_totalTresor - 1) + { + m_sound.PlayImage(19, start, -1, false); + } + else + { + m_sound.PlayImage(11, start, -1, false); + } + } + if (m_voyageIcon == 215 && m_voyageChannel == 10) + { + m_sound.PlayImage(11, start, -1, false); + } + if (m_voyageIcon == 222 && m_voyageChannel == 10) + { + m_sound.PlayImage(11, start, -1, false); + } + if (m_voyageIcon == 229 && m_voyageChannel == 10) + { + m_sound.PlayImage(11, start, -1, false); + } + if (m_voyageIcon == 108 && m_voyageChannel == 4) + { + m_sound.PlayImage(60, start, -1, false); + } + if (m_voyageIcon == 252 && m_voyageChannel == 10) + { + m_sound.PlayImage(60, start, -1, false); + } + if (m_voyageIcon == 177 && m_voyageChannel == 10) + { + m_sound.PlayImage(54, start, -1, false); + } + if (m_voyageIcon == 230 && m_voyageChannel == 10) + { + m_voyageTotal = 100; + } + if (m_voyageIcon == 40 && m_voyageChannel == 10) + { + m_voyageTotal = 50; + } + } + + private void VoyageStep() + { + if (m_voyageIcon == -1) + { + return; + } + if (m_voyagePhase < m_voyageTotal) + { + if (m_time % 2 == 0 && m_voyageIcon >= 230 && m_voyageIcon <= 241 && m_voyageChannel == 10) + { + m_voyageIcon++; + if (m_voyageIcon > 241) + { + m_voyageIcon = 230; + } + } + } + else + { + if (m_voyageIcon == 48 && m_voyageChannel == 2) + { + m_blupiAction = 1; + m_blupiPhase = 0; + m_blupiFocus = true; + } + if (m_voyageIcon == 21 && m_voyageChannel == 10) + { + if (m_nbVies < 10) + { + m_nbVies++; + } + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 6 && m_voyageChannel == 10) + { + m_nbTresor++; + OpenDoorsTresor(); + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 215 && m_voyageChannel == 10) + { + m_blupiCle |= 1; + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 222 && m_voyageChannel == 10) + { + m_blupiCle |= 2; + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 229 && m_voyageChannel == 10) + { + m_blupiCle |= 4; + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 108 && m_voyageChannel == 4) + { + m_blupiPerso++; + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 252 && m_voyageChannel == 10) + { + m_blupiDynamite++; + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + if (m_voyageIcon == 177 && m_voyageChannel == 10) + { + m_sound.PlayImage(3, m_voyageEnd, -1, false); + } + m_voyageIcon = -1; + } + m_voyagePhase++; + } + + private void VoyageDraw() + { + if (m_voyageIcon == -1 || m_voyageTotal == 0) + { + return; + } + int num = m_voyagePhase; + if (m_voyageIcon == 40 && m_voyageChannel == 10) + { + num -= 30; + if (num < 0) + { + num = 0; + } + } + TinyPoint pos = default(TinyPoint); + pos.X = m_voyageStart.X + (m_voyageEnd.X - m_voyageStart.X) * num / m_voyageTotal; + pos.Y = m_voyageStart.Y + (m_voyageEnd.Y - m_voyageStart.Y) * num / m_voyageTotal; + if (m_voyageIcon != 40 || m_voyageChannel != 10 || num != 0) + { + m_pixmap.HudIcon(m_voyageChannel, m_voyageIcon, pos); + } + if (m_voyageIcon == 40 && m_voyageChannel == 10) + { + int[] array = new int[7] { -8, -6, -4, 0, 4, 6, 8 }; + pos.X -= 34; + pos.X += m_posDecor.X; + pos.Y += m_posDecor.Y; + int num2 = array[m_random.Next(0, 6)]; + int num3 = m_random.Next(-10, 10); + if (num == 0) + { + num2 /= 2; + num3 *= 4; + } + pos.Y += num3; + ObjectStart(pos, 93, num2); + } + } + + private bool IsFloatingObject(int i) + { + TinyPoint posCurrent = m_moveObject[i].posCurrent; + int num = (posCurrent.X + 32) / 64; + int num2 = posCurrent.Y / 64 + 1; + int icon = m_decor[num, num2].icon; + return IsPassIcon(icon); + } + + private bool IsRightBorder(int x, int y, int dx, int dy) + { + int num = ((m_dimDecor.X != 0) ? 100 : 10); + int num2 = ((m_dimDecor.Y != 0) ? 100 : 8); + if (x < 0 || x >= num || y < 0 || y >= num2) + { + return true; + } + int icon = m_decor[x + dx, y + dy].icon; + if (icon < 386 || icon > 397) + { + switch (icon) + { + case 245: + case 400: + break; + case 250: + case 251: + case 252: + case 253: + case 254: + case 255: + case 256: + case 257: + case 258: + case 259: + case 260: + icon = m_decor[x, y].icon; + if (icon >= 250) + { + return icon <= 260; + } + return false; + default: + icon = m_decor[x, y].icon; + switch (icon) + { + case -1: + return false; + case 32: + case 33: + case 34: + return false; + case 68: + case 92: + if (dy == -1) + { + return false; + } + return true; + case 317: + if (dy == 1) + { + return false; + } + return true; + case 19: + case 21: + case 25: + case 26: + case 28: + if (dy == 1) + { + return false; + } + return true; + case 27: + if (dx != 0) + { + return false; + } + return true; + case 45: + case 46: + case 47: + if (dy == 1) + { + return false; + } + return true; + default: + switch (icon) + { + case 15: + case 16: + case 75: + case 89: + case 90: + case 155: + if (dx == -1 || dy == 1) + { + return false; + } + return true; + case 17: + case 18: + case 74: + case 87: + case 88: + case 154: + if (dx == 1 || dy == 1) + { + return false; + } + return true; + case 76: + case 77: + case 199: + case 200: + if (dx != 0) + { + return false; + } + return true; + case 110: + case 111: + case 112: + case 113: + case 114: + case 115: + case 116: + case 117: + case 118: + case 119: + case 120: + case 121: + case 122: + case 123: + case 124: + case 125: + return false; + default: + switch (icon) + { + case 126: + if (dx == 1) + { + return true; + } + return false; + case 129: + if (dx == -1) + { + return true; + } + return false; + case 132: + if (dy == 1) + { + return true; + } + return false; + case 135: + if (dy == -1) + { + return true; + } + return false; + case 139: + case 140: + case 141: + case 142: + case 143: + return false; + default: + switch (icon) + { + case 138: + if (dy == -1) + { + return true; + } + return false; + case 202: + return false; + case 107: + case 108: + case 109: + case 157: + if (dx != 0) + { + return true; + } + return false; + default: + switch (icon) + { + case 309: + case 310: + case 410: + case 411: + case 412: + case 413: + case 414: + case 415: + case 416: + case 417: + case 418: + case 419: + case 420: + break; + default: + switch (icon) + { + case 182: + case 183: + if (dy != 0) + { + return true; + } + return false; + case 334: + case 335: + case 336: + if (dy != 0) + { + return true; + } + return false; + default: + if (icon >= 250 && icon <= 260) + { + return false; + } + if (icon >= 264 && icon <= 282) + { + return false; + } + switch (icon) + { + case 378: + return false; + case 404: + case 410: + return false; + case 421: + case 422: + case 423: + case 424: + case 425: + case 426: + case 427: + case 428: + case 429: + case 430: + case 431: + case 432: + case 433: + case 434: + case 435: + case 436: + case 437: + case 438: + case 439: + case 440: + if (dy != 0) + { + return true; + } + return false; + default: + return true; + } + } + } + break; + case 158: + case 159: + case 160: + case 161: + case 162: + case 163: + case 164: + case 165: + case 166: + case 167: + case 168: + case 169: + case 170: + case 171: + case 172: + case 173: + case 174: + case 175: + case 176: + case 177: + case 178: + case 179: + case 180: + case 181: + break; + } + if (dy == 1) + { + return true; + } + return false; + } + } + } + } + } + icon = m_decor[x, y].icon; + if ((icon < 386 || icon > 397) && icon != 400) + { + return icon == 245; + } + return true; + } + + private bool IsFromage(int x, int y) + { + if (x < 0 || x >= 100 || y < 0 || y >= 100) + { + return false; + } + int icon = m_decor[x, y].icon; + if (icon >= 246 && icon <= 249) + { + return true; + } + if (icon == 339) + { + return true; + } + return false; + } + + private bool IsGrotte(int x, int y) + { + if (x < 0 || x >= 100 || y < 0 || y >= 100) + { + return false; + } + switch (m_decor[x, y].icon) + { + case 284: + case 301: + return true; + case 337: + return true; + default: + return false; + } + } + + private void AdaptMidBorder(int x, int y) + { + if (x < 0 || x >= 100 || y < 0 || y >= 100) + { + return; + } + int num = 15; + if (!IsRightBorder(x, y + 1, 0, -1)) + { + num &= -2; + } + if (!IsRightBorder(x, y - 1, 0, 1)) + { + num &= -3; + } + if (!IsRightBorder(x + 1, y, -1, 0)) + { + num &= -5; + } + if (!IsRightBorder(x - 1, y, 1, 0)) + { + num &= -9; + } + int num2 = m_decor[x, y].icon; + if (num2 == 156) + { + num2 = 35; + } + if (num2 == 252 || num2 == 253) + { + num2 = 251; + } + if (num2 == 255) + { + num2 = 254; + } + if (num2 == 362) + { + num2 = 347; + } + if (num2 == 363) + { + num2 = 348; + } + if (num2 >= 341 && num2 <= 346) + { + num2 = 341; + } + for (int i = 0; i < 144; i++) + { + if (num2 == Tables.table_adapt_decor[i]) + { + num2 = Tables.table_adapt_decor[i / 16 * 16 + num]; + if (num2 == 35 && m_random.Next() % 2 == 0) + { + num2 = 156; + } + if (num2 == 251) + { + num2 = m_random.Next(251, 253); + } + if (num2 == 254 && m_random.Next() % 2 == 0) + { + num2 = 255; + } + if (num2 == 347 && m_random.Next() % 2 == 0) + { + num2 = 362; + } + if (num2 == 348 && m_random.Next() % 2 == 0) + { + num2 = 363; + } + if (num2 == 341) + { + num2 = m_random.Next(341, 346); + } + m_decor[x, y].icon = num2; + return; + } + } + switch (m_decor[x, y].icon) + { + case -1: + case 264: + case 265: + case 266: + case 267: + case 268: + case 269: + case 270: + case 271: + case 272: + case 273: + case 274: + case 275: + case 276: + case 277: + case 278: + case 279: + case 280: + case 281: + case 282: + num = 15; + if (!IsFromage(x, y + 1)) + { + num &= -2; + } + if (!IsFromage(x, y - 1)) + { + num &= -3; + } + if (!IsFromage(x + 1, y)) + { + num &= -5; + } + if (!IsFromage(x - 1, y)) + { + num &= -9; + } + num2 = Tables.table_adapt_fromage[num]; + if (num2 == 268 && m_random.Next() % 2 == 0) + { + num2 = 279; + } + if (num2 == 269 && m_random.Next() % 2 == 0) + { + num2 = 280; + } + if (num2 == 264 && m_random.Next() % 2 == 0) + { + num2 = 281; + } + if (num2 == 265 && m_random.Next() % 2 == 0) + { + num2 = 282; + } + m_decor[x, y].icon = num2; + break; + } + switch (m_decor[x, y].icon) + { + case -1: + case 285: + case 286: + case 287: + case 288: + case 289: + case 290: + case 291: + case 292: + case 293: + case 294: + case 295: + case 296: + case 297: + case 298: + case 299: + case 300: + case 302: + case 303: + num = 15; + if (!IsGrotte(x, y + 1)) + { + num &= -2; + } + if (!IsGrotte(x, y - 1)) + { + num &= -3; + } + if (!IsGrotte(x + 1, y)) + { + num &= -5; + } + if (!IsGrotte(x - 1, y)) + { + num &= -9; + } + num2 = Tables.table_adapt_fromage[num + 16]; + if (num2 == 289 && m_random.Next() % 2 == 0) + { + num2 = 300; + } + if (num2 == 285 && m_random.Next() % 2 == 0) + { + num2 = 302; + } + if (num2 == 286 && m_random.Next() % 2 == 0) + { + num2 = 303; + } + m_decor[x, y].icon = num2; + break; + } + } + + private void AdaptBorder(TinyPoint cel) + { + AdaptMidBorder(cel.X, cel.Y); + AdaptMidBorder(cel.X + 1, cel.Y); + AdaptMidBorder(cel.X - 1, cel.Y); + AdaptMidBorder(cel.X, cel.Y + 1); + AdaptMidBorder(cel.X, cel.Y - 1); + int icon = m_decor[cel.X, cel.Y].icon; + if (icon != -1 && !IsPassIcon(icon)) + { + MoveObjectDelete(cel); + } + icon = m_decor[cel.X, cel.Y].icon; + if (icon == 304) + { + for (int i = 0; i < 4; i++) + { + cel.Y++; + if (cel.Y >= 100) + { + break; + } + icon = m_decor[cel.X, cel.Y].icon; + if (icon != -1) + { + break; + } + m_decor[cel.X, cel.Y].icon = 305; + } + } + if (icon != -1) + { + return; + } + for (int i = 0; i < 4; i++) + { + cel.Y++; + if (cel.Y >= 100) + { + break; + } + icon = m_decor[cel.X, cel.Y].icon; + if (icon != 305) + { + break; + } + m_decor[cel.X, cel.Y].icon = -1; + } + } + + public void CurrentDelete() + { + Worlds.DeleteCurrentGame(); + } + + public bool CurrentWrite() + { + Worlds.WriteClear(); + Worlds.WriteSection("DescFile"); + Worlds.WriteIntField("_version_", 1); + Worlds.WritePointField("_posDecor_", m_posDecor); + Worlds.WritePointField("_dimDecor_", m_dimDecor); + Worlds.WriteIntField("_term_", m_term); + Worlds.WriteIntField("_music_", m_music); + Worlds.WriteIntField("_region_", m_region); + Worlds.WriteIntField("_time_", m_time); + Worlds.WritePointField("_blupiPos_", m_blupiPos); + Worlds.WritePointField("_blupiValidPos_", m_blupiValidPos); + Worlds.WriteIntField("_blupiAction_", m_blupiAction); + Worlds.WriteIntField("_blupiDir_", m_blupiDir); + Worlds.WriteIntField("_blupiPhase_", m_blupiPhase); + Worlds.WriteDoubleField("_blupiVitesseX_", m_blupiVitesseX); + Worlds.WriteDoubleField("_blupiVitesseY_", m_blupiVitesseY); + Worlds.WriteIntField("_blupiIcon_", m_blupiIcon); + Worlds.WriteIntField("_blupiSec_", m_blupiSec); + Worlds.WriteIntField("_blupiChannel_", m_blupiChannel); + Worlds.WritePointField("_blupiVector_", m_blupiVector); + Worlds.WriteIntField("_blupiTransport_", m_blupiTransport); + Worlds.WriteBoolField("_blupiFocus_", m_blupiFocus); + Worlds.WriteBoolField("_blupiAir_", m_blupiAir); + Worlds.WriteBoolField("_blupiHelico_", m_blupiHelico); + Worlds.WriteBoolField("_blupiOver_", m_blupiOver); + Worlds.WriteBoolField("_blupiJeep_", m_blupiJeep); + Worlds.WriteBoolField("_blupiTank_", m_blupiTank); + Worlds.WriteBoolField("_blupiSkate_", m_blupiSkate); + Worlds.WriteBoolField("_blupiNage_", m_blupiNage); + Worlds.WriteBoolField("_blupiSurf_", m_blupiSurf); + Worlds.WriteBoolField("_blupiVent_", m_blupiVent); + Worlds.WriteBoolField("_blupiSuspend_", m_blupiSuspend); + Worlds.WriteBoolField("_blupiJumpAie_", m_blupiJumpAie); + Worlds.WriteBoolField("_blupiShield_", m_blupiShield); + Worlds.WriteBoolField("_blupiPower_", m_blupiPower); + Worlds.WriteBoolField("_blupiCloud_", m_blupiCloud); + Worlds.WriteBoolField("_blupiHide_", m_blupiHide); + Worlds.WriteBoolField("_blupiInvert_", m_blupiInvert); + Worlds.WriteBoolField("_blupiBalloon_", m_blupiBalloon); + Worlds.WriteBoolField("_blupiEcrase_", m_blupiEcrase); + Worlds.WriteBoolField("_blupiMotorHigh_", m_blupiMotorHigh); + Worlds.WritePointField("_blupiPosHelico_", m_blupiPosHelico); + Worlds.WritePointField("_blupiPosMagic_", m_blupiPosMagic); + Worlds.WriteBoolField("_blupiRestart_", m_blupiRestart); + Worlds.WriteBoolField("_blupiFront_", m_blupiFront); + Worlds.WriteIntField("_blupiBullet_", m_blupiBullet); + Worlds.WriteIntField("_blupiCle_", m_blupiCle); + Worlds.WriteIntField("_blupiPerso_", m_blupiPerso); + Worlds.WriteIntField("_blupiDynamite_", m_blupiDynamite); + Worlds.WriteIntField("_blupiNoBarre_", m_blupiNoBarre); + Worlds.WriteIntField("_blupiTimeShield_", m_blupiTimeShield); + Worlds.WriteIntField("_blupiTimeFire_", m_blupiTimeFire); + Worlds.WriteIntField("_blupiTimeNoAsc_", m_blupiTimeNoAsc); + Worlds.WriteIntField("_blupiTimeOuf_", m_blupiTimeOuf); + Worlds.WriteIntField("_blupiActionOuf_", m_blupiActionOuf); + Worlds.WriteIntField("_blupiFifoNb_", m_blupiFifoNb); + Worlds.WritePointField("_blupiStartPos_", m_blupiStartPos); + Worlds.WriteIntField("_blupiStartDir_", m_blupiStartDir); + Worlds.WriteIntField("_blupiLevel_", m_blupiLevel); + Worlds.WriteBoolField("_bFoundCle_", m_bFoundCle); + Worlds.WriteBoolField("_bPrivate_", m_bPrivate); + Worlds.WriteBoolField("_bCheatDoors_", m_bCheatDoors); + Worlds.WriteBoolField("_bSuperBlupi_", m_bSuperBlupi); + Worlds.WriteBoolField("_bDrawSecret_", m_bDrawSecret); + Worlds.WriteIntField("_mission_", m_mission); + Worlds.WriteIntField("_nbVies_", m_nbVies); + Worlds.WriteIntField("_nbTresor_", m_nbTresor); + Worlds.WriteIntField("_totalTresor_", m_totalTresor); + Worlds.WriteIntField("_goalPhase_", m_goalPhase); + Worlds.WritePointField("_scrollPoint_", m_scrollPoint); + Worlds.WritePointField("_scrollAdd_", m_scrollAdd); + Worlds.WriteIntField("_voyageIcon_", m_voyageIcon); + Worlds.WriteIntField("_voyageChannel_", m_voyageChannel); + Worlds.WriteIntField("_voyagePhase_", m_voyagePhase); + Worlds.WriteIntField("_voyageTotal_", m_voyageTotal); + Worlds.WritePointField("_voyageStart_", m_voyageStart); + Worlds.WritePointField("_voyageEnd_", m_voyageEnd); + Worlds.WriteIntField("_decorAction_", m_decorAction); + Worlds.WriteIntField("_decorPhase_", m_decorPhase); + Worlds.WriteIntField("_nbRankCaisse_", m_nbRankCaisse); + Worlds.WriteIntField("_nbLinkCaisse_", m_nbLinkCaisse); + Worlds.WritePointField("_sucettePos_", m_sucettePos); + Worlds.WriteIntField("_sucetteType_", m_sucetteType); + Worlds.WriteIntArrayField("_RankCaisse_", m_rankCaisse); + Worlds.WriteIntArrayField("_LinkCaisse_", m_linkCaisse); + Worlds.WriteIntArrayField("_BalleTraj_", m_balleTraj); + Worlds.WriteIntArrayField("_MoveTraj_", m_moveTraj); + Worlds.WriteIntArrayField("_Doors_", m_doors); + Worlds.WriteEndSection(); + Worlds.WriteSection("Decor"); + Worlds.WriteEndSection(); + for (int i = 0; i < 100; i++) + { + int[] array = new int[100]; + for (int j = 0; j < 100; j++) + { + array[j] = m_decor[i, j].icon; + } + Worlds.WriteDecorField(array); + } + Worlds.WriteSection("BigDecor"); + Worlds.WriteEndSection(); + for (int k = 0; k < 100; k++) + { + int[] array2 = new int[100]; + for (int l = 0; l < 100; l++) + { + array2[l] = m_bigDecor[k, l].icon; + } + Worlds.WriteDecorField(array2); + } + for (int m = 0; m < MAXMOVEOBJECT; m++) + { + if (m_moveObject[m].type != 0) + { + Worlds.WriteSection("MoveObject"); + Worlds.WriteIntField("index", m); + Worlds.WriteIntField("type", m_moveObject[m].type); + Worlds.WriteIntField("stepAdvance", m_moveObject[m].stepAdvance); + Worlds.WriteIntField("stepRecede", m_moveObject[m].stepRecede); + Worlds.WriteIntField("timeStopStart", m_moveObject[m].timeStopStart); + Worlds.WriteIntField("timeStopEnd", m_moveObject[m].timeStopEnd); + Worlds.WritePointField("posStart", m_moveObject[m].posStart); + Worlds.WritePointField("posEnd", m_moveObject[m].posEnd); + Worlds.WritePointField("posCurrent", m_moveObject[m].posCurrent); + Worlds.WriteIntField("step", m_moveObject[m].step); + Worlds.WriteIntField("time", m_moveObject[m].time); + Worlds.WriteIntField("phase", m_moveObject[m].phase); + Worlds.WriteIntField("channel", m_moveObject[m].channel); + Worlds.WriteIntField("icon", m_moveObject[m].icon); + Worlds.WriteEndSection(); + } + } + for (int n = 0; n < 2; n++) + { + Worlds.WriteSection("Jauge"); + Worlds.WriteBoolField("hide", m_jauges[n].GetHide()); + Worlds.WriteIntField("mode", m_jauges[n].GetMode()); + Worlds.WriteIntField("level", m_jauges[n].GetLevel()); + Worlds.WriteEndSection(); + } + Worlds.WriteCurrentGame(Worlds.GetWriteString()); + return true; + } + + public bool CurrentRead() + { + string text = Worlds.ReadCurrentGame(); + if (string.IsNullOrEmpty(text)) + { + return false; + } + InitDecor(); + string[] lines = text.Split('\n'); + Worlds.GetIntField(lines, "DescFile", 0, "_version_"); + m_posDecor = Worlds.GetPointField(lines, "DescFile", 0, "_posDecor_"); + m_dimDecor = Worlds.GetPointField(lines, "DescFile", 0, "_dimDecor_"); + m_term = Worlds.GetIntField(lines, "DescFile", 0, "_term_"); + m_music = Worlds.GetIntField(lines, "DescFile", 0, "_music_"); + m_region = Worlds.GetIntField(lines, "DescFile", 0, "_region_"); + m_time = Worlds.GetIntField(lines, "DescFile", 0, "_time_"); + m_blupiPos = Worlds.GetPointField(lines, "DescFile", 0, "_blupiPos_"); + m_blupiValidPos = Worlds.GetPointField(lines, "DescFile", 0, "_blupiValidPos_"); + m_blupiAction = Worlds.GetIntField(lines, "DescFile", 0, "_blupiAction_"); + m_blupiDir = Worlds.GetIntField(lines, "DescFile", 0, "_blupiDir_"); + m_blupiPhase = Worlds.GetIntField(lines, "DescFile", 0, "_blupiPhase_"); + m_blupiVitesseX = Worlds.GetDoubleField(lines, "DescFile", 0, "_blupiVitesseX_"); + m_blupiVitesseY = Worlds.GetDoubleField(lines, "DescFile", 0, "_blupiVitesseY_"); + m_blupiIcon = Worlds.GetIntField(lines, "DescFile", 0, "_blupiIcon_"); + m_blupiSec = Worlds.GetIntField(lines, "DescFile", 0, "_blupiSec_"); + m_blupiChannel = Worlds.GetIntField(lines, "DescFile", 0, "_blupiChannel_"); + m_blupiVector = Worlds.GetPointField(lines, "DescFile", 0, "_blupiVector_"); + m_blupiTransport = Worlds.GetIntField(lines, "DescFile", 0, "_blupiTransport_"); + m_blupiFocus = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiFocus_"); + m_blupiAir = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiAir_"); + m_blupiHelico = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiHelico_"); + m_blupiOver = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiOver_"); + m_blupiJeep = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiJeep_"); + m_blupiTank = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiTank_"); + m_blupiSkate = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiSkate_"); + m_blupiNage = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiNage_"); + m_blupiSurf = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiSurf_"); + m_blupiVent = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiVent_"); + m_blupiSuspend = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiSuspend_"); + m_blupiJumpAie = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiJumpAie_"); + m_blupiShield = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiShield_"); + m_blupiPower = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiPower_"); + m_blupiCloud = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiCloud_"); + m_blupiHide = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiHide_"); + m_blupiInvert = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiInvert_"); + m_blupiBalloon = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiBalloon_"); + m_blupiEcrase = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiEcrase_"); + m_blupiMotorHigh = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiMotorHigh_"); + m_blupiPosHelico = Worlds.GetPointField(lines, "DescFile", 0, "_blupiPosHelico_"); + m_blupiPosMagic = Worlds.GetPointField(lines, "DescFile", 0, "_blupiPosMagic_"); + m_blupiRestart = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiRestart_"); + m_blupiFront = Worlds.GetBoolField(lines, "DescFile", 0, "_blupiFront_"); + m_blupiBullet = Worlds.GetIntField(lines, "DescFile", 0, "_blupiBullet_"); + m_blupiCle = Worlds.GetIntField(lines, "DescFile", 0, "_blupiCle_"); + m_blupiPerso = Worlds.GetIntField(lines, "DescFile", 0, "_blupiPerso_"); + m_blupiDynamite = Worlds.GetIntField(lines, "DescFile", 0, "_blupiDynamite_"); + m_blupiNoBarre = Worlds.GetIntField(lines, "DescFile", 0, "_blupiNoBarre_"); + m_blupiTimeShield = Worlds.GetIntField(lines, "DescFile", 0, "_blupiTimeShield_"); + m_blupiTimeFire = Worlds.GetIntField(lines, "DescFile", 0, "_blupiTimeFire_"); + m_blupiTimeNoAsc = Worlds.GetIntField(lines, "DescFile", 0, "_blupiTimeNoAsc_"); + m_blupiTimeOuf = Worlds.GetIntField(lines, "DescFile", 0, "_blupiTimeOuf_"); + m_blupiActionOuf = Worlds.GetIntField(lines, "DescFile", 0, "_blupiActionOuf_"); + m_blupiFifoNb = Worlds.GetIntField(lines, "DescFile", 0, "_blupiFifoNb_"); + m_blupiStartPos = Worlds.GetPointField(lines, "DescFile", 0, "_blupiStartPos_"); + m_blupiStartDir = Worlds.GetIntField(lines, "DescFile", 0, "_blupiStartDir_"); + m_blupiLevel = Worlds.GetIntField(lines, "DescFile", 0, "_blupiLevel_"); + m_bFoundCle = Worlds.GetBoolField(lines, "DescFile", 0, "_bFoundCle_"); + m_bPrivate = Worlds.GetBoolField(lines, "DescFile", 0, "_bPrivate_"); + m_bCheatDoors = Worlds.GetBoolField(lines, "DescFile", 0, "_bCheatDoors_"); + m_bSuperBlupi = Worlds.GetBoolField(lines, "DescFile", 0, "_bSuperBlupi_"); + m_bDrawSecret = Worlds.GetBoolField(lines, "DescFile", 0, "_bDrawSecret_"); + m_mission = Worlds.GetIntField(lines, "DescFile", 0, "_mission_"); + m_nbVies = Worlds.GetIntField(lines, "DescFile", 0, "_nbVies_"); + m_nbTresor = Worlds.GetIntField(lines, "DescFile", 0, "_nbTresor_"); + m_totalTresor = Worlds.GetIntField(lines, "DescFile", 0, "_totalTresor_"); + m_goalPhase = Worlds.GetIntField(lines, "DescFile", 0, "_goalPhase_"); + m_scrollPoint = Worlds.GetPointField(lines, "DescFile", 0, "_scrollPoint_"); + m_scrollAdd = Worlds.GetPointField(lines, "DescFile", 0, "_scrollAdd_"); + m_voyageIcon = Worlds.GetIntField(lines, "DescFile", 0, "_voyageIcon_"); + m_voyageChannel = Worlds.GetIntField(lines, "DescFile", 0, "_voyageChannel_"); + m_voyagePhase = Worlds.GetIntField(lines, "DescFile", 0, "_voyagePhase_"); + m_voyageTotal = Worlds.GetIntField(lines, "DescFile", 0, "_voyageTotal_"); + m_voyageStart = Worlds.GetPointField(lines, "DescFile", 0, "_voyageStart_"); + m_voyageEnd = Worlds.GetPointField(lines, "DescFile", 0, "_voyageEnd_"); + m_decorAction = Worlds.GetIntField(lines, "DescFile", 0, "_decorAction_"); + m_decorPhase = Worlds.GetIntField(lines, "DescFile", 0, "_decorPhase_"); + m_nbRankCaisse = Worlds.GetIntField(lines, "DescFile", 0, "_nbRankCaisse_"); + m_nbLinkCaisse = Worlds.GetIntField(lines, "DescFile", 0, "_nbLinkCaisse_"); + m_sucettePos = Worlds.GetPointField(lines, "DescFile", 0, "_sucettePos_"); + m_sucetteType = Worlds.GetIntField(lines, "DescFile", 0, "_sucetteType_"); + Worlds.GetIntArrayField(lines, "DescFile", 0, "_RankCaisse_", m_rankCaisse); + Worlds.GetIntArrayField(lines, "DescFile", 0, "_LinkCaisse_", m_linkCaisse); + Worlds.GetIntArrayField(lines, "DescFile", 0, "_BalleTraj_", m_balleTraj); + Worlds.GetIntArrayField(lines, "DescFile", 0, "_MoveTraj_", m_moveTraj); + Worlds.GetIntArrayField(lines, "DescFile", 0, "_Doors_", m_doors); + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + m_decor[j, i].icon = Worlds.GetDecorField(lines, "Decor", j, i) ?? (-1); + } + } + for (int k = 0; k < 100; k++) + { + for (int l = 0; l < 100; l++) + { + m_bigDecor[l, k].icon = Worlds.GetDecorField(lines, "BigDecor", l, k) ?? (-1); + } + } + for (int m = 0; m < MAXMOVEOBJECT; m++) + { + m_moveObject[m].type = 0; + } + for (int n = 0; n < MAXMOVEOBJECT; n++) + { + int intField = Worlds.GetIntField(lines, "MoveObject", n, "type"); + if (intField == 0) + { + break; + } + int intField2 = Worlds.GetIntField(lines, "MoveObject", n, "index"); + m_moveObject[intField2].type = intField; + m_moveObject[intField2].stepAdvance = Worlds.GetIntField(lines, "MoveObject", n, "stepAdvance"); + m_moveObject[intField2].stepRecede = Worlds.GetIntField(lines, "MoveObject", n, "stepRecede"); + m_moveObject[intField2].timeStopStart = Worlds.GetIntField(lines, "MoveObject", n, "timeStopStart"); + m_moveObject[intField2].timeStopEnd = Worlds.GetIntField(lines, "MoveObject", n, "timeStopEnd"); + m_moveObject[intField2].posStart = Worlds.GetPointField(lines, "MoveObject", n, "posStart"); + m_moveObject[intField2].posEnd = Worlds.GetPointField(lines, "MoveObject", n, "posEnd"); + m_moveObject[intField2].posCurrent = Worlds.GetPointField(lines, "MoveObject", n, "posCurrent"); + m_moveObject[intField2].step = Worlds.GetIntField(lines, "MoveObject", n, "step"); + m_moveObject[intField2].time = Worlds.GetIntField(lines, "MoveObject", n, "time"); + m_moveObject[intField2].phase = Worlds.GetIntField(lines, "MoveObject", n, "phase"); + m_moveObject[intField2].channel = Worlds.GetIntField(lines, "MoveObject", n, "channel"); + m_moveObject[intField2].icon = Worlds.GetIntField(lines, "MoveObject", n, "icon"); + } + for (int num = 0; num < 2; num++) + { + m_jauges[num].SetHide(Worlds.GetBoolField(lines, "Jauge", num, "hide")); + m_jauges[num].SetMode(Worlds.GetIntField(lines, "Jauge", num, "mode")); + m_jauges[num].SetLevel(Worlds.GetIntField(lines, "Jauge", num, "level")); + } + return true; + } + + public bool Read(int gamer, int rank, bool bUser) + { + InitDecor(); + string[] array = Worlds.ReadWorld(gamer, rank); + if (array == null) + { + return false; + } + m_posDecor = Worlds.GetPointField(array, "DescFile", 0, "posDecor"); + m_dimDecor = Worlds.GetPointField(array, "DescFile", 0, "dimDecor"); + m_music = Worlds.GetIntField(array, "DescFile", 0, "music"); + m_region = Worlds.GetIntField(array, "DescFile", 0, "region"); + m_blupiStartPos = Worlds.GetPointField(array, "DescFile", 0, "blupiPos"); + m_blupiStartDir = Worlds.GetIntField(array, "DescFile", 0, "blupiDir"); + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + m_decor[j, i].icon = Worlds.GetDecorField(array, "Decor", j, i) ?? (-1); + } + } + for (int k = 0; k < 100; k++) + { + for (int l = 0; l < 100; l++) + { + m_bigDecor[l, k].icon = Worlds.GetDecorField(array, "BigDecor", l, k) ?? (-1); + } + } + for (int m = 0; m < MAXMOVEOBJECT; m++) + { + m_moveObject[m].type = 0; + } + for (int n = 0; n < MAXMOVEOBJECT; n++) + { + int intField = Worlds.GetIntField(array, "MoveObject", n, "type"); + if (intField == 0) + { + break; + } + m_moveObject[n].type = intField; + m_moveObject[n].stepAdvance = Worlds.GetIntField(array, "MoveObject", n, "stepAdvance"); + m_moveObject[n].stepRecede = Worlds.GetIntField(array, "MoveObject", n, "stepRecede"); + m_moveObject[n].timeStopStart = Worlds.GetIntField(array, "MoveObject", n, "timeStopStart"); + m_moveObject[n].timeStopEnd = Worlds.GetIntField(array, "MoveObject", n, "timeStopEnd"); + m_moveObject[n].posStart = Worlds.GetPointField(array, "MoveObject", n, "posStart"); + m_moveObject[n].posEnd = Worlds.GetPointField(array, "MoveObject", n, "posEnd"); + m_moveObject[n].posCurrent = Worlds.GetPointField(array, "MoveObject", n, "posCurrent"); + m_moveObject[n].step = Worlds.GetIntField(array, "MoveObject", n, "step"); + m_moveObject[n].time = Worlds.GetIntField(array, "MoveObject", n, "time"); + m_moveObject[n].phase = Worlds.GetIntField(array, "MoveObject", n, "phase"); + m_moveObject[n].channel = Worlds.GetIntField(array, "MoveObject", n, "channel"); + m_moveObject[n].icon = Worlds.GetIntField(array, "MoveObject", n, "icon"); + if (m_moveObject[n].type == 54) + { + m_moveObject[n].timeStopStart = 152; + m_moveObject[n].timeStopEnd = 152; + } + } + return true; + } + + private bool Delete(int gamer, int rank, bool bUser) + { + return true; + } + + private bool FileExist(int gamer, int rank, bool bUser) + { + return false; + } + + private bool SearchWorld(int world, ref TinyPoint blupi, ref int dir) + { + if (world < 0 || world > 12) + { + return false; + } + int num = Tables.world_terminal[world * 2]; + int num2 = Tables.world_terminal[world * 2 + 1]; + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + int icon = m_decor[i, j].icon; + if (icon == num || icon == num2) + { + if (IsPassIcon(m_decor[i - 1, j].icon)) + { + blupi.X = (i - 1) * 64 + 2; + blupi.Y = j * 64 + BLUPIOFFY; + dir = 2; + return true; + } + if (IsPassIcon(m_decor[i + 1, j].icon)) + { + blupi.X = (i + 1) * 64 + 2; + blupi.Y = j * 64 + BLUPIOFFY; + dir = 1; + return true; + } + } + } + } + return false; + } + + private bool SearchDoor(int n, ref TinyPoint cel, ref TinyPoint blupi) + { + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + int icon = m_decor[i, j].icon; + if (icon >= 174 && icon <= 181 && icon - 174 + 1 == n) + { + if (i > 0 && m_decor[i - 1, j].icon == 182) + { + cel.X = i - 1; + cel.Y = j; + blupi.X = (i - 2) * 64 + 2; + blupi.Y = j * 64 + BLUPIOFFY; + return true; + } + if (i > 1 && m_decor[i - 2, j].icon == 182) + { + cel.X = i - 2; + cel.Y = j; + blupi.X = (i - 3) * 64 + 2; + blupi.Y = j * 64 + BLUPIOFFY; + return true; + } + if (i < 99 && m_decor[i + 1, j].icon == 182) + { + cel.X = i + 1; + cel.Y = j; + blupi.X = (i + 2) * 64 + 2; + blupi.Y = j * 64 + BLUPIOFFY; + return true; + } + if (i < 98 && m_decor[i + 2, j].icon == 182) + { + cel.X = i + 2; + cel.Y = j; + blupi.X = (i + 3) * 64 + 2; + blupi.Y = j * 64 + BLUPIOFFY; + return true; + } + } + } + } + return false; + } + + private bool SearchGold(int n, ref TinyPoint cel) + { + for (int num = 99; num >= 0; num--) + { + for (int num2 = 99; num2 >= 0; num2--) + { + if (m_decor[num2, num].icon == 183) + { + cel.X = num2; + cel.Y = num; + return true; + } + } + } + return false; + } + + public void MainSwitchInitialize(int lastWorld) + { + if (m_mission == 1) + { + TinyPoint blupi = default(TinyPoint); + int dir = 0; + if (SearchWorld(lastWorld, ref blupi, ref dir)) + { + m_blupiStartPos = blupi; + m_blupiStartDir = dir; + } + } + } + + public void AdaptDoors(bool bPrivate) + { + TinyPoint cel = default(TinyPoint); + TinyPoint blupi = default(TinyPoint); + m_bPrivate = bPrivate; + if (m_bPrivate) + { + return; + } + if (m_mission == 1) + { + for (int i = 0; i < 20; i++) + { + if (SearchGold(i, ref cel) && (m_doors[180 + i] == 1 || m_bCheatDoors)) + { + m_decor[cel.X, cel.Y].icon = -1; + int num = MoveObjectFree(); + m_moveObject[num].type = 22; + m_moveObject[num].stepAdvance = 50; + m_moveObject[num].stepRecede = 1; + m_moveObject[num].timeStopStart = 0; + m_moveObject[num].timeStopEnd = 0; + m_moveObject[num].posStart.X = 64 * cel.X; + m_moveObject[num].posStart.Y = 64 * cel.Y; + m_moveObject[num].posEnd.X = 64 * cel.X; + m_moveObject[num].posEnd.Y = 64 * (cel.Y - 1); + m_moveObject[num].posCurrent = m_moveObject[num].posStart; + m_moveObject[num].step = 1; + m_moveObject[num].time = 0; + m_moveObject[num].phase = 0; + m_moveObject[num].channel = 1; + m_moveObject[num].icon = 183; + PlaySound(33, m_moveObject[num].posStart); + } + } + for (int j = 0; j < 100; j++) + { + for (int k = 0; k < 100; k++) + { + int icon = m_decor[j, k].icon; + if (icon >= 158 && icon <= 165 && (m_doors[180 + icon - 158 + 1] == 1 || m_bCheatDoors)) + { + m_decor[j, k].icon += 8; + } + if (icon == 309 && (m_doors[189] == 1 || m_bCheatDoors)) + { + m_decor[j, k].icon = 310; + } + if (icon >= 410 && icon <= 415 && (m_doors[180 + icon - 410 + 9] == 1 || m_bCheatDoors)) + { + m_decor[j, k].icon += 5; + } + } + } + } + else + { + if (m_mission % 10 != 0) + { + return; + } + for (int i = 0; i < 10; i++) + { + if (SearchDoor(i, ref cel, ref blupi) && (m_doors[m_mission + i] == 1 || m_bCheatDoors)) + { + OpenDoor(cel); + m_blupiStartPos = blupi; + if (blupi.X < cel.X * 64) + { + m_blupiStartDir = 2; + } + else + { + m_blupiStartDir = 1; + } + } + } + } + } + + private void OpenDoorsTresor() + { + TinyPoint cel = default(TinyPoint); + for (int i = 0; i < 100; i++) + { + for (int j = 0; j < 100; j++) + { + int icon = m_decor[i, j].icon; + if (icon >= 421 && icon <= 421 + m_nbTresor - 1) + { + cel.X = i; + cel.Y = j; + OpenDoor(cel); + } + } + } + } + + private void OpenDoor(TinyPoint cel) + { + int icon = m_decor[cel.X, cel.Y].icon; + m_decor[cel.X, cel.Y].icon = -1; + int num = MoveObjectFree(); + m_moveObject[num].type = 22; + m_moveObject[num].stepAdvance = 50; + m_moveObject[num].stepRecede = 1; + m_moveObject[num].timeStopStart = 0; + m_moveObject[num].timeStopEnd = 0; + m_moveObject[num].posStart.X = 64 * cel.X; + m_moveObject[num].posStart.Y = 64 * cel.Y; + m_moveObject[num].posEnd.X = 64 * cel.X; + m_moveObject[num].posEnd.Y = 64 * (cel.Y - 1); + m_moveObject[num].posCurrent = m_moveObject[num].posStart; + m_moveObject[num].step = 1; + m_moveObject[num].time = 0; + m_moveObject[num].phase = 0; + m_moveObject[num].channel = 1; + m_moveObject[num].icon = icon; + PlaySound(33, m_moveObject[num].posStart); + } + + private void OpenDoorsWin() + { + m_doors[m_mission + 1] = 1; + } + + private void OpenGoldsWin() + { + m_doors[180 + m_mission / 10] = 1; + } + + private void DoorsLost() + { + m_nbVies = 3; + } + } + +} \ No newline at end of file diff --git a/Def.cs b/Def.cs new file mode 100644 index 0000000..b2bf44f --- /dev/null +++ b/Def.cs @@ -0,0 +1,705 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Def + + +namespace WindowsPhoneSpeedyBlupi +{ + + public static class Def + { + public enum Phase + { + None, + First, + Wait, + Init, + Play, + Pause, + Lost, + Win, + Trial, + MainSetup, + PlaySetup, + Resume, + Ranking + } + + public enum ButtonGlygh + { + None, + InitGamerA, + InitGamerB, + InitGamerC, + InitSetup, + InitPlay, + InitBuy, + InitRanking, + WinLostReturn, + TrialBuy, + TrialCancel, + SetupSounds, + SetupJump, + SetupZoom, + SetupAccel, + SetupReset, + SetupReturn, + PauseMenu, + PauseBack, + PauseSetup, + PauseRestart, + PauseContinue, + PlayPause, + PlayJump, + PlayAction, + PlayDown, + ResumeMenu, + ResumeContinue, + RankingContinue, + Cheat11, + Cheat12, + Cheat21, + Cheat22, + Cheat31, + Cheat32, + Cheat1, + Cheat2, + Cheat3, + Cheat4, + Cheat5, + Cheat6, + Cheat7, + Cheat8, + Cheat9 + } + + public enum KeyboardPress + { + None, Up, Right, Down, Left, LeftControl, Space, Escape, Pause + } + + public const int LXIMAGE = 640; + + public const int LYIMAGE = 480; + + public const int MAXCELX = 100; + + public const int MAXCELY = 100; + + public const int DIMOBJX = 64; + + public const int DIMOBJY = 64; + + public const int DIMBLUPIX = 60; + + public const int DIMBLUPIY = 60; + + public const int DIMEXPLOX = 128; + + public const int DIMEXPLOY = 128; + + public const int DIMBUTTONX = 40; + + public const int DIMBUTTONY = 40; + + public const int DIMJAUGEX = 124; + + public const int DIMJAUGEY = 22; + + public const int POSSTATX = 12; + + public const int POSSTATY = 220; + + public const int DIMSTATX = 60; + + public const int DIMSTATY = 30; + + public const int DIMTEXTX = 32; + + public const int DIMTEXTY = 32; + + public const int CHOBJECT = 1; + + public const int CHBLUPI = 2; + + public const int CHDECOR = 3; + + public const int CHBUTTON = 4; + + public const int CHJAUGE = 5; + + public const int CHTEXT = 6; + + public const int CHEXPLO = 9; + + public const int CHELEMENT = 10; + + public const int CHBLUPI1 = 11; + + public const int CHBLUPI2 = 12; + + public const int CHBLUPI3 = 13; + + public const int CHPAD = 14; + + public const int CHSPEEDYBLUPI = 15; + + public const int CHBLUPIYOUPIE = 16; + + public const int CHGEAR = 17; + + public const int ACTION_STOP = 1; + + public const int ACTION_MARCH = 2; + + public const int ACTION_TURN = 3; + + public const int ACTION_JUMP = 4; + + public const int ACTION_AIR = 5; + + public const int ACTION_DOWN = 6; + + public const int ACTION_UP = 7; + + public const int ACTION_VERTIGO = 8; + + public const int ACTION_RECEDE = 9; + + public const int ACTION_ADVANCE = 10; + + public const int ACTION_CLEAR1 = 11; + + public const int ACTION_SET = 12; + + public const int ACTION_WIN = 13; + + public const int ACTION_PUSH = 14; + + public const int ACTION_STOPHELICO = 15; + + public const int ACTION_MARCHHELICO = 16; + + public const int ACTION_TURNHELICO = 17; + + public const int ACTION_STOPNAGE = 18; + + public const int ACTION_MARCHNAGE = 19; + + public const int ACTION_TURNNAGE = 20; + + public const int ACTION_STOPSURF = 21; + + public const int ACTION_MARCHSURF = 22; + + public const int ACTION_TURNSURF = 23; + + public const int ACTION_DROWN = 24; + + public const int ACTION_STOPJEEP = 25; + + public const int ACTION_MARCHJEEP = 26; + + public const int ACTION_TURNJEEP = 27; + + public const int ACTION_STOPPOP = 28; + + public const int ACTION_POP = 29; + + public const int ACTION_BYE = 30; + + public const int ACTION_STOPSUSPEND = 31; + + public const int ACTION_MARCHSUSPEND = 32; + + public const int ACTION_TURNSUSPEND = 33; + + public const int ACTION_JUMPSUSPEND = 34; + + public const int ACTION_HIDE = 35; + + public const int ACTION_JUMPAIE = 36; + + public const int ACTION_STOPSKATE = 37; + + public const int ACTION_MARCHSKATE = 38; + + public const int ACTION_TURNSKATE = 39; + + public const int ACTION_JUMPSKATE = 40; + + public const int ACTION_AIRSKATE = 41; + + public const int ACTION_TAKESKATE = 42; + + public const int ACTION_DEPOSESKATE = 43; + + public const int ACTION_OUF1a = 44; + + public const int ACTION_OUF1b = 45; + + public const int ACTION_OUF2 = 46; + + public const int ACTION_OUF3 = 47; + + public const int ACTION_OUF4 = 48; + + public const int ACTION_SUCETTE = 49; + + public const int ACTION_STOPTANK = 50; + + public const int ACTION_MARCHTANK = 51; + + public const int ACTION_TURNTANK = 52; + + public const int ACTION_FIRETANK = 53; + + public const int ACTION_GLU = 54; + + public const int ACTION_DRINK = 55; + + public const int ACTION_CHARGE = 56; + + public const int ACTION_ELECTRO = 57; + + public const int ACTION_HELICOGLU = 58; + + public const int ACTION_TURNAIR = 59; + + public const int ACTION_STOPMARCH = 60; + + public const int ACTION_STOPJUMP = 61; + + public const int ACTION_STOPJUMPh = 62; + + public const int ACTION_MOCKERY = 63; + + public const int ACTION_MOCKERYi = 64; + + public const int ACTION_OUF5 = 65; + + public const int ACTION_BALLOON = 66; + + public const int ACTION_STOPOVER = 67; + + public const int ACTION_MARCHOVER = 68; + + public const int ACTION_TURNOVER = 69; + + public const int ACTION_RECEDEq = 70; + + public const int ACTION_ADVANCEq = 71; + + public const int ACTION_STOPECRASE = 72; + + public const int ACTION_MARCHECRASE = 73; + + public const int ACTION_TELEPORTE = 74; + + public const int ACTION_CLEAR2 = 75; + + public const int ACTION_CLEAR3 = 76; + + public const int ACTION_CLEAR4 = 77; + + public const int ACTION_CLEAR5 = 78; + + public const int ACTION_CLEAR6 = 79; + + public const int ACTION_CLEAR7 = 80; + + public const int ACTION_CLEAR8 = 81; + + public const int ACTION_SWITCH = 82; + + public const int ACTION_MOCKERYp = 83; + + public const int ACTION_NON = 84; + + public const int ACTION_SLOWDOWNSKATE = 85; + + public const int ACTION_TAKEDYNAMITE = 86; + + public const int ACTION_PUTDYNAMITE = 87; + + public const int DIR_LEFT = 1; + + public const int DIR_RIGHT = 2; + + public const int SEC_SHIELD = 1; + + public const int SEC_POWER = 2; + + public const int SEC_CLOUD = 3; + + public const int SEC_HIDE = 4; + + public const int TYPE_ASCENSEUR = 1; + + public const int TYPE_BOMBEDOWN = 2; + + public const int TYPE_BOMBEUP = 3; + + public const int TYPE_BULLDOZER = 4; + + public const int TYPE_TRESOR = 5; + + public const int TYPE_EGG = 6; + + public const int TYPE_GOAL = 7; + + public const int TYPE_EXPLO1 = 8; + + public const int TYPE_EXPLO2 = 9; + + public const int TYPE_EXPLO3 = 10; + + public const int TYPE_EXPLO4 = 11; + + public const int TYPE_CAISSE = 12; + + public const int TYPE_HELICO = 13; + + public const int TYPE_PLOUF = 14; + + public const int TYPE_BLUP = 15; + + public const int TYPE_BOMBEMOVE = 16; + + public const int TYPE_POISSON = 17; + + public const int TYPE_TOMATES = 18; + + public const int TYPE_JEEP = 19; + + public const int TYPE_OISEAU = 20; + + public const int TYPE_CLE = 21; + + public const int TYPE_DOOR = 22; + + public const int TYPE_BALLE = 23; + + public const int TYPE_SKATE = 24; + + public const int TYPE_SHIELD = 25; + + public const int TYPE_POWER = 26; + + public const int TYPE_MAGICTRACK = 27; + + public const int TYPE_TANK = 28; + + public const int TYPE_BULLET = 29; + + public const int TYPE_DRINK = 30; + + public const int TYPE_CHARGE = 31; + + public const int TYPE_BLUPIHELICO = 32; + + public const int TYPE_BLUPITANK = 33; + + public const int TYPE_GLU = 34; + + public const int TYPE_TIPLOUF = 35; + + public const int TYPE_POLLUTION = 36; + + public const int TYPE_CLEAR = 37; + + public const int TYPE_ELECTRO = 38; + + public const int TYPE_TRESORTRACK = 39; + + public const int TYPE_INVERT = 40; + + public const int TYPE_INVERTSTART = 41; + + public const int TYPE_INVERTSTOP = 42; + + public const int TYPE_GUEPE = 44; + + public const int TYPE_OVER = 46; + + public const int TYPE_ASCENSEURs = 47; + + public const int TYPE_ASCENSEURsi = 48; + + public const int TYPE_CLE1 = 49; + + public const int TYPE_CLE2 = 50; + + public const int TYPE_CLE3 = 51; + + public const int TYPE_BRIDGE = 52; + + public const int TYPE_TENTACULE = 53; + + public const int TYPE_CREATURE = 54; + + public const int TYPE_DYNAMITE = 55; + + public const int TYPE_DYNAMITEf = 56; + + public const int TYPE_SHIELDTRACK = 57; + + public const int TYPE_HIDETRACK = 58; + + public const int TYPE_EXPLO5 = 90; + + public const int TYPE_EXPLO6 = 91; + + public const int TYPE_EXPLO7 = 92; + + public const int TYPE_EXPLO8 = 93; + + public const int TYPE_EXPLO9 = 94; + + public const int TYPE_EXPLO10 = 95; + + public const int TYPE_BOMBEFOLLOW1 = 96; + + public const int TYPE_BOMBEFOLLOW2 = 97; + + public const int TYPE_SPLOUTCH1 = 98; + + public const int TYPE_SPLOUTCH2 = 99; + + public const int TYPE_SPLOUTCH3 = 100; + + public const int TYPE_BOMBEPERSO1 = 200; + + public const int TYPE_BOMBEPERSO2 = 201; + + public const int TYPE_BOMBEPERSO3 = 202; + + public const int TYPE_BOMBEPERSO4 = 203; + + public const int STEP_STOPSTART = 1; + + public const int STEP_ADVANCE = 2; + + public const int STEP_STOPEND = 3; + + public const int STEP_RECEDE = 4; + + public const int DECOR_EXPLO1 = 1; + + public const int DECOR_EXPLO2 = 2; + + public const int DECOR_EXPLO3 = 3; + + public const int DECOR_EXPLO4 = 4; + + public const int DECOR_BALLOON = 5; + + public const int SOUND_CLICK = 0; + + public const int SOUND_JUMP1 = 1; + + public const int SOUND_JUMP2 = 2; + + public const int SOUND_JUMPEND = 3; + + public const int SOUND_JUMPTOC = 4; + + public const int SOUND_TURN = 5; + + public const int SOUND_VERTIGO = 6; + + public const int SOUND_DOWN = 7; + + public const int SOUND_FALL = 8; + + public const int SOUND_NEW = 9; + + public const int SOUND_BOUM = 10; + + public const int SOUND_TRESOR = 11; + + public const int SOUND_EGG = 12; + + public const int SOUND_ENDKO = 13; + + public const int SOUND_ENDOK = 14; + + public const int SOUND_HELICOSTART = 15; + + public const int SOUND_HELICOHIGH = 16; + + public const int SOUND_HELICOSTOP = 17; + + public const int SOUND_HELICOLOW = 18; + + public const int SOUND_LASTTRESOR = 19; + + public const int SOUND_UP = 20; + + public const int SOUND_LOOKUP = 21; + + public const int SOUND_JUMP0 = 22; + + public const int SOUND_PLOUF = 23; + + public const int SOUND_BLUP = 24; + + public const int SOUND_SURF = 25; + + public const int SOUND_DROWN = 26; + + public const int SOUND_ERROR = 27; + + public const int SOUND_JEEPSTART = 28; + + public const int SOUND_JEEPHIGH = 29; + + public const int SOUND_JEEPSTOP = 30; + + public const int SOUND_JEEPLOW = 31; + + public const int SOUND_BYE = 32; + + public const int SOUND_DOOR = 33; + + public const int SOUND_SUSPENDTOC = 34; + + public const int SOUND_SUSPENDJUMP = 35; + + public const int SOUND_SINGE = 36; + + public const int SOUND_PATIENT = 37; + + public const int SOUND_PUSH = 38; + + public const int SOUND_POP = 39; + + public const int SOUND_JUMPAIE = 40; + + public const int SOUND_RESSORT = 41; + + public const int SOUND_STARTSHIELD = 42; + + public const int SOUND_STOPSHIELD = 43; + + public const int SOUND_STARTPOWER = 44; + + public const int SOUND_STOPPOWER = 45; + + public const int SOUND_OUF1 = 46; + + public const int SOUND_OUF2 = 47; + + public const int SOUND_OUF3 = 48; + + public const int SOUND_OUF4 = 49; + + public const int SOUND_SUCETTE = 50; + + public const int SOUND_GLU = 51; + + public const int SOUND_FIREOK = 52; + + public const int SOUND_FIREKO = 53; + + public const int SOUND_TAKEGLU = 54; + + public const int SOUND_STARTCLOUD = 55; + + public const int SOUND_STOPCLOUD = 56; + + public const int SOUND_DRINK = 57; + + public const int SOUND_CHARGE = 58; + + public const int SOUND_ELECTRO = 59; + + public const int SOUND_PERSOTAKE = 60; + + public const int SOUND_PERSOPOSE = 61; + + public const int SOUND_STARTHIDE = 62; + + public const int SOUND_STOPHIDE = 63; + + public const int SOUND_TIPLOUF = 64; + + public const int SOUND_MOCKERY = 65; + + public const int SOUND_INVERTSTART = 66; + + public const int SOUND_INVERTSTOP = 67; + + public const int SOUND_OVERSTOP = 68; + + public const int SOUND_BLITZ = 69; + + public const int SOUND_ECRASE = 70; + + public const int SOUND_TELEPORTE = 71; + + public const int SOUND_BRIDGE1 = 72; + + public const int SOUND_BRIDGE2 = 73; + + public const int SOUND_ANGEL = 74; + + public const int SOUND_SCIE = 75; + + public const int SOUND_SWITCHOFF = 76; + + public const int SOUND_SWITCHON = 77; + + public const int SOUND_JUMPENDb = 78; + + public const int SOUND_JUMPTOCb = 79; + + public const int SOUND_JUMPENDm = 80; + + public const int SOUND_JUMPTOCm = 81; + + public const int SOUND_JUMPENDg = 82; + + public const int SOUND_JUMPTOCg = 83; + + public const int SOUND_JUMPENDo = 84; + + public const int SOUND_JUMPTOCo = 85; + + public const int SOUND_JUMPENDk = 86; + + public const int SOUND_JUMPTOCk = 87; + + public const int SOUND_JUMPENDf = 88; + + public const int SOUND_JUMPTOCf = 89; + + public const int SOUND_JUMPENDh = 90; + + public const int SOUND_JUMPTOCh = 91; + + public const int SOUND_FOLLOW = 92; + + public const int KEY_JUMP = 1; + + public const int KEY_FIRE = 2; + + public const int KEY_DOWN = 4; + + public static bool HasSound + { + get + { + return true; + } + } + + public static bool EasyMove + { + get + { + return true; + } + } + } + +} \ No newline at end of file diff --git a/Game1.cs b/Game1.cs new file mode 100644 index 0000000..b92d5a1 --- /dev/null +++ b/Game1.cs @@ -0,0 +1,993 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Game1 +using System; +using Microsoft.Xna.Framework; +//using Microsoft.Xna.Framework.GamerServices;//todo remove me +using Microsoft.Xna.Framework.Input; +using Microsoft.Xna.Framework.Input.Touch; +using Microsoft.Xna.Framework.Media; +using WindowsPhoneSpeedyBlupi; +using static System.Net.Mime.MediaTypeNames; + +namespace WindowsPhoneSpeedyBlupi +{ + public class Game1 : Game + { + private static readonly double[] waitTable = new double[24] + { + 0.1, 7.0, 0.2, 20.0, 0.25, 22.0, 0.45, 50.0, 0.6, 53.0, + 0.65, 58.0, 0.68, 60.0, 0.8, 70.0, 0.84, 75.0, 0.9, 84.0, + 0.94, 91.0, 1.0, 100.0 + }; + + private static readonly Def.ButtonGlygh[] cheatGeste = new Def.ButtonGlygh[10] + { + Def.ButtonGlygh.Cheat12, + Def.ButtonGlygh.Cheat22, + Def.ButtonGlygh.Cheat32, + Def.ButtonGlygh.Cheat12, + Def.ButtonGlygh.Cheat11, + Def.ButtonGlygh.Cheat21, + Def.ButtonGlygh.Cheat22, + Def.ButtonGlygh.Cheat21, + Def.ButtonGlygh.Cheat31, + Def.ButtonGlygh.Cheat32 + }; + + private readonly GraphicsDeviceManager graphics; + + private readonly Pixmap pixmap; + + private readonly Sound sound; + + private readonly Decor decor; + + private readonly InputPad inputPad; + + private readonly GameData gameData; + + private Def.Phase phase; + + private TimeSpan startTime; + + private int missionToStart1; + + private int missionToStart2; + + private int mission; + + private int cheatGesteIndex; + + private int continueMission; + + private Jauge waitJauge; + + private double waitProgress; + + private bool isTrialMode; + + private bool simulateTrialMode; + + private bool playSetup; + + private int phaseTime; + + private Def.Phase fadeOutPhase; + + private int fadeOutMission; + + public bool IsRankingMode + { + get + { + return false; + } + } + + public bool IsTrialMode + { + get + { + if (!simulateTrialMode) + { + return isTrialMode; + } + return true; + } + } + + public Game1() + { + Console.WriteLine(1); + Exiting += OnExiting; + Deactivated += OnDeactivated; + Activated += OnActivated; + Console.WriteLine(2); + //if (!TouchPanel.GetCapabilities().IsConnected) + { + + Console.WriteLine(1); + //this.IsMouseVisible = true; + //Mouse.SetCursor(MouseCursor.Arrow); + } + Console.WriteLine(3); + graphics = new GraphicsDeviceManager(this); + graphics.IsFullScreen = false; + base.Content.RootDirectory = "Content"; + base.TargetElapsedTime = TimeSpan.FromTicks(500000L); + base.InactiveSleepTime = TimeSpan.FromSeconds(1.0); + Console.WriteLine(4); + missionToStart1 = -1; + missionToStart2 = -1; + gameData = new GameData(); + pixmap = new Pixmap(this, graphics); + sound = new Sound(this, gameData); + decor = new Decor(); + decor.Create(sound, pixmap, gameData); + TinyPoint pos = new TinyPoint + { + X = 196, + Y = 426 + }; + waitJauge = new Jauge(); + waitJauge.Create(pixmap, sound, pos, 3, false); + waitJauge.SetHide(false); + waitJauge.Zoom = 2.0; + phase = Def.Phase.None; + fadeOutPhase = Def.Phase.None; + inputPad = new InputPad(this, decor, pixmap, sound, gameData); + SetPhase(Def.Phase.First); + } + + protected override void Initialize() + { + base.Initialize(); + } + + protected override void LoadContent() + { + pixmap.BackgroundCache("wait"); + } + + protected override void UnloadContent() + { + } + + protected void OnDeactivated(object sender, EventArgs args) + { + if (phase == Def.Phase.Play) + { + decor.CurrentWrite(); + } + else + { + decor.CurrentDelete(); + } + } + + protected void OnActivated(object sender, EventArgs args) + { + continueMission = 1; + } + + protected void OnExiting(object sender, EventArgs args) + { + decor.CurrentDelete(); + } + + protected override void Update(GameTime gameTime) + { + if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed) + { + if (phase == Def.Phase.Play) + { + SetPhase(Def.Phase.Pause); + } + else if (phase == Def.Phase.PlaySetup) + { + SetPhase(Def.Phase.Play, -1); + } + else if (phase != Def.Phase.Init) + { + SetPhase(Def.Phase.Init); + } + else + { + Exit(); + } + return; + } + phaseTime++; + if (fadeOutPhase != 0) + { + if (phaseTime >= 20) + { + SetPhase(fadeOutPhase); + } + return; + } + if (missionToStart2 != -1) + { + SetPhase(Def.Phase.Play, missionToStart2); + return; + } + if (phase == Def.Phase.First) + { + startTime = gameTime.TotalGameTime; + pixmap.LoadContent(); + sound.LoadContent(); + gameData.Read(); + inputPad.PixmapOrigin = pixmap.Origin; + SetPhase(Def.Phase.Wait); + return; + } + if (phase == Def.Phase.Wait) + { + if (continueMission == 2) + { + continueMission = 0; + if (decor.CurrentRead()) + { + SetPhase(Def.Phase.Resume); + return; + } + } + long num = gameTime.TotalGameTime.Ticks - startTime.Ticks; + waitProgress = (double)num / 50000000.0; + if (waitProgress > 1.0) + { + SetPhase(Def.Phase.Init); + } + return; + } + inputPad.Update(); + Def.ButtonGlygh buttonPressed = inputPad.ButtonPressed; + if (buttonPressed >= Def.ButtonGlygh.InitGamerA && buttonPressed <= Def.ButtonGlygh.InitGamerC) + { + SetGamer((int)(buttonPressed - 1)); + return; + } + switch (buttonPressed) + { + case Def.ButtonGlygh.InitSetup: + SetPhase(Def.Phase.MainSetup); + return; + case Def.ButtonGlygh.PauseSetup: + SetPhase(Def.Phase.PlaySetup); + return; + case Def.ButtonGlygh.SetupSounds: + gameData.Sounds = !gameData.Sounds; + gameData.Write(); + return; + case Def.ButtonGlygh.SetupJump: + gameData.JumpRight = !gameData.JumpRight; + gameData.Write(); + return; + case Def.ButtonGlygh.SetupZoom: + gameData.AutoZoom = !gameData.AutoZoom; + gameData.Write(); + return; + case Def.ButtonGlygh.SetupAccel: + gameData.AccelActive = !gameData.AccelActive; + gameData.Write(); + return; + case Def.ButtonGlygh.SetupReset: + gameData.Reset(); + gameData.Write(); + return; + case Def.ButtonGlygh.SetupReturn: + if (playSetup) + { + SetPhase(Def.Phase.Play, -1); + } + else + { + SetPhase(Def.Phase.Init); + } + return; + case Def.ButtonGlygh.InitPlay: + SetPhase(Def.Phase.Play, 1); + return; + case Def.ButtonGlygh.PlayPause: + SetPhase(Def.Phase.Pause); + return; + case Def.ButtonGlygh.WinLostReturn: + case Def.ButtonGlygh.PauseMenu: + case Def.ButtonGlygh.ResumeMenu: + SetPhase(Def.Phase.Init); + break; + } + switch (buttonPressed) + { + case Def.ButtonGlygh.ResumeContinue: + ContinueMission(); + return; + case Def.ButtonGlygh.InitBuy: + case Def.ButtonGlygh.TrialBuy: + MarketPlace.Show(PlayerIndex.One); + SetPhase(Def.Phase.Init); + return; + case Def.ButtonGlygh.InitRanking: + SetPhase(Def.Phase.Ranking); + return; + case Def.ButtonGlygh.TrialCancel: + case Def.ButtonGlygh.RankingContinue: + SetPhase(Def.Phase.Init); + return; + case Def.ButtonGlygh.PauseBack: + MissionBack(); + return; + case Def.ButtonGlygh.PauseRestart: + SetPhase(Def.Phase.Play, mission); + return; + case Def.ButtonGlygh.PauseContinue: + SetPhase(Def.Phase.Play, -1); + return; + case Def.ButtonGlygh.Cheat11: + case Def.ButtonGlygh.Cheat12: + case Def.ButtonGlygh.Cheat21: + case Def.ButtonGlygh.Cheat22: + case Def.ButtonGlygh.Cheat31: + case Def.ButtonGlygh.Cheat32: + if (buttonPressed == cheatGeste[cheatGesteIndex]) + { + cheatGesteIndex++; + if (cheatGesteIndex == cheatGeste.Length) + { + cheatGesteIndex = 0; + inputPad.ShowCheatMenu = true; + } + } + else + { + cheatGesteIndex = 0; + } + break; + default: + if (buttonPressed != 0) + { + cheatGesteIndex = 0; + } + break; + } + if (buttonPressed >= Def.ButtonGlygh.Cheat1 && buttonPressed <= Def.ButtonGlygh.Cheat9) + { + CheatAction(buttonPressed); + } + if (phase == Def.Phase.Play) + { + decor.ButtonPressed = buttonPressed; + decor.MoveStep(); + int num2 = decor.IsTerminated(); + if (num2 == -1) + { + MemorizeGamerProgress(); + SetPhase(Def.Phase.Lost); + } + else if (num2 == -2) + { + MemorizeGamerProgress(); + SetPhase(Def.Phase.Win); + } + else if (num2 >= 1) + { + MemorizeGamerProgress(); + StartMission(num2); + } + } + base.Update(gameTime); + } + + private void MissionBack() + { + int num = mission; + if (num == 1) + { + SetPhase(Def.Phase.Init); + return; + } + num = ((num % 10 == 0) ? 1 : (num / 10 * 10)); + SetPhase(Def.Phase.Play, num); + } + + private void StartMission(int mission) + { + if (mission > 20 && mission % 10 > 1 && IsTrialMode) + { + SetPhase(Def.Phase.Trial); + return; + } + this.mission = mission; + if (this.mission != 1) + { + gameData.LastWorld = this.mission / 10; + } + decor.Read(0, this.mission, false); + decor.LoadImages(); + decor.SetMission(this.mission); + decor.SetNbVies(gameData.NbVies); + decor.InitializeDoors(gameData); + decor.AdaptDoors(false); + decor.MainSwitchInitialize(gameData.LastWorld); + decor.PlayPrepare(false); + decor.StartSound(); + inputPad.StartMission(this.mission); + } + + private void ContinueMission() + { + SetPhase(Def.Phase.Play, -2); + mission = decor.GetMission(); + if (mission != 1) + { + gameData.LastWorld = mission / 10; + } + decor.LoadImages(); + decor.StartSound(); + inputPad.StartMission(mission); + } + + private void CheatAction(Def.ButtonGlygh glyph) + { + switch (glyph) + { + case Def.ButtonGlygh.Cheat1: + decor.CheatAction(Tables.CheatCodes.OpenDoors); + break; + case Def.ButtonGlygh.Cheat2: + decor.CheatAction(Tables.CheatCodes.SuperBlupi); + break; + case Def.ButtonGlygh.Cheat3: + decor.CheatAction(Tables.CheatCodes.ShowSecret); + break; + case Def.ButtonGlygh.Cheat4: + decor.CheatAction(Tables.CheatCodes.LayEgg); + break; + case Def.ButtonGlygh.Cheat5: + gameData.Reset(); + break; + case Def.ButtonGlygh.Cheat6: + simulateTrialMode = !simulateTrialMode; + break; + case Def.ButtonGlygh.Cheat7: + decor.CheatAction(Tables.CheatCodes.CleanAll); + break; + case Def.ButtonGlygh.Cheat8: + decor.CheatAction(Tables.CheatCodes.AllTreasure); + break; + case Def.ButtonGlygh.Cheat9: + decor.CheatAction(Tables.CheatCodes.EndGoal); + break; + } + } + + protected override void Draw(GameTime gameTime) + { + if (continueMission == 1) + { + continueMission = 2; + } + if (phase == Def.Phase.Wait || phase == Def.Phase.Init || phase == Def.Phase.Pause || phase == Def.Phase.Resume || phase == Def.Phase.Lost || phase == Def.Phase.Win || phase == Def.Phase.MainSetup || phase == Def.Phase.PlaySetup || phase == Def.Phase.Trial || phase == Def.Phase.Ranking) + { + pixmap.DrawBackground(); + if (fadeOutPhase == Def.Phase.None && missionToStart1 != -1) + { + missionToStart2 = missionToStart1; + missionToStart1 = -1; + } + else + { + DrawBackgroundFade(); + if (fadeOutPhase == Def.Phase.None) + { + DrawButtonsBackground(); + inputPad.Draw(); + DrawButtonsText(); + } + } + } + else if (phase == Def.Phase.Play) + { + decor.Build(); + inputPad.Draw(); + } + if (phase == Def.Phase.Wait) + { + DrawWaitProgress(); + } + base.Draw(gameTime); + } + + private void DrawBackgroundFade() + { + if (phase == Def.Phase.Init) + { + double num = Math.Min((double)phaseTime / 20.0, 1.0); + TinyRect rect; + double opacity; + if (fadeOutPhase == Def.Phase.MainSetup) + { + num = (1.0 - num) * (1.0 - num); + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = (int)(720.0 - 640.0 * num); + tinyRect.Right = (int)(1360.0 - 640.0 * num); + tinyRect.Top = 0; + tinyRect.Bottom = 160; + rect = tinyRect; + opacity = num * num; + } + else + { + num = ((fadeOutPhase != 0) ? (1.0 - num * 2.0) : (1.0 - (1.0 - num) * (1.0 - num))); + TinyRect tinyRect2 = default(TinyRect); + tinyRect2.Left = 80; + tinyRect2.Right = 720; + tinyRect2.Top = (int)(-160.0 + num * 160.0); + tinyRect2.Bottom = (int)(0.0 + num * 160.0); + rect = tinyRect2; + opacity = 1.0; + } + pixmap.DrawIcon(15, 0, rect, opacity, false); + } + if (phase == Def.Phase.Init) + { + double num = Math.Min((double)phaseTime / 20.0, 1.0); + double opacity; + if (fadeOutPhase == Def.Phase.MainSetup) + { + opacity = (1.0 - num) * (1.0 - num); + num = 1.0; + } + else if (fadeOutPhase == Def.Phase.None) + { + num = 0.5 + num / 2.0; + opacity = Math.Min(num * num, 1.0); + } + else + { + opacity = 1.0 - num; + num = 1.0 + num * 10.0; + } + TinyRect tinyRect3 = default(TinyRect); + tinyRect3.Left = (int)(468.0 - 205.0 * num); + tinyRect3.Right = (int)(468.0 + 205.0 * num); + tinyRect3.Top = (int)(280.0 - 190.0 * num); + tinyRect3.Bottom = (int)(280.0 + 190.0 * num); + TinyRect rect = tinyRect3; + pixmap.DrawIcon(16, 0, rect, opacity, 0.0, false); + } + if (phase == Def.Phase.Pause || phase == Def.Phase.Resume) + { + if (fadeOutPhase == Def.Phase.Play) + { + double num = Math.Min((double)phaseTime / 20.0, 1.0); + double opacity = 1.0 - num; + num = 1.0 + num * 10.0; + TinyRect tinyRect4 = default(TinyRect); + tinyRect4.Left = (int)(418.0 - 205.0 * num); + tinyRect4.Right = (int)(418.0 + 205.0 * num); + tinyRect4.Top = (int)(190.0 - 190.0 * num); + tinyRect4.Bottom = (int)(190.0 + 190.0 * num); + TinyRect rect = tinyRect4; + pixmap.DrawIcon(16, 0, rect, opacity, 0.0, false); + } + else if (fadeOutPhase == Def.Phase.PlaySetup) + { + double num = Math.Min((double)phaseTime / 20.0, 1.0); + num *= num; + TinyRect tinyRect5 = default(TinyRect); + tinyRect5.Left = (int)(213.0 + 800.0 * num); + tinyRect5.Right = (int)(623.0 + 800.0 * num); + tinyRect5.Top = 0; + tinyRect5.Bottom = 0; + TinyRect rect = tinyRect5; + pixmap.DrawIcon(16, 0, rect, 1.0, 0.0, false); + } + else + { + double num; + if (fadeOutPhase == Def.Phase.None) + { + num = Math.Min((double)phaseTime / 15.0, 1.0); + } + else + { + num = Math.Min((double)phaseTime / 15.0, 1.0); + num = 1.0 - num; + } + TinyRect tinyRect6 = default(TinyRect); + tinyRect6.Left = (int)(418.0 - 205.0 * num); + tinyRect6.Right = (int)(418.0 + 205.0 * num); + tinyRect6.Top = (int)(190.0 - 190.0 * num); + tinyRect6.Bottom = (int)(190.0 + 190.0 * num); + TinyRect rect = tinyRect6; + double rotation = 0.0; + if (num < 1.0) + { + rotation = (1.0 - num) * (1.0 - num) * 360.0 * 1.0; + } + if (rect.Width > 0 && rect.Height > 0) + { + pixmap.DrawIcon(16, 0, rect, 1.0, rotation, false); + } + } + } + if (phase == Def.Phase.MainSetup || phase == Def.Phase.PlaySetup) + { + double num = Math.Min((double)phaseTime / 20.0, 1.0); + num = 1.0 - (1.0 - num) * (1.0 - num); + double num2; + if (phaseTime < 20) + { + num2 = (double)phaseTime / 20.0; + num2 = 1.0 - (1.0 - num2) * (1.0 - num2); + } + else + { + num2 = 1.0 + ((double)phaseTime - 20.0) / 400.0; + } + if (fadeOutPhase != 0) + { + num = 1.0 - num; + num2 = 1.0 - num2; + } + TinyRect tinyRect7 = default(TinyRect); + tinyRect7.Left = (int)(720.0 - 640.0 * num); + tinyRect7.Right = (int)(1360.0 - 640.0 * num); + tinyRect7.Top = 0; + tinyRect7.Bottom = 160; + TinyRect rect = tinyRect7; + pixmap.DrawIcon(15, 0, rect, num * num, false); + TinyRect tinyRect8 = default(TinyRect); + tinyRect8.Left = 487; + tinyRect8.Right = 713; + tinyRect8.Top = 148; + tinyRect8.Bottom = 374; + TinyRect rect2 = tinyRect8; + TinyRect tinyRect9 = default(TinyRect); + tinyRect9.Left = 118; + tinyRect9.Right = 570; + tinyRect9.Top = 268; + tinyRect9.Bottom = 720; + TinyRect rect3 = tinyRect9; + double opacity = 0.5 - num * 0.4; + double rotation = (0.0 - num2) * 100.0 * 2.5; + pixmap.DrawIcon(17, 0, rect2, opacity, rotation, false); + pixmap.DrawIcon(17, 0, rect3, opacity, (0.0 - rotation) * 0.5, false); + } + if (phase == Def.Phase.Lost) + { + double num = Math.Min((double)phaseTime / 100.0, 1.0); + TinyRect tinyRect10 = default(TinyRect); + tinyRect10.Left = (int)(418.0 - 205.0 * num); + tinyRect10.Right = (int)(418.0 + 205.0 * num); + tinyRect10.Top = (int)(238.0 - 190.0 * num); + tinyRect10.Bottom = (int)(238.0 + 190.0 * num); + TinyRect rect = tinyRect10; + double rotation = 0.0; + if (num < 1.0) + { + rotation = (1.0 - num) * (1.0 - num) * 360.0 * 6.0; + } + if (rect.Width > 0 && rect.Height > 0) + { + pixmap.DrawIcon(16, 0, rect, 1.0, rotation, false); + } + } + if (phase == Def.Phase.Win) + { + double num = Math.Sin((double)phaseTime / 3.0) / 2.0 + 1.0; + TinyRect tinyRect11 = default(TinyRect); + tinyRect11.Left = (int)(418.0 - 205.0 * num); + tinyRect11.Right = (int)(418.0 + 205.0 * num); + tinyRect11.Top = (int)(238.0 - 190.0 * num); + tinyRect11.Bottom = (int)(238.0 + 190.0 * num); + TinyRect rect = tinyRect11; + pixmap.DrawIcon(16, 0, rect, 1.0, 0.0, false); + } + } + + private void DrawButtonsBackground() + { + if (phase == Def.Phase.Init) + { + TinyRect drawBounds = pixmap.DrawBounds; + int width = drawBounds.Width; + int height = drawBounds.Height; + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = 10; + tinyRect.Right = 260; + tinyRect.Top = height - 325; + tinyRect.Bottom = height - 10; + TinyRect rect = tinyRect; + pixmap.DrawIcon(14, 15, rect, 0.3, false); + TinyRect tinyRect2 = default(TinyRect); + tinyRect2.Left = width - 170; + tinyRect2.Right = width - 10; + tinyRect2.Top = height - ((IsTrialMode || IsRankingMode) ? 325 : 195); + tinyRect2.Bottom = height - 10; + rect = tinyRect2; + pixmap.DrawIcon(14, 15, rect, 0.3, false); + } + } + + private void DrawButtonsText() + { + if (phase == Def.Phase.Init) + { + DrawButtonGamerText(Def.ButtonGlygh.InitGamerA, 0); + DrawButtonGamerText(Def.ButtonGlygh.InitGamerB, 1); + DrawButtonGamerText(Def.ButtonGlygh.InitGamerC, 2); + DrawTextUnderButton(Def.ButtonGlygh.InitPlay, MyResource.TX_BUTTON_PLAY); + DrawTextRightButton(Def.ButtonGlygh.InitSetup, MyResource.TX_BUTTON_SETUP); + if (IsTrialMode) + { + DrawTextUnderButton(Def.ButtonGlygh.InitBuy, MyResource.TX_BUTTON_BUY); + } + if (IsRankingMode) + { + DrawTextUnderButton(Def.ButtonGlygh.InitRanking, MyResource.TX_BUTTON_RANKING); + } + } + if (phase == Def.Phase.Pause) + { + DrawTextUnderButton(Def.ButtonGlygh.PauseMenu, MyResource.TX_BUTTON_MENU); + if (mission != 1) + { + DrawTextUnderButton(Def.ButtonGlygh.PauseBack, MyResource.TX_BUTTON_BACK); + } + DrawTextUnderButton(Def.ButtonGlygh.PauseSetup, MyResource.TX_BUTTON_SETUP); + if (mission != 1 && mission % 10 != 0) + { + DrawTextUnderButton(Def.ButtonGlygh.PauseRestart, MyResource.TX_BUTTON_RESTART); + } + DrawTextUnderButton(Def.ButtonGlygh.PauseContinue, MyResource.TX_BUTTON_CONTINUE); + } + if (phase == Def.Phase.Resume) + { + DrawTextUnderButton(Def.ButtonGlygh.ResumeMenu, MyResource.TX_BUTTON_MENU); + DrawTextUnderButton(Def.ButtonGlygh.ResumeContinue, MyResource.TX_BUTTON_CONTINUE); + } + if (phase == Def.Phase.MainSetup || phase == Def.Phase.PlaySetup) + { + DrawTextRightButton(Def.ButtonGlygh.SetupSounds, MyResource.TX_BUTTON_SETUP_SOUNDS); + DrawTextRightButton(Def.ButtonGlygh.SetupJump, MyResource.TX_BUTTON_SETUP_JUMP); + DrawTextRightButton(Def.ButtonGlygh.SetupZoom, MyResource.TX_BUTTON_SETUP_ZOOM); + DrawTextRightButton(Def.ButtonGlygh.SetupAccel, MyResource.TX_BUTTON_SETUP_ACCEL); + if (phase == Def.Phase.MainSetup) + { + string text = string.Format(MyResource.LoadString(MyResource.TX_BUTTON_SETUP_RESET), new string((char)(65 + gameData.SelectedGamer), 1)); + DrawTextRightButton(Def.ButtonGlygh.SetupReset, text); + } + } + if (phase == Def.Phase.Trial) + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = 360; + tinyPoint.Y = 50; + TinyPoint pos = tinyPoint; + Text.DrawText(pixmap, pos, MyResource.LoadString(MyResource.TX_TRIAL1), 0.9); + pos.Y += 40; + Text.DrawText(pixmap, pos, MyResource.LoadString(MyResource.TX_TRIAL2), 0.7); + pos.Y += 25; + Text.DrawText(pixmap, pos, MyResource.LoadString(MyResource.TX_TRIAL3), 0.7); + pos.Y += 25; + Text.DrawText(pixmap, pos, MyResource.LoadString(MyResource.TX_TRIAL4), 0.7); + pos.Y += 25; + Text.DrawText(pixmap, pos, MyResource.LoadString(MyResource.TX_TRIAL5), 0.7); + pos.Y += 25; + Text.DrawText(pixmap, pos, MyResource.LoadString(MyResource.TX_TRIAL6), 0.7); + DrawTextUnderButton(Def.ButtonGlygh.TrialBuy, MyResource.TX_BUTTON_BUY); + DrawTextUnderButton(Def.ButtonGlygh.TrialCancel, MyResource.TX_BUTTON_BACK); + } + if (phase == Def.Phase.Ranking) + { + DrawTextUnderButton(Def.ButtonGlygh.RankingContinue, MyResource.TX_BUTTON_BACK); + } + } + + private void DrawButtonGamerText(Def.ButtonGlygh glyph, int gamer) + { + TinyRect buttonRect = inputPad.GetButtonRect(glyph); + int nbVies; + int mainDoors; + int secondaryDoors; + gameData.GetGamerInfo(gamer, out nbVies, out mainDoors, out secondaryDoors); + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = buttonRect.Right + 5 - pixmap.Origin.X; + tinyPoint.Y = buttonRect.Top + 3 - pixmap.Origin.Y; + TinyPoint pos = tinyPoint; + string text = string.Format(MyResource.LoadString(MyResource.TX_GAMER_TITLE), new string((char)(65 + gamer), 1)); + Text.DrawText(pixmap, pos, text, 0.7); + TinyPoint tinyPoint2 = default(TinyPoint); + tinyPoint2.X = buttonRect.Right + 5 - pixmap.Origin.X; + tinyPoint2.Y = buttonRect.Top + 25 - pixmap.Origin.Y; + pos = tinyPoint2; + text = string.Format(MyResource.LoadString(MyResource.TX_GAMER_MDOORS), mainDoors); + Text.DrawText(pixmap, pos, text, 0.45); + TinyPoint tinyPoint3 = default(TinyPoint); + tinyPoint3.X = buttonRect.Right + 5 - pixmap.Origin.X; + tinyPoint3.Y = buttonRect.Top + 39 - pixmap.Origin.Y; + pos = tinyPoint3; + text = string.Format(MyResource.LoadString(MyResource.TX_GAMER_SDOORS), secondaryDoors); + Text.DrawText(pixmap, pos, text, 0.45); + TinyPoint tinyPoint4 = default(TinyPoint); + tinyPoint4.X = buttonRect.Right + 5 - pixmap.Origin.X; + tinyPoint4.Y = buttonRect.Top + 53 - pixmap.Origin.Y; + pos = tinyPoint4; + text = string.Format(MyResource.LoadString(MyResource.TX_GAMER_LIFES), nbVies); + Text.DrawText(pixmap, pos, text, 0.45); + } + + private void DrawTextRightButton(Def.ButtonGlygh glyph, int res) + { + DrawTextRightButton(glyph, MyResource.LoadString(res)); + } + + private void DrawTextRightButton(Def.ButtonGlygh glyph, string text) + { + TinyRect buttonRect = inputPad.GetButtonRect(glyph); + string[] array = text.Split('\n'); + if (array.Length == 2) + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = buttonRect.Right + 10 - pixmap.Origin.X; + tinyPoint.Y = (buttonRect.Top + buttonRect.Bottom) / 2 - 20 - pixmap.Origin.Y; + TinyPoint pos = tinyPoint; + Text.DrawText(pixmap, pos, array[0], 0.7); + pos.Y += 24; + Text.DrawText(pixmap, pos, array[1], 0.7); + } + else + { + TinyPoint tinyPoint2 = default(TinyPoint); + tinyPoint2.X = buttonRect.Right + 10 - pixmap.Origin.X; + tinyPoint2.Y = (buttonRect.Top + buttonRect.Bottom) / 2 - 8 - pixmap.Origin.Y; + TinyPoint pos2 = tinyPoint2; + Text.DrawText(pixmap, pos2, text, 0.7); + } + } + + private void DrawTextUnderButton(Def.ButtonGlygh glyph, int res) + { + TinyRect buttonRect = inputPad.GetButtonRect(glyph); + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = (buttonRect.Left + buttonRect.Right) / 2 - pixmap.Origin.X; + tinyPoint.Y = buttonRect.Bottom + 2 - pixmap.Origin.Y; + TinyPoint pos = tinyPoint; + string text = MyResource.LoadString(res); + Text.DrawTextCenter(pixmap, pos, text, 0.7); + } + + private void DrawWaitProgress() + { + if (continueMission != 0) + { + return; + } + for (int i = 0; i < waitTable.Length; i++) + { + if (waitProgress <= waitTable[i * 2]) + { + waitJauge.SetLevel((int)waitTable[i * 2 + 1]); + break; + } + } + waitJauge.Draw(); + } + + private void DrawDebug() + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = 10; + tinyPoint.Y = 20; + TinyPoint pos = tinyPoint; + Text.DrawText(pixmap, pos, inputPad.TotalTouch.ToString(), 1.0); + } + + private void SetGamer(int gamer) + { + gameData.SelectedGamer = gamer; + gameData.Write(); + } + + private void SetPhase(Def.Phase phase) + { + SetPhase(phase, 0); + } + + private void SetPhase(Def.Phase phase, int mission) + { + if (mission != -2) + { + if (missionToStart2 == -1) + { + if ((this.phase == Def.Phase.Init || this.phase == Def.Phase.MainSetup || this.phase == Def.Phase.PlaySetup || this.phase == Def.Phase.Pause || this.phase == Def.Phase.Resume) && fadeOutPhase == Def.Phase.None) + { + fadeOutPhase = phase; + fadeOutMission = mission; + phaseTime = 0; + return; + } + if (phase == Def.Phase.Play) + { + fadeOutPhase = Def.Phase.None; + if (fadeOutMission != -1) + { + missionToStart1 = fadeOutMission; + return; + } + mission = fadeOutMission; + decor.LoadImages(); + } + } + else + { + mission = missionToStart2; + } + } + this.phase = phase; + fadeOutPhase = Def.Phase.None; + inputPad.Phase = this.phase; + playSetup = this.phase == Def.Phase.PlaySetup; + isTrialMode = TrialMode.IsTrialModeEnabled(); + phaseTime = 0; + missionToStart2 = -1; + decor.StopSound(); + switch (this.phase) + { + case Def.Phase.Init: + pixmap.BackgroundCache("init"); + break; + case Def.Phase.Pause: + case Def.Phase.Resume: + pixmap.BackgroundCache("pause"); + break; + case Def.Phase.Lost: + pixmap.BackgroundCache("lost"); + break; + case Def.Phase.Win: + pixmap.BackgroundCache("win"); + break; + case Def.Phase.MainSetup: + case Def.Phase.PlaySetup: + pixmap.BackgroundCache("setup"); + break; + case Def.Phase.Trial: + pixmap.BackgroundCache("trial"); + break; + case Def.Phase.Ranking: + pixmap.BackgroundCache("pause"); + break; + case Def.Phase.Play: + decor.DrawBounds = pixmap.DrawBounds; + break; + } + if (this.phase == Def.Phase.Play && mission > 0) + { + StartMission(mission); + } + } + + private void MemorizeGamerProgress() + { + gameData.NbVies = decor.GetNbVies(); + decor.MemorizeDoors(gameData); + gameData.Write(); + } + //public void SetFullScreen(bool isFullScreen) + //{ + // this.graphics.IsFullScreen = isFullScreen; + // graphics.ToggleFullScreen(); + //} + public void ToggleFullScreen() + { + this.graphics.ToggleFullScreen(); + } + public bool IsFullScreen() { return this.graphics.IsFullScreen; } + public GraphicsDeviceManager getGraphics() + { + return graphics; + } + } +} \ No newline at end of file diff --git a/GameData.cs b/GameData.cs new file mode 100644 index 0000000..d6ad1ee --- /dev/null +++ b/GameData.cs @@ -0,0 +1,220 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.GameData +using System; +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + + public class GameData + { + private static readonly int HeaderLength = 10; + + private static readonly int DoorsLength = 200; + + private static readonly int GamerLength = 10 + DoorsLength; + + private static readonly int MaxGamer = 3; + + private static readonly int TotalLength = HeaderLength + GamerLength * MaxGamer; + + private readonly byte[] data; + + public int SelectedGamer + { + get + { + return data[2]; + } + set + { + data[2] = (byte)value; + } + } + + public bool Sounds + { + get + { + return data[3] == 1; + } + set + { + data[3] = (byte)(value ? 1u : 0u); + } + } + + public bool JumpRight + { + get + { + return data[4] == 1; + } + set + { + data[4] = (byte)(value ? 1u : 0u); + } + } + + public bool AutoZoom + { + get + { + return data[5] == 1; + } + set + { + data[5] = (byte)(value ? 1u : 0u); + } + } + + public bool AccelActive + { + get + { + return data[6] == 1; + } + set + { + data[6] = (byte)(value ? 1u : 0u); + } + } + + public double AccelSensitivity + { + get + { + return (double)(int)data[7] / 100.0; + } + set + { + value = Math.Max(value, 0.0); + value = Math.Min(value, 1.0); + data[7] = (byte)(value * 100.0); + } + } + + public int NbVies + { + get + { + return data[GamerOffset]; + } + set + { + data[GamerOffset] = (byte)value; + } + } + + public int LastWorld + { + get + { + return data[GamerOffset + 1]; + } + set + { + data[GamerOffset + 1] = (byte)value; + } + } + + private int GamerOffset + { + get + { + return GetGamerOffset(SelectedGamer); + } + } + + public GameData() + { + data = new byte[TotalLength]; + Initialize(); + } + + public void Read() + { + Worlds.ReadGameData(data); + } + + public void Write() + { + Worlds.WriteGameData(data); + } + + public void Reset() + { + Initialize(SelectedGamer); + } + + public void GetDoors(int[] doors) + { + for (int i = 0; i < DoorsLength; i++) + { + doors[i] = data[GamerOffset + 10 + i]; + } + } + + public void SetDoors(int[] doors) + { + for (int i = 0; i < DoorsLength; i++) + { + data[GamerOffset + 10 + i] = (byte)doors[i]; + } + } + + public void GetGamerInfo(int gamer, out int nbVies, out int mainDoors, out int secondaryDoors) + { + nbVies = data[GetGamerOffset(gamer)]; + secondaryDoors = 0; + for (int i = 0; i < 180; i++) + { + if (data[GetGamerOffset(gamer) + 10 + i] == 1) + { + secondaryDoors++; + } + } + mainDoors = 0; + for (int j = 180; j < 200; j++) + { + if (data[GetGamerOffset(gamer) + 10 + j] == 1) + { + mainDoors++; + } + } + } + + private void Initialize() + { + data[0] = 1; + data[1] = 1; + data[2] = 0; + data[3] = 1; + data[4] = 1; + data[5] = 1; + data[6] = 0; + data[7] = 50; + SelectedGamer = 0; + for (int i = 0; i < MaxGamer; i++) + { + Initialize(i); + } + } + + private void Initialize(int gamer) + { + data[GetGamerOffset(gamer)] = 3; + data[GetGamerOffset(gamer) + 1] = 1; + for (int i = 0; i < DoorsLength; i++) + { + data[GetGamerOffset(gamer) + 10 + i] = 0; + } + } + + private int GetGamerOffset(int gamer) + { + return HeaderLength + GamerLength * gamer; + } + } + +} \ No newline at end of file diff --git a/InputPad.cs b/InputPad.cs new file mode 100644 index 0000000..9c8451e --- /dev/null +++ b/InputPad.cs @@ -0,0 +1,1041 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.InputPad +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Linq; +using Microsoft.Xna.Framework.Input; +using Microsoft.Xna.Framework.Input.Touch; +using WindowsPhoneSpeedyBlupi; +using static WindowsPhoneSpeedyBlupi.Def; + +namespace WindowsPhoneSpeedyBlupi +{ + public class InputPad + { + private static readonly int padSize = 140; + + private readonly Game1 game1; + + private readonly Decor decor; + + private readonly Pixmap pixmap; + + private readonly Sound sound; + + private readonly GameData gameData; + + private readonly List pressedGlyphs; + + private readonly Accelerometer accelSensor; + + private readonly Slider accelSlider; + + private bool padPressed; + + private bool showCheatMenu; + + private TinyPoint padTouchPos; + + private Def.ButtonGlygh lastButtonDown; + + private Def.ButtonGlygh buttonPressed; + + private int touchCount; + + private bool accelStarted; + + private bool accelActive; + + private double accelSpeedX; + + private bool accelLastState; + + private bool accelWaitZero; + + private int mission; + + public Def.Phase Phase { get; set; } + + public int SelectedGamer { get; set; } + + public TinyPoint PixmapOrigin { get; set; } + + public int TotalTouch + { + get + { + return touchCount; + } + } + + public Def.ButtonGlygh ButtonPressed + { + get + { + Def.ButtonGlygh result = buttonPressed; + buttonPressed = Def.ButtonGlygh.None; + return result; + } + } + + public bool ShowCheatMenu + { + get + { + return showCheatMenu; + } + set + { + showCheatMenu = value; + } + } + + private IEnumerable ButtonGlyphs + { + get + { + switch (Phase) + { + case Def.Phase.Init: + yield return Def.ButtonGlygh.InitGamerA; + yield return Def.ButtonGlygh.InitGamerB; + yield return Def.ButtonGlygh.InitGamerC; + yield return Def.ButtonGlygh.InitSetup; + yield return Def.ButtonGlygh.InitPlay; + if (game1.IsTrialMode) + { + yield return Def.ButtonGlygh.InitBuy; + } + if (game1.IsRankingMode) + { + yield return Def.ButtonGlygh.InitRanking; + } + break; + case Def.Phase.Play: + yield return Def.ButtonGlygh.PlayPause; + yield return Def.ButtonGlygh.PlayAction; + yield return Def.ButtonGlygh.PlayJump; + if (accelStarted) + { + yield return Def.ButtonGlygh.PlayDown; + } + yield return Def.ButtonGlygh.Cheat11; + yield return Def.ButtonGlygh.Cheat12; + yield return Def.ButtonGlygh.Cheat21; + yield return Def.ButtonGlygh.Cheat22; + yield return Def.ButtonGlygh.Cheat31; + yield return Def.ButtonGlygh.Cheat32; + break; + case Def.Phase.Pause: + yield return Def.ButtonGlygh.PauseMenu; + if (mission != 1) + { + yield return Def.ButtonGlygh.PauseBack; + } + yield return Def.ButtonGlygh.PauseSetup; + if (mission != 1 && mission % 10 != 0) + { + yield return Def.ButtonGlygh.PauseRestart; + } + yield return Def.ButtonGlygh.PauseContinue; + break; + case Def.Phase.Resume: + yield return Def.ButtonGlygh.ResumeMenu; + yield return Def.ButtonGlygh.ResumeContinue; + break; + case Def.Phase.Lost: + case Def.Phase.Win: + yield return Def.ButtonGlygh.WinLostReturn; + break; + case Def.Phase.Trial: + yield return Def.ButtonGlygh.TrialBuy; + yield return Def.ButtonGlygh.TrialCancel; + break; + case Def.Phase.MainSetup: + yield return Def.ButtonGlygh.SetupSounds; + yield return Def.ButtonGlygh.SetupJump; + yield return Def.ButtonGlygh.SetupZoom; + yield return Def.ButtonGlygh.SetupAccel; + yield return Def.ButtonGlygh.SetupReset; + yield return Def.ButtonGlygh.SetupReturn; + break; + case Def.Phase.PlaySetup: + yield return Def.ButtonGlygh.SetupSounds; + yield return Def.ButtonGlygh.SetupJump; + yield return Def.ButtonGlygh.SetupZoom; + yield return Def.ButtonGlygh.SetupAccel; + yield return Def.ButtonGlygh.SetupReturn; + break; + case Def.Phase.Ranking: + yield return Def.ButtonGlygh.RankingContinue; + break; + } + if (showCheatMenu) + { + yield return Def.ButtonGlygh.Cheat1; + yield return Def.ButtonGlygh.Cheat2; + yield return Def.ButtonGlygh.Cheat3; + yield return Def.ButtonGlygh.Cheat4; + yield return Def.ButtonGlygh.Cheat5; + yield return Def.ButtonGlygh.Cheat6; + yield return Def.ButtonGlygh.Cheat7; + yield return Def.ButtonGlygh.Cheat8; + yield return Def.ButtonGlygh.Cheat9; + } + } + } + + private TinyPoint PadCenter + { + get + { + TinyRect drawBounds = pixmap.DrawBounds; + if (gameData.JumpRight) + { + TinyPoint result = default(TinyPoint); + result.X = 100; + result.Y = drawBounds.Height - 100; + return result; + } + TinyPoint result2 = default(TinyPoint); + result2.X = drawBounds.Width - 100; + result2.Y = drawBounds.Height - 100; + return result2; + } + } + + public InputPad(Game1 game1, Decor decor, Pixmap pixmap, Sound sound, GameData gameData) + { + //IL_0037: Unknown result type (might be due to invalid IL or missing references) + //IL_0041: Expected O, but got Unknown + this.game1 = game1; + this.decor = decor; + this.pixmap = pixmap; + this.sound = sound; + this.gameData = gameData; + pressedGlyphs = new List(); + accelSensor = AccelerometerFactory.Create(); + accelSensor.CurrentValueChanged += HandleAccelSensorCurrentValueChanged; + accelSlider = new Slider + { + TopLeftCorner = new TinyPoint + { + X = 320, + Y = 400 + }, + Value = this.gameData.AccelSensitivity + }; + lastButtonDown = Def.ButtonGlygh.None; + buttonPressed = Def.ButtonGlygh.None; + } + + public void StartMission(int mission) + { + this.mission = mission; + accelWaitZero = true; + } + + private TinyPoint createTinyPoint(int x, int y) + { + TinyPoint tinyPoint = new TinyPoint(); + tinyPoint.X = x; + tinyPoint.Y = y; + return tinyPoint; + } + public void Update() + { + pressedGlyphs.Clear(); + if (accelActive != gameData.AccelActive) + { + accelActive = gameData.AccelActive; + if (accelActive) + { + StartAccel(); + } + else + { + StopAccel(); + } + } + double horizontalChange = 0.0; + double verticalChange = 0.0; + int num3 = 0; + padPressed = false; + Def.ButtonGlygh buttonGlygh = Def.ButtonGlygh.None; + //TouchCollection touches = TouchPanel.GetState(); + //touchCount = touches.Count; + List touchesOrClicks = new List(); + //foreach (TouchLocation item in touches) + //{ + // if (item.State == TouchLocationState.Pressed || item.State == TouchLocationState.Moved) + // { + // TinyPoint tinyPoint = default(TinyPoint); + // tinyPoint.X = (int)item.Position.X; + // tinyPoint.Y = (int)item.Position.Y; + // touchesOrClicks.Add(tinyPoint); + // } + //} + + MouseState mouseState = Mouse.GetState(); + if (mouseState.LeftButton == ButtonState.Pressed) + { + touchCount++; + TinyPoint click = new TinyPoint(); + click.X = mouseState.X; + click.Y = mouseState.Y; + touchesOrClicks.Add(click); + } + + + + + + + + float screenWidth = game1.getGraphics().GraphicsDevice.Viewport.Width; + float screenHeight = game1.getGraphics().GraphicsDevice.Viewport.Height; + float screenRatio = screenWidth / screenHeight; + + //if (Def.PLATFORM == Platform.Android && screenRatio > 1.3333333333333333) + { + for (int i = 0; i < touchesOrClicks.Count; i++) + { + + var touchOrClick = touchesOrClicks[i]; + if (touchOrClick.X == -1) continue; + + float originalX = touchOrClick.X; + float originalY = touchOrClick.Y; + + float widthHeightRatio = screenWidth / screenHeight; + float heightRatio = 480 / screenHeight; + float widthRatio = 640 / screenWidth; + //if (Def.DETAILED_DEBUGGING) + //{ + // Debug.WriteLine("-----"); + // Debug.WriteLine("originalX=" + originalX); + // Debug.WriteLine("originalY=" + originalY); + // Debug.WriteLine("heightRatio=" + heightRatio); + // Debug.WriteLine("widthRatio=" + widthRatio); + // Debug.WriteLine("widthHeightRatio=" + widthHeightRatio); + //} + if (screenHeight > 480) + { + touchOrClick.X = (int)(originalX * heightRatio); + touchOrClick.Y = (int)(originalY * heightRatio); + touchesOrClicks[i] = touchOrClick; + } + + //if (Def.DETAILED_DEBUGGING) Debug.WriteLine("new X" + touchOrClick.X); + //if (Def.DETAILED_DEBUGGING) Debug.WriteLine("new Y" + touchOrClick.Y); + } + } + + + + + + + + KeyboardState newState = Keyboard.GetState(); + { + if (newState.IsKeyDown(Keys.LeftControl)) touchesOrClicks.Add(createTinyPoint(-1, Misc.keyboardPressToInt(KeyboardPress.LeftControl))); + if (newState.IsKeyDown(Keys.Up)) touchesOrClicks.Add(createTinyPoint(-1, Misc.keyboardPressToInt(KeyboardPress.Up))); + if (newState.IsKeyDown(Keys.Right)) touchesOrClicks.Add(createTinyPoint(-1, Misc.keyboardPressToInt(KeyboardPress.Right))); + if (newState.IsKeyDown(Keys.Down)) touchesOrClicks.Add(createTinyPoint(-1, Misc.keyboardPressToInt(KeyboardPress.Down))); + if (newState.IsKeyDown(Keys.Left)) touchesOrClicks.Add(createTinyPoint(-1, Misc.keyboardPressToInt(KeyboardPress.Left))); + if (newState.IsKeyDown(Keys.Space)) touchesOrClicks.Add(createTinyPoint(-1, Misc.keyboardPressToInt(KeyboardPress.Space))); + } + if (newState.IsKeyDown(Keys.F11)) + { + game1.ToggleFullScreen (); + Debug.WriteLine("F11 was pressed."); + } + + Boolean keyPressedUp = false; + Boolean keyPressedDown = false; + Boolean keyPressedLeft = false; + Boolean keyPressedRight = false; + foreach (TinyPoint touchOrClick in touchesOrClicks) + { + Boolean keyboardPressed = false; + if (touchOrClick.X == -1) + { + keyboardPressed = true; + } + KeyboardPress keyboardPress = keyboardPressed ? Misc.intToKeyboardPress(touchOrClick.Y) : KeyboardPress.None; + keyPressedUp = keyboardPress == KeyboardPress.Up ? true : keyPressedUp; + keyPressedDown = keyboardPress == KeyboardPress.Down ? true : keyPressedDown; + keyPressedLeft = keyboardPress == KeyboardPress.Left ? true : keyPressedLeft; + keyPressedRight = keyboardPress == KeyboardPress.Right ? true : keyPressedRight; + + { + TinyPoint tinyPoint2 = keyboardPressed ? createTinyPoint(1, 1) : touchOrClick; + if (!accelStarted && Misc.IsInside(GetPadBounds(PadCenter, padSize), tinyPoint2)) + { + padPressed = true; + padTouchPos = tinyPoint2; + } + if (keyboardPress == KeyboardPress.Up || keyboardPress == KeyboardPress.Right || keyboardPress == KeyboardPress.Down || keyboardPress == KeyboardPress.Left) + { + padPressed = true; + } + Debug.WriteLine("padPressed=" + padPressed); + Def.ButtonGlygh buttonGlygh2 = ButtonDetect(tinyPoint2); + Debug.WriteLine("buttonGlyph2 =" + buttonGlygh2); + if (buttonGlygh2 != 0) + { + pressedGlyphs.Add(buttonGlygh2); + } + if (keyboardPressed) + { + switch (keyboardPress) + { + case KeyboardPress.LeftControl: buttonGlygh2 = Def.ButtonGlygh.PlayJump; pressedGlyphs.Add(buttonGlygh2); break; + case KeyboardPress.Space: buttonGlygh2 = Def.ButtonGlygh.PlayAction; pressedGlyphs.Add(buttonGlygh2); break; + } + } + + if ((Phase == Def.Phase.MainSetup || Phase == Def.Phase.PlaySetup) && accelSlider.Move(tinyPoint2)) + { + gameData.AccelSensitivity = accelSlider.Value; + } + switch (buttonGlygh2) + { + case Def.ButtonGlygh.PlayJump: + Debug.WriteLine("Jumping detected"); + accelWaitZero = false; + num3 |= 1; + break; + case Def.ButtonGlygh.PlayDown: + accelWaitZero = false; + num3 |= 4; + break; + case Def.ButtonGlygh.InitGamerA: + case Def.ButtonGlygh.InitGamerB: + case Def.ButtonGlygh.InitGamerC: + case Def.ButtonGlygh.InitSetup: + case Def.ButtonGlygh.InitPlay: + case Def.ButtonGlygh.InitBuy: + case Def.ButtonGlygh.InitRanking: + case Def.ButtonGlygh.WinLostReturn: + case Def.ButtonGlygh.TrialBuy: + case Def.ButtonGlygh.TrialCancel: + case Def.ButtonGlygh.SetupSounds: + case Def.ButtonGlygh.SetupJump: + case Def.ButtonGlygh.SetupZoom: + case Def.ButtonGlygh.SetupAccel: + case Def.ButtonGlygh.SetupReset: + case Def.ButtonGlygh.SetupReturn: + case Def.ButtonGlygh.PauseMenu: + case Def.ButtonGlygh.PauseBack: + case Def.ButtonGlygh.PauseSetup: + case Def.ButtonGlygh.PauseRestart: + case Def.ButtonGlygh.PauseContinue: + case Def.ButtonGlygh.PlayPause: + case Def.ButtonGlygh.PlayAction: + case Def.ButtonGlygh.ResumeMenu: + case Def.ButtonGlygh.ResumeContinue: + case Def.ButtonGlygh.RankingContinue: + case Def.ButtonGlygh.Cheat11: + case Def.ButtonGlygh.Cheat12: + case Def.ButtonGlygh.Cheat21: + case Def.ButtonGlygh.Cheat22: + case Def.ButtonGlygh.Cheat31: + case Def.ButtonGlygh.Cheat32: + case Def.ButtonGlygh.Cheat1: + case Def.ButtonGlygh.Cheat2: + case Def.ButtonGlygh.Cheat3: + case Def.ButtonGlygh.Cheat4: + case Def.ButtonGlygh.Cheat5: + case Def.ButtonGlygh.Cheat6: + case Def.ButtonGlygh.Cheat7: + case Def.ButtonGlygh.Cheat8: + case Def.ButtonGlygh.Cheat9: + accelWaitZero = false; + buttonGlygh = buttonGlygh2; + showCheatMenu = false; + break; + } + } + } + if (buttonGlygh != 0 && buttonGlygh != Def.ButtonGlygh.PlayAction && buttonGlygh != Def.ButtonGlygh.Cheat11 && buttonGlygh != Def.ButtonGlygh.Cheat12 && buttonGlygh != Def.ButtonGlygh.Cheat21 && buttonGlygh != Def.ButtonGlygh.Cheat22 && buttonGlygh != Def.ButtonGlygh.Cheat31 && buttonGlygh != Def.ButtonGlygh.Cheat32 && lastButtonDown == Def.ButtonGlygh.None) + { + TinyPoint tinyPoint3 = default(TinyPoint); + tinyPoint3.X = 320; + tinyPoint3.Y = 240; + TinyPoint pos = tinyPoint3; + sound.PlayImage(0, pos); + } + if (buttonGlygh == Def.ButtonGlygh.None && lastButtonDown != 0) + { + buttonPressed = lastButtonDown; + } + lastButtonDown = buttonGlygh; + if (padPressed) + { + Debug.WriteLine("PadCenter.X=" + PadCenter.X); + Debug.WriteLine("PadCenter.Y=" + PadCenter.Y); + Debug.WriteLine("padTouchPos.X=" + padTouchPos.X); + Debug.WriteLine("padTouchPos.Y=" + padTouchPos.Y); + Debug.WriteLine("keyPressedUp=" + keyPressedUp); + Debug.WriteLine("keyPressedDown=" + keyPressedDown); + Debug.WriteLine("keyPressedLeft=" + keyPressedLeft); + Debug.WriteLine(" keyPressedRight=" + keyPressedRight); + { + if (keyPressedUp) + { + padTouchPos.Y = PadCenter.Y - 30; + padTouchPos.X = PadCenter.X; + if (keyPressedLeft) padTouchPos.X = PadCenter.X - 30; + if (keyPressedRight) padTouchPos.X = PadCenter.X + 30; + } + if (keyPressedDown) { + padTouchPos.Y = PadCenter.Y + 30; + padTouchPos.X = PadCenter.X; + if (keyPressedLeft) padTouchPos.X = PadCenter.X - 30; + if (keyPressedRight) padTouchPos.X = PadCenter.X + 30; + } + if (keyPressedLeft) { + padTouchPos.X = PadCenter.X - 30; + padTouchPos.Y = PadCenter.Y; + if (keyPressedUp) padTouchPos.Y = PadCenter.Y - 30; + if (keyPressedDown) padTouchPos.Y = PadCenter.Y + 30; + } + if (keyPressedRight) { + padTouchPos.X = PadCenter.X + 30; + padTouchPos.Y = PadCenter.Y; + if (keyPressedUp) padTouchPos.Y = PadCenter.Y - 30; + if (keyPressedDown) padTouchPos.Y = PadCenter.Y + 30; + } + } + double horizontalPosition = padTouchPos.X - PadCenter.X; + double verticalPosition = padTouchPos.Y - PadCenter.Y; + + if (horizontalPosition > 20.0) + { + horizontalChange += 1.0; + Debug.WriteLine(" horizontalChange += 1.0;"); + } + if (horizontalPosition < -20.0) + { + horizontalChange -= 1.0; + Debug.WriteLine(" horizontalChange -= 1.0;"); + + } + if (verticalPosition > 20.0) + { + verticalChange += 1.0; + Debug.WriteLine(" verticalPosition += 1.0;"); + + } + if (verticalPosition < -20.0) + { + verticalChange -= 1.0; + Debug.WriteLine(" verticalPosition -= 1.0;"); + } + + } + if (accelStarted) + { + horizontalChange = accelSpeedX; + verticalChange = 0.0; + if (((uint)num3 & 4u) != 0) + { + verticalChange = 1.0; + } + } + decor.SetSpeedX(horizontalChange); + decor.SetSpeedY(verticalChange); + decor.KeyChange(num3); + } + + private Def.ButtonGlygh ButtonDetect(TinyPoint pos) + { + foreach (Def.ButtonGlygh item in ButtonGlyphs.Reverse()) + { + int value = 0; + if (item == Def.ButtonGlygh.PlayJump || item == Def.ButtonGlygh.PlayAction || item == Def.ButtonGlygh.PlayDown || item == Def.ButtonGlygh.PlayPause) + { + value = 20; + } + TinyRect rect = Misc.Inflate(GetButtonRect(item), value); + if (Misc.IsInside(rect, pos)) + { + return item; + } + } + return Def.ButtonGlygh.None; + } + + public void Draw() + { + if (!accelStarted && Phase == Def.Phase.Play) + { + pixmap.DrawIcon(14, 0, GetPadBounds(PadCenter, padSize / 2), 1.0, false); + TinyPoint center = (padPressed ? padTouchPos : PadCenter); + pixmap.DrawIcon(14, 1, GetPadBounds(center, padSize / 2), 1.0, false); + } + foreach (Def.ButtonGlygh buttonGlyph in ButtonGlyphs) + { + bool pressed = pressedGlyphs.Contains(buttonGlyph); + bool selected = false; + if (buttonGlyph >= Def.ButtonGlygh.InitGamerA && buttonGlyph <= Def.ButtonGlygh.InitGamerC) + { + int num = (int)(buttonGlyph - 1); + selected = num == gameData.SelectedGamer; + } + if (buttonGlyph == Def.ButtonGlygh.SetupSounds) + { + selected = gameData.Sounds; + } + if (buttonGlyph == Def.ButtonGlygh.SetupJump) + { + selected = gameData.JumpRight; + } + if (buttonGlyph == Def.ButtonGlygh.SetupZoom) + { + selected = gameData.AutoZoom; + } + if (buttonGlyph == Def.ButtonGlygh.SetupAccel) + { + selected = gameData.AccelActive; + } + pixmap.DrawInputButton(GetButtonRect(buttonGlyph), buttonGlyph, pressed, selected); + } + if ((Phase == Def.Phase.MainSetup || Phase == Def.Phase.PlaySetup) && gameData.AccelActive) + { + accelSlider.Draw(pixmap); + } + } + + private TinyRect GetPadBounds(TinyPoint center, int radius) + { + TinyRect result = default(TinyRect); + result.Left = center.X - radius; + result.Right = center.X + radius; + result.Top = center.Y - radius; + result.Bottom = center.Y + radius; + return result; + } + + public TinyRect GetButtonRect(Def.ButtonGlygh glyph) + { + TinyRect drawBounds = pixmap.DrawBounds; + double num = drawBounds.Width; + double num2 = drawBounds.Height; + double num3 = num2 / 5.0; + double num4 = num2 * 140.0 / 480.0; + double num5 = num2 / 3.5; + if (glyph >= Def.ButtonGlygh.Cheat1 && glyph <= Def.ButtonGlygh.Cheat9) + { + int num6 = (int)(glyph - 35); + TinyRect result = default(TinyRect); + result.Left = 80 * num6; + result.Right = 80 * (num6 + 1); + result.Top = 0; + result.Bottom = 80; + return result; + } + switch (glyph) + { + case Def.ButtonGlygh.InitGamerA: + { + TinyRect result19 = default(TinyRect); + result19.Left = (int)(20.0 + num4 * 0.0); + result19.Right = (int)(20.0 + num4 * 0.5); + result19.Top = (int)(num2 - 20.0 - num4 * 2.1); + result19.Bottom = (int)(num2 - 20.0 - num4 * 1.6); + return result19; + } + case Def.ButtonGlygh.InitGamerB: + { + TinyRect result18 = default(TinyRect); + result18.Left = (int)(20.0 + num4 * 0.0); + result18.Right = (int)(20.0 + num4 * 0.5); + result18.Top = (int)(num2 - 20.0 - num4 * 1.6); + result18.Bottom = (int)(num2 - 20.0 - num4 * 1.1); + return result18; + } + case Def.ButtonGlygh.InitGamerC: + { + TinyRect result15 = default(TinyRect); + result15.Left = (int)(20.0 + num4 * 0.0); + result15.Right = (int)(20.0 + num4 * 0.5); + result15.Top = (int)(num2 - 20.0 - num4 * 1.1); + result15.Bottom = (int)(num2 - 20.0 - num4 * 0.6); + return result15; + } + case Def.ButtonGlygh.InitSetup: + { + TinyRect result14 = default(TinyRect); + result14.Left = (int)(20.0 + num4 * 0.0); + result14.Right = (int)(20.0 + num4 * 0.5); + result14.Top = (int)(num2 - 20.0 - num4 * 0.5); + result14.Bottom = (int)(num2 - 20.0 - num4 * 0.0); + return result14; + } + case Def.ButtonGlygh.InitPlay: + { + TinyRect result11 = default(TinyRect); + result11.Left = (int)(num - 20.0 - num4 * 1.0); + result11.Right = (int)(num - 20.0 - num4 * 0.0); + result11.Top = (int)(num2 - 40.0 - num4 * 1.0); + result11.Bottom = (int)(num2 - 40.0 - num4 * 0.0); + return result11; + } + case Def.ButtonGlygh.InitBuy: + case Def.ButtonGlygh.InitRanking: + { + TinyRect result10 = default(TinyRect); + result10.Left = (int)(num - 20.0 - num4 * 0.75); + result10.Right = (int)(num - 20.0 - num4 * 0.25); + result10.Top = (int)(num2 - 20.0 - num4 * 2.1); + result10.Bottom = (int)(num2 - 20.0 - num4 * 1.6); + return result10; + } + case Def.ButtonGlygh.PauseMenu: + { + TinyRect result37 = default(TinyRect); + result37.Left = (int)((double)PixmapOrigin.X + num4 * -0.21); + result37.Right = (int)((double)PixmapOrigin.X + num4 * 0.79); + result37.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result37.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result37; + } + case Def.ButtonGlygh.PauseBack: + { + TinyRect result36 = default(TinyRect); + result36.Left = (int)((double)PixmapOrigin.X + num4 * 0.79); + result36.Right = (int)((double)PixmapOrigin.X + num4 * 1.79); + result36.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result36.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result36; + } + case Def.ButtonGlygh.PauseSetup: + { + TinyRect result35 = default(TinyRect); + result35.Left = (int)((double)PixmapOrigin.X + num4 * 1.79); + result35.Right = (int)((double)PixmapOrigin.X + num4 * 2.79); + result35.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result35.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result35; + } + case Def.ButtonGlygh.PauseRestart: + { + TinyRect result34 = default(TinyRect); + result34.Left = (int)((double)PixmapOrigin.X + num4 * 2.79); + result34.Right = (int)((double)PixmapOrigin.X + num4 * 3.79); + result34.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result34.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result34; + } + case Def.ButtonGlygh.PauseContinue: + { + TinyRect result33 = default(TinyRect); + result33.Left = (int)((double)PixmapOrigin.X + num4 * 3.79); + result33.Right = (int)((double)PixmapOrigin.X + num4 * 4.79); + result33.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result33.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result33; + } + case Def.ButtonGlygh.ResumeMenu: + { + TinyRect result32 = default(TinyRect); + result32.Left = (int)((double)PixmapOrigin.X + num4 * 1.29); + result32.Right = (int)((double)PixmapOrigin.X + num4 * 2.29); + result32.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result32.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result32; + } + case Def.ButtonGlygh.ResumeContinue: + { + TinyRect result31 = default(TinyRect); + result31.Left = (int)((double)PixmapOrigin.X + num4 * 2.29); + result31.Right = (int)((double)PixmapOrigin.X + num4 * 3.29); + result31.Top = (int)((double)PixmapOrigin.Y + num4 * 2.2); + result31.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.2); + return result31; + } + case Def.ButtonGlygh.WinLostReturn: + { + TinyRect result30 = default(TinyRect); + result30.Left = (int)((double)PixmapOrigin.X + num - num3 * 2.2); + result30.Right = (int)((double)PixmapOrigin.X + num - num3 * 1.2); + result30.Top = (int)((double)PixmapOrigin.Y + num3 * 0.2); + result30.Bottom = (int)((double)PixmapOrigin.Y + num3 * 1.2); + return result30; + } + case Def.ButtonGlygh.TrialBuy: + { + TinyRect result29 = default(TinyRect); + result29.Left = (int)((double)PixmapOrigin.X + num4 * 2.5); + result29.Right = (int)((double)PixmapOrigin.X + num4 * 3.5); + result29.Top = (int)((double)PixmapOrigin.Y + num4 * 2.1); + result29.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.1); + return result29; + } + case Def.ButtonGlygh.TrialCancel: + { + TinyRect result28 = default(TinyRect); + result28.Left = (int)((double)PixmapOrigin.X + num4 * 3.5); + result28.Right = (int)((double)PixmapOrigin.X + num4 * 4.5); + result28.Top = (int)((double)PixmapOrigin.Y + num4 * 2.1); + result28.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.1); + return result28; + } + case Def.ButtonGlygh.RankingContinue: + { + TinyRect result27 = default(TinyRect); + result27.Left = (int)((double)PixmapOrigin.X + num4 * 3.5); + result27.Right = (int)((double)PixmapOrigin.X + num4 * 4.5); + result27.Top = (int)((double)PixmapOrigin.Y + num4 * 2.1); + result27.Bottom = (int)((double)PixmapOrigin.Y + num4 * 3.1); + return result27; + } + case Def.ButtonGlygh.SetupSounds: + { + TinyRect result26 = default(TinyRect); + result26.Left = (int)(20.0 + num4 * 0.0); + result26.Right = (int)(20.0 + num4 * 0.5); + result26.Top = (int)(num2 - 20.0 - num4 * 2.0); + result26.Bottom = (int)(num2 - 20.0 - num4 * 1.5); + return result26; + } + case Def.ButtonGlygh.SetupJump: + { + TinyRect result25 = default(TinyRect); + result25.Left = (int)(20.0 + num4 * 0.0); + result25.Right = (int)(20.0 + num4 * 0.5); + result25.Top = (int)(num2 - 20.0 - num4 * 1.5); + result25.Bottom = (int)(num2 - 20.0 - num4 * 1.0); + return result25; + } + case Def.ButtonGlygh.SetupZoom: + { + TinyRect result24 = default(TinyRect); + result24.Left = (int)(20.0 + num4 * 0.0); + result24.Right = (int)(20.0 + num4 * 0.5); + result24.Top = (int)(num2 - 20.0 - num4 * 1.0); + result24.Bottom = (int)(num2 - 20.0 - num4 * 0.5); + return result24; + } + case Def.ButtonGlygh.SetupAccel: + { + TinyRect result23 = default(TinyRect); + result23.Left = (int)(20.0 + num4 * 0.0); + result23.Right = (int)(20.0 + num4 * 0.5); + result23.Top = (int)(num2 - 20.0 - num4 * 0.5); + result23.Bottom = (int)(num2 - 20.0 - num4 * 0.0); + return result23; + } + case Def.ButtonGlygh.SetupReset: + { + TinyRect result22 = default(TinyRect); + result22.Left = (int)(450.0 + num4 * 0.0); + result22.Right = (int)(450.0 + num4 * 0.5); + result22.Top = (int)(num2 - 20.0 - num4 * 2.0); + result22.Bottom = (int)(num2 - 20.0 - num4 * 1.5); + return result22; + } + case Def.ButtonGlygh.SetupReturn: + { + TinyRect result21 = default(TinyRect); + result21.Left = (int)(num - 20.0 - num4 * 0.8); + result21.Right = (int)(num - 20.0 - num4 * 0.0); + result21.Top = (int)(num2 - 20.0 - num4 * 0.8); + result21.Bottom = (int)(num2 - 20.0 - num4 * 0.0); + return result21; + } + case Def.ButtonGlygh.PlayPause: + { + TinyRect result20 = default(TinyRect); + result20.Left = (int)(num - num3 * 0.7); + result20.Right = (int)(num - num3 * 0.2); + result20.Top = (int)(num3 * 0.2); + result20.Bottom = (int)(num3 * 0.7); + return result20; + } + case Def.ButtonGlygh.PlayAction: + { + if (gameData.JumpRight) + { + TinyRect result16 = default(TinyRect); + result16.Left = (int)((double)drawBounds.Width - num3 * 1.2); + result16.Right = (int)((double)drawBounds.Width - num3 * 0.2); + result16.Top = (int)(num2 - num3 * 2.6); + result16.Bottom = (int)(num2 - num3 * 1.6); + return result16; + } + TinyRect result17 = default(TinyRect); + result17.Left = (int)(num3 * 0.2); + result17.Right = (int)(num3 * 1.2); + result17.Top = (int)(num2 - num3 * 2.6); + result17.Bottom = (int)(num2 - num3 * 1.6); + return result17; + } + case Def.ButtonGlygh.PlayJump: + { + if (gameData.JumpRight) + { + TinyRect result12 = default(TinyRect); + result12.Left = (int)((double)drawBounds.Width - num3 * 1.2); + result12.Right = (int)((double)drawBounds.Width - num3 * 0.2); + result12.Top = (int)(num2 - num3 * 1.2); + result12.Bottom = (int)(num2 - num3 * 0.2); + return result12; + } + TinyRect result13 = default(TinyRect); + result13.Left = (int)(num3 * 0.2); + result13.Right = (int)(num3 * 1.2); + result13.Top = (int)(num2 - num3 * 1.2); + result13.Bottom = (int)(num2 - num3 * 0.2); + return result13; + } + case Def.ButtonGlygh.PlayDown: + { + if (gameData.JumpRight) + { + TinyRect result8 = default(TinyRect); + result8.Left = (int)(num3 * 0.2); + result8.Right = (int)(num3 * 1.2); + result8.Top = (int)(num2 - num3 * 1.2); + result8.Bottom = (int)(num2 - num3 * 0.2); + return result8; + } + TinyRect result9 = default(TinyRect); + result9.Left = (int)((double)drawBounds.Width - num3 * 1.2); + result9.Right = (int)((double)drawBounds.Width - num3 * 0.2); + result9.Top = (int)(num2 - num3 * 1.2); + result9.Bottom = (int)(num2 - num3 * 0.2); + return result9; + } + case Def.ButtonGlygh.Cheat11: + { + TinyRect result7 = default(TinyRect); + result7.Left = (int)(num5 * 0.0); + result7.Right = (int)(num5 * 1.0); + result7.Top = (int)(num5 * 0.0); + result7.Bottom = (int)(num5 * 1.0); + return result7; + } + case Def.ButtonGlygh.Cheat12: + { + TinyRect result6 = default(TinyRect); + result6.Left = (int)(num5 * 0.0); + result6.Right = (int)(num5 * 1.0); + result6.Top = (int)(num5 * 1.0); + result6.Bottom = (int)(num5 * 2.0); + return result6; + } + case Def.ButtonGlygh.Cheat21: + { + TinyRect result5 = default(TinyRect); + result5.Left = (int)(num5 * 1.0); + result5.Right = (int)(num5 * 2.0); + result5.Top = (int)(num5 * 0.0); + result5.Bottom = (int)(num5 * 1.0); + return result5; + } + case Def.ButtonGlygh.Cheat22: + { + TinyRect result4 = default(TinyRect); + result4.Left = (int)(num5 * 1.0); + result4.Right = (int)(num5 * 2.0); + result4.Top = (int)(num5 * 1.0); + result4.Bottom = (int)(num5 * 2.0); + return result4; + } + case Def.ButtonGlygh.Cheat31: + { + TinyRect result3 = default(TinyRect); + result3.Left = (int)(num5 * 2.0); + result3.Right = (int)(num5 * 3.0); + result3.Top = (int)(num5 * 0.0); + result3.Bottom = (int)(num5 * 1.0); + return result3; + } + case Def.ButtonGlygh.Cheat32: + { + TinyRect result2 = default(TinyRect); + result2.Left = (int)(num5 * 2.0); + result2.Right = (int)(num5 * 3.0); + result2.Top = (int)(num5 * 1.0); + result2.Bottom = (int)(num5 * 2.0); + return result2; + } + default: + return default(TinyRect); + } + } + + private void StartAccel() + { + try + { + accelSensor.Start(); + accelStarted = true; + } + catch (AccelerometerFailedException) + { + accelStarted = false; + } + catch (UnauthorizedAccessException) + { + accelStarted = false; + } + } + + private void StopAccel() + { + if (accelStarted) + { + try + { + accelSensor.Stop(); + } + catch (AccelerometerFailedException) + { + } + accelStarted = false; + } + } + + + private void HandleAccelSensorCurrentValueChanged(object sender, AccelerometerEventArgs e) + { + //IL_0001: Unknown result type (might be due to invalid IL or missing references) + //IL_0006: Unknown result type (might be due to invalid IL or missing references) + + float y = e.Y; + float num = (1f - (float)gameData.AccelSensitivity) * 0.06f + 0.04f; + float num2 = (accelLastState ? (num * 0.6f) : num); + if (y > num2) + { + accelSpeedX = 0.0 - Math.Min((double)y * 0.25 / (double)num + 0.25, 1.0); + } + else if (y < 0f - num2) + { + accelSpeedX = Math.Min((double)(0f - y) * 0.25 / (double)num + 0.25, 1.0); + } + else + { + accelSpeedX = 0.0; + } + accelLastState = accelSpeedX != 0.0; + if (accelWaitZero) + { + if (accelSpeedX == 0.0) + { + accelWaitZero = false; + } + else + { + accelSpeedX = 0.0; + } + } + } + } + +} \ No newline at end of file diff --git a/Jauge.cs b/Jauge.cs new file mode 100644 index 0000000..c479539 --- /dev/null +++ b/Jauge.cs @@ -0,0 +1,159 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Jauge +using Microsoft.Xna.Framework.Media; +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + public class Jauge + { + private Pixmap m_pixmap; + + private Sound m_sound; + + private bool m_bHide; + + private TinyPoint m_pos; + + private TinyPoint m_dim; + + private int m_mode; + + private int m_level; + + private bool m_bMinimizeRedraw; + + private bool m_bRedraw; + + private double m_zoom; + + public double Zoom + { + get + { + return m_zoom; + } + set + { + m_zoom = value; + } + } + + public Jauge() + { + m_mode = 0; + m_bHide = true; + m_bMinimizeRedraw = false; + m_bRedraw = false; + m_zoom = 1.0; + } + + public bool Create(Pixmap pixmap, Sound sound, TinyPoint pos, int mode, bool bMinimizeRedraw) + { + m_pixmap = pixmap; + m_sound = sound; + m_mode = mode; + m_bMinimizeRedraw = bMinimizeRedraw; + m_bHide = true; + m_pos = pos; + m_dim.X = 124; + m_dim.Y = 22; + m_level = 0; + m_bRedraw = true; + return true; + } + + public void Draw() + { + TinyRect rect = default(TinyRect); + if (m_bMinimizeRedraw && !m_bRedraw) + { + return; + } + m_bRedraw = false; + if (!m_bHide) + { + int num = m_level * 114 / 100; + rect.Left = 0; + rect.Right = 124; + rect.Top = 0; + rect.Bottom = 22; + m_pixmap.DrawPart(5, m_pos, rect, m_zoom); + if (num > 0) + { + rect.Left = 0; + rect.Right = 6 + num; + rect.Top = 22 * m_mode; + rect.Bottom = 22 * (m_mode + 1); + m_pixmap.DrawPart(5, m_pos, rect, m_zoom); + } + } + } + + public void Redraw() + { + m_bRedraw = true; + } + + public int GetLevel() + { + return m_level; + } + + public void SetLevel(int level) + { + if (level < 0) + { + level = 0; + } + if (level > 100) + { + level = 100; + } + if (m_level != level) + { + m_bRedraw = true; + } + m_level = level; + } + + public int GetMode() + { + return m_mode; + } + + public void SetMode(int mode) + { + if (m_mode != mode) + { + m_bRedraw = true; + } + m_mode = mode; + } + + public bool GetHide() + { + return m_bHide; + } + + public void SetHide(bool bHide) + { + if (m_bHide != bHide) + { + m_bRedraw = true; + } + m_bHide = bHide; + } + + public TinyPoint GetPos() + { + return m_pos; + } + + public void SetRedraw() + { + m_bRedraw = true; + } + } + +} \ No newline at end of file diff --git a/MarketPlace.cs b/MarketPlace.cs new file mode 100644 index 0000000..bdf362e --- /dev/null +++ b/MarketPlace.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Microsoft.Xna.Framework; + +namespace WindowsPhoneSpeedyBlupi +{ + public class MarketPlace + { + public static void Show(PlayerIndex playerIndex) + { + //Guide.ShowMarketplace(PlayerIndex.One); + Debug.Write("The Market Place should be shown."); + } + } +} diff --git a/Misc.cs b/Misc.cs new file mode 100644 index 0000000..d8ca51b --- /dev/null +++ b/Misc.cs @@ -0,0 +1,156 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Misc +using System; +using Microsoft.Xna.Framework; +using WindowsPhoneSpeedyBlupi; +using static WindowsPhoneSpeedyBlupi.Def; + + +namespace WindowsPhoneSpeedyBlupi +{ + public static class Misc + { + public static Rectangle RotateAdjust(Rectangle rect, double angle) + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = rect.Width / 2; + tinyPoint.Y = rect.Height / 2; + TinyPoint p = tinyPoint; + TinyPoint tinyPoint2 = RotatePointRad(angle, p); + int num = tinyPoint2.X - p.X; + int num2 = tinyPoint2.Y - p.Y; + return new Rectangle(rect.Left - num, rect.Top - num2, rect.Width, rect.Height); + } + + public static TinyPoint RotatePointRad(double angle, TinyPoint p) + { + return RotatePointRad(default(TinyPoint), angle, p); + } + + public static TinyPoint RotatePointRad(TinyPoint center, double angle, TinyPoint p) + { + TinyPoint tinyPoint = default(TinyPoint); + TinyPoint result = default(TinyPoint); + tinyPoint.X = p.X - center.X; + tinyPoint.Y = p.Y - center.Y; + double num = Math.Sin(angle); + double num2 = Math.Cos(angle); + result.X = (int)((double)tinyPoint.X * num2 - (double)tinyPoint.Y * num); + result.Y = (int)((double)tinyPoint.X * num + (double)tinyPoint.Y * num2); + result.X += center.X; + result.Y += center.Y; + return result; + } + + public static double DegToRad(double angle) + { + return angle * Math.PI / 180.0; + } + + public static int Approch(int actual, int final, int step) + { + if (actual < final) + { + actual = Math.Min(actual + step, final); + } + else if (actual > final) + { + actual = Math.Max(actual - step, final); + } + return actual; + } + + public static int Speed(double speed, int max) + { + if (speed > 0.0) + { + return Math.Max((int)(speed * (double)max), 1); + } + if (speed < 0.0) + { + return Math.Min((int)(speed * (double)max), -1); + } + return 0; + } + + public static TinyRect Inflate(TinyRect rect, int value) + { + TinyRect result = default(TinyRect); + result.Left = rect.Left - value; + result.Right = rect.Right + value; + result.Top = rect.Top - value; + result.Bottom = rect.Bottom + value; + return result; + } + + public static bool IsInside(TinyRect rect, TinyPoint p) + { + if (p.X >= rect.Left && p.X <= rect.Right && p.Y >= rect.Top) + { + return p.Y <= rect.Bottom; + } + return false; + } + + public static bool IntersectRect(out TinyRect dst, TinyRect src1, TinyRect src2) + { + dst = default(TinyRect); + dst.Left = Math.Max(src1.Left, src2.Left); + dst.Right = Math.Min(src1.Right, src2.Right); + dst.Top = Math.Max(src1.Top, src2.Top); + dst.Bottom = Math.Min(src1.Bottom, src2.Bottom); + return !IsRectEmpty(dst); + } + + public static bool UnionRect(out TinyRect dst, TinyRect src1, TinyRect src2) + { + dst = default(TinyRect); + dst.Left = Math.Min(src1.Left, src2.Left); + dst.Right = Math.Max(src1.Right, src2.Right); + dst.Top = Math.Min(src1.Top, src2.Top); + dst.Bottom = Math.Max(src1.Bottom, src2.Bottom); + return !IsRectEmpty(dst); + } + + private static bool IsRectEmpty(TinyRect rect) + { + if (rect.Left < rect.Right) + { + return rect.Top >= rect.Bottom; + } + return true; + } + + public static KeyboardPress intToKeyboardPress(int i) { + switch (i) + { + case 0: return KeyboardPress.None; + case 1: return KeyboardPress.Up; + case 2: return KeyboardPress.Right; + case 3: return KeyboardPress.Down; + case 4: return KeyboardPress.Left; + case 5: return KeyboardPress.LeftControl; + case 6: return KeyboardPress.Space; + case 7: return KeyboardPress.Escape; + case 8: return KeyboardPress.Pause; + default: throw new Exception("Unsupported number for KeyboardPress: " + i); + } + } + public static int keyboardPressToInt(KeyboardPress kp) + { + switch (kp) + { + case KeyboardPress.None: return 0; + case KeyboardPress.Up: return 1; + case KeyboardPress.Right: return 2; + case KeyboardPress.Down: return 3; + case KeyboardPress.Left: return 4; + case KeyboardPress.LeftControl: return 5; + case KeyboardPress.Space: return 6; + case KeyboardPress.Escape: return 7; + case KeyboardPress.Pause: return 8; + default: throw new Exception("Unsupported KeyboardPress: " + kp); + } + } + } +} \ No newline at end of file diff --git a/MyResource.cs b/MyResource.cs new file mode 100644 index 0000000..459d4e4 --- /dev/null +++ b/MyResource.cs @@ -0,0 +1,776 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.MyResource +using System.Collections.Generic; +using System.Globalization; + +namespace WindowsPhoneSpeedyBlupi +{ + public static class MyResource + { + public static readonly int TX_BUTTON_PLAY; + + public static readonly int TX_BUTTON_MENU; + + public static readonly int TX_BUTTON_BACK; + + public static readonly int TX_BUTTON_RESTART; + + public static readonly int TX_BUTTON_CONTINUE; + + public static readonly int TX_BUTTON_BUY; + + public static readonly int TX_BUTTON_SETUP; + + public static readonly int TX_BUTTON_SETUP_SOUNDS; + + public static readonly int TX_BUTTON_SETUP_JUMP; + + public static readonly int TX_BUTTON_SETUP_ZOOM; + + public static readonly int TX_BUTTON_SETUP_ACCEL; + + public static readonly int TX_BUTTON_SETUP_RESET; + + public static readonly int TX_BUTTON_RANKING; + + public static readonly int TX_GAMER_TITLE; + + public static readonly int TX_GAMER_MDOORS; + + public static readonly int TX_GAMER_SDOORS; + + public static readonly int TX_GAMER_LIFES; + + public static readonly int TX_TRIAL1; + + public static readonly int TX_TRIAL2; + + public static readonly int TX_TRIAL3; + + public static readonly int TX_TRIAL4; + + public static readonly int TX_TRIAL5; + + public static readonly int TX_TRIAL6; + + public static readonly int TX_TRAINING101; + + public static readonly int TX_TRAINING102; + + public static readonly int TX_TRAINING103; + + public static readonly int TX_TRAINING104; + + public static readonly int TX_TRAINING105; + + public static readonly int TX_TRAINING106; + + public static readonly int TX_TRAINING107; + + public static readonly int TX_TRAINING108; + + public static readonly int TX_TRAINING109; + + public static readonly int TX_TRAINING110; + + public static readonly int TX_TRAINING111; + + public static readonly int TX_TRAINING112; + + public static readonly int TX_TRAINING113; + + public static readonly int TX_TRAINING114; + + public static readonly int TX_TRAINING115; + + public static readonly int TX_TRAINING116; + + public static readonly int TX_TRAINING117; + + public static readonly int TX_TRAINING118; + + public static readonly int TX_TRAINING119; + + public static readonly int TX_TRAINING120; + + public static readonly int TX_TRAINING121; + + public static readonly int TX_TRAINING122; + + public static readonly int TX_TRAINING123; + + public static readonly int TX_TRAINING201; + + public static readonly int TX_TRAINING202; + + public static readonly int TX_TRAINING203; + + public static readonly int TX_TRAINING204; + + public static readonly int TX_TRAINING205; + + public static readonly int TX_TRAINING206; + + public static readonly int TX_TRAINING207; + + public static readonly int TX_TRAINING208; + + public static readonly int TX_TRAINING209; + + public static readonly int TX_TRAINING210; + + public static readonly int TX_TRAINING301; + + public static readonly int TX_TRAINING302; + + public static readonly int TX_TRAINING303; + + public static readonly int TX_TRAINING304; + + public static readonly int TX_TRAINING305; + + public static readonly int TX_TRAINING306; + + public static readonly int TX_TRAINING307; + + public static readonly int TX_TRAINING308; + + public static readonly int TX_TRAINING309; + + public static readonly int TX_TRAINING310; + + public static readonly int TX_TRAINING311; + + public static readonly int TX_TRAINING401; + + public static readonly int TX_TRAINING402; + + public static readonly int TX_TRAINING403; + + public static readonly int TX_TRAINING404; + + public static readonly int TX_TRAINING405; + + public static readonly int TX_TRAINING406; + + public static readonly int TX_TRAINING407; + + public static readonly int TX_TRAINING408; + + public static readonly int TX_TRAINING409; + + public static readonly int TX_TRAINING410; + + public static readonly int TX_TRAINING101a; + + public static readonly int TX_TRAINING102a; + + public static readonly int TX_TRAINING103a; + + public static readonly int TX_TRAINING104a; + + public static readonly int TX_TRAINING105a; + + public static readonly int TX_TRAINING106a; + + public static readonly int TX_TRAINING107a; + + public static readonly int TX_TRAINING108a; + + public static readonly int TX_TRAINING109a; + + public static readonly int TX_TRAINING110a; + + public static readonly int TX_TRAINING111a; + + public static readonly int TX_TRAINING112a; + + public static readonly int TX_TRAINING113a; + + public static readonly int TX_TRAINING114a; + + public static readonly int TX_TRAINING115a; + + public static readonly int TX_TRAINING116a; + + public static readonly int TX_TRAINING117a; + + public static readonly int TX_TRAINING118a; + + public static readonly int TX_TRAINING119a; + + public static readonly int TX_TRAINING120a; + + public static readonly int TX_TRAINING121a; + + public static readonly int TX_TRAINING122a; + + public static readonly int TX_TRAINING123a; + + public static readonly int TX_TRAINING201a; + + public static readonly int TX_TRAINING202a; + + public static readonly int TX_TRAINING203a; + + public static readonly int TX_TRAINING204a; + + public static readonly int TX_TRAINING205a; + + public static readonly int TX_TRAINING206a; + + public static readonly int TX_TRAINING207a; + + public static readonly int TX_TRAINING208a; + + public static readonly int TX_TRAINING209a; + + public static readonly int TX_TRAINING210a; + + public static readonly int TX_TRAINING301a; + + public static readonly int TX_TRAINING302a; + + public static readonly int TX_TRAINING303a; + + public static readonly int TX_TRAINING304a; + + public static readonly int TX_TRAINING305a; + + public static readonly int TX_TRAINING306a; + + public static readonly int TX_TRAINING307a; + + public static readonly int TX_TRAINING308a; + + public static readonly int TX_TRAINING309a; + + public static readonly int TX_TRAINING310a; + + public static readonly int TX_TRAINING311a; + + public static readonly int TX_TRAINING401a; + + public static readonly int TX_TRAINING402a; + + public static readonly int TX_TRAINING403a; + + public static readonly int TX_TRAINING404a; + + public static readonly int TX_TRAINING405a; + + public static readonly int TX_TRAINING406a; + + public static readonly int TX_TRAINING407a; + + public static readonly int TX_TRAINING408a; + + public static readonly int TX_TRAINING409a; + + public static readonly int TX_TRAINING410a; + + private static Dictionary resources; + + public static string LoadString(int res) + { + string value; + if (resources.TryGetValue(res, out value)) + { + return value; + } + return "???"; + } + + static MyResource() + { + TX_BUTTON_PLAY = 100; + TX_BUTTON_MENU = 101; + TX_BUTTON_BACK = 102; + TX_BUTTON_RESTART = 103; + TX_BUTTON_CONTINUE = 104; + TX_BUTTON_BUY = 105; + TX_BUTTON_SETUP = 107; + TX_BUTTON_SETUP_SOUNDS = 108; + TX_BUTTON_SETUP_JUMP = 109; + TX_BUTTON_SETUP_ZOOM = 110; + TX_BUTTON_SETUP_ACCEL = 111; + TX_BUTTON_SETUP_RESET = 112; + TX_BUTTON_RANKING = 113; + TX_GAMER_TITLE = 200; + TX_GAMER_MDOORS = 201; + TX_GAMER_SDOORS = 202; + TX_GAMER_LIFES = 203; + TX_TRIAL1 = 300; + TX_TRIAL2 = 301; + TX_TRIAL3 = 302; + TX_TRIAL4 = 303; + TX_TRIAL5 = 304; + TX_TRIAL6 = 305; + TX_TRAINING101 = 1000; + TX_TRAINING102 = 1001; + TX_TRAINING103 = 1002; + TX_TRAINING104 = 1003; + TX_TRAINING105 = 1004; + TX_TRAINING106 = 1005; + TX_TRAINING107 = 1006; + TX_TRAINING108 = 1007; + TX_TRAINING109 = 1008; + TX_TRAINING110 = 1009; + TX_TRAINING111 = 1010; + TX_TRAINING112 = 1011; + TX_TRAINING113 = 1012; + TX_TRAINING114 = 1013; + TX_TRAINING115 = 1014; + TX_TRAINING116 = 1015; + TX_TRAINING117 = 1016; + TX_TRAINING118 = 1017; + TX_TRAINING119 = 1018; + TX_TRAINING120 = 1019; + TX_TRAINING121 = 1020; + TX_TRAINING122 = 1021; + TX_TRAINING123 = 1022; + TX_TRAINING201 = 2000; + TX_TRAINING202 = 2001; + TX_TRAINING203 = 2002; + TX_TRAINING204 = 2003; + TX_TRAINING205 = 2004; + TX_TRAINING206 = 2005; + TX_TRAINING207 = 2006; + TX_TRAINING208 = 2007; + TX_TRAINING209 = 2008; + TX_TRAINING210 = 2009; + TX_TRAINING301 = 3000; + TX_TRAINING302 = 3001; + TX_TRAINING303 = 3002; + TX_TRAINING304 = 3003; + TX_TRAINING305 = 3004; + TX_TRAINING306 = 3005; + TX_TRAINING307 = 3006; + TX_TRAINING308 = 3007; + TX_TRAINING309 = 3008; + TX_TRAINING310 = 3009; + TX_TRAINING311 = 3010; + TX_TRAINING401 = 4000; + TX_TRAINING402 = 4001; + TX_TRAINING403 = 4002; + TX_TRAINING404 = 4003; + TX_TRAINING405 = 4004; + TX_TRAINING406 = 4005; + TX_TRAINING407 = 4006; + TX_TRAINING408 = 4007; + TX_TRAINING409 = 4008; + TX_TRAINING410 = 4009; + TX_TRAINING101a = 11000; + TX_TRAINING102a = 11001; + TX_TRAINING103a = 11002; + TX_TRAINING104a = 11003; + TX_TRAINING105a = 11004; + TX_TRAINING106a = 11005; + TX_TRAINING107a = 11006; + TX_TRAINING108a = 11007; + TX_TRAINING109a = 11008; + TX_TRAINING110a = 11009; + TX_TRAINING111a = 11010; + TX_TRAINING112a = 11011; + TX_TRAINING113a = 11012; + TX_TRAINING114a = 11013; + TX_TRAINING115a = 11014; + TX_TRAINING116a = 11015; + TX_TRAINING117a = 11016; + TX_TRAINING118a = 11017; + TX_TRAINING119a = 11018; + TX_TRAINING120a = 11019; + TX_TRAINING121a = 11020; + TX_TRAINING122a = 11021; + TX_TRAINING123a = 11022; + TX_TRAINING201a = 12000; + TX_TRAINING202a = 12001; + TX_TRAINING203a = 12002; + TX_TRAINING204a = 12003; + TX_TRAINING205a = 12004; + TX_TRAINING206a = 12005; + TX_TRAINING207a = 12006; + TX_TRAINING208a = 12007; + TX_TRAINING209a = 12008; + TX_TRAINING210a = 12009; + TX_TRAINING301a = 13000; + TX_TRAINING302a = 13001; + TX_TRAINING303a = 13002; + TX_TRAINING304a = 13003; + TX_TRAINING305a = 13004; + TX_TRAINING306a = 13005; + TX_TRAINING307a = 13006; + TX_TRAINING308a = 13007; + TX_TRAINING309a = 13008; + TX_TRAINING310a = 13009; + TX_TRAINING311a = 13010; + TX_TRAINING401a = 14000; + TX_TRAINING402a = 14001; + TX_TRAINING403a = 14002; + TX_TRAINING404a = 14003; + TX_TRAINING405a = 14004; + TX_TRAINING406a = 14005; + TX_TRAINING407a = 14006; + TX_TRAINING408a = 14007; + TX_TRAINING409a = 14008; + TX_TRAINING410a = 14009; + resources = new Dictionary(); + string text = CultureInfo.CurrentCulture.TwoLetterISOLanguageName.ToLower(); + string text2; + if ((text2 = text) != null && text2 == "fr") + { + InitializeFR(); + } + else + { + InitializeEN(); + } + } + + private static void InitializeFR() + { + resources.Add(TX_BUTTON_PLAY, "Jouer"); + resources.Add(TX_BUTTON_MENU, "Menu"); + resources.Add(TX_BUTTON_BACK, "Retour"); + resources.Add(TX_BUTTON_RESTART, "Recommencer"); + resources.Add(TX_BUTTON_CONTINUE, "Continuer"); + resources.Add(TX_BUTTON_BUY, "Acheter"); + resources.Add(TX_BUTTON_RANKING, "Classement"); + resources.Add(TX_BUTTON_SETUP, "Réglages"); + resources.Add(TX_BUTTON_SETUP_SOUNDS, "Bruitages"); + resources.Add(TX_BUTTON_SETUP_JUMP, "Bouton de saut à droite"); + resources.Add(TX_BUTTON_SETUP_ZOOM, "Zoom automatique sur l'action"); + resources.Add(TX_BUTTON_SETUP_ACCEL, "Accéléromètre"); + resources.Add(TX_BUTTON_SETUP_RESET, "Joueur {0} :\nEffacer la progression"); + resources.Add(TX_GAMER_TITLE, "Joueur {0}"); + resources.Add(TX_GAMER_MDOORS, "Portes principales : {0}/12"); + resources.Add(TX_GAMER_SDOORS, "Portes secondaires : {0}/52"); + resources.Add(TX_GAMER_LIFES, "Blupi : {0}"); + resources.Add(TX_TRIAL1, "Achetez la version complète"); + resources.Add(TX_TRIAL2, "\u000e 64 niveaux passionnants"); + resources.Add(TX_TRIAL3, "\u000e Des décors variés"); + resources.Add(TX_TRIAL4, "\u000e Une difficulté progressive"); + resources.Add(TX_TRIAL5, "\u000e De nouveaux pièges"); + resources.Add(TX_TRIAL6, "\u000e Un challenge fun"); + resources.Add(TX_TRAINING101, "Utilise la roue directionnelle \0."); + resources.Add(TX_TRAINING102, "Appuie maintenant sur Saut \b."); + resources.Add(TX_TRAINING103, "Appuie à droite sur la roue directionnelle \0 et sur Saut \b."); + resources.Add(TX_TRAINING104, "Appuie sur Droite \0 et Saut \b."); + resources.Add(TX_TRAINING105, "Essaie de ne pas te mouiller avec \0 \b !"); + resources.Add(TX_TRAINING106, ""); + resources.Add(TX_TRAINING107, "Prend l'ascenseur calmement, sans sauter \0."); + resources.Add(TX_TRAINING108, "Saute sur l'ascenseur."); + resources.Add(TX_TRAINING109, ""); + resources.Add(TX_TRAINING110, "Avance sans sauter et sans t'arrêter \0 !"); + resources.Add(TX_TRAINING111, ""); + resources.Add(TX_TRAINING112, ""); + resources.Add(TX_TRAINING113, "Avance sur la plateforme \0."); + resources.Add(TX_TRAINING114, "Quitte la plateforme \0."); + resources.Add(TX_TRAINING115, "Encore une fois, mais plus vite..."); + resources.Add(TX_TRAINING116, "Avance sur la plateforme \0 puis saute \0 \b."); + resources.Add(TX_TRAINING117, "Saute lorsque tu es sur la plateforme \0 \b."); + resources.Add(TX_TRAINING118, "Passe par en haut \0 \b."); + resources.Add(TX_TRAINING119, "Les oeufs te redonnent des vies."); + resources.Add(TX_TRAINING120, "Arrivé en haut, avance sur l'autre plateforme sans tarder..."); + resources.Add(TX_TRAINING121, "Attrape le deuxième et dernier trésor."); + resources.Add(TX_TRAINING122, "Pour terminer, va sur la flèche rouge."); + resources.Add(TX_TRAINING201, "Pousse la caisse sur le point rouge avec \0."); + resources.Add(TX_TRAINING202, "Pratique, cette caisse, non ?"); + resources.Add(TX_TRAINING203, "Tire la caisse sur le point rouge avec \u0003."); + resources.Add(TX_TRAINING204, "Empile les 2 caisses sur le point rouge pour passer."); + resources.Add(TX_TRAINING205, "Empile 3 caisses sur le point rouge pour passer."); + resources.Add(TX_TRAINING206, ""); + resources.Add(TX_TRAINING207, ""); + resources.Add(TX_TRAINING208, ""); + resources.Add(TX_TRAINING209, ""); + resources.Add(TX_TRAINING210, ""); + resources.Add(TX_TRAINING301, "Prend un hélico avec \t."); + resources.Add(TX_TRAINING302, "Utilise \u0006 ou \b pour décoller. Dirige avec \u0004 et \0."); + resources.Add(TX_TRAINING303, "Quitte l'hélico avec \t, il n'aime pas l'eau !"); + resources.Add(TX_TRAINING304, "Plonge. Utilise \u0004 \0 \u0002 \u0006 pour te diriger."); + resources.Add(TX_TRAINING305, "Prend un hélico \t puis décole avec \u0006 ou \b."); + resources.Add(TX_TRAINING306, "Attrape les 3 trésors puis monte."); + resources.Add(TX_TRAINING307, "Pour passer, va chercher un skate en haut à gauche."); + resources.Add(TX_TRAINING308, "Prend un skate avec \t."); + resources.Add(TX_TRAINING309, "Tu peux passer sans crainte avec ton skate \0."); + resources.Add(TX_TRAINING310, "Ton skate n'aime pas l'eau ! Utilise \0 \b."); + resources.Add(TX_TRAINING311, "Pose ton skate avec \t."); + resources.Add(TX_TRAINING401, "Prend la dynamite avec \t."); + resources.Add(TX_TRAINING402, "Ne pose surtout pas la dynamite ici avec \t !"); + resources.Add(TX_TRAINING403, "Va chercher de la dynamite à gauche."); + resources.Add(TX_TRAINING404, "Pose la dynamite avec \t, puis barre-toi !"); + resources.Add(TX_TRAINING405, "Pose encore de la dynamite pour passer."); + resources.Add(TX_TRAINING406, ""); + resources.Add(TX_TRAINING407, ""); + resources.Add(TX_TRAINING408, ""); + resources.Add(TX_TRAINING409, ""); + resources.Add(TX_TRAINING410, ""); + resources.Add(TX_TRAINING101a, "Incline le téléphone à droite \v."); + resources.Add(TX_TRAINING102a, "Appuie maintenant sur Saut \b."); + resources.Add(TX_TRAINING103a, "\v et appuie sur Saut \b."); + resources.Add(TX_TRAINING104a, "\v et Saut \b."); + resources.Add(TX_TRAINING105a, "Essaie de ne pas te mouiller avec \v \b !"); + resources.Add(TX_TRAINING106a, ""); + resources.Add(TX_TRAINING107a, "Prend l'ascenseur calmement, sans sauter \v."); + resources.Add(TX_TRAINING108a, "Saute sur l'ascenseur."); + resources.Add(TX_TRAINING109a, ""); + resources.Add(TX_TRAINING110a, "Avance sans sauter et sans t'arrêter \v !"); + resources.Add(TX_TRAINING111a, ""); + resources.Add(TX_TRAINING112a, ""); + resources.Add(TX_TRAINING113a, "Avance sur la plateforme \v."); + resources.Add(TX_TRAINING114a, "Quitte la plateforme \v."); + resources.Add(TX_TRAINING115a, "Encore une fois, mais plus vite..."); + resources.Add(TX_TRAINING116a, "Avance sur la plateforme \v puis saute \v \b."); + resources.Add(TX_TRAINING117a, "Saute lorsque tu es sur la plateforme \v \b."); + resources.Add(TX_TRAINING118a, "Passe par en haut \v \b."); + resources.Add(TX_TRAINING119a, "Les oeufs te redonnent des vies."); + resources.Add(TX_TRAINING120a, "Arrivé en haut, avance sur l'autre plateforme sans tarder..."); + resources.Add(TX_TRAINING121a, "Attrape le deuxième et dernier trésor."); + resources.Add(TX_TRAINING122a, "Pour terminer, va sur la flèche rouge."); + resources.Add(TX_TRAINING201a, "Pousse la caisse sur le point rouge avec \v."); + resources.Add(TX_TRAINING202a, "Pratique, cette caisse, non ?"); + resources.Add(TX_TRAINING203a, "Tire la caisse sur le point rouge avec \f et \n."); + resources.Add(TX_TRAINING204a, "Empile les 2 caisses sur le point rouge pour passer."); + resources.Add(TX_TRAINING205a, "Empile 3 caisses sur le point rouge pour passer."); + resources.Add(TX_TRAINING206a, ""); + resources.Add(TX_TRAINING207a, ""); + resources.Add(TX_TRAINING208a, ""); + resources.Add(TX_TRAINING209a, ""); + resources.Add(TX_TRAINING210a, ""); + resources.Add(TX_TRAINING301a, "Prend un hélico avec \t."); + resources.Add(TX_TRAINING302a, "Utilise \b pour décoller. Dirige avec \f et \v."); + resources.Add(TX_TRAINING303a, "Quitte l'hélico avec \t, il n'aime pas l'eau !"); + resources.Add(TX_TRAINING304a, "Plonge. Utilise \f \v \b \n pour te diriger."); + resources.Add(TX_TRAINING305a, "Prend un hélico \t puis décole avec \b."); + resources.Add(TX_TRAINING306a, "Attrape les 3 trésors puis monte."); + resources.Add(TX_TRAINING307a, "Pour passer, va chercher un skate en haut à gauche."); + resources.Add(TX_TRAINING308a, "Prend un skate avec \t."); + resources.Add(TX_TRAINING309a, "Tu peux passer sans crainte avec ton skate \v."); + resources.Add(TX_TRAINING310a, "Ton skate n'aime pas l'eau ! Utilise \v \b."); + resources.Add(TX_TRAINING311a, "Pose ton skate avec \t."); + resources.Add(TX_TRAINING401a, "Prend la dynamite avec \t."); + resources.Add(TX_TRAINING402a, "Ne pose surtout pas la dynamite ici avec \t !"); + resources.Add(TX_TRAINING403a, "Va chercher de la dynamite à gauche."); + resources.Add(TX_TRAINING404a, "Pose la dynamite avec \t, puis barre-toi !"); + resources.Add(TX_TRAINING405a, "Pose encore de la dynamite pour passer."); + resources.Add(TX_TRAINING406a, ""); + resources.Add(TX_TRAINING407a, ""); + resources.Add(TX_TRAINING408a, ""); + resources.Add(TX_TRAINING409a, ""); + resources.Add(TX_TRAINING410a, ""); + } + + private static void InitializeEN() + { + resources.Add(TX_BUTTON_PLAY, "Play"); + resources.Add(TX_BUTTON_MENU, "Home"); + resources.Add(TX_BUTTON_BACK, "Back"); + resources.Add(TX_BUTTON_RESTART, "Restart"); + resources.Add(TX_BUTTON_CONTINUE, "Continue"); + resources.Add(TX_BUTTON_BUY, "Buy"); + resources.Add(TX_BUTTON_RANKING, "Ranking"); + resources.Add(TX_BUTTON_SETUP, "Setup"); + resources.Add(TX_BUTTON_SETUP_SOUNDS, "Sound effects"); + resources.Add(TX_BUTTON_SETUP_JUMP, "Jump button on the right"); + resources.Add(TX_BUTTON_SETUP_ZOOM, "Automatic zoom on action"); + resources.Add(TX_BUTTON_SETUP_ACCEL, "Accelerometer"); + resources.Add(TX_BUTTON_SETUP_RESET, "Player {0} :\nErase progress"); + resources.Add(TX_GAMER_TITLE, "Player {0}"); + resources.Add(TX_GAMER_MDOORS, "Main gates : {0}/12"); + resources.Add(TX_GAMER_SDOORS, "Secondary gates : {0}/52"); + resources.Add(TX_GAMER_LIFES, "Blupi : {0}"); + resources.Add(TX_TRIAL1, "Buy the full version"); + resources.Add(TX_TRIAL2, "\u000e 64 exciting stages"); + resources.Add(TX_TRIAL3, "\u000e Varied backgrounds"); + resources.Add(TX_TRIAL4, "\u000e An increasing difficulty"); + resources.Add(TX_TRIAL5, "\u000e New traps"); + resources.Add(TX_TRIAL6, "\u000e Challenge and fun"); + resources.Add(TX_TRAINING101, "Use the directional wheel \0."); + resources.Add(TX_TRAINING102, "Press Jump \b."); + resources.Add(TX_TRAINING103, "Press Right \0 and Jump \b."); + resources.Add(TX_TRAINING104, "Press Right \0 and Jump \b."); + resources.Add(TX_TRAINING105, "Don't fall into the water \0 \b !"); + resources.Add(TX_TRAINING106, ""); + resources.Add(TX_TRAINING107, "Take the elevator quietly, without jumping \0."); + resources.Add(TX_TRAINING108, "Jump on the elevator."); + resources.Add(TX_TRAINING109, ""); + resources.Add(TX_TRAINING110, "Move forward without jumping nor stopping \0 !"); + resources.Add(TX_TRAINING111, ""); + resources.Add(TX_TRAINING112, ""); + resources.Add(TX_TRAINING113, "Move forward on the platform \0."); + resources.Add(TX_TRAINING114, "Leave the platform \0."); + resources.Add(TX_TRAINING115, "Once again, but faster..."); + resources.Add(TX_TRAINING116, "Move forward on the platform \0, then jump \0 \b."); + resources.Add(TX_TRAINING117, "Jump when you are on the platform \0 \b."); + resources.Add(TX_TRAINING118, "Choose the upper path \0 \b."); + resources.Add(TX_TRAINING119, "Eggs give you extra lives."); + resources.Add(TX_TRAINING120, "Once on the top, move forward on the other platform without delay..."); + resources.Add(TX_TRAINING121, "Catch the second and last treasure."); + resources.Add(TX_TRAINING122, "Join the red arrow."); + resources.Add(TX_TRAINING201, "Push the box forward until the red dot with \0."); + resources.Add(TX_TRAINING202, "Practical, right?"); + resources.Add(TX_TRAINING203, "Pull the box backward until the red dot with \u0003."); + resources.Add(TX_TRAINING204, "Stack both boxes up on the red dot to move on."); + resources.Add(TX_TRAINING205, "Stack the three boxes up on the red dot to move on."); + resources.Add(TX_TRAINING206, ""); + resources.Add(TX_TRAINING207, ""); + resources.Add(TX_TRAINING208, ""); + resources.Add(TX_TRAINING209, ""); + resources.Add(TX_TRAINING210, ""); + resources.Add(TX_TRAINING301, "Take a helicopter with \t."); + resources.Add(TX_TRAINING302, "Use \u0006 or \b to take off. Direct with \u0004 and \0."); + resources.Add(TX_TRAINING303, "Leave the helicopter with \t, it dislikes water!"); + resources.Add(TX_TRAINING304, "Plunge. Use \u0004 \0 \u0002 \u0006 to direct."); + resources.Add(TX_TRAINING305, "Take a helicopter \t then take off with \u0006 or \b."); + resources.Add(TX_TRAINING306, "Grab the three treasures, then go up."); + resources.Add(TX_TRAINING307, "Go and get a skate in the top left corner."); + resources.Add(TX_TRAINING308, "Take a skate with \t."); + resources.Add(TX_TRAINING309, "You can move on with your skate without fear \0."); + resources.Add(TX_TRAINING310, "Your skate dislikes water! Jump!"); + resources.Add(TX_TRAINING311, "Leave your skate with \t."); + resources.Add(TX_TRAINING401, "Take the dynamite sticks with \t."); + resources.Add(TX_TRAINING402, "Do not put down the dynamite here!"); + resources.Add(TX_TRAINING403, "Go and get the dynamite sticks on the left."); + resources.Add(TX_TRAINING404, "Put down the dynamite with \t, then clear off!"); + resources.Add(TX_TRAINING405, "Put down another stick of dynamite here to move on."); + resources.Add(TX_TRAINING406, ""); + resources.Add(TX_TRAINING407, ""); + resources.Add(TX_TRAINING408, ""); + resources.Add(TX_TRAINING409, ""); + resources.Add(TX_TRAINING410, ""); + resources.Add(TX_TRAINING101a, "Tilt the phone \v."); + resources.Add(TX_TRAINING102a, "Press Jump \b."); + resources.Add(TX_TRAINING103a, "\v and Jump \b."); + resources.Add(TX_TRAINING104a, "\v and Jump \b."); + resources.Add(TX_TRAINING105a, "Don't fall into the water \v \b !"); + resources.Add(TX_TRAINING106a, ""); + resources.Add(TX_TRAINING107a, "Take the elevator quietly, without jumping \v."); + resources.Add(TX_TRAINING108a, "Jump on the elevator."); + resources.Add(TX_TRAINING109a, ""); + resources.Add(TX_TRAINING110a, "Move forward without jumping nor stopping \v !"); + resources.Add(TX_TRAINING111a, ""); + resources.Add(TX_TRAINING112a, ""); + resources.Add(TX_TRAINING113a, "Move forward on the platform \v."); + resources.Add(TX_TRAINING114a, "Leave the platform \v."); + resources.Add(TX_TRAINING115a, "Once again, but faster..."); + resources.Add(TX_TRAINING116a, "Move forward on the platform \v, then jump \v \b."); + resources.Add(TX_TRAINING117a, "Jump when you are on the platform \v \b."); + resources.Add(TX_TRAINING118a, "Choose the upper path \v \b."); + resources.Add(TX_TRAINING119a, "Eggs give you extra lives."); + resources.Add(TX_TRAINING120a, "Once on the top, move forward on the other platform without delay..."); + resources.Add(TX_TRAINING121a, "Catch the second and last treasure."); + resources.Add(TX_TRAINING122a, "Join the red arrow."); + resources.Add(TX_TRAINING201a, "Push the box forward until the red dot with \v."); + resources.Add(TX_TRAINING202a, "Practical, right?"); + resources.Add(TX_TRAINING203a, "Pull the box backward until the red dot with \f and \n."); + resources.Add(TX_TRAINING204a, "Stack both boxes up on the red dot to move on."); + resources.Add(TX_TRAINING205a, "Stack the three boxes up on the red dot to move on."); + resources.Add(TX_TRAINING206a, ""); + resources.Add(TX_TRAINING207a, ""); + resources.Add(TX_TRAINING208a, ""); + resources.Add(TX_TRAINING209a, ""); + resources.Add(TX_TRAINING210a, ""); + resources.Add(TX_TRAINING301a, "Take a helicopter with \t."); + resources.Add(TX_TRAINING302a, "Use \b to take off. Direct with \f and \v."); + resources.Add(TX_TRAINING303a, "Leave the helicopter with \t, it dislikes water!"); + resources.Add(TX_TRAINING304a, "Plunge. Use \f \v \b \n to direct."); + resources.Add(TX_TRAINING305a, "Take a helicopter \t then take off with \b."); + resources.Add(TX_TRAINING306a, "Grab the three treasures, then go up."); + resources.Add(TX_TRAINING307a, "Go and get a skate in the top left corner."); + resources.Add(TX_TRAINING308a, "Take a skate with \t."); + resources.Add(TX_TRAINING309a, "You can move on with your skate without fear \v."); + resources.Add(TX_TRAINING310a, "Your skate dislikes water! Jump!"); + resources.Add(TX_TRAINING311a, "Leave your skate with \t."); + resources.Add(TX_TRAINING401a, "Take the dynamite sticks with \t."); + resources.Add(TX_TRAINING402a, "Do not put down the dynamite here!"); + resources.Add(TX_TRAINING403a, "Go and get the dynamite sticks on the left."); + resources.Add(TX_TRAINING404a, "Put down the dynamite with \t, then clear off!"); + resources.Add(TX_TRAINING405a, "Put down another stick of dynamite here to move on."); + resources.Add(TX_TRAINING406a, ""); + resources.Add(TX_TRAINING407a, ""); + resources.Add(TX_TRAINING408a, ""); + resources.Add(TX_TRAINING409a, ""); + resources.Add(TX_TRAINING410a, ""); + } + + private static void InitializeDE() + { + resources.Add(TX_BUTTON_PLAY, "Play"); + resources.Add(TX_BUTTON_MENU, "Home"); + resources.Add(TX_BUTTON_BACK, "Back"); + resources.Add(TX_BUTTON_RESTART, "Restart"); + resources.Add(TX_BUTTON_CONTINUE, "Continue"); + resources.Add(TX_BUTTON_BUY, "Buy"); + resources.Add(TX_BUTTON_RANKING, "Ranking"); + resources.Add(TX_BUTTON_SETUP, "Setup"); + resources.Add(TX_BUTTON_SETUP_SOUNDS, "Sounds"); + resources.Add(TX_BUTTON_SETUP_JUMP, "Jump button to the right"); + resources.Add(TX_BUTTON_SETUP_ZOOM, "Automatically zoom action"); + resources.Add(TX_BUTTON_SETUP_ACCEL, "Accelerometer"); + resources.Add(TX_BUTTON_SETUP_RESET, "Gamer {0} :\nReset progression"); + resources.Add(TX_GAMER_TITLE, "Gamer {0}"); + resources.Add(TX_GAMER_MDOORS, "Main doors : {0}/12"); + resources.Add(TX_GAMER_SDOORS, "Secondary doors : {0}/52"); + resources.Add(TX_GAMER_LIFES, "Blupi : {0}"); + resources.Add(TX_TRIAL1, "Buy the full version"); + resources.Add(TX_TRIAL2, "\u000e 64 niveaux passionnants"); + resources.Add(TX_TRIAL3, "\u000e Des décors variés"); + resources.Add(TX_TRIAL4, "\u000e Une difficulté progressive"); + resources.Add(TX_TRIAL5, "\u000e De nouveaux pièges"); + resources.Add(TX_TRIAL6, "\u000e Un challenge fun"); + resources.Add(TX_TRAINING101, "Utilise la roue directionnelle \0 pour faire avancer Blupi."); + resources.Add(TX_TRAINING102, "Appuie maintenant sur le bouton de saut \b."); + resources.Add(TX_TRAINING103, "Appuie à droite sur la roue directionnelle \0 et sur Saut \b."); + resources.Add(TX_TRAINING104, "Appuie sur Droite \0 et Saut \b."); + resources.Add(TX_TRAINING105, "Essaie de ne pas te mouiller avec \0 \b !"); + resources.Add(TX_TRAINING106, ""); + resources.Add(TX_TRAINING107, "Prend l'ascenseur calmement, sans sauter \0."); + resources.Add(TX_TRAINING108, "Saute sur l'ascenseur."); + resources.Add(TX_TRAINING109, ""); + resources.Add(TX_TRAINING110, "Avance sans sauter et sans t'arrêter \0 !"); + resources.Add(TX_TRAINING111, ""); + resources.Add(TX_TRAINING112, ""); + resources.Add(TX_TRAINING113, "Avance sur la plateforme \0."); + resources.Add(TX_TRAINING114, "Quitte la plateforme \0."); + resources.Add(TX_TRAINING115, "Encore une fois, mais plus vite..."); + resources.Add(TX_TRAINING116, "Avance sur la plateforme \0 puis saute \0 \b."); + resources.Add(TX_TRAINING117, "Saute lorsque tu es sur la plateforme \0 \b."); + resources.Add(TX_TRAINING118, "Passe par en haut \0 \b."); + resources.Add(TX_TRAINING119, "Les oeufs te redonnent des vies."); + resources.Add(TX_TRAINING120, "Arrivé en haut, avance sur l'autre plateforme sans tarder..."); + resources.Add(TX_TRAINING121, "Attrape le deuxième et dernier trésor."); + resources.Add(TX_TRAINING122, "Pour terminer, va sur la flèche rouge."); + resources.Add(TX_TRAINING201, "Pousse la caisse sur le point rouge avec \0."); + resources.Add(TX_TRAINING202, "Utilise la caisse pour passer l'obstacle avec \0 \b."); + resources.Add(TX_TRAINING203, "Tire la caisse sur le point rouge avec \u0003."); + resources.Add(TX_TRAINING204, "Empile les 2 caisses sur le point rouge pour passer."); + resources.Add(TX_TRAINING205, "Empile 3 caisses sur le point rouge pour passer."); + resources.Add(TX_TRAINING206, ""); + resources.Add(TX_TRAINING207, ""); + resources.Add(TX_TRAINING208, ""); + resources.Add(TX_TRAINING209, ""); + resources.Add(TX_TRAINING210, ""); + resources.Add(TX_TRAINING301, "Prend un hélico avec \t."); + resources.Add(TX_TRAINING302, "Utilise \u0006 ou \b pour décoler. Dirige avec \u0004 et \0."); + resources.Add(TX_TRAINING303, "Quitte l'hélico avec \t, il n'aime pas l'eau !"); + resources.Add(TX_TRAINING304, "Plonge. Utilise \u0004 \0 \u0002 \u0006 pour te diriger."); + resources.Add(TX_TRAINING305, "Prend un hélico \t puis décole avec \u0006 ou \b."); + resources.Add(TX_TRAINING306, "Attrape les 3 trésors puis monte."); + resources.Add(TX_TRAINING307, "Pour passer, va chercher un skate en haut à gauche."); + resources.Add(TX_TRAINING308, "Prend un skate avec \t."); + resources.Add(TX_TRAINING309, "Tu peux passer sans crainte avec ton skate \0."); + resources.Add(TX_TRAINING310, "Ton skate n'aime pas l'eau ! Utilise \0 \b."); + resources.Add(TX_TRAINING311, "Pose ton skate avec \t."); + resources.Add(TX_TRAINING401, "Prend la dynamite avec \t."); + resources.Add(TX_TRAINING402, "Ne pose surtout pas la dynamite ici avec \t !"); + resources.Add(TX_TRAINING403, "Va chercher de la dynamite à gauche."); + resources.Add(TX_TRAINING404, "Pose la dynamite avec \t, puis barre-toi !"); + resources.Add(TX_TRAINING405, "Pose encore de la dynamite pour passer."); + resources.Add(TX_TRAINING406, ""); + resources.Add(TX_TRAINING407, ""); + resources.Add(TX_TRAINING408, ""); + resources.Add(TX_TRAINING409, ""); + resources.Add(TX_TRAINING410, ""); + } + } +} \ No newline at end of file diff --git a/Pages/Index.razor.cs b/Pages/Index.razor.cs index 1521707..32560c1 100644 --- a/Pages/Index.razor.cs +++ b/Pages/Index.razor.cs @@ -24,7 +24,7 @@ namespace WindowsPhoneSpeedyBlupi.Pages // init game if (_game == null) { - _game = new WindowsPhoneSpeedyBlupiGame(); + _game = new Game1(); _game.Run(); } diff --git a/Pixmap.cs b/Pixmap.cs new file mode 100644 index 0000000..effd27d --- /dev/null +++ b/Pixmap.cs @@ -0,0 +1,563 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Pixmap +using System; +using System.Diagnostics; +using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework.Graphics; +using WindowsPhoneSpeedyBlupi; +using static System.Net.Mime.MediaTypeNames; + +namespace WindowsPhoneSpeedyBlupi +{ + public class Pixmap + { + private readonly Game1 game1; + + private readonly GraphicsDeviceManager graphics; + + private double zoom; + + private double originX; + + private double originY; + + private double hotSpotZoom; + + private double hotSpotX; + + private double hotSpotY; + + private SpriteBatch spriteBatch; + + private Texture2D bitmapText; + + private Texture2D bitmapButton; + + private Texture2D bitmapJauge; + + private Texture2D bitmapBlupi; + + private Texture2D bitmapBlupi1; + + private Texture2D bitmapObject; + + private Texture2D bitmapElement; + + private Texture2D bitmapExplo; + + private Texture2D bitmapPad; + + private Texture2D bitmapSpeedyBlupi; + + private Texture2D bitmapBlupiYoupie; + + private Texture2D bitmapGear; + + private Texture2D bitmapBackground; + + private Vector2 origin; + + private SpriteEffects effect; + + public TinyRect DrawBounds + { + get + { + TinyRect result = default(TinyRect); + double screenWidth = graphics.GraphicsDevice.Viewport.Width; + double screenHeight = graphics.GraphicsDevice.Viewport.Height; + //screenWidth = screenHeight * (640f / 480f); + if (screenWidth != 0.0 && screenHeight != 0.0) + { + double num3; + double num4; + if (screenWidth / screenHeight < 1.3333333333333333) + { + num3 = 640.0; + num4 = 640.0 * (screenHeight / screenWidth); + } + else + { + num3 = 480.0 * (screenWidth / screenHeight); + num4 = 480.0; + } + result.Left = 0; + result.Right = (int)num3; + result.Top = 0; + result.Bottom = (int)num4; + } + return result; + } + } + + public TinyPoint Origin + { + get + { + TinyPoint result = default(TinyPoint); + result.X = (int)originX; + result.Y = (int)originY; + return result; + } + } + + public Pixmap(Game1 game1, GraphicsDeviceManager graphics) + { + this.game1 = game1; + this.graphics = graphics; + origin = new Vector2(0f, 0f); + effect = SpriteEffects.None; + } + + public TinyPoint HotSpotToHud(TinyPoint pos) + { + TinyPoint result = default(TinyPoint); + result.X = (int)((double)(pos.X - (int)hotSpotX) / hotSpotZoom) + (int)hotSpotX - (int)originX; + result.Y = (int)((double)(pos.Y - (int)hotSpotY) / hotSpotZoom) + (int)hotSpotY - (int)originY; + return result; + } + + public void SetHotSpot(double zoom, double x, double y) + { + hotSpotZoom = zoom; + hotSpotX = x; + hotSpotY = y; + } + + public void DrawInputButton(TinyRect rect, Def.ButtonGlygh glyph, bool pressed, bool selected) + { + switch (glyph) + { + case Def.ButtonGlygh.InitGamerA: + DrawIcon(14, selected ? 16 : 4, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.InitGamerB: + DrawIcon(14, selected ? 17 : 5, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.InitGamerC: + DrawIcon(14, selected ? 18 : 6, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.InitSetup: + case Def.ButtonGlygh.PauseSetup: + DrawIcon(14, 19, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.InitPlay: + DrawIcon(14, 7, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.PauseMenu: + case Def.ButtonGlygh.ResumeMenu: + DrawIcon(14, 11, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.PauseBack: + DrawIcon(14, 8, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.PauseRestart: + DrawIcon(14, 9, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.PauseContinue: + case Def.ButtonGlygh.ResumeContinue: + DrawIcon(14, 10, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.WinLostReturn: + DrawIcon(14, 3, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.InitBuy: + case Def.ButtonGlygh.TrialBuy: + DrawIcon(14, 22, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.InitRanking: + DrawIcon(14, 12, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.TrialCancel: + case Def.ButtonGlygh.RankingContinue: + DrawIcon(14, 8, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.SetupSounds: + case Def.ButtonGlygh.SetupJump: + case Def.ButtonGlygh.SetupZoom: + case Def.ButtonGlygh.SetupAccel: + DrawIcon(14, selected ? 13 : 21, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.SetupReset: + DrawIcon(14, 20, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.SetupReturn: + DrawIcon(14, 8, rect, pressed ? 0.8 : 1.0, false); + break; + case Def.ButtonGlygh.PlayJump: + DrawIcon(14, 2, rect, pressed ? 0.6 : 1.0, false); + break; + case Def.ButtonGlygh.PlayAction: + DrawIcon(14, 12, rect, pressed ? 0.6 : 1.0, false); + break; + case Def.ButtonGlygh.PlayDown: + DrawIcon(14, 23, rect, pressed ? 0.6 : 1.0, false); + break; + case Def.ButtonGlygh.PlayPause: + DrawIcon(14, 3, rect, pressed ? 0.6 : 1.0, false); + break; + case Def.ButtonGlygh.Cheat1: + case Def.ButtonGlygh.Cheat2: + case Def.ButtonGlygh.Cheat3: + case Def.ButtonGlygh.Cheat4: + case Def.ButtonGlygh.Cheat5: + case Def.ButtonGlygh.Cheat6: + case Def.ButtonGlygh.Cheat7: + case Def.ButtonGlygh.Cheat8: + case Def.ButtonGlygh.Cheat9: + { + DrawIcon(14, 0, rect, pressed ? 0.6 : 1.0, false); + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = rect.Left + rect.Width / 2 - (int)originX; + tinyPoint.Y = rect.Top + 28; + TinyPoint pos = tinyPoint; + Text.DrawTextCenter(this, pos, Decor.GetCheatTinyText(glyph), 1.0); + break; + } + case Def.ButtonGlygh.Cheat11: + case Def.ButtonGlygh.Cheat12: + case Def.ButtonGlygh.Cheat21: + case Def.ButtonGlygh.Cheat22: + case Def.ButtonGlygh.Cheat31: + case Def.ButtonGlygh.Cheat32: + break; + } + } + + public void LoadContent() + { + spriteBatch = new SpriteBatch(game1.GraphicsDevice); + bitmapText = game1.Content.Load("icons/text"); + bitmapButton = game1.Content.Load("icons/button"); + bitmapJauge = game1.Content.Load("icons/jauge"); + bitmapBlupi = game1.Content.Load("icons/blupi"); + bitmapBlupi1 = game1.Content.Load("icons/blupi1"); + bitmapObject = game1.Content.Load("icons/object-m"); + bitmapElement = game1.Content.Load("icons/element"); + bitmapExplo = game1.Content.Load("icons/explo"); + bitmapPad = game1.Content.Load("icons/pad"); + bitmapSpeedyBlupi = game1.Content.Load("backgrounds/speedyblupi"); + bitmapBlupiYoupie = game1.Content.Load("backgrounds/blupiyoupie"); + bitmapGear = game1.Content.Load("backgrounds/gear"); + UpdateGeometry(); + } + + private void UpdateGeometry() + { + double screenWidth = graphics.GraphicsDevice.Viewport.Width; + double screenHeight = graphics.GraphicsDevice.Viewport.Height; + double val = screenWidth / 640.0; + double val2 = screenHeight / 480.0; + zoom = Math.Min(val, val2); + originX = (screenWidth - 640.0 * zoom) / 2.0; + originY = (screenHeight - 480.0 * zoom) / 2.0; + } + + public void BackgroundCache(string name) + { + bitmapBackground = game1.Content.Load("backgrounds/" + name); + } + + public bool Start() + { + graphics.GraphicsDevice.Clear(Color.CornflowerBlue); + return true; + } + + public bool Finish() + { + return true; + } + + public void DrawBackground() + { + double num = graphics.GraphicsDevice.Viewport.Width; + double num2 = graphics.GraphicsDevice.Viewport.Height; + Texture2D bitmap = GetBitmap(3); + Rectangle srcRectangle = GetSrcRectangle(bitmap, 10, 10, 10, 10, 0, 0); + Rectangle destinationRectangle = new Rectangle(0, 0, (int)num, (int)num2); + spriteBatch.Begin(SpriteSortMode.BackToFront, BlendState.AlphaBlend); + spriteBatch.Draw(bitmap, destinationRectangle, srcRectangle, Color.White); + spriteBatch.End(); + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = (int)originX; + tinyPoint.Y = (int)originY; + TinyPoint dest = tinyPoint; + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = 0; + tinyRect.Top = 0; + tinyRect.Right = 640; + tinyRect.Bottom = 480; + TinyRect rect = tinyRect; + DrawPart(3, dest, rect); + } + + public void DrawChar(int rank, TinyPoint pos, double size) + { + pos.X = (int)((double)pos.X + originX); + pos.Y = (int)((double)pos.Y + originY); + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = pos.X; + tinyRect.Top = pos.Y; + tinyRect.Right = pos.X + (int)(32.0 * size); + tinyRect.Bottom = pos.Y + (int)(32.0 * size); + TinyRect rect = tinyRect; + DrawIcon(6, rank, rect, 1.0, false); + } + + public void HudIcon(int channel, int rank, TinyPoint pos) + { + pos.X = (int)((double)pos.X + originX); + pos.Y = (int)((double)pos.Y + originY); + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = pos.X; + tinyRect.Top = pos.Y; + tinyRect.Right = pos.X; + tinyRect.Bottom = pos.Y; + TinyRect rect = tinyRect; + DrawIcon(channel, rank, rect, 1.0, false); + } + + public void QuickIcon(int channel, int rank, TinyPoint pos) + { + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = pos.X; + tinyRect.Top = pos.Y; + tinyRect.Right = pos.X; + tinyRect.Bottom = pos.Y; + TinyRect rect = tinyRect; + DrawIcon(channel, rank, rect, 1.0, true); + } + + public void QuickIcon(int channel, int rank, TinyPoint pos, double opacity, double rotation) + { + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = pos.X; + tinyRect.Top = pos.Y; + tinyRect.Right = pos.X; + tinyRect.Bottom = pos.Y; + TinyRect rect = tinyRect; + DrawIcon(channel, rank, rect, opacity, rotation, true); + } + + public bool DrawPart(int channel, TinyPoint dest, TinyRect rect) + { + return DrawPart(channel, dest, rect, 1.0); + } + + public bool DrawPart(int channel, TinyPoint dest, TinyRect rect, double zoom) + { + Texture2D bitmap = GetBitmap(channel); + if (bitmap == null) + { + return false; + } + if (channel == 5) + { + dest.X = (int)((double)dest.X + originX); + dest.Y = (int)((double)dest.Y + originY); + } + Rectangle value = new Rectangle(rect.Left, rect.Top, rect.Width, rect.Height); + Rectangle destinationRectangle = new Rectangle(dest.X, dest.Y, (int)((double)rect.Width * zoom), (int)((double)rect.Height * zoom)); + spriteBatch.Begin(SpriteSortMode.BackToFront, BlendState.AlphaBlend); + spriteBatch.Draw(bitmap, destinationRectangle, value, Color.White); + spriteBatch.End(); + return true; + } + + public void DrawIcon(int channel, int icon, TinyRect rect, double opacity, bool useHotSpot) + { + DrawIcon(channel, icon, rect, opacity, 0.0, useHotSpot); + } + + public void DrawIcon(int channel, int icon, TinyRect rect, double opacity, double rotation, bool useHotSpot) + { + if (icon == -1) + { + return; + } + Texture2D bitmap = GetBitmap(channel); + if (bitmap == null) + { + return; + } + int num; + int bitmapGridY; + int iconWidth; + int num2; + int gap; + switch (channel) + { + case 2: + case 11: + case 12: + case 13: + num = 60; + bitmapGridY = 60; + iconWidth = 60; + num2 = 60; + gap = 0; + break; + case 1: + num = 64; + bitmapGridY = 64; + iconWidth = 64; + num2 = 64; + gap = 1; + break; + case 10: + num = 60; + bitmapGridY = 60; + iconWidth = 60; + num2 = 60; + gap = 0; + break; + case 9: + num = 144; + bitmapGridY = 144; + num2 = Tables.table_explo_size[icon]; + iconWidth = Math.Max(num2, 128); + gap = 0; + break; + case 6: + num = 32; + bitmapGridY = 32; + iconWidth = 32; + num2 = 32; + gap = 0; + break; + case 4: + num = 40; + bitmapGridY = 40; + iconWidth = 40; + num2 = 40; + gap = 0; + break; + case 14: + num = 140; + bitmapGridY = 140; + iconWidth = 140; + num2 = 140; + gap = 0; + break; + case 15: + num = 640; + bitmapGridY = 160; + iconWidth = 640; + num2 = 160; + gap = 0; + break; + case 16: + num = 410; + bitmapGridY = 380; + iconWidth = 410; + num2 = 380; + gap = 0; + break; + case 17: + num = 226; + bitmapGridY = 226; + iconWidth = 226; + num2 = 226; + gap = 0; + break; + default: + num = 0; + bitmapGridY = 0; + iconWidth = 0; + num2 = 0; + gap = 0; + break; + } + if (num != 0) + { + Rectangle srcRectangle = GetSrcRectangle(bitmap, num, bitmapGridY, iconWidth, num2, gap, icon); + Rectangle rectangle = GetDstRectangle(rect, iconWidth, num2, useHotSpot); + float num3 = 0f; + if (rotation != 0.0) + { + num3 = (float)Misc.DegToRad(rotation); + rectangle = Misc.RotateAdjust(rectangle, num3); + } + spriteBatch.Begin(SpriteSortMode.BackToFront, BlendState.AlphaBlend); + spriteBatch.Draw(bitmap, rectangle, srcRectangle, Color.FromNonPremultiplied(255, 255, 255, (int)(255.0 * opacity)), num3, origin, effect, 0f); + spriteBatch.End(); + } + } + + private Rectangle GetSrcRectangle(Texture2D bitmap, int bitmapGridX, int bitmapGridY, int iconWidth, int iconHeight, int gap, int icon) + { + int width = bitmap.Bounds.Width; + int height = bitmap.Bounds.Height; + int num = icon % (width / bitmapGridX); + int num2 = icon / (width / bitmapGridX); + bitmapGridX += gap; + bitmapGridY += gap; + return new Rectangle(gap + num * bitmapGridX, gap + num2 * bitmapGridY, iconWidth, iconHeight); + } + + private Rectangle GetDstRectangle(TinyRect rect, int iconWidth, int iconHeight, bool useHotSpot) + { + int num = ((rect.Width == 0) ? iconWidth : rect.Width); + int num2 = ((rect.Height == 0) ? iconHeight : rect.Height); + int num3 = (int)((double)rect.Left * zoom); + int num4 = (int)((double)rect.Top * zoom); + int num5 = (int)((double)num3 + (double)num * zoom); + int num6 = (int)((double)num4 + (double)num2 * zoom); + if (useHotSpot && hotSpotZoom > 1.0) + { + num3 -= (int)hotSpotX; + num4 -= (int)hotSpotY; + num5 -= (int)hotSpotX; + num6 -= (int)hotSpotY; + num3 = (int)((double)num3 * hotSpotZoom); + num4 = (int)((double)num4 * hotSpotZoom); + num5 = (int)((double)num5 * hotSpotZoom); + num6 = (int)((double)num6 * hotSpotZoom); + num3 += (int)hotSpotX; + num4 += (int)hotSpotY; + num5 += (int)hotSpotX; + num6 += (int)hotSpotY; + } + return new Rectangle(num3, num4, num5 - num3, num6 - num4); + } + + private Texture2D GetBitmap(int channel) + { + switch (channel) + { + case 2: + return bitmapBlupi; + case 11: + case 12: + case 13: + return bitmapBlupi1; + case 1: + return bitmapObject; + case 10: + return bitmapElement; + case 9: + return bitmapExplo; + case 6: + return bitmapText; + case 4: + return bitmapButton; + case 5: + return bitmapJauge; + case 14: + return bitmapPad; + case 15: + return bitmapSpeedyBlupi; + case 16: + return bitmapBlupiYoupie; + case 17: + return bitmapGear; + case 3: + return bitmapBackground; + default: + return null; + } + } + } + +} \ No newline at end of file diff --git a/Resource.cs b/Resource.cs new file mode 100644 index 0000000..e9ff8bd --- /dev/null +++ b/Resource.cs @@ -0,0 +1,63 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Resource +using System.CodeDom.Compiler; +using System.ComponentModel; +using System.Diagnostics; +using System.Globalization; +using System.Resources; +using System.Runtime.CompilerServices; +using WindowsPhoneSpeedyBlupi; + +//[DebuggerNonUserCode] +//[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] +//[CompilerGenerated] + +namespace WindowsPhoneSpeedyBlupi +{ + internal class Resource + { + private static ResourceManager resourceMan; + + private static CultureInfo resourceCulture; + + [EditorBrowsable(EditorBrowsableState.Advanced)] + internal static ResourceManager ResourceManager + { + get + { + if (object.ReferenceEquals(resourceMan, null)) + { + ResourceManager resourceManager = new ResourceManager("WindowsPhoneSpeedyBlupi.Resource", typeof(Resource).Assembly); + resourceMan = resourceManager; + } + return resourceMan; + } + } + + [EditorBrowsable(EditorBrowsableState.Advanced)] + internal static CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + + internal static string Title + { + get + { + return ResourceManager.GetString("Title", resourceCulture); + } + } + + internal Resource() + { + } + } + +} \ No newline at end of file diff --git a/Slider.cs b/Slider.cs new file mode 100644 index 0000000..ff6f9b5 --- /dev/null +++ b/Slider.cs @@ -0,0 +1,92 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Slider +using System; +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + public class Slider + { + public TinyPoint TopLeftCorner { get; set; } + + public double Value { get; set; } + + private int PosLeft + { + get + { + return TopLeftCorner.X + 22; + } + } + + private int PosRight + { + get + { + return TopLeftCorner.X + 248 - 22; + } + } + + public void Draw(Pixmap pixmap) + { + TinyPoint tinyPoint = default(TinyPoint); + tinyPoint.X = TopLeftCorner.X - pixmap.Origin.X; + tinyPoint.Y = TopLeftCorner.Y - pixmap.Origin.Y; + TinyPoint dest = tinyPoint; + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = 0; + tinyRect.Right = 124; + tinyRect.Top = 0; + tinyRect.Bottom = 22; + TinyRect rect = tinyRect; + pixmap.DrawPart(5, dest, rect, 2.0); + int num = (int)((double)(PosRight - PosLeft) * Value); + int num2 = TopLeftCorner.Y + 22; + int num3 = 94; + TinyRect tinyRect2 = default(TinyRect); + tinyRect2.Left = PosLeft + num - num3 / 2; + tinyRect2.Right = PosLeft + num + num3 / 2; + tinyRect2.Top = num2 - num3 / 2; + tinyRect2.Bottom = num2 + num3 / 2; + rect = tinyRect2; + pixmap.DrawIcon(14, 1, rect, 1.0, false); + TinyRect tinyRect3 = default(TinyRect); + tinyRect3.Left = TopLeftCorner.X - 65; + tinyRect3.Right = TopLeftCorner.X - 65 + 60; + tinyRect3.Top = TopLeftCorner.Y - 10; + tinyRect3.Bottom = TopLeftCorner.Y - 10 + 60; + rect = tinyRect3; + pixmap.DrawIcon(10, 37, rect, 1.0, false); + TinyRect tinyRect4 = default(TinyRect); + tinyRect4.Left = TopLeftCorner.X + 248 + 5; + tinyRect4.Right = TopLeftCorner.X + 248 + 5 + 60; + tinyRect4.Top = TopLeftCorner.Y - 10; + tinyRect4.Bottom = TopLeftCorner.Y - 10 + 60; + rect = tinyRect4; + pixmap.DrawIcon(10, 38, rect, 1.0, false); + } + + public bool Move(TinyPoint pos) + { + TinyRect tinyRect = default(TinyRect); + tinyRect.Left = TopLeftCorner.X - 50; + tinyRect.Right = TopLeftCorner.X + 248 + 50; + tinyRect.Top = TopLeftCorner.Y - 50; + tinyRect.Bottom = TopLeftCorner.Y + 44 + 50; + TinyRect rect = tinyRect; + if (Misc.IsInside(rect, pos)) + { + double val = ((double)pos.X - (double)PosLeft) / (double)(PosRight - PosLeft); + val = Math.Max(val, 0.0); + val = Math.Min(val, 1.0); + if (Value != val) + { + Value = val; + return true; + } + } + return false; + } + } + +} \ No newline at end of file diff --git a/Sound.cs b/Sound.cs new file mode 100644 index 0000000..966287e --- /dev/null +++ b/Sound.cs @@ -0,0 +1,260 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Sound +using System; +using System.Collections.Generic; +using System.Linq; +using Microsoft.Xna.Framework.Audio; +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + public class Sound + { + private class Play + { + private readonly SoundEffectInstance sei; + + private readonly int channel; + + public int Channel + { + get + { + return channel; + } + } + + public bool IsFree + { + get + { + return sei.State == SoundState.Stopped; + } + } + + public Play(SoundEffect se, int channel, double volume, double balance, double? pitch, bool isLooped) + { + this.channel = channel; + int num = channel * 2; + if (num >= 0 && num < tableVolumePitch.Length) + { + volume *= tableVolumePitch[num]; + pitch = tableVolumePitch[num + 1]; + } + sei = se.CreateInstance(); + sei.Volume = (float)volume; + sei.Pan = (float)balance; + sei.Pitch = (float)(pitch ?? 0.0); + sei.IsLooped = isLooped; + sei.Play(); + } + + public void Stop() + { + sei.Stop(); + } + } + + private static double[] tableVolumePitch = new double[200] + { + 1.0, 0.0, 0.5, 1.0, 0.5, 1.0, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.1, 1.0, 0.3, 1.0, 0.2, 1.0, 0.3, 1.0, 0.5, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.1, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 0.7, 0.2, 1.0, 0.1, 1.0, 0.1, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.4, 1.0, 0.0, 1.0, 0.0, + 1.0, 0.0, 1.0, 0.0, 1.0, 0.2, 1.0, 0.2, 0.7, 0.4, + 1.0, 0.2, 1.0, 0.4, 1.0, 0.2, 0.5, 1.0, 0.5, 1.0, + 1.0, 0.4, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 0.6, 0.4, 0.8, 0.1, + 0.6, 0.5, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.0, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.0, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.0, 1.0, 0.0, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 0.6, 0.4, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, + 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2, 1.0, 0.2 + }; + + public static readonly int MAXVOLUME = 20; + + private readonly Game1 game1; + + private readonly GameData gameData; + + private readonly List soundEffects; + + private readonly List plays; + + private double volume; + + public Sound(Game1 game1, GameData gameData) + { + this.game1 = game1; + this.gameData = gameData; + soundEffects = new List(); + plays = new List(); + volume = 1.0; + SoundEffect.MasterVolume = 1f; + } + + public void LoadContent() + { + if (Def.HasSound) + { + for (int i = 0; i <= 92; i++) + { + string assetName = string.Format("sounds/sound{0}", i.ToString("d3")); + SoundEffect item = game1.Content.Load(assetName); + soundEffects.Add(item); + } + } + } + + public bool Create() + { + return true; + } + + public void SetState(bool bState) + { + } + + public void SetCDAudio(bool bAudio) + { + } + + public bool GetEnable() + { + return true; + } + + public void SetAudioVolume(int volume) + { + this.volume = (double)volume / (double)MAXVOLUME; + } + + public int GetAudioVolume() + { + return (int)(volume * (double)MAXVOLUME); + } + + public void SetMidiVolume(int volume) + { + } + + public int GetMidiVolume() + { + return 0; + } + + public void StopAll() + { + while (plays.Any()) + { + plays[0].Stop(); + plays.RemoveAt(0); + } + } + + public bool PlayImage(int channel, TinyPoint pos) + { + return PlayImage(channel, pos, -1, false); + } + + public bool PlayImage(int channel, TinyPoint pos, int rank, bool bLoop) + { + if (!gameData.Sounds) + { + return true; + } + if (channel >= 0 && channel < soundEffects.Count) + { + if (channel != 10 && plays.Where((Play x) => x.Channel == channel && !x.IsFree).Any()) + { + return true; + } + if (plays.Count >= 10) + { + int num = 0; + while (num < plays.Count) + { + if (plays[num].IsFree) + { + plays.RemoveAt(num); + } + else + { + num++; + } + } + } + Play item = new Play(soundEffects[channel], channel, (float)GetVolume(pos), (float)GetBalance(pos), null, bLoop); + plays.Add(item); + } + return true; + } + + public bool PosImage(int channel, TinyPoint pos) + { + return true; + } + + public bool Stop(int channel) + { + int num = 0; + while (num < plays.Count) + { + if (plays[num].Channel == channel) + { + plays[num].Stop(); + plays.RemoveAt(num); + } + else + { + num++; + } + } + return true; + } + + private double GetVolume(TinyPoint pos) + { + double val = 1.0; + if (pos.X < 0) + { + val = 1.0 + (double)(pos.X / 640) * 2.0; + } + if (pos.X > 640) + { + pos.X -= 640; + val = 1.0 - (double)(pos.X / 640) * 2.0; + } + val = Math.Max(val, 0.0); + val = Math.Min(val, 1.0); + double val2 = 1.0; + if (pos.Y < 0) + { + val2 = 1.0 + (double)(pos.Y / 480) * 3.0; + } + if (pos.Y > 480) + { + pos.Y -= 480; + val2 = 1.0 - (double)(pos.Y / 480) * 3.0; + } + val2 = Math.Max(val2, 0.0); + val2 = Math.Min(val2, 1.0); + return Math.Min(val, val2) * volume; + } + + private double GetBalance(TinyPoint pos) + { + double val = (double)pos.X * 2.0 / 640.0 - 1.0; + val = Math.Max(val, -1.0); + return Math.Min(val, 1.0); + } + } +} \ No newline at end of file diff --git a/Tables.cs b/Tables.cs new file mode 100644 index 0000000..622248a --- /dev/null +++ b/Tables.cs @@ -0,0 +1,1715 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Tables +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + public static class Tables + { + public enum CheatCodes + { + BuildOfficialMissions, + OpenDoors, + CleanAll, + SuperBlupi, + LayEgg, + KillEgg, + Skate, + Copter, + Jeep, + AllTreasure, + EndGoal, + ShowSecret, + RoundShield, + Lollipop, + Bombs, + BirdLime, + Tank, + PowerCharge, + Drink, + Overcraft, + Dynamite, + WeelKeys + } + + public static int[] table_blupi = new int[2911] + { + 35, 9, 0, 276, 277, 278, 279, 280, 281, 282, + 283, 284, 1, 330, 0, 0, 0, 0, 0, 0, + 23, 23, 23, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 23, 23, 23, 23, 23, 23, 0, 0, + 0, 0, 0, 0, 0, 0, 23, 23, 23, 23, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 23, 23, 23, 23, 23, 0, 0, 0, 23, 23, + 23, 0, 0, 0, 0, 0, 0, 133, 133, 0, + 0, 0, 133, 133, 0, 0, 0, 0, 0, 0, + 0, 133, 133, 0, 0, 0, 0, 23, 23, 23, + 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 23, 23, 0, 0, 0, 0, 0, 23, + 23, 23, 0, 0, 0, 135, 135, 136, 136, 137, + 137, 137, 137, 137, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 137, 137, 137, + 136, 136, 135, 135, 135, 0, 0, 0, 0, 0, + 23, 23, 23, 0, 0, 133, 133, 0, 0, 0, + 23, 23, 23, 23, 0, 0, 0, 0, 0, 0, + 0, 23, 23, 0, 0, 0, 0, 0, 0, 0, + 0, 133, 133, 0, 0, 0, 0, 0, 23, 23, + 23, 23, 0, 0, 0, 135, 135, 136, 136, 137, + 137, 137, 137, 137, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 138, 138, 137, + 137, 137, 138, 138, 137, 137, 137, 137, 137, 137, + 136, 136, 135, 135, 135, 0, 0, 0, 0, 0, + 23, 23, 23, 0, 0, 133, 133, 0, 0, 0, + 23, 23, 23, 23, 0, 0, 0, 0, 0, 0, + 0, 23, 23, 0, 0, 0, 0, 0, 0, 0, + 0, 133, 133, 0, 0, 0, 0, 0, 23, 23, + 23, 23, 0, 0, 0, 2, 6, 0, 5, 6, + 7, 8, 9, 10, 60, 3, 0, 19, 18, 19, + 3, 6, 0, 1, 1, 2, 2, 3, 3, 4, + 3, 0, 17, 18, 19, 5, 5, 4, 169, 26, + 170, 170, 27, 59, 6, 0, 3, 3, 2, 2, + 1, 1, 61, 5, 0, 34, 35, 34, 34, 33, + 62, 2, 0, 35, 34, 6, 3, 2, 33, 34, + 35, 7, 1, 0, 44, 8, 8, 0, 0, 169, + 26, 170, 27, 171, 28, 172, 9, 6, 0, 5, + 6, 7, 8, 9, 10, 10, 6, 0, 5, 6, + 7, 8, 9, 10, 13, 6, 0, 41, 41, 42, + 42, 43, 43, 86, 18, 0, 1, 1, 2, 2, + 41, 41, 42, 42, 43, 43, 42, 42, 41, 41, + 2, 2, 1, 1, 87, 26, 0, 135, 135, 137, + 137, 231, 231, 231, 231, 230, 230, 231, 231, 231, + 231, 230, 230, 231, 231, 231, 231, 230, 230, 137, + 137, 135, 135, 11, 70, 0, 40, 40, 40, 40, + 41, 41, 41, 41, 40, 40, 40, 40, 40, 40, + 40, 41, 41, 41, 40, 40, 40, 40, 40, 40, + 40, 41, 41, 41, 40, 40, 42, 42, 42, 43, + 43, 43, 44, 44, 44, 45, 45, 45, 46, 46, + 47, 47, 46, 46, 47, 47, 46, 46, 47, 47, + 46, 46, 47, 47, 46, 46, 47, 47, 46, 46, + 47, 47, 46, 46, 47, 47, 75, 1, 0, -1, + 76, 70, 0, 40, 40, 40, 40, 41, 41, 41, + 41, 40, 40, 40, 40, 40, 40, 40, 41, 41, + 41, 40, 40, 40, 40, 40, 40, 40, 41, 41, + 41, 40, 40, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 77, 110, 0, 324, 325, 324, 325, + 324, 325, 324, 325, 324, 325, 324, 325, 324, 325, + 324, 325, 324, 325, 324, 325, 324, 324, 325, 325, + 326, 326, 327, 327, 328, 328, 329, 329, 330, 330, + 331, 331, 332, 332, 333, 333, 334, 334, 333, 333, + 332, 332, 331, 331, 330, 330, 329, 329, 329, 330, + 330, 330, 331, 331, 331, 332, 332, 332, 333, 333, + 333, 334, 334, 334, 333, 333, 333, 332, 332, 332, + 331, 331, 331, 330, 330, 330, 329, 329, 329, 329, + 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, + 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, + 329, 329, 329, 329, 329, 329, 78, 1, 0, -1, + 79, 1, 0, -1, 80, 1, 0, -1, 81, 1, + 0, -1, 14, 6, 0, 49, 50, 51, 52, 53, + 54, 29, 6, 0, 126, 125, 124, 123, 122, 121, + 28, 6, 0, 122, 122, 122, 125, 125, 125, 15, + 1, 0, 61, 16, 8, 0, 61, 62, 63, 62, + 61, 64, 65, 64, 17, 10, 0, 71, 71, 72, + 72, 73, 73, 74, 74, 75, 75, 67, 1, 0, + 315, 68, 12, 0, 296, 297, 298, 299, 300, 301, + 302, 301, 300, 299, 298, 297, 69, 7, 0, 296, + 310, 311, 312, 313, 314, 303, 18, 10, 0, 76, + 76, 76, 76, 76, 76, 77, 77, 77, 77, 19, + 14, 0, 76, 76, 77, 77, 78, 78, 79, 79, + 80, 80, 81, 81, 39, 39, 20, 10, 0, 88, + 88, 89, 89, 90, 90, 91, 91, 92, 92, 21, + 12, 0, 93, 93, 94, 94, 95, 95, 96, 96, + 97, 97, 98, 98, 22, 12, 0, 93, 93, 94, + 94, 95, 95, 96, 96, 97, 97, 98, 98, 23, + 10, 0, 105, 105, 106, 106, 107, 107, 108, 108, + 109, 109, 24, 90, 0, 93, 96, 98, 94, 95, + 93, 95, 98, 93, 94, 96, 96, 94, 94, 98, + 98, 93, 93, 97, 97, 94, 94, 94, 96, 96, + 96, 93, 93, 93, 93, 94, 94, 94, 94, 94, + 97, 97, 97, 97, 97, 76, 76, 76, 76, 76, + 76, 76, 76, 76, 76, 79, 79, 76, 76, 76, + 76, 79, 79, 76, 76, 76, 76, 76, 76, 76, + 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, + 76, 76, 76, 76, 76, 76, 76, 76, 76, 76, + 76, 76, 76, 76, 76, 25, 8, 0, 111, 111, + 110, 110, 111, 111, 112, 112, 26, 8, 0, 111, + 111, 110, 110, 111, 111, 112, 112, 27, 7, 0, + 112, 113, 114, 115, 116, 117, 118, 30, 12, 0, + 25, 25, 29, 29, 46, 46, 47, 47, 46, 46, + 29, 29, 31, 328, 0, 156, 156, 156, 156, 157, + 157, 157, 157, 158, 158, 158, 158, 157, 157, 157, + 157, 156, 156, 156, 156, 157, 157, 157, 157, 158, + 158, 158, 158, 157, 157, 157, 157, 156, 156, 156, + 156, 157, 157, 157, 157, 158, 158, 158, 158, 157, + 157, 157, 157, 156, 156, 156, 156, 157, 157, 157, + 157, 158, 158, 158, 158, 157, 157, 157, 157, 156, + 156, 156, 156, 157, 157, 157, 157, 158, 158, 158, + 158, 157, 157, 157, 157, 156, 156, 156, 156, 157, + 157, 157, 157, 158, 158, 158, 158, 157, 157, 157, + 157, 156, 156, 156, 156, 157, 157, 157, 157, 158, + 158, 158, 158, 157, 157, 157, 157, 144, 144, 143, + 143, 151, 151, 162, 162, 163, 163, 164, 164, 163, + 163, 162, 162, 163, 163, 164, 164, 163, 163, 162, + 162, 163, 163, 164, 164, 163, 163, 162, 162, 163, + 163, 164, 164, 163, 163, 162, 162, 151, 151, 143, + 143, 144, 144, 157, 157, 156, 156, 156, 156, 157, + 157, 157, 157, 158, 158, 158, 158, 157, 157, 157, + 157, 156, 156, 156, 156, 157, 157, 157, 157, 158, + 158, 158, 158, 157, 157, 157, 157, 156, 156, 156, + 156, 157, 157, 157, 157, 158, 158, 158, 158, 157, + 157, 157, 157, 156, 156, 156, 156, 157, 157, 157, + 157, 158, 158, 158, 158, 157, 157, 157, 157, 144, + 144, 143, 143, 151, 151, 162, 162, 163, 163, 164, + 164, 163, 163, 162, 162, 163, 163, 164, 164, 163, + 163, 162, 162, 163, 163, 164, 164, 163, 163, 162, + 162, 163, 163, 164, 164, 163, 163, 162, 162, 151, + 151, 143, 143, 151, 151, 162, 162, 163, 163, 164, + 164, 163, 163, 162, 162, 163, 163, 164, 164, 163, + 163, 162, 162, 163, 163, 164, 164, 163, 163, 162, + 162, 163, 163, 164, 164, 163, 163, 162, 162, 163, + 163, 164, 164, 163, 163, 162, 162, 163, 163, 164, + 164, 163, 163, 162, 162, 151, 151, 143, 143, 144, + 144, 157, 157, 32, 12, 0, 144, 144, 145, 145, + 146, 146, 145, 145, 144, 144, 143, 143, 33, 10, + 0, 151, 151, 152, 152, 153, 153, 154, 154, 155, + 155, 34, 10, 0, 157, 157, 165, 165, 165, 165, + 166, 166, 166, 166, 36, 32, 0, 135, 177, 177, + 178, 178, 179, 179, 180, 180, 179, 179, 178, 178, + 179, 179, 180, 180, 179, 179, 178, 178, 179, 179, + 180, 180, 179, 179, 178, 178, 177, 177, 135, 37, + 140, 0, 182, 182, 182, 182, 208, 208, 208, 208, + 208, 182, 182, 182, 182, 182, 182, 208, 208, 208, + 208, 208, 194, 194, 194, 182, 182, 182, 182, 208, + 208, 208, 208, 208, 182, 182, 182, 182, 182, 182, + 208, 208, 208, 208, 182, 182, 182, 182, 182, 182, + 182, 182, 194, 194, 194, 195, 195, 195, 196, 196, + 196, 197, 197, 197, 198, 198, 198, 198, 197, 197, + 197, 196, 196, 196, 195, 195, 195, 194, 194, 194, + 182, 182, 182, 182, 208, 208, 208, 208, 182, 182, + 182, 182, 194, 194, 194, 195, 195, 195, 196, 196, + 196, 197, 197, 197, 198, 198, 198, 198, 197, 197, + 197, 196, 196, 196, 195, 195, 195, 194, 194, 194, + 182, 182, 182, 182, 208, 208, 208, 208, 182, 182, + 182, 182, 210, 210, 211, 211, 211, 211, 211, 211, + 210, 210, 85, 1, 0, 211, 38, 96, 0, 182, + 183, 184, 185, 186, 187, 182, 183, 184, 185, 186, + 187, 182, 183, 184, 185, 186, 187, 182, 182, 182, + 182, 182, 182, 182, 183, 184, 185, 186, 187, 182, + 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, + 182, 182, 183, 184, 185, 186, 187, 182, 182, 182, + 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, + 182, 182, 182, 182, 182, 182, 183, 184, 185, 186, + 187, 182, 182, 182, 182, 182, 182, 182, 182, 182, + 182, 182, 182, 182, 182, 182, 182, 182, 182, 182, + 182, 182, 182, 182, 182, 39, 14, 0, 194, 194, + 195, 195, 196, 196, 197, 197, 198, 198, 199, 199, + 200, 200, 40, 3, 0, 210, 211, 212, 41, 8, + 0, 213, 213, 214, 214, 215, 215, 214, 214, 42, + 20, 0, 17, 17, 18, 18, 19, 19, 1, 1, + 215, 215, 214, 214, 213, 213, 212, 212, 211, 211, + 210, 210, 43, 20, 0, 210, 210, 211, 211, 212, + 212, 213, 213, 214, 214, 215, 215, 1, 1, 19, + 19, 18, 18, 17, 17, 44, 29, 0, 1, 1, + 222, 222, 222, 222, 223, 223, 224, 224, 225, 225, + 225, 225, 225, 224, 223, 222, 222, 222, 223, 223, + 224, 224, 225, 225, 225, 1, 1, 45, 29, 0, + 1, 1, 222, 222, 222, 222, 223, 223, 224, 224, + 225, 225, 225, 225, 225, 224, 223, 222, 222, 222, + 223, 223, 224, 224, 225, 225, 225, 1, 1, 46, + 32, 0, 1, 1, 227, 227, 228, 228, 229, 229, + 228, 228, 227, 227, 226, 226, 227, 227, 228, 228, + 229, 229, 228, 228, 227, 227, 226, 226, 227, 227, + 228, 228, 1, 1, 47, 34, 0, 135, 135, 136, + 136, 137, 137, 231, 231, 231, 231, 230, 230, 231, + 231, 231, 231, 230, 230, 231, 231, 231, 231, 230, + 230, 231, 231, 231, 231, 137, 137, 136, 136, 135, + 135, 48, 40, 0, 0, 0, 135, 135, 136, 136, + 137, 137, 232, 233, 232, 233, 232, 233, 232, 233, + 232, 233, 232, 233, 232, 233, 232, 233, 232, 233, + 232, 233, 232, 233, 232, 233, 137, 137, 136, 136, + 135, 135, 0, 0, 65, 44, 0, 1, 1, 288, + 288, 289, 289, 290, 290, 290, 289, 288, 288, 289, + 289, 290, 290, 290, 289, 288, 288, 289, 289, 290, + 290, 290, 289, 288, 288, 289, 289, 290, 290, 290, + 289, 288, 288, 289, 289, 290, 290, 290, 289, 1, + 1, 49, 32, 0, 234, 234, 235, 235, 236, 236, + 235, 235, 234, 234, 235, 235, 236, 236, 235, 235, + 234, 234, 235, 235, 236, 236, 235, 235, 234, 234, + 235, 235, 236, 236, 235, 235, 50, 64, 0, 238, + 238, 239, 239, 240, 240, 241, 241, 241, 241, 241, + 241, 241, 241, 241, 241, 240, 240, 241, 241, 240, + 240, 241, 241, 241, 241, 241, 241, 241, 241, 241, + 241, 241, 241, 240, 240, 241, 241, 240, 240, 241, + 241, 241, 241, 241, 241, 241, 241, 240, 240, 239, + 239, 238, 238, 238, 238, 238, 238, 237, 237, 238, + 238, 237, 237, 51, 8, 0, 238, 238, 237, 237, + 238, 238, 239, 239, 52, 12, 0, 238, 239, 240, + 241, 242, 243, 244, 245, 246, 247, 248, 249, 53, + 6, 0, 251, 251, 238, 238, 238, 238, 54, 25, + 0, 168, 168, 169, 169, 170, 170, 171, 171, 170, + 170, 169, 169, 168, 168, 169, 169, 169, 168, 168, + 169, 169, 170, 170, 169, 168, 55, 4, 0, 253, + 253, 254, 254, 56, 64, 0, 1, 3, 270, 268, + 1, 3, 270, 268, 1, 3, 270, 268, 1, 3, + 270, 268, 1, 3, 270, 268, 1, 3, 270, 268, + 1, 3, 270, 268, 1, 3, 270, 268, 1, 2, + 3, 4, 270, 269, 268, 0, 1, 2, 3, 4, + 270, 269, 268, 0, 1, 1, 2, 2, 3, 3, + 4, 4, 270, 270, 269, 269, 268, 268, 0, 0, + 57, 90, 0, 266, 267, 266, 267, 266, 267, 266, + 267, 266, 267, 266, 267, 266, 267, 266, 267, 266, + 267, 266, 267, 266, 267, 266, 267, 266, 267, 266, + 267, 266, 267, 40, 40, 40, 40, 41, 41, 41, + 41, 40, 40, 40, 40, 40, 40, 40, 41, 41, + 41, 40, 40, 40, 40, 40, 40, 40, 41, 41, + 41, 40, 40, 42, 42, 42, 43, 43, 43, 44, + 44, 44, 45, 45, 45, 46, 46, 47, 47, 46, + 46, 47, 47, 46, 46, 47, 47, 46, 46, 47, + 47, 46, 46, 82, 10, 0, 0, 268, 268, 269, + 269, 269, 269, 268, 268, 0, 58, 14, 0, 274, + 274, 271, 271, 271, 271, 272, 272, 273, 273, 273, + 273, 274, 274, 66, 16, 0, 291, 291, 292, 292, + 293, 293, 294, 294, 295, 295, 294, 294, 293, 293, + 292, 292, 72, 1, 0, 320, 73, 24, 0, 319, + 319, 318, 318, 317, 317, 318, 318, 319, 319, 320, + 320, 321, 321, 322, 322, 323, 323, 322, 322, 321, + 321, 320, 320, 74, 128, 0, 1, 1, 2, 2, + 3, 3, 4, 4, 270, 270, 269, 269, 268, 268, + 0, 0, 1, 2, 3, 4, 270, 269, 268, 0, + 1, 2, 3, 4, 270, 269, 268, 0, 1, 3, + 270, 268, 2, 4, 269, 0, 1, 3, 270, 268, + 2, 4, 269, 0, -1, 3, 270, -1, 2, -1, + 269, 0, 1, -1, -1, 268, -1, -1, 269, -1, + -1, -1, -1, 270, -1, -1, 2, -1, -1, -1, + -1, -1, -1, 29, 46, 47, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 63, 92, 0, 263, 264, 265, + 264, 263, 264, 265, 264, 263, 264, 265, 264, 263, + 264, 265, 264, 263, 264, 265, 264, 263, 264, 265, + 264, 263, 264, 265, 264, 263, 264, 265, 264, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, + 23, 23, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 23, 23, 0, 0, 0, 0, 0, 0, + 0, 133, 133, 0, 0, 0, 133, 133, 0, 0, + 0, 0, 0, 0, 0, 133, 133, 0, 0, 0, + 0, 23, 23, 23, 23, 0, 0, 0, 0, 64, + 104, 0, 1, 1, 2, 2, 3, 3, 285, 286, + 287, 286, 285, 286, 287, 286, 285, 286, 287, 286, + 285, 286, 287, 286, 285, 286, 287, 286, 285, 286, + 287, 286, 285, 286, 287, 286, 285, 286, 287, 286, + 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 23, 23, 23, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, + 23, 0, 0, 0, 0, 0, 0, 0, 133, 133, + 0, 0, 0, 133, 133, 0, 0, 0, 0, 0, + 0, 0, 133, 133, 0, 0, 0, 0, 23, 23, + 23, 23, 0, 0, 0, 0, 83, 60, 0, 1, + 1, 288, 288, 289, 289, 290, 290, 290, 289, 288, + 288, 289, 289, 290, 290, 290, 289, 288, 288, 289, + 289, 290, 290, 290, 289, 288, 288, 289, 289, 290, + 290, 290, 289, 288, 288, 289, 289, 290, 290, 290, + 289, 288, 288, 289, 289, 290, 290, 290, 290, 290, + 290, 290, 290, 290, 290, 290, 290, 1, 1, 84, + 18, 0, 1, 1, 227, 227, 228, 228, 229, 229, + 228, 228, 227, 227, 226, 226, 227, 227, 1, 1, + 0 + }; + + public static int[] table_mirror = new int[335] + { + 4, 3, 2, 1, 0, 11, 12, 13, 14, 15, + 16, 5, 6, 7, 8, 9, 10, 20, 21, 22, + 17, 18, 19, 24, 23, 25, 30, 31, 32, 29, + 26, 27, 28, 36, 37, 38, 33, 34, 35, 40, + 39, 41, 42, 43, 45, 44, 46, 47, 48, 55, + 56, 57, 58, 59, 60, 49, 50, 51, 52, 53, + 54, 66, 67, 68, 69, 70, 61, 62, 63, 64, + 65, 75, 74, 73, 72, 71, 82, 83, 84, 85, + 86, 87, 76, 77, 78, 79, 80, 81, 92, 91, + 90, 89, 88, 99, 100, 101, 102, 103, 104, 93, + 94, 95, 96, 97, 98, 109, 108, 107, 106, 105, + 120, 119, 118, 117, 116, 115, 114, 113, 112, 111, + 110, 127, 128, 129, 130, 131, 132, 121, 122, 123, + 124, 125, 126, 134, 133, 139, 140, 141, 142, 135, + 136, 137, 138, 147, 148, 149, 150, 143, 144, 145, + 146, 155, 154, 153, 152, 151, 159, 160, 161, 156, + 157, 158, 162, 163, 164, 167, 168, 165, 166, 173, + 174, 175, 176, 169, 170, 171, 172, 181, 180, 179, + 178, 177, 188, 189, 190, 191, 192, 193, 182, 183, + 184, 185, 186, 187, 201, 202, 203, 204, 205, 206, + 207, 194, 195, 196, 197, 198, 199, 200, 209, 208, + 216, 217, 218, 219, 220, 221, 210, 211, 212, 213, + 214, 215, 222, 223, 224, 225, 226, 227, 228, 229, + 230, 231, 232, 233, 234, 235, 236, 250, 249, 248, + 247, 246, 245, 244, 243, 242, 241, 240, 239, 238, + 237, 252, 251, 255, 256, 253, 254, 257, 258, 259, + 260, 261, 262, 285, 286, 287, 266, 267, 270, 269, + 268, 271, 272, 273, 275, 274, 276, 277, 278, 279, + 280, 281, 282, 283, 284, 263, 264, 265, 288, 289, + 290, 291, 292, 293, 294, 295, 303, 304, 305, 306, + 307, 308, 309, 296, 297, 298, 299, 300, 301, 302, + 314, 313, 312, 311, 310, 316, 315, 323, 322, 321, + 320, 319, 318, 317, 324, 325, 326, 327, 328, 329, + 330, 331, 332, 333, 334 + }; + + public static int[] table_vitesse_march = new int[4] { 2, 4, 6, 8 }; + + public static int[] table_vitesse_nage = new int[7] { 2, 1, 5, 10, 8, 6, 4 }; + + public static int[] table_vitesse_surf = new int[6] { 0, 2, 5, 8, 3, 0 }; + + public static short[] table_decor_quart = new short[7056] + { + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, + 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, + 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, + 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, + 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, + 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, + 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, + 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, + 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, + 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, + 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 1, 1, 0, 0, 1, + 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 1, 1, 0, 0, 1, 1, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, + 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, + 1, 0, 0, 1, 1, 0 + }; + + public static int[] table_bulldozer_left = new int[8] { 66, 66, 67, 67, 66, 66, 65, 65 }; + + public static int[] table_bulldozer_right = new int[8] { 58, 58, 57, 57, 58, 58, 59, 59 }; + + public static int[] table_bulldozer_turn2l = new int[22] + { + 58, 59, 59, 59, 60, 60, 60, 61, 61, 62, + 62, 63, 63, 64, 64, 64, 65, 65, 65, 66, + 66, 66 + }; + + public static int[] table_bulldozer_turn2r = new int[22] + { + 66, 65, 65, 65, 64, 64, 64, 63, 63, 62, + 62, 61, 61, 60, 60, 60, 59, 59, 59, 58, + 58, 58 + }; + + public static int[] table_poisson_left = new int[8] { 82, 82, 81, 81, 82, 82, 83, 83 }; + + public static int[] table_poisson_right = new int[8] { 79, 79, 78, 78, 79, 79, 80, 80 }; + + public static int[] table_poisson_turn2l = new int[48] + { + 79, 79, 80, 80, 84, 84, 85, 85, 86, 86, + 87, 87, 88, 88, 83, 83, 82, 82, 83, 83, + 88, 88, 87, 87, 86, 86, 85, 85, 84, 84, + 79, 79, 79, 79, 80, 80, 84, 84, 85, 85, + 86, 86, 87, 87, 88, 88, 83, 83 + }; + + public static int[] table_poisson_turn2r = new int[48] + { + 82, 82, 83, 83, 88, 88, 87, 87, 86, 86, + 85, 85, 84, 84, 79, 79, 79, 79, 80, 80, + 84, 84, 85, 85, 86, 86, 87, 87, 88, 88, + 83, 83, 82, 82, 83, 83, 88, 88, 87, 87, + 86, 86, 85, 85, 84, 84, 79, 79 + }; + + public static int[] table_oiseau_left = new int[8] { 98, 99, 100, 101, 102, 103, 104, 105 }; + + public static int[] table_oiseau_right = new int[8] { 90, 91, 92, 93, 94, 95, 96, 97 }; + + public static int[] table_oiseau_turn2l = new int[10] { 106, 107, 108, 109, 110, 111, 112, 113, 105, 105 }; + + public static int[] table_oiseau_turn2r = new int[10] { 114, 115, 116, 117, 118, 119, 120, 121, 97, 97 }; + + public static int[] table_guepe_left = new int[6] { 195, 196, 197, 198, 197, 196 }; + + public static int[] table_guepe_right = new int[6] { 199, 200, 201, 202, 201, 200 }; + + public static int[] table_guepe_turn2l = new int[5] { 207, 206, 205, 204, 203 }; + + public static int[] table_guepe_turn2r = new int[5] { 203, 204, 205, 206, 207 }; + + public static int[] table_creature_left = new int[8] { 247, 248, 249, 250, 251, 250, 249, 248 }; + + public static int[] table_creature_right = new int[8] { 247, 248, 249, 250, 251, 250, 249, 248 }; + + public static int[] table_creature_turn2 = new int[152] + { + 244, 244, 244, 244, 244, 244, 244, 244, 243, 243, + 242, 242, 242, 242, 242, 242, 242, 242, 243, 243, + 244, 244, 245, 245, 246, 246, 246, 246, 246, 246, + 246, 246, 245, 245, 244, 244, 243, 243, 242, 242, + 242, 242, 242, 242, 243, 243, 244, 244, 245, 245, + 246, 246, 246, 246, 246, 246, 245, 245, 244, 244, + 243, 243, 242, 242, 242, 242, 243, 243, 244, 244, + 245, 245, 246, 246, 246, 246, 245, 245, 244, 244, + 243, 243, 242, 242, 243, 243, 244, 244, 245, 245, + 246, 246, 245, 245, 244, 244, 243, 243, 242, 242, + 242, 242, 243, 243, 244, 244, 245, 245, 246, 246, + 246, 246, 245, 245, 244, 244, 243, 243, 242, 242, + 242, 242, 242, 242, 243, 243, 244, 244, 245, 245, + 246, 246, 246, 246, 246, 246, 245, 245, 244, 244, + 244, 244, 244, 244, 244, 244, 244, 244, 244, 244, + 244, 244 + }; + + public static int[] table_blupih_left = new int[8] { 66, 67, 68, 67, 66, 69, 70, 69 }; + + public static int[] table_blupih_right = new int[8] { 61, 62, 63, 62, 61, 64, 65, 64 }; + + public static int[] table_blupih_turn2l = new int[26] + { + 71, 71, 72, 72, 73, 73, 74, 74, 75, 75, + 68, 68, 275, 275, 271, 271, 271, 271, 272, 272, + 273, 273, 273, 273, 275, 275 + }; + + public static int[] table_blupih_turn2r = new int[26] + { + 75, 75, 74, 74, 73, 73, 72, 72, 71, 71, + 63, 63, 274, 274, 271, 271, 271, 271, 272, 272, + 273, 273, 273, 273, 274, 274 + }; + + public static int[] table_blupit_left = new int[8] { 249, 249, 250, 250, 249, 249, 248, 248 }; + + public static int[] table_blupit_right = new int[8] { 238, 238, 237, 237, 238, 238, 239, 239 }; + + public static int[] table_blupit_turn2l = new int[24] + { + 238, 238, 251, 251, 238, 238, 238, 239, 240, 241, + 242, 243, 244, 245, 246, 247, 248, 249, 249, 249, + 252, 252, 249, 249 + }; + + public static int[] table_blupit_turn2r = new int[24] + { + 249, 249, 252, 252, 249, 249, 249, 248, 247, 246, + 245, 244, 243, 242, 241, 240, 239, 238, 238, 238, + 251, 251, 238, 238 + }; + + public static int[] table_explo1 = new int[39] + { + 0, 0, 1, 1, 2, 2, 3, 3, 4, 3, + 4, 4, 3, 4, 3, 3, 4, 4, 5, 5, + 4, 5, 6, 5, 6, 6, 5, 5, 6, 7, + 7, 8, 8, 9, 9, 10, 10, 11, 11 + }; + + public static int[] table_explo2 = new int[20] + { + 12, -1, 13, 14, -1, 15, 13, -1, 14, 15, + 12, -1, 13, 15, 14, 14, -1, 14, 15, 13 + }; + + public static int[] table_explo3 = new int[20] + { + 32, 32, 34, 34, 32, 32, 34, 34, 32, 32, + 34, 34, 32, 32, 35, 35, 32, 32, 35, 35 + }; + + public static int[] table_explo4 = new int[9] { 12, 13, 14, 15, 7, 8, 9, 10, 11 }; + + public static int[] table_explo5 = new int[12] + { + 54, -1, 55, -1, 56, -1, 57, -1, 58, -1, + 59, -1 + }; + + public static int[] table_explo6 = new int[6] { 54, 55, 56, 57, 58, 59 }; + + public static int[] table_explo7 = new int[128] + { + 60, 61, -1, 63, 64, 65, 62, 64, 62, 60, + 62, -1, 65, -1, 60, 65, 63, 61, 62, -1, + 64, 65, -1, 62, 64, 61, 62, 63, -1, 65, + 60, -1, 65, -1, 63, 65, -1, 61, 60, 65, + 62, 63, 64, -1, 62, 63, -1, 62, 62, 60, + 62, -1, 65, -1, 60, 65, 64, 61, 62, 63, + -1, 65, 60, -1, 63, 61, 62, -1, 64, 65, + -1, 62, 62, 60, 62, -1, 65, -1, 60, 65, + 60, 61, -1, 63, 64, 65, 62, 64, 63, 61, + 62, -1, 64, 65, -1, 62, 60, 61, -1, 63, + 64, 65, 62, 64, -1, 60, -1, -1, 65, -1, + 60, -1, 63, -1, 62, -1, -1, 65, -1, -1, + -1, 61, -1, -1, -1, 60, -1, -1 + }; + + public static int[] table_explo8 = new int[5] { 7, 8, 9, 10, 11 }; + + public static int[] table_sploutch1 = new int[10] { 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 }; + + public static int[] table_sploutch2 = new int[13] + { + -1, -1, -1, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99 + }; + + public static int[] table_sploutch3 = new int[18] + { + -1, -1, -1, -1, -1, -1, -1, -1, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99 + }; + + public static int[] table_tentacule = new int[45] + { + 86, 85, 84, 83, 84, 85, 86, -1, 86, 85, + 84, 83, 82, 81, 80, 79, 78, 77, 76, 75, + 74, 73, 72, 71, 70, 70, 70, 70, 71, 72, + 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, + 83, 84, 85, 86, -1 + }; + + public static int[] table_bridge = new int[157] + { + 365, 366, 365, 366, 365, 366, 365, 366, 365, 366, + 365, 366, 365, 366, 365, 366, 367, 367, 368, 368, + 369, 369, 370, 370, 371, 371, 372, 372, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 372, 372, 371, 371, 370, 370, 369, 369, 368, 368, + 367, 367, 366, 366, 365, 365, 364 + }; + + public static int[] table_pollution = new int[8] { 179, 180, 181, 182, 183, 184, 185, 186 }; + + public static int[] table_invertstart = new int[8] { 179, 180, 181, 182, 183, 184, 185, 186 }; + + public static int[] table_invertstop = new int[8] { 186, 185, 184, 183, 182, 181, 180, 179 }; + + public static int[] table_invertpanel = new int[8] { 187, 188, 189, 190, 191, 192, 193, 194 }; + + public static int[] table_plouf = new int[7] { 99, 100, 101, 102, 101, 100, 99 }; + + public static int[] table_tiplouf = new int[3] { 244, 99, 244 }; + + public static int[] table_blup = new int[20] + { + 103, 104, 105, 106, 104, 103, 106, 105, 103, 104, + 103, 105, 106, 103, 105, 106, 103, 104, 106, 105 + }; + + public static int[] table_follow1 = new int[26] + { + 256, 256, 256, 257, 257, 258, 259, 260, 261, 262, + 263, 264, 264, 265, 265, 265, 264, 264, 263, 262, + 261, 260, 259, 258, 257, 257 + }; + + public static int[] table_follow2 = new int[5] { 256, 258, 260, 262, 264 }; + + public static int[] table_cle = new int[12] + { + 122, 123, 124, 125, 126, 127, 128, 127, 126, 125, + 124, 123 + }; + + public static int[] table_cle1 = new int[12] + { + 209, 210, 211, 212, 213, 214, 215, 214, 213, 212, + 211, 210 + }; + + public static int[] table_cle2 = new int[12] + { + 220, 221, 222, 221, 220, 219, 218, 217, 216, 217, + 218, 219 + }; + + public static int[] table_cle3 = new int[12] + { + 229, 228, 227, 226, 225, 224, 223, 224, 225, 226, + 227, 228 + }; + + public static int[] table_dynamitef = new int[100] + { + 253, 252, 254, 252, 252, 255, 252, 254, 253, 252, + 253, 254, 255, 252, 255, 253, 252, 254, 252, 255, + 253, 254, 252, 253, 255, 254, 255, 252, 253, 254, + 255, 252, 253, 254, 255, 254, 254, 253, 254, 255, + 253, 252, 255, 254, 255, 253, 252, 254, 253, 255, + 253, 254, 252, 253, 255, 254, 252, 255, 253, 254, + 255, 253, 252, 254, 255, 254, 252, 253, 254, 255, + 253, 254, 255, 254, 255, 253, 252, 254, 253, 255, + 253, 254, 255, 253, 255, 254, 255, 252, 253, 254, + 255, 253, 253, 254, 255, 254, 252, 253, 254, 255 + }; + + public static int[] table_skate = new int[34] + { + 129, 129, 129, 129, 130, 130, 130, 131, 131, 132, + 132, 133, 133, 134, 134, 134, 135, 135, 135, 135, + 134, 134, 134, 133, 133, 132, 132, 131, 131, 131, + 130, 130, 130, 130 + }; + + public static int[] table_glu = new int[25] + { + 168, 168, 169, 169, 170, 170, 171, 171, 170, 170, + 169, 169, 168, 168, 169, 169, 169, 168, 168, 169, + 169, 170, 170, 169, 168 + }; + + public static int[] table_clear = new int[70] + { + 40, 40, 40, 40, 41, 41, 41, 41, 40, 40, + 40, 40, 40, 40, 40, 41, 41, 41, 40, 40, + 40, 40, 40, 40, 40, 41, 41, 41, 40, 40, + 42, 42, 42, 43, 43, 43, 44, 44, 44, 45, + 45, 45, 46, 46, 47, 47, 46, 46, 47, 47, + 46, 46, 47, 47, 46, 46, 47, 47, 46, 46, + 47, 47, 46, 46, 47, 47, 46, 46, 47, 47 + }; + + public static int[] table_electro = new int[90] + { + 266, 267, 266, 267, 266, 267, 266, 267, 266, 267, + 266, 267, 266, 267, 266, 267, 266, 267, 266, 267, + 266, 267, 266, 267, 266, 267, 266, 267, 266, 267, + 40, 40, 40, 40, 41, 41, 41, 41, 40, 40, + 40, 40, 40, 40, 40, 41, 41, 41, 40, 40, + 40, 40, 40, 40, 40, 41, 41, 41, 40, 40, + 42, 42, 42, 43, 43, 43, 44, 44, 44, 45, + 45, 45, 46, 46, 47, 47, 46, 46, 47, 47, + 46, 46, 47, 47, 46, 46, 47, 47, 46, 46 + }; + + public static int[] table_chenille = new int[6] { 311, 312, 313, 314, 315, 316 }; + + public static int[] table_chenillei = new int[6] { 316, 315, 314, 313, 312, 311 }; + + public static int[] table_adapt_decor = new int[144] + { + 153, 147, 148, 146, 40, 151, 150, 144, 39, 152, + 149, 145, 38, 36, 37, 35, 153, 147, 148, 146, + 40, 151, 150, 144, 39, 152, 149, 145, 38, 36, + 37, 156, 75, 75, 155, 155, 75, 75, 155, 155, + 74, 74, 154, 154, 75, 75, 155, 155, 157, 157, + 157, 157, 109, 109, 109, 109, 108, 108, 108, 108, + 107, 107, 107, 107, 202, 202, 138, 138, 202, 202, + 138, 138, 202, 202, 138, 138, 202, 202, 138, 138, + 283, 283, 283, 283, 262, 262, 262, 262, 263, 263, + 263, 263, 261, 261, 261, 261, 361, 359, 360, 352, + 357, 353, 355, 349, 358, 354, 356, 350, 351, 347, + 348, 341, 387, 387, 386, 386, 394, 394, 392, 392, + 395, 395, 393, 393, 397, 397, 396, 396, 251, 254, + 254, 254, 251, 258, 260, 258, 251, 257, 259, 257, + 251, 250, 256, 250 + }; + + public static int[] table_adapt_fromage = new int[32] + { + -1, 265, 264, 268, 267, 273, 271, 275, 266, 272, + 270, 274, 269, 277, 276, 278, -1, 286, 285, 289, + 288, 294, 292, 296, 287, 293, 291, 295, 290, 298, + 297, 299 + }; + + public static int[] table_shield = new int[16] + { + 144, 145, 146, 147, 148, 149, 150, 151, 266, 267, + 268, 269, 270, 271, 272, 273 + }; + + public static int[] table_shield_blupi = new int[16] + { + 144, 145, 146, 147, 148, 149, 150, 151, 266, 267, + 268, 269, 270, 271, 272, 273 + }; + + public static int[] table_power = new int[8] { 136, 137, 138, 139, 140, 141, 142, 143 }; + + public static int[] table_invert = new int[20] + { + 187, 187, 187, 188, 189, 190, 191, 192, 193, 194, + 187, 187, 187, 194, 193, 192, 191, 190, 189, 188 + }; + + public static int[] table_charge = new int[6] { 238, 239, 240, 241, 242, 243 }; + + public static int[] table_magicloop = new int[5] { 152, 153, 154, 155, 156 }; + + public static int[] table_magictrack = new int[24] + { + 152, 153, 154, 155, 156, 152, 153, 154, 155, 156, + 157, 158, 159, 160, 157, 158, 159, 160, 161, 162, + 163, 164, 165, 166 + }; + + public static int[] table_shieldloop = new int[5] { 274, 275, 276, 277, 278 }; + + public static int[] table_shieldtrack = new int[20] + { + 274, 275, 276, 277, 278, 274, 275, 276, 277, 278, + 279, 280, 281, 282, 283, 284, 285, 286, 287, 288 + }; + + public static int[] table_drinkeffect = new int[5] { 274, 275, 276, 277, 278 }; + + public static int[] table_drinkoffset = new int[3] { 0, 7, 22 }; + + public static int[] table_tresortrack = new int[11] + { + 166, 165, 164, 163, 162, 161, 162, 163, 164, 165, + 166 + }; + + public static int[] table_decor_lave = new int[8] { 68, 69, 70, 71, 72, 71, 70, 69 }; + + public static int[] table_decor_piege1 = new int[16] + { + 374, 374, 373, 347, 373, 374, 374, 374, 373, 347, + 347, 373, 374, 374, 374, 374 + }; + + public static int[] table_decor_piege2 = new int[4] { 374, 373, 347, 373 }; + + public static int[] table_decor_goutte = new int[48] + { + 410, 409, 410, -1, -1, -1, -1, -1, -1, 410, + 409, 408, 409, 410, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 410, 409, 408, 407, 406, 405, + 404, 405, 406, 407, 408, 409, 410, -1, -1, -1, + -1, 410, 409, 410, -1, -1, -1, -1 + }; + + public static int[] table_decor_ecraseur = new int[10] { 317, 317, 318, 319, 320, 321, 322, 323, 323, 323 }; + + public static int[] table_decor_scie = new int[6] { 378, 379, 380, 381, 382, 383 }; + + public static int[] table_decor_temp = new int[20] + { + 328, 328, 327, 327, 326, 326, 325, 325, 324, 324, + 325, 325, 326, 326, 327, 329, 328, 328, -1, -1 + }; + + public static int[] table_decor_eau1 = new int[6] { 92, 93, 94, 95, 94, 93 }; + + public static int[] table_decor_eau2 = new int[6] { 91, 96, 97, 98, 97, 96 }; + + public static int[] table_decor_ventillog = new int[3] { 126, 127, 128 }; + + public static int[] table_decor_ventillod = new int[3] { 129, 130, 131 }; + + public static int[] table_decor_ventilloh = new int[3] { 132, 133, 134 }; + + public static int[] table_decor_ventillob = new int[3] { 135, 136, 137 }; + + public static int[] table_decor_ventg = new int[4] { 110, 111, 112, 113 }; + + public static int[] table_decor_ventd = new int[4] { 114, 115, 116, 117 }; + + public static int[] table_decor_venth = new int[4] { 118, 119, 120, 121 }; + + public static int[] table_decor_ventb = new int[4] { 122, 123, 124, 125 }; + + public static int[] table_marine = new int[11] + { + 203, 204, 205, 206, 207, 208, 207, 206, 205, 204, + 203 + }; + + public static int[] table_ressort = new int[8] { 209, 210, 211, 212, 213, 212, 211, 210 }; + + public static int[] table_training1; + + public static int[] table_training2; + + public static int[] table_training3; + + public static int[] table_training4; + + public static int[] table_decor_action; + + public static int[] table_explo_size; + + public static int[] world_terminal; + + static Tables() + { + int[] array = new int[133] + { + 1, 3, 0, 50, -1, 0, 4, 4, 0, 50, + 0, 0, 6, 6, 0, 50, 1, 0, 9, 9, + 0, 50, -1, 0, 12, 14, 0, 50, 1, 0, + 16, 16, 0, 50, -1, 0, 20, 21, 0, 50, + -1, 0, 23, 24, 0, 50, -1, 0, 27, 27, + 0, 50, -1, 0, 28, 28, 0, 50, -1, 0, + 30, 31, 0, 50, -1, 0, 36, 36, 0, 50, + -1, 0, 39, 39, 0, 50, -1, 0, 44, 44, + 0, 50, -1, 0, 46, 46, 0, 50, -1, 0, + 53, 53, 0, 50, -1, 0, 56, 56, 0, 50, + -1, 0, 62, 64, 0, 50, -1, 0, 65, 66, + 0, 50, -1, 0, 69, 74, 0, 50, -1, 0, + 80, 85, 0, 50, 1, 0, 87, 93, 0, 50, + -1, 0, -1 + }; + array[5] = MyResource.TX_TRAINING101; + array[11] = MyResource.TX_TRAINING102; + array[17] = MyResource.TX_TRAINING103; + array[23] = MyResource.TX_TRAINING104; + array[29] = MyResource.TX_TRAINING105; + array[35] = MyResource.TX_TRAINING106; + array[41] = MyResource.TX_TRAINING107; + array[47] = MyResource.TX_TRAINING108; + array[53] = MyResource.TX_TRAINING109; + array[59] = MyResource.TX_TRAINING110; + array[65] = MyResource.TX_TRAINING111; + array[71] = MyResource.TX_TRAINING112; + array[77] = MyResource.TX_TRAINING113; + array[83] = MyResource.TX_TRAINING114; + array[89] = MyResource.TX_TRAINING115; + array[95] = MyResource.TX_TRAINING116; + array[101] = MyResource.TX_TRAINING117; + array[107] = MyResource.TX_TRAINING118; + array[113] = MyResource.TX_TRAINING119; + array[119] = MyResource.TX_TRAINING120; + array[125] = MyResource.TX_TRAINING121; + array[131] = MyResource.TX_TRAINING122; + table_training1 = array; + int[] array2 = new int[31] + { + 9, 15, 0, 100, -1, 0, 16, 16, 0, 100, + -1, 0, 19, 21, 0, 100, -1, 0, 24, 31, + 0, 100, -1, 0, 33, 40, 0, 100, -1, 0, + -1 + }; + array2[5] = MyResource.TX_TRAINING201; + array2[11] = MyResource.TX_TRAINING202; + array2[17] = MyResource.TX_TRAINING203; + array2[23] = MyResource.TX_TRAINING204; + array2[29] = MyResource.TX_TRAINING205; + table_training2 = array2; + int[] array3 = new int[67] + { + 16, 24, 36, 40, -2, 0, 16, 24, 36, 40, + -3, 0, 22, 25, 34, 34, -3, 0, 22, 31, + 34, 37, -2, 0, 32, 43, 34, 34, -2, 0, + 32, 43, 26, 34, -3, 0, 44, 48, 20, 22, + -2, 0, 29, 31, 12, 12, -1, 0, 44, 54, + 20, 22, -3, 0, 63, 65, 20, 22, -1, 0, + 77, 81, 20, 22, -3, 0, -1 + }; + array3[5] = MyResource.TX_TRAINING301; + array3[11] = MyResource.TX_TRAINING302; + array3[17] = MyResource.TX_TRAINING303; + array3[23] = MyResource.TX_TRAINING304; + array3[29] = MyResource.TX_TRAINING305; + array3[35] = MyResource.TX_TRAINING306; + array3[41] = MyResource.TX_TRAINING307; + array3[47] = MyResource.TX_TRAINING308; + array3[53] = MyResource.TX_TRAINING309; + array3[59] = MyResource.TX_TRAINING310; + array3[65] = MyResource.TX_TRAINING311; + table_training3 = array3; + int[] array4 = new int[31] + { + 7, 14, 0, 100, -4, 0, 7, 19, 0, 100, + -5, 0, 20, 22, 0, 100, -4, 0, 20, 22, + 0, 100, -5, 0, 27, 28, 42, 100, -1, 0, + -1 + }; + array4[5] = MyResource.TX_TRAINING401; + array4[11] = MyResource.TX_TRAINING402; + array4[17] = MyResource.TX_TRAINING403; + array4[23] = MyResource.TX_TRAINING404; + array4[29] = MyResource.TX_TRAINING405; + table_training4 = array4; + table_decor_action = new int[519] + { + 1, 32, -4, 4, 4, -3, -4, 2, 4, 5, + -4, -1, 4, 2, -4, -4, 4, -3, -3, 2, + 3, 2, -3, -5, 3, 4, -3, 5, 3, -2, + -3, 5, 3, 4, -2, -2, 2, 4, -2, -2, + 2, -2, -2, -4, 2, 2, -2, -2, 2, -3, + -1, -3, 1, -2, -1, -1, 1, 2, -1, -2, + 1, -1, -1, 1, 1, 2, 2, 32, -4, 0, + 4, 0, -4, 0, 4, 0, -4, 0, 4, 0, + -4, 0, 4, 0, -3, 0, 3, 0, -3, 0, + 3, 0, -3, 0, 3, 0, -3, 0, 3, 0, + -2, 0, 2, 0, -2, 0, 2, 0, -2, 0, + 2, 0, -2, 0, 2, 0, -1, 0, 1, 0, + -1, 0, 1, 0, -1, 0, 1, 0, -1, 0, + 1, 0, 5, 192, 0, -32, 0, 32, 0, -16, + 0, 6, 0, -8, 0, 8, 0, -4, 0, 4, + 0, -2, 0, 2, -7, 0, -6, 0, -5, 0, + -4, 0, -2, 0, 0, 0, 2, 0, 4, 0, + 5, 0, 6, 0, 7, 0, 7, 0, 6, 0, + 5, 0, 4, 0, 2, 0, 0, 0, -2, 0, + -4, 0, -5, 0, -6, 0, -7, 0, -7, 0, + -6, 0, -5, 0, -4, 0, -2, 0, 0, 0, + 2, 0, 4, 0, 5, 0, 6, 0, 7, 0, + 7, 0, 6, 0, 5, 0, 4, 0, 2, 0, + 0, 0, -2, 0, -4, 0, -5, 0, -6, 0, + -7, 0, -7, 0, -6, 0, -5, 0, -4, 0, + -2, 0, 0, 0, 2, 0, 4, 0, 5, 0, + 6, 0, 7, 0, 7, 0, 6, 0, 5, 0, + 4, 0, 2, 0, 0, 0, -2, 0, -4, 0, + -5, 0, -6, 0, -7, 0, -7, 0, -6, 0, + -5, 0, -4, 0, -2, 0, 0, 0, 2, 0, + 4, 0, 5, 0, 6, 0, 7, 0, 7, 0, + 6, 0, 5, 0, 4, 0, 2, 0, 0, 0, + -2, 0, -4, 0, -5, 0, -6, 0, -7, 0, + -7, 0, -6, 0, -5, 0, -4, 0, -2, 0, + 0, 0, 2, 0, 4, 0, 5, 0, 6, 0, + 7, 0, 7, 0, 6, 0, 5, 0, 4, 0, + 2, 0, 0, 0, -2, 0, -4, 0, -5, 0, + -6, 0, -7, 0, -7, 0, -6, 0, -5, 0, + -4, 0, -2, 0, 0, 0, 2, 0, 4, 0, + 5, 0, 6, 0, 7, 0, 7, 0, 6, 0, + 5, 0, 4, 0, 2, 0, 0, 0, -2, 0, + -4, 0, -5, 0, -6, 0, -7, 0, -7, 0, + -6, 0, -5, 0, -4, 0, -2, 0, 0, 0, + 2, 0, 4, 0, 5, 0, 6, 0, 7, 0, + 7, 0, 6, 0, 5, 0, 4, 0, 2, 0, + 0, 0, -2, 0, -4, 0, -5, 0, -6, 0, + -7, 0, -7, 0, -6, 0, -5, 0, -4, 0, + -2, 0, 0, 0, 2, 0, 4, 0, 5, 0, + 6, 0, 7, 0, 7, 0, 6, 0, 5, 0, + 4, 0, 2, 0, 0, 0, -2, 0, -4, 0, + -5, 0, -6, 0, -7, 0, -7, 0, -6, 0, + -5, 0, -4, 0, -2, 0, -1, 0, 0 + }; + table_explo_size = new int[100] + { + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, + 64, 64, 64, 64, 64, 64, 144, 144, 144, 128, + 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, + 64, 64, 64, 64, 64, 64, 64, 128, 128, 128, + 64, 64, 64, 64, 64, 64, 64, 64, 64, 64 + }; + world_terminal = new int[30] + { + 0, 0, 158, 166, 159, 167, 160, 168, 161, 169, + 162, 170, 163, 171, 164, 172, 165, 173, 309, 310, + 411, 416, 412, 417, 413, 418, 414, 419, 415, 420 + }; + } + } + +} \ No newline at end of file diff --git a/Text.cs b/Text.cs new file mode 100644 index 0000000..9726691 --- /dev/null +++ b/Text.cs @@ -0,0 +1,295 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Text +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + public static class Text + { + private static short[] table_char = new short[1536] + { + 0, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 2, 0, 0, -1, 0, 0, 3, 0, + 0, -1, 0, 0, 4, 0, 0, -1, 0, 0, + 5, 0, 0, -1, 0, 0, 6, 0, 0, -1, + 0, 0, 7, 0, 0, -1, 0, 0, 8, 0, + 0, -1, 0, 0, 9, 0, 0, -1, 0, 0, + 10, 0, 0, -1, 0, 0, 11, 0, 0, -1, + 0, 0, 12, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 14, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 32, 0, 0, -1, 0, 0, 33, 0, + 0, -1, 0, 0, 34, 0, 0, -1, 0, 0, + 35, 0, 0, -1, 0, 0, 36, 0, 0, -1, + 0, 0, 37, 0, 0, -1, 0, 0, 38, 0, + 0, -1, 0, 0, 39, 0, 0, -1, 0, 0, + 40, 0, 0, -1, 0, 0, 41, 0, 0, -1, + 0, 0, 42, 0, 0, -1, 0, 0, 43, 0, + 0, -1, 0, 0, 44, 0, 0, -1, 0, 0, + 45, 0, 0, -1, 0, 0, 46, 0, 0, -1, + 0, 0, 47, 0, 0, -1, 0, 0, 48, 0, + 0, -1, 0, 0, 49, 0, 0, -1, 0, 0, + 50, 0, 0, -1, 0, 0, 51, 0, 0, -1, + 0, 0, 52, 0, 0, -1, 0, 0, 53, 0, + 0, -1, 0, 0, 54, 0, 0, -1, 0, 0, + 55, 0, 0, -1, 0, 0, 56, 0, 0, -1, + 0, 0, 57, 0, 0, -1, 0, 0, 58, 0, + 0, -1, 0, 0, 59, 0, 0, -1, 0, 0, + 60, 0, 0, -1, 0, 0, 61, 0, 0, -1, + 0, 0, 62, 0, 0, -1, 0, 0, 63, 0, + 0, -1, 0, 0, 64, 0, 0, -1, 0, 0, + 65, 0, 0, -1, 0, 0, 66, 0, 0, -1, + 0, 0, 67, 0, 0, -1, 0, 0, 68, 0, + 0, -1, 0, 0, 69, 0, 0, -1, 0, 0, + 70, 0, 0, -1, 0, 0, 71, 0, 0, -1, + 0, 0, 72, 0, 0, -1, 0, 0, 73, 0, + 0, -1, 0, 0, 74, 0, 0, -1, 0, 0, + 75, 0, 0, -1, 0, 0, 76, 0, 0, -1, + 0, 0, 77, 0, 0, -1, 0, 0, 78, 0, + 0, -1, 0, 0, 79, 0, 0, -1, 0, 0, + 80, 0, 0, -1, 0, 0, 81, 0, 0, -1, + 0, 0, 82, 0, 0, -1, 0, 0, 83, 0, + 0, -1, 0, 0, 84, 0, 0, -1, 0, 0, + 85, 0, 0, -1, 0, 0, 86, 0, 0, -1, + 0, 0, 87, 0, 0, -1, 0, 0, 88, 0, + 0, -1, 0, 0, 89, 0, 0, -1, 0, 0, + 90, 0, 0, -1, 0, 0, 91, 0, 0, -1, + 0, 0, 92, 0, 0, -1, 0, 0, 93, 0, + 0, -1, 0, 0, 94, 0, 0, -1, 0, 0, + 95, 0, 0, -1, 0, 0, 96, 0, 0, -1, + 0, 0, 97, 0, 0, -1, 0, 0, 98, 0, + 0, -1, 0, 0, 99, 0, 0, -1, 0, 0, + 100, 0, 0, -1, 0, 0, 101, 0, 0, -1, + 0, 0, 102, 0, 0, -1, 0, 0, 103, 0, + 0, -1, 0, 0, 104, 0, 0, -1, 0, 0, + 105, 0, 0, -1, 0, 0, 106, 0, 0, -1, + 0, 0, 107, 0, 0, -1, 0, 0, 108, 0, + 0, -1, 0, 0, 109, 0, 0, -1, 0, 0, + 110, 0, 0, -1, 0, 0, 111, 0, 0, -1, + 0, 0, 112, 0, 0, -1, 0, 0, 113, 0, + 0, -1, 0, 0, 114, 0, 0, -1, 0, 0, + 115, 0, 0, -1, 0, 0, 116, 0, 0, -1, + 0, 0, 117, 0, 0, -1, 0, 0, 118, 0, + 0, -1, 0, 0, 119, 0, 0, -1, 0, 0, + 120, 0, 0, -1, 0, 0, 121, 0, 0, -1, + 0, 0, 122, 0, 0, -1, 0, 0, 123, 0, + 0, -1, 0, 0, 124, 0, 0, -1, 0, 0, + 125, 0, 0, -1, 0, 0, 126, 0, 0, -1, + 0, 0, 127, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 5, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 4, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 16, 0, 0, -1, 0, 0, + 97, 0, 0, 2, 2, 0, 17, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 27, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 29, 0, 0, -1, + 0, 0, 19, 0, 0, -1, 0, 0, 18, 0, + 0, -1, 0, 0, 21, 0, 0, -1, 0, 0, + 20, 0, 0, -1, 0, 0, 1, 0, 0, -1, + 0, 0, 105, 0, 0, 2, -1, 0, 23, 0, + 0, -1, 0, 0, 22, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 110, 0, 0, 126, + -1, 0, 1, 0, 0, -1, 0, 0, 111, 0, + 0, 2, 1, 0, 24, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0, 28, 0, 0, -1, + 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 25, 0, 0, -1, 0, 0, + 117, 0, 0, 2, 2, 0, 26, 0, 0, -1, + 0, 0, 15, 0, 0, -1, 0, 0, 1, 0, + 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, + 1, 0, 0, -1, 0, 0 + }; + + private static short[] table_accents = new short[15] + { + 252, 224, 226, 233, 232, 235, 234, 239, 238, 244, + 249, 251, 228, 246, 231 + }; + + private static short[] table_width = new short[128] + { + 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, + 32, 32, 32, 32, 14, 13, 15, 15, 15, 15, + 15, 15, 11, 12, 14, 13, 13, 15, 15, 14, + 0, 0, 9, 5, 10, 25, 17, 22, 18, 5, + 9, 9, 14, 13, 6, 10, 6, 14, 18, 10, + 14, 14, 17, 16, 16, 17, 15, 16, 5, 6, + 9, 12, 10, 14, 25, 18, 16, 17, 18, 16, + 16, 19, 20, 15, 15, 15, 14, 24, 22, 22, + 15, 24, 16, 18, 15, 19, 18, 29, 20, 18, + 19, 8, 13, 8, 12, 20, 7, 15, 15, 13, + 15, 15, 13, 14, 14, 6, 8, 14, 6, 21, + 16, 14, 14, 13, 12, 14, 11, 13, 13, 19, + 16, 15, 14, 10, 5, 11, 16, 0 + }; + + public static void DrawTextLeft(Pixmap pixmap, TinyPoint pos, string text, double size) + { + if (!string.IsNullOrEmpty(text)) + { + DrawText(pixmap, pos, text, size); + } + } + + public static void DrawText(Pixmap pixmap, TinyPoint pos, string text, double size) + { + if (!string.IsNullOrEmpty(text)) + { + foreach (char car in text) + { + DrawChar(pixmap, ref pos, car, size); + } + } + } + + public static void DrawTextPente(Pixmap pixmap, TinyPoint pos, string text, int pente, double size) + { + if (!string.IsNullOrEmpty(text)) + { + int y = pos.Y; + int num = 0; + foreach (char c in text) + { + int charWidth = GetCharWidth(c, size); + DrawChar(pixmap, ref pos, c, size); + num += charWidth; + pos.Y = y + num / pente; + } + } + } + + public static void DrawTextCenter(Pixmap pixmap, TinyPoint pos, string text, double size) + { + if (!string.IsNullOrEmpty(text)) + { + TinyPoint pos2 = default(TinyPoint); + pos2.X = pos.X - GetTextWidth(text, size) / 2; + pos2.Y = pos.Y; + DrawText(pixmap, pos2, text, size); + } + } + + public static int GetTextWidth(string text, double size) + { + if (string.IsNullOrEmpty(text)) + { + return 0; + } + int num = 0; + foreach (char c in text) + { + num += GetCharWidth(c, size); + } + return num; + } + + private static int GetOffset(char c) + { + for (int i = 0; i < 15; i++) + { + if ((short)c == table_accents[i]) + { + return 15 + i; + } + } + if (c < '\0' || c > '\u0080') + { + return 1; + } + return c; + } + + private static void DrawChar(Pixmap pixmap, ref TinyPoint pos, char car, double size) + { + TinyPoint pos2 = default(TinyPoint); + int num = (short)car * 6; + int rank = table_char[num]; + pos2.X = pos.X + table_char[num + 1]; + pos2.Y = pos.Y + table_char[num + 2]; + DrawCharSingle(pixmap, pos2, rank, size); + rank = table_char[num + 3]; + if (rank != -1) + { + pos2.X = pos.X + table_char[num + 4]; + pos2.Y = pos.Y + table_char[num + 5]; + DrawCharSingle(pixmap, pos2, rank, size); + } + pos.X += GetCharWidth(car, size); + } + + private static int GetCharWidth(char c, double size) + { + return (int)((double)(table_width[table_char[(short)c * 6]] + 1) * size); + } + + private static void DrawCharSingle(Pixmap pixmap, TinyPoint pos, int rank, double size) + { + pixmap.DrawChar(rank, pos, size); + } + } + +} \ No newline at end of file diff --git a/TinyPoint.cs b/TinyPoint.cs new file mode 100644 index 0000000..2c306e6 --- /dev/null +++ b/TinyPoint.cs @@ -0,0 +1,18 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.TinyPoint + +namespace WindowsPhoneSpeedyBlupi +{ + public struct TinyPoint + { + public int X; + + public int Y; + + public override string ToString() + { + return string.Format("{0};{1}", X, Y); + } + } + +} \ No newline at end of file diff --git a/TinyRect.cs b/TinyRect.cs new file mode 100644 index 0000000..d3678de --- /dev/null +++ b/TinyRect.cs @@ -0,0 +1,38 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.TinyRect + +namespace WindowsPhoneSpeedyBlupi +{ + public struct TinyRect + { + public int Left; + + public int Right; + + public int Top; + + public int Bottom; + + public int Width + { + get + { + return Right - Left; + } + } + + public int Height + { + get + { + return Bottom - Top; + } + } + + public override string ToString() + { + return string.Format("{0};{1};{2};{3}", Left, Top, Right, Bottom); + } + } + +} \ No newline at end of file diff --git a/TrialMode.cs b/TrialMode.cs new file mode 100644 index 0000000..b423f70 --- /dev/null +++ b/TrialMode.cs @@ -0,0 +1,70 @@ +using System; +using System.IO; + +namespace WindowsPhoneSpeedyBlupi +{ + public class TrialMode + { + private static DateTime trialStartTime; + + public static void InitializeTrialMode() + { + // Assuming trial mode starts when the game is launched + trialStartTime = DateTime.Now; + } + + public static Boolean IsTrialModeExpired() + { + return IsTrialMode7DaysLimitExpired() || IsTrialMode10MinutesLimitExpired(); + } + private static bool IsTrialMode10MinutesLimitExpired() + { + // Example: Trial expires after 10 minutes + var expired = (DateTime.Now - trialStartTime).TotalMinutes > 10; + return expired; + } + private static bool IsTrialMode7DaysLimitExpired() + { + // Save trial expiration status to a file or settings + const string TRIAL_END_TIME_TXT = "trialEndTime.txt"; + var trialEndTime = File.Exists(TRIAL_END_TIME_TXT) ? DateTime.Parse(File.ReadAllText(TRIAL_END_TIME_TXT)) : DateTime.MinValue; + + var expired = trialEndTime != DateTime.MinValue && DateTime.Now > trialEndTime; + if (expired) + { + return true; // Trial period is over + } + + // Example of setting trial end time (e.g., 7 days from now) + if (!File.Exists(TRIAL_END_TIME_TXT)) + { + File.WriteAllText(TRIAL_END_TIME_TXT, DateTime.Now.AddDays(7).ToString()); + } + + return false; // Trial period still active + } + private static int trialModeEnabled = -1; + public static bool IsTrialModeEnabled() + { + if(trialModeEnabled == 1) + { + return true; + } + + if (trialModeEnabled == 0) + { + return false; + } + + const string TRIAL_MODE_ENABLED_TXT = "trialModeEnabled.txt"; + var trialModeEnabledString = File.Exists(TRIAL_MODE_ENABLED_TXT) ? File.ReadAllText(TRIAL_MODE_ENABLED_TXT) : "0"; + var trialModeEnabledLocal = trialModeEnabledString.Equals("1"); + trialModeEnabled = trialModeEnabledLocal ? 1 : 0; + + return trialModeEnabledLocal; + } + + + } + +} \ No newline at end of file diff --git a/WindowsPhoneSpeedyBlupi.csproj b/WindowsPhoneSpeedyBlupi.csproj index 87f7490..66e7d7b 100644 --- a/WindowsPhoneSpeedyBlupi.csproj +++ b/WindowsPhoneSpeedyBlupi.csproj @@ -23,9 +23,355 @@ + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + diff --git a/WorldTxt.cs b/WorldTxt.cs new file mode 100644 index 0000000..7534f7a --- /dev/null +++ b/WorldTxt.cs @@ -0,0 +1,99 @@ +using System.Collections.Generic; + +namespace WindowsPhoneSpeedyBlupi +{ + public static class WorldTxt + { + private static Dictionary worlds = new Dictionary(); + static WorldTxt() + { + worlds.Add(1, "DescFile: posDecor=250;5570 dimDecor=100;100 world=0 music=0 region=0 blupiPos=770;5894 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,10,,,,10,163,10,162,10,159,10,309,10,412,10,413,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,183,10,183,10,,10,,10,,10,,10,,10,,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,183,10,183,10,,,,10,,,,10,,,,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,10,183,10,183,10,,,,10,,,,10,,,,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,183,10,183,10,200,10,200,10,200,10,200,10,200,10,200,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,183,10,183,18,,10,,,,10,,,,10,,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,183,10,,,,10,,,,10,,,,10,,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,183,10,10,10,,10,,10,,10,,10,,10,,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,10,10,10,10,10,25,,,,10,165,10,411,10,164,10,161,10,160,10,158,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,25,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;5124 posEnd=962;5124 posCurrent=962;5124 step=1 time=0 phase=800 channel=10 icon=31 \r\n"); + worlds.Add(10, "DescFile: posDecor=200;2700 dimDecor=100;100 world=0 music=10 region=0 blupiPos=578;3078 blupiDir=2 \r\nDecor: \r\n,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,235,235,349,355,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n356,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,177,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,182,10,176,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,353,346,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,59,,10,182,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,359,350,342,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,53,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,,56,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,54,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,59,,10,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,182,10,174,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,175,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,354,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,357,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,354,349,349,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,354,343,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,,354,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,235,235,235,235,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,236,,,,354,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,236,,,,353,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,235,235,235,235,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n356,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,354,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n356,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,353,355,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n235,235,354,344,349,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,354,342,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,,354,349,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,355,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,350,349,235,235,350,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,235,347,360,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,235,348,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,349,344,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,345,344,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,344,343,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,350,345,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,235,351,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,235,347,360,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,349,350,235,235,353,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,356,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n350,236,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,353,344,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n236,,,,354,341,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n236,,,,,236,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n236,,,,353,342,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,354,346,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n349,352,235,235,235,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,236,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,236,,,359,343,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,236,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,352,235,235,235,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n356,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n235,359,349,352,349,350,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,358,,347,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,,362,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,352,352,352,343,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,235,235,235,362,346,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,349,349,349,344,343,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,341,346,344,345,344,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,346,341,342,341,343,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,345,346,345,343,341,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,346,344,342,346,345,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n350,350,350,350,350,350,356,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(100, "DescFile: posDecor=850;3150 dimDecor=100;100 world=0 music=0 region=2 blupiPos=1090;3398 blupiDir=2 \r\nDecor: \r\n145,156,145,156,145,156,145,156,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,38,,38,,38,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,39,,38,,38,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,74,,39,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n150,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n149,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,75,,40,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,40,,38,,38,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,38,,38,,38,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n146,35,146,35,146,35,146,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,146,35,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,151,37,179,35,145,150,,,,151,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,144,76,35,145,182,37,178,37,,,,36,156,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,38,,,152,182,156,146,76,146,35,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,38,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,149,,,147,76,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,37,,,,,,36,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,40,,36,145,35,144,76,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,144,37,,40,,38,174,37,175,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,182,156,76,145,146,145,182,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,180,37,,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,145,144,37,,,,147,76,37,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,37,,,,,,36,144,76,156,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,150,,,151,182,156,149,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,144,182,37,176,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,145,37,177,156,144,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,146,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(101, "DescFile: posDecor=1760;3250 dimDecor=100;100 world=0 music=1 region=2 blupiPos=2114;3526 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,156,156,156,156,35,156,35,35,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,35,35,35,156,35,35,156,35,35,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,35,156,156,156,35,35,35,156,35,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,35,35,35,156,156,156,156,35,156,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,156,35,35,35,156,156,35,35,35,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,156,35,35,156,35,156,156,35,35,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,156,35,156,156,156,156,35,35,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,35,156,35,156,156,35,35,156,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,35,35,35,156,156,35,156,156,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,156,156,35,156,35,35,156,145,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,156,35,35,35,35,156,77,35,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,156,35,156,35,35,145,145,145,37,,201,201,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,35,35,35,37,,,,39,,36,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,156,156,37,,,,,,36,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,35,35,156,37,,,151,150,,36,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,156,35,156,156,37,,,36,37,,36,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,156,156,156,146,77,145,35,77,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,35,37,,,,38,,36,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,35,156,156,156,37,,,,38,,36,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,156,156,35,35,77,144,77,145,77,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,156,145,145,77,37,,,,36,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,35,145,149,,,,36,144,144,144,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,37,,,,151,144,35,156,156,35,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,77,144,144,156,35,156,35,156,156,156,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,37,,36,156,156,156,35,156,156,156,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,35,77,145,145,35,35,35,35,35,156,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,37,,,,152,145,35,35,35,156,35,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,37,,,,,,152,156,35,35,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,144,144,144,150,,,152,35,35,35,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,35,35,156,154,,,,36,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,35,35,35,35,155,,,151,35,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,35,35,35,199,146,156,35,156,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,35,156,154,,,152,145,156,156,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,156,156,37,,,,,,36,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,156,156,35,156,35,35,156,156,35,35,155,,,,,36,156,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,35,35,35,156,156,156,156,35,150,,,,36,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,35,156,156,35,156,156,35,37,,,,36,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,156,156,156,156,35,156,156,149,,,151,35,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,156,156,156,156,156,156,37,,,,36,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,35,156,156,156,35,37,77,144,144,156,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,35,35,35,156,35,156,37,,36,156,156,35,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,156,156,156,145,145,35,145,77,145,156,35,156,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,35,156,154,,,38,,,,36,156,35,35,35,156,35,35,35,35,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,35,156,37,,,,38,,,,36,156,156,35,156,156,156,35,35,156,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,35,156,37,,,,201,,,,36,35,156,156,156,156,35,35,156,35,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,156,201,200,200,200,201,148,,,36,156,35,156,35,35,156,35,156,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,156,37,,,,201,,,,36,156,35,35,35,156,156,35,156,156,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,156,35,37,,,,38,,,,36,35,35,35,156,156,156,156,35,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,156,156,155,,,38,,,,36,156,35,35,156,156,35,35,156,156,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,35,156,35,144,144,156,150,,151,156,35,156,156,156,35,156,35,35,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,156,156,35,35,156,156,77,156,156,156,35,35,35,156,156,35,156,156,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,156,35,156,35,156,156,37,,36,156,156,35,156,35,35,156,156,35,156,156,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,35,35,35,156,35,35,156,37,,36,35,35,156,156,35,35,35,156,156,35,156,156,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,35,35,35,35,35,35,37,,36,156,35,35,156,35,156,156,156,35,35,156,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,156,156,156,35,156,35,35,77,145,145,35,156,35,35,156,35,156,156,35,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,35,35,156,156,156,156,156,37,,,,152,145,35,156,156,35,156,156,156,35,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,156,35,156,35,35,35,35,154,,,,,,152,156,156,35,35,35,156,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,156,35,35,37,,,,,,,,36,156,35,35,156,35,35,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,35,35,156,35,156,37,,,,,,,,36,156,156,35,156,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,156,156,156,156,35,35,156,155,,,,,,,36,35,35,156,35,156,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,156,156,35,156,35,35,37,,,,,,,36,156,35,156,156,35,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,35,156,35,156,35,35,35,155,,,,,,36,156,156,35,35,35,35,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,156,156,35,35,35,35,156,156,37,,,,151,77,156,156,156,35,35,35,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,35,35,35,35,35,35,35,35,200,144,144,37,,36,156,156,35,35,156,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,35,156,35,35,156,156,156,35,37,,36,156,37,,36,35,156,35,156,35,35,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,35,35,156,35,156,37,,36,35,37,,36,156,156,35,156,156,35,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,156,35,156,35,35,156,35,35,35,144,156,145,145,77,35,156,156,156,156,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,35,156,156,156,35,156,156,156,154,,,,36,35,156,156,156,35,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,156,35,156,35,156,35,156,35,37,,,,,36,156,35,156,156,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,156,156,35,156,35,156,35,156,155,,,,36,156,156,35,35,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,156,156,35,156,156,35,35,35,156,35,35,144,144,77,35,156,156,156,35,156,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,35,35,156,156,156,35,156,156,35,35,37,,36,35,156,156,35,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,156,35,156,156,156,156,154,36,156,35,35,37,,36,35,156,35,35,156,156,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,35,156,156,35,156,145,76,35,156,35,156,37,,36,156,156,35,35,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,35,35,37,,,152,145,156,156,35,77,35,156,156,156,145,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,156,35,145,145,37,,,,,152,145,37,,36,35,156,37,,36,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,35,154,,,38,,,,,,,74,,36,156,35,156,76,145,156,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,37,,,,36,144,144,76,75,,,,,152,156,35,37,,,36,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,156,37,,,,36,145,154,,36,150,,75,,,152,145,156,76,144,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,156,37,,,,39,,,,36,145,76,156,150,,,,74,,36,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,37,,,,403,,151,144,37,,,152,154,,,,,,36,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,35,156,155,,,151,76,156,156,37,,,,,,151,144,76,144,35,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,35,144,144,35,144,35,35,145,76,144,155,,151,35,154,,36,156,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,156,35,156,35,35,35,35,156,37,,,36,145,76,35,37,,,36,35,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,35,156,156,156,35,35,156,35,156,155,,38,,,36,35,155,,36,35,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,156,35,156,35,35,156,156,156,35,156,144,35,76,146,145,35,156,76,35,35,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,156,35,35,156,35,35,35,156,35,35,37,,,,36,37,,36,35,35,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,156,156,156,35,35,35,156,156,156,35,35,144,155,,36,35,155,36,156,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,35,156,156,35,156,35,35,35,35,156,156,35,156,76,156,35,35,156,156,35,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,35,156,35,35,35,156,35,35,156,35,35,35,156,156,144,156,35,156,156,156,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,35,156,156,156,156,156,156,156,156,156,156,156,35,156,35,156,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,156,35,156,156,156,35,35,156,35,156,156,156,156,156,156,35,35,35,156,156,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,35,156,156,35,156,35,35,156,156,35,35,35,35,156,156,35,156,156,35,156,35,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,156,156,35,156,156,35,35,35,35,35,156,156,35,35,35,156,35,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,35,156,35,156,35,156,156,35,35,35,35,156,35,156,156,156,156,35,156,35,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,35,156,156,35,35,156,156,156,35,35,35,156,35,35,35,35,35,35,35,35,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,156,35,156,35,35,35,35,156,156,35,35,35,156,35,35,35,35,35,35,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,156,156,35,156,156,35,156,35,156,156,156,156,156,35,35,35,156,35,35,35,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2432;3392 posEnd=2432;3392 posCurrent=2432;3392 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;3392 posEnd=2368;3392 posCurrent=2368;3392 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;3456 posEnd=2368;3456 posCurrent=2368;3456 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2432;3456 posEnd=2432;3456 posCurrent=2432;3456 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;3142 posEnd=2690;3142 posCurrent=2690;3142 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;3456 posEnd=1088;3456 posCurrent=1088;3456 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;3584 posEnd=768;3584 posCurrent=768;3584 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;3392 posEnd=1088;3392 posCurrent=1088;3392 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2880;3392 posEnd=2880;3392 posCurrent=2880;3392 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;3142 posEnd=2754;3142 posCurrent=2754;3142 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;3648 posEnd=4288;3648 posCurrent=4288;3648 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;3584 posEnd=4288;3584 posCurrent=4288;3584 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;3520 posEnd=4288;3520 posCurrent=4288;3520 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3392 posEnd=3584;3392 posCurrent=3584;3392 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;3456 posEnd=3520;3456 posCurrent=3520;3456 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3398 posEnd=4098;3398 posCurrent=4098;3398 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3398 posEnd=4162;3398 posCurrent=4162;3398 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3520 posEnd=3968;3520 posCurrent=3968;3520 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;3648 posEnd=3648;3648 posCurrent=3648;3648 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3648 posEnd=3712;3648 posCurrent=3712;3648 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3648 posEnd=3776;3648 posCurrent=3776;3648 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3648 posEnd=3840;3648 posCurrent=3840;3648 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3648 posEnd=3904;3648 posCurrent=3904;3648 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3584 posEnd=3904;3584 posCurrent=3904;3584 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3520 posEnd=3904;3520 posCurrent=3904;3520 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3456 posEnd=3904;3456 posCurrent=3904;3456 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3392 posEnd=3840;3392 posCurrent=3840;3392 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3456 posEnd=3840;3456 posCurrent=3840;3456 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3456 posEnd=3584;3456 posCurrent=3584;3456 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3520 posEnd=4352;3520 posCurrent=4352;3520 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3456 posEnd=3712;3456 posCurrent=3712;3456 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3520 posEnd=3712;3520 posCurrent=3712;3520 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3584 posEnd=3712;3584 posCurrent=3712;3584 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;3584 posEnd=3648;3584 posCurrent=3648;3584 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3584 posEnd=3584;3584 posCurrent=3584;3584 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;3520 posEnd=3648;3520 posCurrent=3648;3520 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3520 posEnd=3776;3520 posCurrent=3776;3520 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3584 posEnd=3776;3584 posCurrent=3776;3584 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3584 posEnd=3840;3584 posCurrent=3840;3584 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3520 posEnd=3840;3520 posCurrent=3840;3520 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3520 posEnd=3584;3520 posCurrent=3584;3520 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3456 posEnd=3776;3456 posCurrent=3776;3456 step=1 time=0 phase=443 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3584 posEnd=4352;3584 posCurrent=4352;3584 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3648 posEnd=4352;3648 posCurrent=4352;3648 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3648 posEnd=4416;3648 posCurrent=4416;3648 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3584 posEnd=4416;3584 posCurrent=4416;3584 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3520 posEnd=4416;3520 posCurrent=4416;3520 step=1 time=0 phase=443 channel=1 icon=34 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4036 posEnd=4930;4036 posCurrent=4930;4036 step=1 time=0 phase=443 channel=10 icon=7 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;3076 posEnd=4994;3076 posCurrent=4994;3076 step=1 time=0 phase=443 channel=10 icon=32 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;3718 posEnd=706;3718 posCurrent=706;3718 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3142 posEnd=3010;3142 posCurrent=3010;3142 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3142 posEnd=3074;3142 posCurrent=3074;3142 step=1 time=0 phase=443 channel=10 icon=252 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3456 posEnd=3968;3456 posCurrent=3968;3456 step=1 time=0 phase=443 channel=1 icon=33 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3908 posEnd=5314;3908 posCurrent=5314;3908 step=1 time=0 phase=443 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3716 posEnd=5570;3716 posCurrent=5570;3716 step=1 time=0 phase=443 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3460 posEnd=5314;3460 posCurrent=5314;3460 step=1 time=0 phase=443 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3204 posEnd=5122;3204 posCurrent=5122;3204 step=1 time=0 phase=443 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;3268 posEnd=4738;3268 posCurrent=4738;3268 step=1 time=0 phase=443 channel=10 icon=7 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3912 posEnd=5506;3912 posCurrent=5506;3912 step=1 time=0 phase=443 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3976 posEnd=4802;3976 posCurrent=4802;3976 step=1 time=0 phase=443 channel=10 icon=27 \r\n"); + worlds.Add(102, "DescFile: posDecor=450;950 dimDecor=100;100 world=0 music=10 region=7 blupiPos=770;1158 blupiDir=2 \r\nDecor: \r\n35,35,35,156,35,35,35,35,156,156,35,35,156,35,156,156,156,35,35,156,35,156,35,156,35,78,80,78,78,82,84,79,81,82,84,79,81,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,156,35,156,156,156,35,156,35,35,156,35,156,156,156,156,35,156,35,35,35,156,156,84,82,78,78,78,80,79,78,78,84,83,79,83,81,84,81,79,78,78,78,79,79,84,78,82,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,156,156,35,156,156,156,156,156,35,156,156,156,156,35,156,35,156,35,35,156,156,156,78,78,80,84,83,80,82,81,84,78,80,79,81,80,84,78,82,82,78,78,78,81,79,84,82,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,156,35,156,156,35,156,35,35,35,156,156,156,35,156,35,156,35,156,156,156,156,78,78,78,84,79,78,82,80,84,83,78,78,84,83,80,84,81,82,81,84,79,82,83,81,83,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,35,35,35,35,156,35,156,35,35,35,156,35,156,35,35,156,35,35,156,35,35,78,78,81,80,82,81,78,78,80,80,83,84,80,83,79,83,81,84,84,82,79,84,80,83,82,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,35,156,35,35,156,156,156,156,156,156,156,156,35,156,35,156,35,156,156,156,35,80,82,83,83,83,84,84,84,84,81,82,80,82,81,78,84,81,83,80,82,84,80,78,82,79,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,156,156,35,156,35,35,35,156,35,156,156,35,156,35,35,35,156,156,156,35,35,80,82,79,80,84,83,81,84,83,82,80,81,81,82,79,80,82,79,82,79,79,82,78,84,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,156,35,81,80,84,78,83,79,79,83,80,80,81,81,82,82,78,79,80,78,82,83,81,82,78,84,84,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,156,35,35,156,156,156,81,84,82,82,83,78,82,79,78,80,78,,92,91,82,82,82,78,81,80,83,80,81,82,80,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,145,156,156,145,156,156,145,156,156,156,156,156,156,156,156,35,156,35,156,80,80,80,83,80,80,78,331,,,201,,92,91,91,91,91,83,84,78,78,79,78,83,78,78,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,330,,36,331,,36,332,,36,35,156,145,156,156,156,35,156,156,35,35,81,81,80,82,78,78,79,81,82,78,83,,92,91,78,84,91,78,79,79,83,79,78,79,79,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,156,154,,152,154,,152,154,,152,145,154,,152,145,156,156,156,35,35,156,82,78,78,82,79,78,78,84,81,82,80,84,83,80,80,82,91,83,80,80,83,78,79,82,78,81,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n333,185,185,185,185,,,,,,,,,,,,,,,36,156,156,35,35,156,81,80,81,79,81,80,81,79,82,79,80,79,79,82,78,83,91,78,80,78,84,79,81,83,79,82,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,156,144,335,144,144,336,144,144,334,144,144,155,,151,144,156,156,156,35,156,156,79,80,81,84,82,83,84,82,81,81,79,,92,91,84,78,91,79,84,78,78,79,79,82,79,81,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,156,37,,36,37,,36,37,,36,156,35,144,156,156,156,156,156,156,156,35,84,79,80,83,81,78,78,83,82,78,84,,92,91,91,91,91,83,78,81,78,80,80,79,79,83,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,156,156,144,156,156,144,156,35,144,156,156,156,156,156,156,156,156,156,35,35,156,84,83,80,83,78,79,78,80,79,84,78,,92,91,79,79,82,80,78,80,84,83,78,80,81,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,35,35,83,80,84,84,83,81,79,82,78,83,84,200,80,80,80,79,79,80,78,78,384,84,83,83,80,78,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,35,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,35,84,81,80,78,80,83,82,78,78,81,80,200,82,201,201,201,79,201,201,201,201,79,80,82,80,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,35,82,78,83,81,83,82,81,82,83,84,81,118,118,118,118,118,118,118,118,118,118,132,78,80,84,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,35,156,35,156,35,156,35,35,156,35,156,35,156,35,35,35,35,156,35,35,156,83,84,80,80,84,79,81,79,84,81,81,200,84,201,201,201,83,201,201,201,201,78,79,83,79,81,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,35,35,156,35,156,35,35,156,35,156,156,156,35,156,156,35,35,35,156,156,156,84,83,78,82,84,80,82,81,84,82,82,84,81,80,82,81,81,79,78,78,,78,81,84,82,80,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,35,156,156,156,35,156,156,35,35,35,145,145,145,145,145,145,145,145,145,35,156,80,81,79,84,84,78,81,83,78,81,83,81,80,82,84,79,79,79,78,78,378,78,78,83,78,79,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n7,10,2,13,1,10,2,10,2,1,5,9,12,5,,,,,,,,,,82,83,79,78,79,83,82,82,79,82,79,78,81,78,82,79,79,83,81,82,82,83,200,81,78,83,80,83,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n13,1,10,14,11,10,14,9,2,4,14,10,14,5,,,,,,,,,,83,84,81,79,80,83,81,80,80,83,78,83,82,82,83,79,83,81,79,84,83,129,,81,83,80,78,78,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,4,4,5,8,11,10,6,8,11,6,14,14,5,,,,,,,,,,81,80,80,81,81,80,78,81,82,84,81,83,83,81,78,79,81,81,83,78,78,114,,80,81,81,81,80,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,12,7,10,13,7,13,,5,13,13,5,12,5,,,,,,,,,,79,78,80,82,79,83,84,83,78,83,80,79,84,82,81,78,84,79,80,79,82,114,78,82,80,78,79,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,11,4,10,5,10,11,,5,13,10,7,1,5,,,,,,,,,,79,81,78,81,81,83,79,82,84,81,80,78,83,81,81,80,83,81,81,138,201,114,82,83,81,82,78,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,4,4,12,2,1,5,,5,9,4,11,10,5,,,,,,,,,,,,,,,,,78,80,81,83,84,82,78,84,82,80,80,79,138,201,114,81,81,78,81,78,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n14,8,8,10,7,12,5,,5,13,13,8,1,5,,,,,,,,,,,,,,,,,80,79,81,78,83,84,80,79,78,79,78,81,138,201,114,83,78,79,80,78,83,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n12,10,4,13,330,56,18,,5,12,4,6,9,5,,,,,,,,,,,,,,,,,84,78,81,84,83,78,82,78,81,80,78,83,138,201,114,84,83,79,81,82,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n7,4,5,18,,,,,5,7,5,7,2,5,,,,,,,,,,,,,,,,,84,82,84,83,84,79,81,81,82,83,78,84,138,201,114,82,79,80,82,83,83,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n7,14,4,,,,60,5,6,1,1,12,6,5,,,,,,,,,,,,,,,,,82,83,83,81,81,84,78,83,81,80,78,80,80,78,114,,,83,83,82,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n13,8,12,,,,,5,10,13,4,5,10,5,,,,,,,,,,,,,,,,,79,83,79,82,81,79,80,79,79,78,78,78,83,78,4,4,22,4,80,81,82,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n13,2,10,16,,,56,5,6,2,13,14,9,5,,,,,,,,,,,,,,,,,79,82,81,82,81,80,82,78,78,84,82,82,84,82,4,333,,3,78,82,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n5,10,14,304,305,305,305,48,11,14,5,8,12,5,,,,,,,,,,,,,,,,,,,,81,83,81,84,78,80,78,78,84,82,79,4,4,22,4,82,82,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,11,12,18,,,56,5,4,13,1,6,11,5,,,,,,,,,,,,,,,,,,,,80,82,81,81,83,83,81,80,81,81,84,82,81,82,80,84,84,83,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,10,5,,,,,,11,14,7,2,9,5,,,,,,,,,,,,,,,,,,,,83,81,78,80,79,78,84,78,79,83,78,83,78,84,80,83,81,80,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n14,5,6,,,,,,2,13,9,2,14,5,,,,,,,,,,,,,,,,,,,,84,78,84,81,78,82,79,80,80,80,78,83,84,84,82,82,83,81,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,5,5,,,,,,14,8,12,6,8,5,,,,,,,,,,,,,,,,,,,,81,84,84,83,81,80,83,84,78,80,78,83,80,83,81,83,81,79,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n9,1,1,,,,,,12,1,7,2,13,5,,,,,,,,,,,,,,,,,,,,83,84,79,80,78,80,81,81,80,83,79,78,79,80,82,79,78,84,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,12,1,,,,,,2,9,6,10,12,5,,,,,,,,,,,,,,,,,,,,79,81,84,84,82,82,83,84,84,82,80,78,79,78,83,82,82,84,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,2,5,,,,,,10,8,7,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,79,82,83,80,82,82,79,82,83,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,12,11,,,,,,4,7,9,11,7,1,,,,,,,,,,,,,,,,,,,,,,,,,,,80,80,84,80,83,79,83,78,81,81,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,7,1,,,,,,7,6,2,4,12,5,,,,,,,,,,,,,,,,,,,,,,,,,,,80,80,81,78,83,78,83,84,78,83,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n7,10,2,16,,,,,13,14,10,14,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,81,84,82,84,83,83,81,80,82,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,,,,288,288,288,288,288,288,288,,,,,,\r\n7,13,13,5,304,305,305,305,48,5,1,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,294,284,301,301,292,,294,284,301,301,284,284,284,284,285,,,,,\r\n10,5,14,5,59,,,,5,9,12,5,5,5,5,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,288,288,294,284,301,301,301,299,301,284,296,284,301,301,301,284,301,301,297,288,288,288,,,\r\n12,4,4,5,,,,56,2,11,6,9,9,1,5,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,301,284,301,284,301,284,301,301,284,284,284,301,284,301,301,284,284,284,301,301,284,292,,\r\n10,11,5,5,,,,,68,7,14,11,5,7,7,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,301,301,301,284,301,301,284,284,301,301,301,284,301,301,301,301,284,301,301,284,301,292,288\r\n7,5,1,5,,,,56,5,5,10,14,7,10,6,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,284,284,301,299,284,284,284,301,299,284,284,301,284,301,284,284,284,301,284,284,284,301,301,284,284\r\n13,5,1,5,52,52,2,4,5,4,12,9,8,11,13,8,5,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,284,301,284,301,301,284,284,284,284,301,284,284,301,284,299,284,301,297,293,284,284,301,284,301,301,301\r\n12,5,1,5,,,,56,5,13,5,11,1,6,8,5,13,6,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,301,295,284,301,301,284,301,301,299,284,301,301,284,301,301,301,296,301,284,301,284,301,284,284\r\n11,5,7,13,2,4,11,50,8,11,4,9,8,7,6,2,2,13,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,297,290,303,284,301,301,301,284,284,284,284,284,284,332,293,284,301,284,284,284,301,284,301,301,301\r\n4,1,6,5,5,,,,51,,,,51,110,2,11,5,6,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,284,284,301,284,296,284,284,301,301,284,301,284,284,301,301,302,,287,287,293,301,295,301,284,284,284,301\r\n8,12,2,5,5,59,,56,13,5,14,4,8,110,11,2,10,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,294,284,301,284,299,284,301,284,301,301,284,284,284,284,284,284,284,301,301,292,288,,288,,290,303,301,284,301,301,284\r\n5,6,12,5,5,,,,57,,,,57,110,12,13,9,10,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,301,284,301,301,284,301,284,284,301,301,301,301,301,301,301,284,301,301,284,284,284,300,284,289,301,300,301,284,284,284,301\r\n6,6,8,5,5,,,,,,,,,110,6,5,4,2,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,,294,284,301,301,301,284,284,284,284,301,301,301,284,301,284,284,301,301,301,284,284,301,284,284,295,301,302,287,288,287,286,284,284,301,284,284\r\n13,6,9,5,5,,,,,,,,,110,10,2,6,11,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,296,284,301,284,301,284,301,301,301,301,284,284,301,301,301,284,301,301,301,284,284,284,284,301,291,294,301,285,286,284,285,303,284,284,284,301,284\r\n6,13,5,5,5,,,,,,,,,110,10,13,4,12,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,284,301,301,301,284,284,284,284,301,284,301,284,284,301,284,301,301,301,301,284,291,294,301,301,285,294,301,302,286,284,301,301,284,284\r\n2,7,5,5,5,,,,,,,,,110,13,13,4,2,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,301,284,284,284,284,301,301,301,284,284,301,284,301,301,301,284,284,284,301,301,291,287,287,294,284,301,284,300,301,297,,303,301,301,284,301,301\r\n11,12,6,5,5,,,,,,,,,110,10,4,13,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,301,301,301,301,301,301,284,284,284,301,284,301,301,284,284,284,301,301,284,301,302,,303,301,301,284,301,289,284,301,292,303,301,301,301,301,301\r\n2,10,11,5,5,,,,,,,,,110,10,1,5,12,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,299,301,301,301,284,301,291,287,293,301,284,284,284,301,284,301,301,301,284,284,302,,,287,287,287,287,,287,293,301,296,284,284,301,284,284\r\n5,8,5,5,5,,,,,,,,,110,13,12,14,8,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,284,301,301,284,284,301,302,,286,284,284,284,301,301,284,284,301,284,301,284,285,,,,,,,,,303,284,284,301,284,301,284,284\r\n14,9,4,5,5,,,,,,,,,110,2,10,11,2,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,301,301,291,287,,288,294,284,301,301,284,284,284,301,301,284,301,284,302,,,288,288,288,288,288,288,294,301,284,301,284,284,301,284\r\n5,1,6,5,5,,,,,,,,,110,11,6,7,7,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,301,301,302,,294,284,284,301,301,284,284,301,284,284,301,301,301,284,285,,303,284,301,301,301,301,284,284,301,301,284,284,284,301,284\r\n5,8,5,5,5,,,,,,,,,110,8,11,13,11,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,301,285,286,284,301,284,284,301,284,301,301,301,301,284,301,284,301,292,288,288,293,284,301,284,301,301,301,301,284,284,284,301,284,284\r\n5,12,13,5,5,,,,16,,,,,110,6,9,11,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,291,287,,303,301,284,301,301,301,284,301,301,301,284,284,284,301,301,301,301,301,292,293,301,284,301,284,284,301,301,284,301,301,284,284\r\n5,8,7,5,5,,,56,10,15,,,,110,10,5,5,7,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,292,288,,,287,287,287,287,287,293,284,291,287,293,284,301,284,301,301,284,284,284,292,293,284,301,301,284,301,284,284,301,301,301,301\r\n5,10,1,7,2,,,,10,7,7,2,7,126,10,4,4,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,301,284,292,,,,,,,,287,,,303,301,284,284,284,301,284,284,284,301,292,293,284,301,301,301,301,301,284,284,301,284\r\n5,7,10,7,14,16,,,1,2,1,6,5,14,5,9,9,14,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,301,301,301,292,,,,,,,,,,286,284,301,301,301,284,284,301,301,284,284,292,293,301,284,284,284,284,284,301,301,284\r\n5,2,5,9,2,6,5,52,10,2,7,6,5,6,13,14,5,10,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,299,284,292,288,,,,,,,,286,301,301,284,301,301,284,301,284,301,301,284,292,293,284,301,301,301,284,284,284,284\r\n5,7,12,9,10,2,14,52,13,6,10,6,9,6,2,7,8,14,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,301,301,301,301,284,292,288,288,288,288,,288,294,301,301,301,301,284,301,301,301,284,301,301,284,300,284,301,284,301,284,301,284,284\r\n5,10,12,9,4,18,,56,14,11,4,12,5,9,9,12,7,13,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,284,301,284,284,301,301,284,284,284,296,284,301,284,284,301,284,301,284,301,301,301,301,301,284,300,284,301,301,301,284,301,284,284\r\n5,14,14,5,4,59,,,3,6,14,7,12,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,284,284,301,301,284,301,284,284,301,284,284,301,301,284,284,284,284,284,301,284,301,301,284,284,301,300,284,301,284,301,284,301,284,301\r\n5,9,9,7,9,15,,56,13,9,9,5,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,299,301,301,284,284,301,284,301,301,301,301,301,284,301,301,284,301,284,301,284,284,301,301,291,287,,364,68,301,301,284,284,301,301\r\n5,11,10,9,10,12,2,52,5,4,9,7,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,299,301,284,301,284,301,284,301,284,284,301,284,301,284,284,301,284,284,301,301,301,301,285,,,364,68,284,284,301,301,284,284\r\n10,4,9,8,4,10,10,52,7,1,6,12,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,301,299,301,301,284,301,301,284,284,284,301,301,284,284,301,284,301,284,301,301,301,284,301,301,285,,,364,68,301,284,284,301,301,284\r\n14,7,2,11,12,10,7,5,5,9,5,11,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,284,284,301,284,301,284,284,284,284,301,301,301,284,284,301,295,301,301,301,301,284,301,284,285,,,364,68,301,284,284,301,284,301\r\n9,2,5,13,12,7,6,9,9,1,9,13,9,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,293,284,291,287,287,287,287,287,287,287,287,287,303,284,284,301,301,301,301,301,292,288,,364,68,284,284,284,301,301,284\r\n12,11,10,5,7,5,5,11,11,11,1,8,5,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,,,,,,286,284,301,301,284,284,301,284,301,301,300,301,284,284,284,301,284,284,284\r\n8,1,5,1,13,12,9,10,22,10,11,7,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,284,301,284,301,301,300,284,284,301,301,301,284,284,284\r\n9,11,10,13,11,1,9,14,10,8,11,5,5,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,301,284,284,301,284,291,303,301,301,284,284,284,301,301,301\r\n4,7,5,2,5,8,7,13,12,7,12,5,9,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,284,301,284,333,286,301,284,301,301,284,284,284,301\r\n7,5,4,14,6,9,11,12,6,11,10,13,14,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,301,284,301,284,301,292,294,284,284,284,284,284,301,301,284\r\n9,11,2,7,7,7,4,2,8,2,1,14,5,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,301,301,284,301,284,301,284,301,284,301,284\r\n12,8,9,5,4,4,10,11,10,11,5,4,5,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,301,301,301,284,301,301,301,301,301,301,284,284\r\n14,14,7,11,6,2,6,12,14,11,1,11,8,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,301,284,301,284,301,284,284,301,284,284,301,301,284\r\n8,5,6,11,13,13,8,12,8,4,5,10,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,301,284,301,301,284,301,301,301,284,301,301,301,284\r\n13,12,5,12,6,2,4,7,5,11,12,5,8,7,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,284,301,301,284,284,301,284,301,301,301,301,284\r\n10,8,11,4,1,4,10,13,7,12,8,4,13,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,284,284,301,301,301,284,301,301,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,284,284,284,301,284,284,301,301,284,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,301,284,301,284,301,301,284,284,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,301,301,284,284,284,301,284,284,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,284,301,301,301,301,284,284,301,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;452 posEnd=2306;452 posCurrent=2306;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;452 posEnd=2434;452 posCurrent=2434;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;452 posEnd=2498;452 posCurrent=2498;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;452 posEnd=2370;452 posCurrent=2370;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;452 posEnd=2562;452 posCurrent=2562;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;452 posEnd=2626;452 posCurrent=2626;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;452 posEnd=2690;452 posCurrent=2690;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;452 posEnd=2754;452 posCurrent=2754;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;452 posEnd=2818;452 posCurrent=2818;452 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3904;5760 posEnd=4032;5760 posCurrent=4032;5760 step=3 time=1 phase=379 channel=10 icon=206 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5312 posEnd=3842;5312 posCurrent=3842;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5312 posEnd=4098;5312 posCurrent=4098;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5312 posEnd=3778;5312 posCurrent=3778;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5312 posEnd=4162;5312 posCurrent=4162;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5312 posEnd=3906;5312 posCurrent=3906;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5312 posEnd=3970;5312 posCurrent=3970;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5312 posEnd=4034;5312 posCurrent=4034;5312 step=1 time=0 phase=379 channel=10 icon=48 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5828 posEnd=4866;5828 posCurrent=4866;5828 step=1 time=0 phase=379 channel=10 icon=215 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;772 posEnd=898;772 posCurrent=898;772 step=1 time=0 phase=379 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;580 posEnd=898;580 posCurrent=898;580 step=1 time=0 phase=379 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;388 posEnd=898;388 posCurrent=898;388 step=1 time=0 phase=379 channel=10 icon=6 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1156 posEnd=770;1156 posCurrent=770;1156 step=1 time=0 phase=379 channel=10 icon=35 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=768;1088 posEnd=768;448 posCurrent=768;981 step=4 time=50 phase=379 channel=1 icon=153 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;453 posEnd=1858;453 posCurrent=1858;453 step=1 time=0 phase=379 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;453 posEnd=1794;453 posCurrent=1794;453 step=1 time=0 phase=379 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;453 posEnd=1730;453 posCurrent=1730;453 step=1 time=0 phase=379 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;453 posEnd=1666;453 posCurrent=1666;453 step=1 time=0 phase=379 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;453 posEnd=1602;453 posCurrent=1602;453 step=1 time=0 phase=379 channel=10 icon=130 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3584;512 posEnd=3584;512 posCurrent=3584;512 step=1 time=0 phase=379 channel=1 icon=311 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3712;512 posEnd=3712;512 posCurrent=3712;512 step=1 time=0 phase=379 channel=1 icon=311 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;452 posEnd=4674;452 posCurrent=4674;452 step=1 time=0 phase=379 channel=10 icon=218 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=3392;512 posEnd=3392;896 posCurrent=3392;832 step=4 time=6 phase=379 channel=1 icon=29 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3840;512 posEnd=3840;512 posCurrent=3840;512 step=1 time=0 phase=379 channel=1 icon=311 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=512;2432 posEnd=640;2432 posCurrent=576;2432 step=2 time=15 phase=379 channel=10 icon=80 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3968;512 posEnd=3968;512 posCurrent=3968;512 step=1 time=0 phase=379 channel=1 icon=311 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=960;2432 posEnd=832;2432 posCurrent=896;2432 step=2 time=15 phase=379 channel=10 icon=83 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2820 posEnd=1794;2820 posCurrent=1794;2820 step=1 time=0 phase=379 channel=10 icon=12 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4096;512 posEnd=4096;512 posCurrent=4096;512 step=1 time=0 phase=379 channel=1 icon=311 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2628 posEnd=706;2628 posCurrent=706;2628 step=1 time=0 phase=379 channel=10 icon=223 \r\n"); + worlds.Add(103, "DescFile: posDecor=0;5820 dimDecor=100;100 world=0 music=2 region=21 blupiPos=258;6086 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,35,156,35,35,156,156,156,35,156,35,35,37,,,,,,36,156,156,156,156,156,156,35,35,156,156,35,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,35,156,35,35,156,35,156,35,35,156,35,35,37,,,,,,36,156,156,35,156,35,35,35,35,156,156,35,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,35,35,35,35,156,156,35,156,35,37,,,,,,36,156,35,156,156,156,35,156,35,35,35,35,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,156,35,156,156,35,156,35,156,156,35,35,37,,,,,,36,156,35,35,35,156,156,35,145,145,145,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,35,156,156,156,35,156,35,35,156,35,156,37,,,,,,36,35,156,35,35,156,35,154,,,,36,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,35,156,156,35,35,35,156,35,156,35,156,37,,,,,,36,156,35,35,35,35,37,,,,,36,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,156,35,35,35,156,156,35,35,156,35,37,,,,,,36,35,35,35,35,156,154,,,,,68,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,156,156,156,156,156,156,156,35,156,35,156,37,,,,,,36,35,156,35,156,37,,,,29,,68,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,156,35,35,156,156,35,156,35,156,156,156,37,,,,,,36,156,35,35,35,37,,,,,,68,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,156,156,35,35,156,35,156,35,35,35,156,37,,,,,,36,35,156,35,35,37,,,,,29,68,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,156,156,35,156,35,35,35,35,35,35,37,,,,,,36,35,35,35,35,37,,,,,,68,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,35,156,156,35,35,35,156,35,35,156,156,156,37,,,,,,36,156,35,156,156,35,155,,,,,68,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,156,35,156,156,35,35,35,156,156,35,35,35,37,,,,,,36,35,35,156,156,35,156,155,,,,36,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,156,156,156,35,35,156,156,156,156,156,37,,,,,,36,35,35,35,35,156,35,37,,,,36,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,35,156,35,156,156,35,35,35,156,156,37,,,,,,36,35,35,156,35,156,156,35,155,,,36,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,35,156,156,35,156,156,156,35,156,156,35,37,,,,,,36,156,35,35,35,156,35,156,37,,,36,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,35,35,35,156,35,156,156,35,35,156,156,37,,,,,,36,156,156,156,156,35,35,156,35,146,76,35,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,35,156,156,156,156,35,35,35,35,35,37,,,,,,36,156,156,156,156,156,156,156,37,,,36,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,35,35,156,35,35,156,35,35,35,37,,,,,,36,156,35,35,156,156,35,35,37,,,36,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,35,35,35,35,35,156,35,35,156,35,37,,,,,,36,156,35,35,35,156,35,35,37,,,68,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,35,35,35,156,156,35,156,156,35,37,,,,,,36,35,156,156,156,35,156,156,154,,,68,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,35,35,156,156,156,156,156,35,156,156,35,35,156,156,35,35,35,156,35,144,144,144,144,144,156,156,156,35,156,35,156,37,,,,68,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,35,156,35,35,35,156,156,156,145,145,145,145,156,156,156,156,156,156,156,156,35,35,35,156,35,35,35,35,156,156,156,155,,,68,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,35,35,156,156,35,156,156,156,35,156,35,156,156,156,156,156,156,35,35,35,156,35,156,154,,,,36,35,35,156,35,156,35,156,35,35,35,156,35,35,156,35,156,156,35,154,,,68,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,156,156,35,156,35,156,156,35,156,35,156,156,35,156,156,35,156,35,156,156,156,35,156,155,,,,92,91,156,35,156,156,35,156,35,156,156,35,35,35,156,156,156,156,37,,,,68,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,35,35,35,35,156,156,35,156,156,35,35,156,156,35,156,35,156,156,35,156,35,156,35,35,35,35,35,35,156,35,156,35,150,,,92,91,35,156,35,35,35,35,35,156,156,156,156,156,35,35,35,156,156,155,,,68,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,156,156,35,156,156,154,68,156,156,35,35,35,35,156,35,35,156,35,35,156,156,35,156,156,156,35,156,156,156,35,156,37,,,36,156,35,35,35,35,35,156,156,35,156,35,35,156,156,35,156,35,156,37,,,68,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,156,156,156,156,149,,68,156,35,156,156,156,35,35,156,156,156,156,35,156,156,156,156,156,35,156,35,156,35,156,156,145,76,144,35,35,35,35,35,156,35,156,156,156,35,35,156,35,35,35,35,156,156,37,,,36,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,156,156,37,,,36,35,35,35,35,35,35,156,35,35,35,35,156,156,156,156,156,35,156,156,35,156,35,35,154,,,36,35,156,35,156,156,35,35,156,35,156,35,35,35,35,156,35,156,35,35,37,,,36,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,35,156,156,35,37,,,152,145,156,145,156,35,156,35,156,35,156,35,156,35,156,35,156,156,35,156,156,156,156,37,,,,36,156,35,35,35,35,35,35,35,156,35,35,35,156,156,156,35,35,156,35,156,155,,36,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,156,35,156,35,148,,,,74,,36,35,156,156,156,145,145,35,35,156,35,35,35,35,156,156,156,35,156,37,,,,36,156,156,35,156,156,156,156,156,35,156,156,35,35,156,156,156,35,156,145,145,35,76,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,156,156,35,154,,,,,,,152,35,35,145,154,,,152,35,35,156,35,156,156,35,35,35,156,156,35,150,,,36,35,156,35,35,35,156,156,156,156,35,156,35,156,156,35,145,145,154,,,36,76,156,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,35,156,76,76,144,144,144,150,,,36,37,,,,,,152,145,35,35,145,145,35,156,156,156,156,145,154,,,36,156,156,156,156,35,35,35,35,156,35,35,156,35,145,154,,,,,,74,,36,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,145,145,154,,,68,156,156,156,144,76,145,145,76,144,144,150,,,,152,154,,,68,35,35,35,149,,,,,36,35,35,35,35,35,35,156,156,156,156,156,156,154,,,,,,,,,,36,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,37,,,,,151,35,156,156,156,37,,,,,36,156,156,155,,,,,,,152,145,145,149,,,,,,92,91,35,35,35,156,156,35,35,35,35,35,154,,,,,,,151,155,,,36,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,144,76,144,144,35,156,35,156,35,35,144,144,144,144,156,35,35,156,144,144,144,144,155,,,,,,,,,,,92,91,156,156,35,156,35,35,35,35,35,37,,,,,,,,68,35,144,144,35,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,145,76,35,35,156,35,35,156,156,35,156,156,156,35,35,156,156,156,35,156,35,156,35,144,144,144,150,,,,,,,92,91,35,35,156,156,156,35,35,35,35,154,,,,,,,,68,156,145,145,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,37,,,36,156,35,35,156,145,145,156,35,156,156,35,156,35,35,35,35,156,35,156,35,156,35,156,35,150,,,,,,92,91,156,35,35,156,35,156,156,35,145,76,76,76,148,,,,,152,154,,,36,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,37,,,68,35,35,156,154,,,36,156,35,156,35,156,156,35,156,35,156,35,35,35,156,35,35,156,35,150,,,,,36,156,35,35,156,35,35,35,156,154,,,,,,,151,155,,,,,,36,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,37,,,36,156,35,149,,,,152,145,156,35,156,145,156,156,156,35,156,35,35,35,35,156,35,35,156,35,144,155,,,36,156,156,35,35,35,35,35,35,76,76,76,76,148,,,68,35,146,146,76,146,146,156,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,155,,36,156,37,,,75,,,,36,35,37,,152,156,35,35,35,35,35,156,156,35,156,156,35,156,35,37,,,36,156,156,156,156,156,156,145,154,,,,,,,,152,154,,,,,,36,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,156,421,145,145,149,,151,156,144,155,,152,145,154,,,152,35,156,156,156,156,156,156,35,35,35,35,35,156,37,,,36,35,156,35,35,35,154,,,,,,151,155,,,,,147,76,76,76,151,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,37,,,,,,36,156,35,37,,,,,,,,36,156,156,35,35,156,35,35,156,156,35,156,35,145,146,76,35,156,156,156,156,37,,,,,,,68,35,155,,,,,,151,144,35,35,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,35,155,,,151,76,35,35,35,156,144,144,144,155,,,,152,156,35,35,156,35,35,156,35,35,35,156,154,,,,92,91,156,156,35,35,76,76,76,76,148,,68,35,156,146,76,76,146,146,35,156,35,35,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,156,35,144,146,154,,36,35,35,156,35,35,156,156,144,150,,,36,35,35,156,35,35,35,35,35,35,35,155,,,,92,91,156,35,156,37,,,,,,,68,35,154,,,,,,36,35,156,156,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,156,35,35,154,,,,36,35,35,156,35,156,156,35,35,156,144,76,36,35,35,35,156,35,156,156,35,156,156,156,146,146,76,35,156,156,35,35,37,,,,,,,152,154,,,,,,,152,145,156,156,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,156,37,,,,147,145,156,156,156,35,35,156,35,156,156,154,,36,156,156,156,91,91,156,156,156,35,156,37,,,,36,156,35,156,35,154,,,,,,,,,,,,,75,,,,36,35,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,37,,,,,,68,35,156,156,35,35,156,35,37,,,92,91,91,91,91,91,35,35,35,35,35,37,,,,92,91,156,35,37,,,,151,155,,,,151,155,,,,36,144,144,144,156,156,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,35,37,,,,,,68,156,35,35,35,156,156,156,149,,,92,91,91,91,91,91,156,35,35,156,35,156,155,,,92,91,35,156,37,,,,68,35,185,146,146,35,37,,,151,35,156,156,35,156,35,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,35,156,37,,,,151,144,156,156,156,35,156,35,156,37,,,,36,156,156,156,91,91,35,35,156,156,156,156,37,,,92,91,156,156,37,,,,152,154,,,,36,156,144,144,35,35,156,156,156,35,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,156,35,155,,,152,145,35,156,156,156,35,35,35,37,,,151,35,35,156,156,156,35,35,156,35,156,156,156,149,,,36,35,156,35,37,,,,,,,,,36,156,156,35,156,156,156,35,35,35,35,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,156,35,37,,,,,68,35,156,156,35,156,156,154,,,36,156,35,156,35,35,35,35,156,35,35,35,154,,,,36,156,35,156,37,,,,,,,,151,156,35,35,156,35,156,35,35,156,35,35,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,35,35,37,,,,,68,35,156,35,35,156,37,,,147,156,156,35,156,156,35,156,35,156,35,156,37,,,,151,156,35,156,156,156,150,,,,,,151,156,35,156,35,35,35,35,35,35,35,156,156,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,35,35,156,156,155,,,,68,156,156,35,156,156,37,,,,92,91,91,91,91,156,156,35,35,35,35,149,,,,36,156,156,35,156,156,37,,,,,,36,156,35,156,156,35,156,156,35,156,35,156,35,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,156,156,35,149,,151,144,35,156,156,156,156,156,37,,,,36,156,91,91,91,156,35,156,35,35,37,,,,,92,91,156,35,156,35,156,150,,,,151,35,35,156,156,156,35,156,156,156,156,35,35,156,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,35,156,156,154,,,152,145,156,35,156,35,35,156,156,155,,,36,156,91,91,91,156,156,156,35,156,37,,,,,92,91,156,35,35,35,156,154,,,,36,156,35,156,156,35,156,156,156,35,35,35,35,156,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,35,149,,,,,,68,156,35,156,156,156,35,35,144,144,156,35,91,91,91,35,156,35,35,156,37,,,,,92,91,156,156,156,35,37,,,,151,156,35,35,35,156,156,156,156,35,156,35,35,156,156,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,37,,,,,,,68,156,35,156,35,35,35,91,91,91,91,91,91,91,91,35,156,35,156,156,37,,,,,36,156,156,35,156,156,37,,,147,145,156,145,35,35,35,35,35,156,35,156,35,35,35,35,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,37,,,,,,,68,156,35,35,35,35,35,91,91,91,91,91,91,91,91,156,35,156,35,35,156,155,,,,36,35,35,35,156,156,35,150,,,,74,,36,35,156,156,35,156,156,156,35,35,35,35,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,37,,,,,151,144,156,35,156,156,156,35,156,91,91,156,156,156,35,156,156,156,156,35,35,156,35,37,,,,92,91,35,35,156,35,35,156,150,,,,,36,156,35,35,156,35,35,35,35,156,35,156,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,155,,,,152,145,156,35,35,156,156,35,35,91,91,35,156,156,35,35,35,156,156,156,35,156,35,37,,,,92,91,156,156,35,156,35,35,154,,,,,36,156,156,35,35,156,156,35,35,35,156,156,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,35,37,,,,,,68,35,35,35,156,35,35,91,91,35,156,35,156,35,156,35,35,156,35,156,35,37,,,,36,156,156,35,35,156,35,37,,,,,,36,35,35,35,35,35,156,35,35,156,35,35,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,35,35,35,150,,,,,68,35,156,35,156,156,35,91,91,156,35,35,156,156,35,156,35,35,35,156,156,37,,,,185,185,185,185,185,185,185,185,,,,218,76,156,156,35,35,156,35,35,35,156,156,35,156,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,35,35,156,37,,,,,68,35,35,156,35,35,156,91,91,35,35,35,35,156,156,35,156,35,156,156,35,37,,,,36,156,156,156,156,35,35,37,,,,,,36,156,156,35,35,35,156,35,156,156,145,35,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,156,156,37,,,151,144,35,156,35,35,35,35,35,91,91,156,35,156,156,156,156,156,156,156,156,35,35,154,,,,36,156,156,156,35,156,156,156,155,,,,,36,145,145,145,145,145,145,145,145,156,76,35,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,156,156,37,,,152,145,35,156,35,35,35,156,156,91,91,35,156,156,35,35,156,35,156,35,156,35,37,,,,,92,91,156,35,35,156,156,156,35,144,155,,,201,,,,,,,,,201,,36,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,35,35,154,,,,,92,91,91,91,91,91,91,91,91,156,156,35,35,35,35,156,156,156,156,35,37,,,,,92,91,156,156,156,156,156,35,35,35,156,144,144,35,144,144,144,144,144,144,144,144,145,76,35,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,35,37,,,,,,92,91,91,91,91,91,91,91,91,156,35,156,156,156,35,156,156,156,156,156,37,,,,,92,91,35,156,156,156,156,156,35,35,156,156,156,35,35,156,35,35,156,156,35,154,,,36,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,156,35,156,155,,,,,92,91,91,91,91,91,91,91,91,156,35,35,156,35,156,156,35,156,156,156,37,,,,,36,35,35,156,35,35,156,35,156,156,156,35,156,156,35,156,156,35,35,35,37,,,,36,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,156,155,,151,144,156,35,35,35,35,35,156,156,156,156,156,35,35,35,156,156,35,156,156,156,35,155,,,151,35,156,35,156,156,35,35,156,156,156,156,156,35,156,35,35,156,35,156,156,156,155,,,36,145,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,156,156,35,154,,152,145,156,156,156,35,35,156,35,35,35,35,156,156,156,35,35,156,35,156,156,35,156,35,144,144,156,35,35,35,35,156,35,35,156,156,35,156,156,35,35,35,156,156,156,156,156,156,37,,,74,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,37,,,,,68,156,156,156,156,35,156,35,35,156,35,156,156,156,156,156,156,156,35,35,156,35,156,156,156,35,35,156,156,35,35,35,156,156,156,35,156,35,35,156,35,156,156,156,156,35,37,,,,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,156,156,37,,,,,68,35,35,156,35,156,35,35,156,35,156,35,156,35,156,156,35,156,156,156,156,35,156,156,35,35,35,156,35,35,35,156,35,35,156,35,156,156,156,35,156,156,35,35,35,35,37,,,,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,35,37,,,,,68,156,156,156,156,156,156,35,35,156,35,156,156,35,35,35,156,156,35,35,35,156,156,156,156,156,35,35,156,156,35,156,35,35,156,156,35,156,156,35,35,35,35,156,156,156,156,150,,,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,156,154,,,151,144,35,35,156,35,35,35,35,156,156,35,35,35,35,156,35,35,156,156,35,35,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,156,35,35,156,156,156,156,35,35,35,156,149,,,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,156,37,,,,152,145,35,156,35,35,156,156,156,156,156,35,156,35,156,35,35,35,35,156,156,35,156,156,156,156,156,35,156,35,156,35,35,35,35,156,35,35,156,156,35,145,154,36,35,156,156,156,37,,,,,68,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,35,37,,,,,,68,156,35,35,35,35,35,156,35,35,35,156,156,35,35,156,35,156,156,156,156,35,156,35,156,35,35,35,156,35,35,35,35,35,156,156,156,35,37,,,36,156,35,35,35,37,,,,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,156,37,,,,,,68,35,156,156,156,35,35,35,35,156,35,156,35,156,156,35,35,35,35,156,156,35,156,156,35,156,35,35,35,156,156,156,35,156,156,35,35,156,35,144,76,35,156,35,35,35,37,,,75,,68,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,156,37,,,,,,68,156,156,156,35,156,156,156,35,156,35,156,35,35,156,156,156,156,35,35,35,156,35,156,35,156,156,35,35,156,154,36,156,35,35,156,35,35,35,154,,36,156,35,156,145,154,,,36,144,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,35,155,,,151,144,156,156,35,35,35,156,35,35,35,35,35,156,35,156,35,35,35,156,35,156,156,35,35,156,156,35,35,156,35,35,76,145,35,35,35,156,35,35,37,,,36,35,35,37,,,,,36,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,156,154,,,152,145,35,156,156,156,156,156,35,156,156,156,35,156,156,35,156,156,35,156,156,35,156,156,156,156,35,145,35,156,145,154,,,152,145,35,35,35,156,149,,151,156,156,35,37,,,,151,35,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,35,37,,,,,,68,35,156,35,35,35,35,35,156,35,156,156,35,35,35,35,156,35,35,156,156,35,156,156,37,,152,154,,,,,,,152,145,35,154,,,152,35,35,145,154,,,,36,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,35,37,,,,,,68,156,156,35,156,35,156,35,35,156,35,156,156,35,156,156,156,156,35,35,156,156,35,156,154,,,,,,,,,,,,74,,,,,152,37,,,,,147,156,35,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,35,35,155,,,,,68,35,156,35,156,35,35,35,35,156,156,35,156,35,156,35,35,156,156,156,35,35,156,37,,,,,,,147,76,76,75,,,,,,,,,74,,,,,,68,156,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,156,156,156,37,,,151,144,35,35,156,35,156,156,35,35,156,156,35,156,35,156,35,156,35,156,156,35,35,35,35,37,,,,,75,,,,,38,,,,,75,,,,,,147,146,76,76,35,156,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,156,156,156,150,,36,156,35,156,156,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,35,156,156,156,156,37,,,151,144,149,,,,151,37,,,,,38,,,,75,,,,,,36,35,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,35,156,37,,36,156,35,35,156,156,156,35,35,35,156,35,156,35,156,35,35,156,156,156,35,156,35,156,156,35,76,144,156,37,,,,,36,37,,,,,36,76,144,144,37,,,,151,144,156,156,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,156,156,156,156,76,35,156,156,35,156,156,156,156,156,35,156,156,35,156,156,156,156,156,35,35,35,156,35,156,156,37,,36,35,35,155,,,151,156,35,144,155,,,74,,36,156,156,144,146,76,145,35,35,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,35,156,156,37,,36,35,156,156,35,156,35,35,35,156,156,156,35,35,156,156,35,156,156,35,35,156,35,156,145,154,,36,156,156,156,144,144,156,35,35,156,156,150,,,,36,156,35,37,,,,36,35,35,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,35,156,35,37,,152,156,35,35,156,35,35,35,156,156,156,156,156,156,35,35,156,35,35,156,35,35,35,37,,,,36,156,35,35,35,35,35,156,156,156,156,35,150,,,36,156,35,37,,,,68,35,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,35,156,156,37,,,152,145,156,35,156,35,156,156,156,35,35,156,156,156,35,35,156,156,35,156,35,35,149,,,,68,156,35,35,35,35,156,35,35,156,35,35,156,144,144,35,35,35,35,155,,,36,35,156,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,35,35,156,149,,,,,152,145,156,145,145,145,145,145,156,145,145,145,145,145,35,145,145,145,145,154,,,,,68,35,156,35,156,156,35,35,35,156,156,35,156,35,156,156,35,35,35,37,,,36,35,156,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,35,156,154,,,,,,,74,,,,,,74,,,,,,74,,,,,,,,,,36,156,156,156,35,35,156,35,35,156,156,35,156,35,35,156,156,35,156,35,144,144,35,156,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,156,156,156,155,,,,,,,,,,75,,,,,,75,,,,,,75,,,,,,151,35,35,35,35,156,35,35,35,35,35,156,35,35,35,156,35,35,156,35,35,156,35,156,156,156,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,35,35,156,35,37,,,,,151,144,144,144,144,156,144,144,144,144,144,156,144,144,144,144,144,35,144,144,144,144,144,35,35,156,35,35,156,35,35,156,35,35,156,156,35,156,35,35,35,156,35,35,156,35,35,156,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,35,35,156,37,,,151,144,35,35,35,35,35,156,35,35,156,156,35,35,156,156,35,156,35,156,35,156,35,35,156,156,156,35,156,156,35,35,35,156,156,35,156,156,156,156,35,35,35,156,35,35,156,35,156,156,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,35,35,35,35,76,144,35,156,35,156,156,35,156,35,156,156,35,35,35,35,156,156,35,35,35,35,35,156,35,156,156,35,35,35,156,35,156,156,156,156,156,35,156,35,156,156,35,35,35,35,156,35,35,156,35,35,35,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,156,156,35,156,144,35,35,156,156,35,35,156,35,156,35,156,156,156,156,156,35,35,35,35,35,156,35,156,35,35,35,35,35,156,156,35,35,35,35,156,156,156,156,156,35,35,156,156,35,156,35,35,35,35,156,156,35,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,156,156,156,156,156,35,35,35,35,156,156,156,156,156,156,156,35,35,35,156,35,156,156,35,156,156,35,35,156,35,35,156,35,35,35,35,35,156,156,35,156,35,35,35,35,156,156,35,35,35,35,156,35,35,156,35,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,35,35,35,35,156,35,35,35,156,156,156,35,156,156,156,35,156,156,156,35,35,35,156,156,156,35,156,156,35,156,35,156,156,35,35,35,156,156,156,156,35,156,35,35,35,156,35,35,156,35,156,35,35,35,156,156,35,35,156,156\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,24,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,24,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,24,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,24,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,203,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,23,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1216;6080 posEnd=1408;6080 posCurrent=1408;6080 step=3 time=7 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1664;6080 posEnd=1472;6080 posCurrent=1472;6080 step=3 time=7 phase=49 channel=1 icon=29 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5252 posEnd=3970;5252 posCurrent=3970;5252 step=1 time=0 phase=49 channel=10 icon=29 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=4608;6144 posEnd=4800;6144 posCurrent=4697;6144 step=2 time=28 phase=49 channel=1 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5576 posEnd=4866;5576 posCurrent=4866;5576 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;4936 posEnd=5570;4936 posCurrent=5570;4936 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;4480 posEnd=5952;4288 posCurrent=5952;4480 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;4096 posEnd=5888;4288 posCurrent=5888;4096 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;4096 posEnd=5952;3904 posCurrent=5952;4096 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;3712 posEnd=5888;3904 posCurrent=5888;3712 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;3712 posEnd=5952;3520 posCurrent=5952;3712 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;3328 posEnd=5888;3520 posCurrent=5888;3328 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;3328 posEnd=5952;3136 posCurrent=5952;3328 step=1 time=3 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5312;2880 posEnd=5184;2880 posCurrent=5195;2880 step=2 time=11 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4992;2880 posEnd=4864;2880 posCurrent=4875;2880 step=2 time=11 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4672;2880 posEnd=4544;2880 posCurrent=4555;2880 step=2 time=11 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4352;2880 posEnd=4224;2880 posCurrent=4235;2880 step=2 time=11 phase=49 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4032;2880 posEnd=3904;2880 posCurrent=3915;2880 step=2 time=11 phase=49 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2820 posEnd=3522;2820 posCurrent=3522;2820 step=1 time=0 phase=49 channel=10 icon=6 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=3392;2880 posEnd=3264;2880 posCurrent=3275;2880 step=2 time=11 phase=49 channel=1 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3464 posEnd=2562;3464 posCurrent=2562;3464 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3904;3456 posEnd=4032;3456 posCurrent=3908;3456 step=2 time=1 phase=49 channel=10 icon=79 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4808 posEnd=1538;4808 posCurrent=1538;4808 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3520;3776 posEnd=3392;3776 posCurrent=3516;3776 step=2 time=1 phase=49 channel=10 icon=82 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;3328 posEnd=2688;3520 posCurrent=2688;3520 step=3 time=7 phase=49 channel=1 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4040 posEnd=2946;4040 posCurrent=2946;4040 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4040 posEnd=3138;4040 posCurrent=3138;4040 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3008;3776 posEnd=3072;3776 posCurrent=3012;3776 step=2 time=1 phase=49 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3072;3904 posEnd=3008;3904 posCurrent=3068;3904 step=2 time=1 phase=49 channel=10 icon=82 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2176;4736 posEnd=2304;4736 posCurrent=2180;4736 step=2 time=1 phase=49 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3008;4672 posEnd=3136;4672 posCurrent=3012;4672 step=2 time=1 phase=49 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4160;4672 posEnd=4224;4672 posCurrent=4164;4672 step=2 time=1 phase=49 channel=10 icon=79 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4488 posEnd=4418;4488 posCurrent=4418;4488 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;4552 posEnd=4354;4552 posCurrent=4354;4552 step=1 time=0 phase=49 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;6024 posEnd=2946;6024 posCurrent=2946;6024 step=1 time=0 phase=49 channel=10 icon=25 \r\n"); + worlds.Add(104, "DescFile: posDecor=82;1050 dimDecor=100;100 world=0 music=3 region=2 blupiPos=514;1286 blupiDir=2 \r\nDecor: \r\n35,35,35,35,156,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,156,35,35,35,35,145,145,145,35,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,154,36,156,35,154,,,,36,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,36,35,154,,,151,76,145,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,76,145,37,,,151,37,,,152,35,35,35,35,156,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,74,,151,35,35,155,,,152,145,156,156,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,,,36,35,35,37,,,,,152,145,35,35,145,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,,151,145,35,35,156,144,155,,,,,152,145,76,156,156,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,154,,,,74,,36,156,156,156,35,155,,,,,,,36,35,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,37,,,,,,,36,156,156,35,156,156,144,155,,,,,36,156,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,37,,,,,,,36,156,156,156,156,35,156,35,144,155,,,36,156,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,37,,,,,,,36,35,156,35,156,156,35,35,35,37,,,36,156,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,76,76,75,,,,36,156,156,156,156,156,35,156,35,35,155,,36,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,37,,,38,,,,36,35,156,156,35,35,156,156,35,156,35,76,35,156,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,76,76,74,,,,36,156,35,156,156,35,35,156,156,35,35,144,35,156,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,37,,,,,,,36,156,156,35,156,156,35,35,156,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,37,,,,,75,,36,35,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,76,76,75,,36,144,35,35,156,35,35,35,35,156,156,156,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,37,,,36,76,35,35,35,35,35,35,156,35,35,156,156,35,35,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,154,,,38,,36,156,35,156,35,35,35,35,156,156,156,156,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,76,76,144,35,422,35,35,35,35,35,156,156,35,35,156,35,156,35,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,37,,,36,37,,36,35,156,156,156,156,156,35,156,156,35,35,35,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,37,,,36,37,,36,156,35,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,37,,,36,35,76,35,35,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,37,,,36,37,,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,76,76,156,37,,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,155,,36,37,,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,144,35,37,,36,35,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,145,156,76,156,156,35,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,37,,39,,36,35,35,156,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,,36,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,40,,36,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,144,37,,36,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,76,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,35,37,,36,35,35,156,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,35,37,,36,35,156,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,37,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,156,37,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,35,37,,36,156,35,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,35,145,76,145,156,35,156,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,149,,,,152,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,,,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,230,,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,37,,,230,,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,37,,,,,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,150,,,,151,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,35,144,76,144,156,35,35,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,156,156,423,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,156,35,76,145,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,156,37,,,68,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,35,156,155,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,54,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,156,35,35,76,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,230,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,156,156,37,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51,,,51,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,35,35,37,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75,,,147,76,150,,,,,230,230,230,230,230,230,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,35,37,,36,35,35,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,36,155,,,,230,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,156,145,76,35,156,35,156,35,35,35,35,156,156,35,156,35,35,156,35,156,156,35,35,156,145,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,146,145,146,146,146,146,145,145,146,146,146,230,,,,,230,52,230,55,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,156,37,,,36,35,156,35,156,156,35,156,35,156,156,35,35,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,,,,,,,,51,,,230,52,230,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,156,37,,,36,35,35,35,35,35,156,156,156,156,156,156,35,35,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,76,144,146,146,146,146,146,144,146,146,146,230,,,,,230,52,230,55,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,35,37,,,36,156,156,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,38,,,,,,74,,,,230,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,156,156,144,76,35,35,156,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,37,,38,,,,,,,,,,230,230,230,230,230,230,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,156,35,37,,36,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,76,145,146,150,,,,,,,,,51,,,51,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,35,35,37,,36,35,35,156,35,35,35,35,35,35,35,35,145,156,35,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,36,76,148,,,,,,,230,,,230,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,35,156,145,76,145,156,35,35,35,145,145,145,35,35,156,35,76,145,145,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,152,155,,,38,,,,,,,,,53,,,53,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,35,156,149,,,,152,145,35,37,,,,36,35,145,154,,,,68,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,151,145,146,150,,,,,38,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,149,,,,,,,152,145,424,150,,152,154,,,,,,68,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,147,76,144,154,,,38,,,,,38,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,37,,,,230,,,,,,,38,,,,,,,45,,68,156,156,35,35,37,,,,75,,,,75,,,,,,,,,,,,,,38,,,,152,155,,,,38,,,152,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,150,,,,,,,,151,144,35,144,144,155,,,,,,68,156,156,35,35,37,,147,76,156,144,146,146,145,146,155,,,,,147,76,155,,75,,,38,,,,,152,155,,,38,,,,38,,75,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,150,,,,151,144,144,156,35,35,156,35,37,,,,,46,68,156,156,35,35,37,,,,36,154,,,,,38,,75,,,,,36,146,145,146,146,154,,75,,,,38,,,38,,,,36,76,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,156,156,144,76,144,156,35,35,156,156,35,35,156,37,,,,,,68,35,35,35,35,37,,,151,154,,,,,,152,144,145,146,146,144,144,154,,,,,,,38,,,,38,,,38,,,,38,,74,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,156,35,35,144,156,35,35,35,156,35,156,156,35,37,,,,47,,68,156,156,35,35,37,,,38,,,151,146,155,,,74,,,,152,37,,,,,,,,36,155,,,152,144,144,154,,,151,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,156,156,35,35,35,35,35,35,35,35,35,35,156,37,,,,,,68,156,156,35,35,37,,151,154,,151,154,,36,155,,,,75,,,38,,,151,146,146,146,146,156,37,,,,36,154,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,35,35,35,35,35,35,35,35,35,156,35,156,156,37,,,,,,68,156,156,156,35,156,144,154,,,38,,,152,35,146,146,146,145,155,,74,,,38,,,,,152,37,,,,38,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,156,35,35,35,35,35,35,35,35,35,35,35,35,156,37,,,,,,68,156,156,156,35,156,154,,,,38,,,,74,,,,,38,,,,151,156,76,148,,,,152,155,,,38,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,156,35,35,156,35,156,156,35,35,35,156,35,37,,,,46,,68,156,156,156,35,37,,,151,144,37,,,,,,,147,76,35,155,,,36,37,,,,,,,38,,,74,,,151,146,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,35,156,156,156,156,35,35,35,35,35,35,156,156,37,,,,,,68,156,156,35,35,37,,,36,35,37,,,,,,,,,152,145,146,146,35,154,,,,,,,36,155,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,156,156,35,35,156,35,156,35,35,35,35,35,35,37,,,,,,68,156,156,35,35,37,,151,156,156,37,,,,,,,,,,,,,38,,,,,,,,36,156,146,146,144,146,145,76,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,35,35,156,156,35,35,35,156,35,35,35,35,35,37,,,,47,,68,35,156,35,35,37,,36,156,156,37,,,,,,,,,,,147,76,74,,,,,,147,76,145,149,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,35,35,156,156,35,156,156,35,35,35,35,35,35,37,,,,,,68,156,156,35,35,37,,36,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,35,35,156,156,156,156,35,156,35,35,35,35,37,,,,45,,68,156,156,35,35,37,,36,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,35,35,35,35,35,156,35,156,156,35,35,35,35,35,156,144,155,,41,,68,156,156,35,35,37,,36,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,156,156,156,35,76,145,144,35,156,35,156,145,145,76,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,156,35,35,35,35,35,35,35,35,35,35,35,156,35,35,37,,,36,156,156,156,154,,,,36,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,156,145,156,154,,,152,35,35,37,,,,,36,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,145,35,35,156,35,156,35,156,35,35,35,156,156,156,76,154,,,,,36,35,37,,,230,76,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,145,76,156,156,35,35,35,156,35,156,35,35,35,35,154,,,,,,,36,156,37,,,,,36,35,35,156,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,149,,,201,145,145,145,145,145,145,145,145,145,145,154,,,,,,75,,36,156,35,155,,,,36,156,35,156,35,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,201,,,,,,,,,,,,,,76,144,76,156,76,156,156,156,156,144,76,144,35,35,35,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,150,,,201,144,144,144,144,144,144,144,144,144,144,155,,,76,145,76,35,76,156,156,35,156,156,426,35,35,156,156,35,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,144,76,156,35,156,156,156,156,35,35,35,156,156,35,155,,,,,74,,36,35,156,35,145,76,145,35,35,35,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,144,35,35,156,156,35,35,35,35,156,35,35,35,37,,,,,,,36,156,156,154,,,,36,35,156,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,156,156,156,156,35,156,35,35,156,156,156,35,156,35,155,,,,,151,156,156,37,,,,,36,35,35,35,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,144,76,144,76,156,156,35,37,,,230,76,35,156,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,144,37,,36,35,35,37,,,,,36,156,35,35,156,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,156,35,35,156,156,35,35,156,35,35,35,35,35,35,35,35,35,35,76,156,156,156,35,155,,,,36,35,156,156,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,156,35,156,35,35,35,35,156,156,35,35,35,35,35,145,145,154,,152,145,145,145,145,146,76,144,156,35,156,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,156,35,35,35,156,156,35,35,35,35,35,35,37,,,,,,,,,,,,36,35,156,35,156,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,35,156,35,156,35,35,35,156,156,35,35,35,156,156,76,146,146,144,146,146,146,144,146,146,76,156,156,35,156,156,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n145,145,156,35,156,156,35,35,156,156,35,35,35,35,35,35,35,37,,,,74,,,,74,,,,36,156,35,35,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,36,156,156,156,156,156,156,156,156,35,156,35,35,35,35,156,155,,,,,75,,,,75,,36,35,35,156,156,156,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,36,156,156,35,35,35,35,156,156,35,35,35,35,35,35,35,156,144,144,144,144,156,144,144,144,156,144,156,35,35,156,156,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,24,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,25,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,24,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,23,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,24,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;388 posEnd=1346;388 posCurrent=1346;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;388 posEnd=1410;388 posCurrent=1410;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;388 posEnd=1474;388 posCurrent=1474;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;388 posEnd=1538;388 posCurrent=1538;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;388 posEnd=1602;388 posCurrent=1602;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;388 posEnd=1666;388 posCurrent=1666;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;388 posEnd=1730;388 posCurrent=1730;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;388 posEnd=1794;388 posCurrent=1794;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;388 posEnd=1858;388 posCurrent=1858;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;388 posEnd=1922;388 posCurrent=1922;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;388 posEnd=1986;388 posCurrent=1986;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;388 posEnd=2114;388 posCurrent=2114;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;388 posEnd=2050;388 posCurrent=2050;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;388 posEnd=2178;388 posCurrent=2178;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;388 posEnd=2242;388 posCurrent=2242;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;388 posEnd=2306;388 posCurrent=2306;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;388 posEnd=2370;388 posCurrent=2370;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;388 posEnd=2434;388 posCurrent=2434;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;388 posEnd=2498;388 posCurrent=2498;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;516 posEnd=2626;516 posCurrent=2626;516 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;768 posEnd=386;768 posCurrent=386;768 step=1 time=0 phase=29970 channel=10 icon=56 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1216 posEnd=706;1216 posCurrent=706;1216 step=1 time=0 phase=29970 channel=10 icon=56 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;264 posEnd=1986;264 posCurrent=1986;264 step=1 time=0 phase=29970 channel=10 icon=25 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;388 posEnd=1218;388 posCurrent=1218;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;388 posEnd=1154;388 posCurrent=1154;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;388 posEnd=1090;388 posCurrent=1090;388 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;1152 posEnd=4354;1152 posCurrent=4354;1152 step=1 time=0 phase=29970 channel=10 icon=56 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5568;960 posEnd=5504;960 posCurrent=5513;960 step=4 time=3 phase=29970 channel=1 icon=153 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;516 posEnd=2690;516 posCurrent=2690;516 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;516 posEnd=2754;516 posCurrent=2754;516 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;516 posEnd=2818;516 posCurrent=2818;516 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;1860 posEnd=5762;1860 posCurrent=5762;1860 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;1860 posEnd=5890;1860 posCurrent=5890;1860 step=1 time=0 phase=29970 channel=10 icon=20 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;512 posEnd=768;512 posCurrent=768;512 step=1 time=0 phase=29970 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;512 posEnd=640;512 posCurrent=640;512 step=1 time=0 phase=29970 channel=1 icon=33 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;260 posEnd=834;260 posCurrent=834;260 step=1 time=0 phase=29970 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5504;832 posEnd=5568;832 posCurrent=5559;832 step=4 time=3 phase=29970 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5440;704 posEnd=5504;704 posCurrent=5495;704 step=4 time=3 phase=29970 channel=1 icon=153 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;448 posEnd=640;448 posCurrent=640;448 step=1 time=0 phase=29970 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;448 posEnd=3904;448 posCurrent=3904;448 step=1 time=0 phase=29970 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;448 posEnd=3840;448 posCurrent=3840;448 step=1 time=0 phase=29970 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;448 posEnd=3776;448 posCurrent=3776;448 step=1 time=0 phase=29970 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1280 posEnd=768;1280 posCurrent=768;1280 step=1 time=0 phase=29970 channel=1 icon=32 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1732 posEnd=5826;1732 posCurrent=5826;1732 step=1 time=0 phase=24483 channel=10 icon=2 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;264 posEnd=1858;264 posCurrent=1858;264 step=1 time=0 phase=29970 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5568;576 posEnd=5504;576 posCurrent=5513;576 step=4 time=3 phase=29970 channel=1 icon=153 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;260 posEnd=194;260 posCurrent=194;260 step=1 time=0 phase=29970 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5504;1088 posEnd=5568;1088 posCurrent=5559;1088 step=4 time=3 phase=29970 channel=1 icon=153 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;324 posEnd=2690;324 posCurrent=2690;324 step=1 time=0 phase=29970 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5504;448 posEnd=5568;448 posCurrent=5559;448 step=4 time=3 phase=29970 channel=1 icon=153 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;196 posEnd=5506;196 posCurrent=5506;196 step=1 time=0 phase=19492 channel=10 icon=7 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;196 posEnd=1346;196 posCurrent=1346;196 step=1 time=0 phase=28022 channel=10 icon=89 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;196 posEnd=1410;196 posCurrent=1410;196 step=1 time=0 phase=28013 channel=10 icon=89 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;388 posEnd=4162;388 posCurrent=4162;388 step=1 time=0 phase=29970 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=4544;1344 posEnd=4544;1408 posCurrent=4544;1399 step=4 time=3 phase=29970 channel=1 icon=46 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;1288 posEnd=5570;1288 posCurrent=5570;1288 step=1 time=0 phase=29970 channel=10 icon=25 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;196 posEnd=1474;196 posCurrent=1474;196 step=1 time=0 phase=28003 channel=10 icon=89 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;196 posEnd=1538;196 posCurrent=1538;196 step=1 time=0 phase=27995 channel=10 icon=89 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;196 posEnd=1602;196 posCurrent=1602;196 step=1 time=0 phase=27949 channel=10 icon=89 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;196 posEnd=1666;196 posCurrent=1666;196 step=1 time=0 phase=27895 channel=10 icon=89 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;1732 posEnd=5314;1732 posCurrent=5314;1732 step=1 time=0 phase=16872 channel=10 icon=89 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;1860 posEnd=5250;1860 posCurrent=5250;1860 step=1 time=0 phase=16764 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;1860 posEnd=5378;1860 posCurrent=5378;1860 step=1 time=0 phase=16752 channel=10 icon=17 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;4612 posEnd=3586;4612 posCurrent=3586;4612 step=1 time=0 phase=8261 channel=10 icon=30 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1860 posEnd=5058;1860 posCurrent=5058;1860 step=1 time=0 phase=15852 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;1860 posEnd=4994;1860 posCurrent=4994;1860 step=1 time=0 phase=15845 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1860 posEnd=4930;1860 posCurrent=4930;1860 step=1 time=0 phase=15835 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1860 posEnd=4866;1860 posCurrent=4866;1860 step=1 time=0 phase=15829 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1860 posEnd=4802;1860 posCurrent=4802;1860 step=1 time=0 phase=15823 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3972 posEnd=4290;3972 posCurrent=4290;3972 step=1 time=0 phase=4637 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3780 posEnd=4674;3780 posCurrent=4674;3780 step=1 time=0 phase=4498 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3588 posEnd=4546;3588 posCurrent=4546;3588 step=1 time=0 phase=4455 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;3524 posEnd=4354;3524 posCurrent=4354;3524 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3396 posEnd=4162;3396 posCurrent=4162;3396 step=1 time=0 phase=4231 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3268 posEnd=4418;3268 posCurrent=4418;3268 step=1 time=0 phase=4158 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2884 posEnd=4674;2884 posCurrent=4674;2884 step=1 time=0 phase=4118 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2372 posEnd=4290;2372 posCurrent=4290;2372 step=1 time=0 phase=4052 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;2052 posEnd=4610;2052 posCurrent=4610;2052 step=1 time=0 phase=3996 channel=10 icon=20 \r\n"); + worlds.Add(105, "DescFile: posDecor=950;950 dimDecor=100;100 world=0 music=4 region=2 blupiPos=1346;1158 blupiDir=2 \r\nDecor: \r\n156,156,156,156,156,156,156,156,156,156,156,35,35,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,156,35,35,35,156,35,156,156,156,35,35,35,156,35,35,156,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,156,156,156,35,156,156,35,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,35,156,35,156,156,156,156,156,35,156,156,35,156,156,35,35,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,145,156,156,156,35,156,156,156,156,35,156,156,156,156,145,145,156,156,35,156,35,156,35,35,156,35,156,35,156,156,156,156,35,35,156,156,156,156,156,156,156,35,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,37,,36,156,156,35,156,156,35,35,35,156,156,35,154,,,36,35,156,156,35,35,156,35,35,156,35,156,156,35,35,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,37,,36,156,156,156,156,156,35,156,156,156,156,37,,,,36,156,156,156,156,156,156,156,35,35,35,35,156,156,156,156,35,156,156,156,156,156,156,156,156,145,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,37,,36,156,156,35,156,35,156,156,156,156,156,35,155,,,36,156,156,156,156,156,156,35,156,35,156,156,156,35,35,156,35,35,156,156,156,156,156,35,154,,36,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,185,156,156,156,156,156,35,35,35,156,156,156,156,35,185,185,156,156,156,156,156,35,35,35,156,35,156,156,156,35,156,156,156,156,156,156,35,156,35,37,,,36,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,185,156,156,156,35,156,156,156,35,156,156,156,156,156,185,185,156,156,156,156,156,35,156,156,156,156,156,35,35,156,156,35,156,156,35,156,35,156,156,37,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,185,156,156,156,156,35,35,156,156,156,35,156,156,185,185,185,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,145,154,,,36,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,185,156,156,156,156,156,156,156,156,156,156,156,156,185,185,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,35,156,37,,,,,36,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,185,156,156,35,156,156,156,156,156,156,156,156,156,185,185,156,156,156,156,35,156,156,156,156,156,35,156,156,156,156,156,156,156,35,156,156,35,304,305,305,305,305,36,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,145,185,185,145,145,145,145,145,145,35,145,145,145,145,145,185,185,35,156,156,156,145,145,145,156,35,156,156,35,35,156,145,145,145,35,145,145,145,145,154,,,,151,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,74,,,,,,,,152,145,145,154,,,,36,156,156,156,156,156,154,,,,74,,,,,,,,,68,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,154,,,,,,,,,,,,,,68,156,156,156,156,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,75,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,74,,,,,,75,,,,,,,,,,,,,,,,,,36,155,,,,,,,75,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,74,,,,,,75,,,,,,,,,,,,36,156,155,,,,,,74,,,,68,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,75,,,,,,,,,,,,,,,,74,,,,,,,,,,,,36,156,145,155,,,,,,,,,68,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,74,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,330,,36,155,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,149,,36,145,155,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,330,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,36,155,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,36,154,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,75,,,,,,,,,,,,,,,,,,,,,151,149,,151,144,154,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,74,,,,,,,,,,,,,,,75,,,,,,38,,,36,154,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,75,,,,,,,,,,,74,,,,,,38,,151,154,,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,38,,,,,,,,,,,,,,,,,36,144,154,,,,,75,,,,,68,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,74,,,,,,,,,,,,,,,,,36,154,,,,,,74,,,,,68,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,75,,,,,,,,,,75,,,,,,,,,,,,,,74,,,,,,,,,,,75,68,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,74,,,,,,,,,,74,,,,,,,,,,,,,,,,,,,75,,,,,,38,68,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,,,,,74,,,,,,38,68,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,,,,,,,,,,,,,,,,,,,,,,,,74,,,,,,,,,,,,,,,,74,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,,75,,,,,,,,,,40,,,,,,151,144,155,,,,,,,,,,,,,,,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,144,144,144,156,144,144,144,144,144,144,144,144,144,35,144,144,144,144,144,156,156,35,144,144,144,144,144,144,144,144,144,150,,,,75,,,,,147,144,144,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,156,156,156,156,35,37,,,,74,,,,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,156,156,156,156,156,156,156,156,156,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,35,156,37,,,,,,,,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,35,156,156,156,156,156,35,156,35,156,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,156,156,156,37,,,,,,,,,,36,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,35,35,156,156,156,35,155,,,,,,,,,36,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,156,35,35,35,35,156,156,35,156,156,156,156,35,35,156,35,156,156,156,156,156,156,35,35,156,35,156,156,156,156,304,305,305,305,305,146,146,146,76,156,156,156,156,35,156,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,156,35,156,35,156,35,156,156,156,156,35,156,156,156,35,156,35,35,156,156,156,156,156,35,156,156,156,156,35,154,,,,,,,,,36,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,35,156,35,156,156,156,35,35,35,156,156,156,156,35,156,156,35,156,156,156,156,35,35,156,35,156,156,37,,,,,,,,,,36,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,35,35,35,35,156,35,35,156,156,156,156,35,35,35,35,35,156,35,35,35,35,35,156,35,35,156,156,37,,,,,,,,,151,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,156,35,156,156,156,35,156,156,156,35,35,156,35,35,35,156,156,156,35,35,35,156,156,35,156,35,156,156,37,,,,,,,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,35,35,156,35,156,35,156,35,156,35,37,,,,75,,,,151,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,156,35,156,37,,,,38,,,,36,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,156,156,156,37,,,,74,,,,36,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,156,156,156,37,,,,,,,,36,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,35,156,156,156,156,150,,,,,,151,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,35,156,156,156,156,144,144,144,144,144,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,35,156,156,156,156,156,35,156,156,35,35,156,156,156,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,35,35,35,156,35,35,35,156,35,156,156,156,156,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,156,156,156,156,156,35,156,156,156,156,156,35,156,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,35,156,35,156,35,35,156,35,35,156,156,156,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,156,156,156,156,35,156,156,156,35,156,35,35,156,35,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,35,35,35,156,35,156,156,35,35,35,156,35,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,35,156,156,35,35,35,156,35,156,35,156,156,156,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,156,156,35,35,156,35,156,156,156,156,35,35,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,25,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,23,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,27,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,23,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;64 posEnd=1282;64 posCurrent=1282;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;64 posEnd=1218;64 posCurrent=1218;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;64 posEnd=1154;64 posCurrent=1154;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;64 posEnd=1090;64 posCurrent=1090;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;64 posEnd=1026;64 posCurrent=1026;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;64 posEnd=962;64 posCurrent=962;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;64 posEnd=898;64 posCurrent=898;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;64 posEnd=834;64 posCurrent=834;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;64 posEnd=770;64 posCurrent=770;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;64 posEnd=1410;64 posCurrent=1410;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;64 posEnd=1474;64 posCurrent=1474;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;64 posEnd=1538;64 posCurrent=1538;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;64 posEnd=1602;64 posCurrent=1602;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;64 posEnd=1666;64 posCurrent=1666;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;64 posEnd=1730;64 posCurrent=1730;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;64 posEnd=1794;64 posCurrent=1794;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;64 posEnd=1858;64 posCurrent=1858;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;64 posEnd=1922;64 posCurrent=1922;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;64 posEnd=1986;64 posCurrent=1986;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;64 posEnd=2050;64 posCurrent=2050;64 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2112 posEnd=2114;2112 posCurrent=2114;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2112 posEnd=2178;2112 posCurrent=2178;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2112 posEnd=2242;2112 posCurrent=2242;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2112 posEnd=2306;2112 posCurrent=2306;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2112 posEnd=2690;2112 posCurrent=2690;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2112 posEnd=2626;2112 posCurrent=2626;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2112 posEnd=2562;2112 posCurrent=2562;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2112 posEnd=2754;2112 posCurrent=2754;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2112 posEnd=2818;2112 posCurrent=2818;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2112 posEnd=2882;2112 posCurrent=2882;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2112 posEnd=2946;2112 posCurrent=2946;2112 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2176 posEnd=3010;2176 posCurrent=3010;2176 step=1 time=0 phase=167 channel=10 icon=50 \r\nMoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1344;1216 posEnd=1344;1984 posCurrent=1344;1683 step=2 time=146 phase=167 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1280;1216 posEnd=1280;1984 posCurrent=1280;1683 step=2 time=146 phase=167 channel=1 icon=75 \r\nMoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1408;1216 posEnd=1408;1984 posCurrent=1408;1683 step=2 time=146 phase=167 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1472;1216 posEnd=1472;1984 posCurrent=1472;1683 step=2 time=146 phase=167 channel=1 icon=74 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;2116 posEnd=1602;2116 posCurrent=1602;2116 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;196 posEnd=1346;196 posCurrent=1346;196 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;260 posEnd=1346;260 posCurrent=1346;260 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;324 posEnd=1346;324 posCurrent=1346;324 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;388 posEnd=1346;388 posCurrent=1346;388 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;452 posEnd=1346;452 posCurrent=1346;452 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;516 posEnd=1346;516 posCurrent=1346;516 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2824 posEnd=386;2824 posCurrent=386;2824 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2692 posEnd=1858;2692 posCurrent=1858;2692 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1540 posEnd=834;1540 posCurrent=834;1540 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1544 posEnd=770;1544 posCurrent=770;1544 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=1792;1600 posEnd=1536;1472 posCurrent=1792;1600 step=4 time=32 phase=167 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=1216;1408 posEnd=896;1728 posCurrent=960;1664 step=4 time=8 phase=167 channel=10 icon=90 \r\nMoveObject: type=44 stepAdvance=36 stepRecede=36 timeStopStart=4 timeStopEnd=4 posStart=1280;832 posEnd=896;1152 posCurrent=1280;832 step=4 time=36 phase=167 channel=10 icon=199 \r\nMoveObject: type=20 stepAdvance=104 stepRecede=104 timeStopStart=8 timeStopEnd=8 posStart=896;1088 posEnd=1216;1920 posCurrent=1081;1568 step=4 time=44 phase=167 channel=10 icon=102 \r\nMoveObject: type=20 stepAdvance=120 stepRecede=120 timeStopStart=8 timeStopEnd=8 posStart=1728;1984 posEnd=2048;1024 posCurrent=1974;1248 step=4 time=28 phase=167 channel=10 icon=102 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=1088;2304 posEnd=768;2624 posCurrent=832;2560 step=4 time=8 phase=167 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=152 stepRecede=152 timeStopStart=8 timeStopEnd=8 posStart=768;2752 posEnd=1984;2496 posCurrent=1984;2496 step=3 time=5 phase=167 channel=10 icon=111 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2308 posEnd=1346;2308 posCurrent=1346;2308 step=1 time=0 phase=167 channel=10 icon=36 \r\nMoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=768;256 posEnd=1152;192 posCurrent=1104;200 step=2 time=42 phase=167 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=1600;192 posEnd=1984;320 posCurrent=1936;304 step=2 time=42 phase=167 channel=10 icon=92 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;452 posEnd=962;452 posCurrent=962;452 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2820 posEnd=450;2820 posCurrent=450;2820 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;2820 posEnd=578;2820 posCurrent=578;2820 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2820 posEnd=514;2820 posCurrent=514;2820 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2244 posEnd=2818;2244 posCurrent=2818;2244 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=2368;2624 posEnd=2496;2624 posCurrent=2368;2624 step=1 time=3 phase=167 channel=10 icon=65 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;900 posEnd=1666;900 posCurrent=1666;900 step=1 time=0 phase=167 channel=10 icon=11 \r\nMoveObject: type=16 stepAdvance=190 stepRecede=190 timeStopStart=0 timeStopEnd=0 posStart=2048;2752 posEnd=832;2752 posCurrent=986;2752 step=2 time=166 phase=167 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;1344 posEnd=1728;1344 posCurrent=1728;1344 step=1 time=0 phase=167 channel=10 icon=73 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1160 posEnd=194;1160 posCurrent=194;1160 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1160 posEnd=258;1160 posCurrent=258;1160 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1160 posEnd=322;1160 posCurrent=322;1160 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;200 posEnd=194;200 posCurrent=194;200 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;200 posEnd=258;200 posCurrent=258;200 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;200 posEnd=322;200 posCurrent=322;200 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2628 posEnd=2242;2628 posCurrent=2242;2628 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2628 posEnd=2306;2628 posCurrent=2306;2628 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2628 posEnd=2498;2628 posCurrent=2498;2628 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2564 posEnd=2690;2564 posCurrent=2690;2564 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2500 posEnd=2754;2500 posCurrent=2754;2500 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2500 posEnd=2818;2500 posCurrent=2818;2500 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2500 posEnd=2882;2500 posCurrent=2882;2500 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2564 posEnd=2626;2564 posCurrent=2626;2564 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2436 posEnd=3010;2436 posCurrent=3010;2436 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2500 posEnd=2946;2500 posCurrent=2946;2500 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;2696 posEnd=1922;2696 posCurrent=1922;2696 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1092 posEnd=770;1092 posCurrent=770;1092 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;580 posEnd=770;580 posCurrent=770;580 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;196 posEnd=2050;196 posCurrent=2050;196 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;836 posEnd=2050;836 posCurrent=2050;836 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1220 posEnd=2050;1220 posCurrent=2050;1220 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;2820 posEnd=322;2820 posCurrent=322;2820 step=1 time=0 phase=167 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2440 posEnd=1730;2440 posCurrent=1730;2440 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1672 posEnd=1922;1672 posCurrent=1922;1672 step=1 time=0 phase=167 channel=10 icon=22 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;452 posEnd=1794;452 posCurrent=1794;452 step=1 time=0 phase=167 channel=10 icon=14 \r\n"); + worlds.Add(106, "DescFile: posDecor=1800;1900 dimDecor=100;100 world=0 music=9 region=3 blupiPos=2178;2182 blupiDir=2 \r\nDecor: \r\n156,156,35,35,156,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,156,156,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,35,156,156,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,156,156,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,156,35,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,156,156,156,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,144,144,144,144,156,156,156,156,156,156,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,35,35,156,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,156,35,35,156,35,35,156,156,156,156,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,156,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,156,35,156,156,35,35,156,156,156,35,156,145,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,35,156,156,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,35,156,156,156,35,35,156,156,156,331,,36,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,35,35,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,156,156,156,156,35,35,35,156,35,35,35,76,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,35,35,156,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,35,35,156,35,156,156,156,156,35,37,,36,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,35,35,156,35,35,35,35,35,35,144,144,150,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,37,,36,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,35,35,156,156,156,156,35,35,156,35,156,37,,,,,,,,,,151,144,144,144,144,144,144,144,144,144,144,144,35,156,35,35,35,35,35,156,35,156,35,156,35,156,35,145,145,76,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,156,35,35,35,156,35,156,156,35,156,35,37,,,,,,,,,151,156,35,156,35,35,35,156,156,35,35,156,156,156,156,156,156,156,35,35,35,35,156,35,156,156,156,156,138,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,35,156,35,35,156,35,156,156,35,35,156,37,,,,,,,,,36,35,156,156,156,156,35,156,35,156,156,35,156,35,35,35,35,156,156,156,35,156,156,156,35,156,35,156,138,,151,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,35,35,156,156,156,35,156,156,156,35,35,37,,,,,,,,,36,35,156,156,156,35,156,35,156,156,35,35,35,35,35,35,156,156,35,156,35,35,35,35,156,156,156,35,138,,152,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,35,35,156,35,35,156,156,35,35,35,156,37,,,,,,,,,36,156,156,156,35,35,35,156,156,35,35,35,35,35,156,35,156,35,35,35,156,35,156,156,35,35,35,35,138,,,36,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,35,35,156,156,145,145,145,35,35,156,156,35,37,,,,,,,,,36,156,35,35,156,156,156,35,35,35,35,156,35,35,35,156,35,156,156,35,156,35,156,35,35,35,35,156,146,146,76,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,156,145,37,,,,36,35,35,156,156,37,,,,,,,,,36,156,156,156,35,35,35,35,156,156,35,35,156,156,35,156,156,156,35,35,156,156,35,35,35,35,35,154,,,,36,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,37,,38,,,,36,35,35,156,35,37,,,,,,,,,36,156,35,35,156,35,35,156,35,156,35,35,156,156,145,35,156,35,156,35,156,156,156,35,156,35,37,,,,,36,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,156,37,,74,,,,36,35,35,35,35,37,,,,,,,,,36,156,156,156,35,156,35,35,156,156,156,35,156,333,,152,156,156,35,156,156,156,156,35,35,156,37,,,,,36,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,154,,,,333,,36,35,156,35,35,37,,,,,,,,,36,156,156,156,156,156,156,156,156,35,156,156,37,,,,152,35,156,35,156,156,35,35,35,156,37,,,,,36,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,155,,,,19,,36,156,35,156,35,37,,,,,,,,,36,156,156,35,35,35,156,156,156,35,35,35,156,150,,,,152,156,35,35,156,156,156,35,35,37,,,,,36,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,37,,75,,,,36,35,156,35,35,37,,,,,,,,,36,35,35,156,35,35,156,156,156,156,35,156,35,156,150,,,,152,35,35,156,156,156,156,156,37,,,,,36,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,35,37,,38,,,,36,156,35,35,35,37,,,,,,,,,36,35,156,156,35,156,156,35,35,156,35,156,156,35,156,185,,,,152,156,156,156,35,156,156,35,155,,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,156,144,37,,,,36,35,156,156,35,37,,,,,,,,,36,156,156,35,35,35,156,156,35,156,35,35,156,35,35,185,150,,,,152,35,35,156,156,35,35,156,144,144,76,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,156,35,35,156,144,144,144,35,156,35,156,156,37,,,,,,,,,36,35,156,35,156,35,156,156,35,156,35,35,35,35,35,185,156,150,,,,152,35,156,156,156,145,145,145,145,76,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,35,35,156,156,35,156,156,35,156,35,156,35,37,,,,,,,,,36,35,156,156,35,156,156,35,35,35,35,156,35,156,37,,36,156,150,,,,152,156,156,37,,,,,,36,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,35,156,156,156,35,35,156,156,35,35,156,156,35,156,144,144,144,144,144,144,144,144,156,156,35,156,35,35,156,156,35,35,156,156,156,35,37,,36,156,156,150,,,,36,35,156,76,144,144,144,144,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,35,156,156,156,35,156,156,35,35,35,35,35,35,156,35,35,156,156,35,156,156,156,156,156,35,35,156,35,35,35,156,35,156,35,156,156,144,156,156,156,35,150,,,36,35,37,,36,35,156,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,35,35,35,35,35,156,35,156,35,156,156,156,35,35,156,35,156,35,35,156,156,156,35,35,35,156,156,156,35,156,156,156,145,145,145,145,145,145,145,145,145,145,145,146,76,156,35,37,,36,35,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,35,156,35,35,156,156,35,156,156,35,156,35,35,156,35,35,35,35,156,156,156,35,35,156,156,156,156,156,35,35,37,,,,,,,,,,,,,,36,35,37,,36,35,156,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,35,156,35,35,35,156,156,156,156,35,156,35,35,35,35,156,35,145,145,145,145,145,145,145,145,145,145,145,145,145,154,,151,144,146,146,146,146,146,146,146,146,144,76,35,35,37,,36,35,156,35,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n145,145,145,145,145,145,145,145,145,145,145,145,145,156,35,35,35,35,156,330,,,,,,,,,,,,,,,,36,37,,,,,,,,,38,,36,156,37,,36,35,156,35,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,156,35,35,156,156,146,146,146,146,146,146,146,146,146,146,146,146,146,146,76,35,37,,,,151,144,144,155,,152,76,156,35,37,,36,35,35,156,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,156,35,156,35,332,,,,,,,,,,,,,,,,36,37,,,151,35,35,35,37,,,,36,145,145,76,156,35,156,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,156,35,156,35,35,146,146,146,146,146,146,146,146,146,146,146,146,146,146,76,35,37,,,152,35,156,35,37,,,,38,,,,36,35,35,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,35,156,156,156,156,331,,,,,,,,,,,,,,,,36,37,,,,152,145,145,154,,151,76,145,76,144,76,35,35,35,35,35,35,35,35,35,156,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,35,156,156,35,35,144,144,144,144,144,144,144,144,144,144,144,144,144,155,,36,37,,,,,,,,,38,,,,38,,36,156,156,35,35,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,156,156,35,35,35,156,156,35,156,35,35,156,156,156,35,35,156,156,37,,152,145,146,146,146,146,146,146,146,146,145,76,144,144,37,,36,35,156,156,156,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,35,35,156,156,156,35,156,156,156,35,156,156,35,156,156,35,156,35,37,,,,,,,,,,,,,,36,35,37,,36,35,35,156,35,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,35,156,156,156,35,35,35,156,35,156,156,156,156,35,156,35,156,156,35,35,144,144,144,144,146,146,146,146,146,146,146,146,76,156,35,156,76,145,145,35,156,35,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,156,156,35,35,35,156,35,35,156,156,156,156,156,35,156,156,35,156,35,156,35,35,156,37,,,,,,,,,,36,156,37,,,,152,156,156,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,35,35,156,35,35,156,156,156,156,35,35,156,156,35,35,156,35,35,35,156,156,35,35,37,,,,,,,,,,36,156,37,,,,,152,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,35,156,35,35,156,156,35,35,35,156,156,156,35,35,156,156,35,35,35,156,35,35,35,37,,,,,,,,,,36,156,37,,,75,,,152,35,156,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,35,156,35,35,156,156,35,156,156,156,35,156,156,35,156,156,156,156,156,35,35,35,35,37,,,,,,,,,,68,35,37,,,152,155,,,152,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,36,35,156,156,35,35,35,156,156,156,35,156,156,35,156,156,35,156,35,156,156,35,35,35,37,,,,,,,,,,68,35,37,,,,152,155,,,152,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,156,145,145,156,156,35,35,156,156,37,,,,,,,,,,68,35,37,,,,,36,155,,,68,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,36,156,35,156,156,156,37,,,,,,,,,,68,156,37,,,,,68,156,155,,68,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,37,,,,,,,,,,68,156,37,,,,,68,35,154,,68,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,37,,,,,,,,,,68,35,37,,,,,36,154,,,68,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,37,,,,,,,,,,68,35,37,,,,151,154,,,151,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,37,,,,,,,,,,68,35,37,,,151,154,,,151,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,154,,,,,151,144,144,144,144,156,156,37,,,74,,,151,35,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,37,,,,40,,36,156,35,35,156,156,156,37,,,,,151,35,35,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,37,,,,38,,36,156,35,156,156,156,35,37,,,151,144,156,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,37,,,,38,,36,35,35,156,35,156,156,37,,,36,35,35,35,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,37,,,,38,,36,156,35,35,156,35,35,35,332,,36,156,35,35,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,37,,,,39,,36,35,35,156,156,35,35,35,156,144,35,35,35,35,35,35,35,156,35,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,155,,,,,36,35,156,35,156,35,156,35,35,35,35,35,35,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,37,,,,,36,35,156,156,35,156,156,35,156,35,35,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,37,,,,,36,156,156,156,156,35,156,156,156,156,35,156,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,37,,,,,36,35,35,156,35,35,156,156,156,35,35,156,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,37,,,,151,35,35,35,156,156,35,156,156,35,156,35,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,185,185,150,,36,156,35,35,35,156,156,35,156,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,185,35,330,,36,35,35,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,185,35,35,144,35,156,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,185,35,35,35,156,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,35,185,156,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,214,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,23,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,24,,25,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,23,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,25,,,,,,,,23,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,24,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2500 posEnd=2114;2500 posCurrent=2114;2500 step=1 time=0 phase=382 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2500 posEnd=2306;2500 posCurrent=2306;2500 step=1 time=0 phase=382 channel=10 icon=13 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2504 posEnd=1666;2504 posCurrent=1666;2504 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2504 posEnd=1730;2504 posCurrent=1730;2504 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2880;3328 posEnd=3200;3328 posCurrent=2880;3328 step=1 time=10 phase=382 channel=1 icon=29 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=832;3392 posEnd=896;3392 posCurrent=883;3392 step=2 time=8 phase=382 channel=12 icon=238 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3200 posEnd=3074;3200 posCurrent=3074;3200 step=1 time=0 phase=382 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3200 posEnd=3010;3200 posCurrent=3010;3200 step=1 time=0 phase=382 channel=10 icon=49 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3396 posEnd=2946;3396 posCurrent=2946;3396 step=1 time=0 phase=382 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;3396 posEnd=3138;3396 posCurrent=3138;3396 step=1 time=0 phase=382 channel=10 icon=13 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2180 posEnd=2178;2180 posCurrent=2178;2180 step=1 time=0 phase=382 channel=10 icon=36 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=2048;2880 posEnd=2048;2496 posCurrent=2048;2592 step=4 time=9 phase=382 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=2368;2880 posEnd=2368;2496 posCurrent=2368;2592 step=4 time=9 phase=382 channel=1 icon=153 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1348 posEnd=2050;1348 posCurrent=2050;1348 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1412 posEnd=2050;1412 posCurrent=2050;1412 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2436 posEnd=2242;2436 posCurrent=2242;2436 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2436 posEnd=2178;2436 posCurrent=2178;2436 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1476 posEnd=2050;1476 posCurrent=2050;1476 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1540 posEnd=2050;1540 posCurrent=2050;1540 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=1920;2240 posEnd=1920;3008 posCurrent=1920;2986 step=2 time=70 phase=382 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=2496;2240 posEnd=2496;3008 posCurrent=2496;2986 step=2 time=70 phase=382 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=2688;2944 posEnd=3200;2688 posCurrent=3126;2725 step=4 time=7 phase=382 channel=1 icon=75 \r\nMoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=2752;2944 posEnd=3264;2688 posCurrent=3190;2725 step=4 time=7 phase=382 channel=1 icon=74 \r\nMoveObject: type=4 stepAdvance=180 stepRecede=180 timeStopStart=20 timeStopEnd=20 posStart=3456;2624 posEnd=3840;2624 posCurrent=3501;2624 step=4 time=159 phase=382 channel=10 icon=65 \r\nMoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=1472;3392 posEnd=1280;3328 posCurrent=1280;3328 step=3 time=25 phase=382 channel=12 icon=274 \r\nMoveObject: type=4 stepAdvance=120 stepRecede=120 timeStopStart=20 timeStopEnd=20 posStart=3648;2496 posEnd=3392;2496 posCurrent=3484;2496 step=2 time=77 phase=382 channel=10 icon=66 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1540 posEnd=2178;1540 posCurrent=2178;1540 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1476 posEnd=2178;1476 posCurrent=2178;1476 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1412 posEnd=2178;1412 posCurrent=2178;1412 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1348 posEnd=2178;1348 posCurrent=2178;1348 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;324 posEnd=1154;324 posCurrent=1154;324 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1348 posEnd=2306;1348 posCurrent=2306;1348 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1412 posEnd=2306;1412 posCurrent=2306;1412 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1476 posEnd=2306;1476 posCurrent=2306;1476 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1540 posEnd=2306;1540 posCurrent=2306;1540 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=1216;3264 posEnd=1088;3328 posCurrent=1120;3312 step=2 time=12 phase=382 channel=13 icon=66 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2376 posEnd=4930;2376 posCurrent=4930;2376 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2376 posEnd=4866;2376 posCurrent=4866;2376 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;2376 posEnd=4802;2376 posCurrent=4802;2376 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3592 posEnd=2882;3592 posCurrent=2882;3592 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3592 posEnd=3202;3592 posCurrent=3202;3592 step=1 time=0 phase=382 channel=10 icon=28 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;324 posEnd=1474;324 posCurrent=1474;324 step=1 time=0 phase=382 channel=10 icon=5 \r\nMoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=1088;576 posEnd=1216;576 posCurrent=1158;576 step=2 time=33 phase=382 channel=10 icon=58 \r\nMoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=1408;576 posEnd=1536;576 posCurrent=1478;576 step=2 time=33 phase=382 channel=10 icon=58 \r\n"); + worlds.Add(107, "DescFile: posDecor=0;5870 dimDecor=100;100 world=0 music=8 region=2 blupiPos=322;6214 blupiDir=2 \r\nDecor: \r\n156,156,156,35,35,156,156,156,156,156,35,156,156,156,156,35,156,156,156,156,156,156,156,35,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,35,156,35,35,35,156,35,156,156,156,156,156,35,35,35,156,156,156,156,156,35,35,156,156,35,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,35,156,156,156,156,156\r\n35,35,76,156,35,35,156,145,145,145,145,145,35,145,145,145,156,145,145,145,145,145,145,145,145,145,145,145,145,145,156,156,145,145,35,35,145,145,145,145,145,145,156,156,145,145,35,35,145,145,145,35,35,35,145,145,145,145,145,145,145,145,145,145,145,156,156,145,145,145,145,145,156,145,145,156,156,156,35,156,156,156,145,145,145,156,145,145,145,156,145,145,145,145,145,145,156,156,156,156\r\n35,154,,36,35,35,154,,,,,,201,,,,39,,,,,,,,,,,,,,36,37,,,36,154,,,,,,,36,154,,,36,154,,,,193,186,37,,,,,,,,,,,,36,154,,,,,,201,,,36,156,156,35,156,145,154,,,,74,,,,74,,,,,,,36,156,156,156\r\n37,,,36,35,154,,,,,,,201,,,,,,,,,153,,,,153,,,,,36,37,,,74,,,,,,,,74,,,,74,,,,,197,192,37,,,,,,,,,,153,,38,,,,,,,152,200,200,152,145,145,145,154,,,,75,,,,75,,,,,,,,,36,35,35,156\r\n37,,,36,154,,,,,,,,201,,,,,,,,,,,,,,,,,,36,154,,,,,324,,,,324,,,,324,,,,,,,,,38,,,,,,,,,,,,74,,,,,,,,,,110,110,110,,,,147,146,145,146,146,146,154,,,,,,,,,152,145,35,156\r\n3,59,,201,200,200,200,200,200,200,200,200,201,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,201,,,,,,,,,,,,,,,,,,,,,,,201,,,,,,,,,,,,,,,,,,,,,,110,110,110,,,,,,,,,,,,,,,,,,,,,36,35\r\n37,,,36,155,,,,,,,,201,,,,,,,,,,,153,,,,,,,36,155,,,,,324,,,,324,,,,324,,,,,,,151,144,37,,,,,,,,,,75,,,,,,75,,,,,,110,110,110,,75,,,,,151,155,,,,,,,,,,,151,144,156,156\r\n37,,,36,156,155,,,,,,,201,,,,153,,,,,,,,,,,,,,36,149,,,75,,,,75,,,,,,,,75,,,,,36,156,37,,,,,,,,,,38,,,,,,38,,,,,,110,110,110,,36,144,144,144,334,156,156,155,,,,,,,,,,36,156,156,156\r\n156,155,,36,156,35,155,,,,,,201,,,,,,,,,,,,,,40,,,,38,,,,36,155,,,36,155,,,,,,,36,144,198,144,144,156,156,37,,,,,,,,,,36,155,,,,,36,155,,,,,126,126,126,,36,156,156,37,,36,156,156,155,,,,,,,,,36,156,156,156\r\n35,156,76,145,35,156,156,144,144,144,200,200,156,144,144,144,144,144,144,144,144,144,144,144,144,144,35,144,150,,38,,151,144,35,156,144,144,156,35,144,144,144,144,144,198,145,35,198,156,35,156,156,156,144,144,144,144,144,144,144,144,144,35,35,144,144,144,144,35,156,144,144,144,144,35,156,156,144,35,156,35,35,144,156,156,35,35,144,144,144,144,144,144,144,144,35,35,35,35\r\n156,37,,,152,35,35,35,145,201,,,36,35,35,35,35,35,35,156,35,156,35,156,35,156,35,156,37,,201,,36,35,156,35,156,156,156,156,35,35,35,156,37,,,74,,36,35,35,35,35,156,35,35,156,35,156,35,35,156,156,156,156,35,156,35,35,156,156,156,156,156,35,35,35,156,35,35,156,156,156,35,156,35,156,156,35,35,35,35,35,35,35,35,35,156,35\r\n156,156,150,,,201,145,201,,201,144,144,35,35,35,156,35,35,156,156,156,156,156,156,156,156,156,35,35,144,156,144,156,35,156,156,156,156,156,156,156,156,156,35,37,,,,,36,35,35,156,35,35,35,35,156,35,35,35,156,35,156,35,156,156,35,156,35,156,35,35,35,35,156,156,156,156,156,156,156,35,35,35,156,156,35,35,35,35,35,156,156,156,156,35,35,156,35\r\n156,35,156,144,144,201,,201,144,35,35,35,156,156,35,156,156,35,156,35,156,156,35,35,35,156,156,35,156,156,35,35,35,156,35,156,156,35,156,35,156,35,156,35,156,144,144,144,144,156,35,156,156,35,156,35,156,35,35,156,156,156,35,156,156,156,35,35,156,156,35,156,35,35,35,156,35,156,156,156,156,156,35,156,35,156,156,156,35,156,35,156,35,156,156,156,156,156,35,35\r\n156,156,35,156,156,156,144,156,156,35,35,156,35,35,156,35,156,35,156,35,35,35,156,35,156,35,156,35,35,156,156,156,156,35,35,156,156,35,35,35,35,35,35,156,156,35,35,35,35,35,156,156,156,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,35,156,156,35,156,156,35,35,35,35,156,35,35,35,156,35,35,35,35,156,156,35,35,156,156,35,156,156,35,35,35,35\r\n35,156,156,35,156,35,156,156,156,156,156,35,35,35,156,156,35,35,35,35,156,35,156,35,156,35,35,156,35,156,35,35,156,156,156,156,156,156,156,156,156,35,156,156,156,35,156,156,35,35,35,35,35,156,35,156,35,156,156,35,35,35,35,156,35,35,35,35,35,156,35,156,35,35,35,35,156,156,156,156,35,35,156,35,156,35,35,35,35,35,35,156,156,156,35,35,156,156,35,35\r\n35,156,35,156,35,156,35,35,156,156,156,156,35,156,156,156,35,156,156,156,156,156,35,156,156,156,156,35,35,156,35,35,156,156,156,35,156,35,156,35,35,156,156,35,156,35,35,35,156,156,156,35,35,35,156,35,35,156,156,156,35,156,35,35,156,35,156,156,156,156,156,156,156,156,35,156,156,35,35,35,156,156,35,156,35,156,35,156,35,156,35,156,35,156,35,156,35,156,156,156\r\n156,35,156,156,156,156,35,156,35,35,156,35,156,35,156,156,156,156,156,35,156,156,35,35,156,35,156,156,156,156,35,35,156,156,35,156,156,156,156,35,156,156,156,35,156,35,35,35,35,156,156,156,35,156,35,35,35,35,156,35,35,35,156,156,156,156,156,35,35,35,156,156,156,156,156,35,156,156,156,156,35,156,156,35,156,35,35,156,156,35,35,35,35,35,156,156,156,156,156,156\r\n156,156,156,156,156,156,156,35,35,156,156,35,35,156,156,156,156,156,156,156,35,156,156,156,35,156,156,156,156,156,156,35,156,156,35,156,35,35,156,35,35,35,156,35,156,35,156,35,35,156,156,156,35,156,35,35,156,35,156,156,35,156,156,156,156,156,156,156,156,35,156,35,156,156,156,35,35,35,35,156,156,156,156,35,156,156,35,35,156,35,35,35,35,35,156,156,156,156,156,156\r\n156,35,35,156,35,156,35,35,156,156,35,35,156,35,35,156,156,156,35,156,156,156,35,35,156,156,156,156,156,35,156,35,35,35,156,35,156,156,35,156,156,156,156,35,156,35,35,156,156,35,35,156,156,156,156,156,35,35,156,35,156,35,35,156,156,35,156,35,156,35,156,35,156,35,156,156,35,35,156,156,156,156,156,156,156,35,35,156,35,156,156,35,156,35,156,156,156,35,35,156\r\n145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,23,,,,,,,,23,,,,24,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,23,,,,,,24,,,,,,,,,,23,,,,,23,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,23,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,23,,,,,24,,,,,,,,,,,,23,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;3456 posEnd=130;3456 posCurrent=130;3456 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;3456 posEnd=194;3456 posCurrent=194;3456 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;3456 posEnd=258;3456 posCurrent=258;3456 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;3456 posEnd=386;3456 posCurrent=386;3456 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;3456 posEnd=450;3456 posCurrent=450;3456 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;3456 posEnd=514;3456 posCurrent=514;3456 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;968 posEnd=130;968 posCurrent=130;968 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1412 posEnd=386;1412 posCurrent=386;1412 step=1 time=0 phase=97 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1604 posEnd=514;1604 posCurrent=514;1604 step=1 time=0 phase=97 channel=10 icon=15 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1288 posEnd=194;1288 posCurrent=194;1288 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;964 posEnd=450;964 posCurrent=450;964 step=1 time=0 phase=97 channel=10 icon=15 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1088 posEnd=450;1088 posCurrent=450;1088 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1544 posEnd=194;1544 posCurrent=194;1544 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1728 posEnd=514;1728 posCurrent=514;1728 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1536 posEnd=386;1536 posCurrent=386;1536 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1864 posEnd=130;1864 posCurrent=130;1864 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;6212 posEnd=322;6212 posCurrent=322;6212 step=1 time=0 phase=97 channel=10 icon=126 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=192;5760 posEnd=384;6080 posCurrent=292;5927 step=4 time=24 phase=97 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;5316 posEnd=514;5316 posCurrent=514;5316 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=192;3968 posEnd=128;3968 posCurrent=192;3968 step=1 time=1 phase=97 channel=10 icon=206 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=192;3584 posEnd=192;3584 posCurrent=192;3584 step=1 time=0 phase=97 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=384;3520 posEnd=384;3520 posCurrent=384;3520 step=1 time=0 phase=97 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=448;3776 posEnd=448;3776 posCurrent=448;3776 step=1 time=0 phase=97 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=192;3712 posEnd=192;3712 posCurrent=192;3712 step=1 time=0 phase=97 channel=10 icon=75 \r\nMoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=128;768 posEnd=128;1920 posCurrent=128;1760 step=2 time=93 phase=97 channel=1 icon=75 \r\nMoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=192;768 posEnd=192;1920 posCurrent=192;1760 step=2 time=93 phase=97 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=256;768 posEnd=256;1920 posCurrent=256;1760 step=2 time=93 phase=97 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=384;768 posEnd=384;1920 posCurrent=384;1760 step=2 time=93 phase=97 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=448;768 posEnd=448;1920 posCurrent=448;1760 step=2 time=93 phase=97 channel=1 icon=153 \r\nMoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=512;768 posEnd=512;1920 posCurrent=512;1760 step=2 time=93 phase=97 channel=1 icon=74 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;132 posEnd=322;132 posCurrent=322;132 step=1 time=0 phase=97 channel=10 icon=213 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;136 posEnd=258;136 posCurrent=258;136 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;136 posEnd=386;136 posCurrent=386;136 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;5128 posEnd=258;5128 posCurrent=258;5128 step=1 time=0 phase=97 channel=10 icon=136 \r\n"); + worlds.Add(11, "DescFile: posDecor=0;550 dimDecor=100;100 world=0 music=10 region=0 blupiPos=66;774 blupiDir=2 \r\nDecor: \r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,18,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,50,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,55,,54,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,13,421,13,1,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,55,,57,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,59,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,56,9,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,17,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,59,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,56,9,10,27,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,56,9,10,27,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,54,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,13,,,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,13,,56,9,24,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,13,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,53,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,59,56,9,24,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,15,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,15,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,59,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,58,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,18,57,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,55,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,50,9,1,48,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,55,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,16,58,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,17,,53,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,55,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,50,10,52,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,50,10,52,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,55,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,15,54,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,5,55,,56,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,57,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,25,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,58,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,5,55,,56,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,52,10,50,9,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,10,,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,52,18,,54,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,9,24,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,55,,,9,24,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,53,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,56,16,58,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,422,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,,53,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,15,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,27,8,16,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,55,,56,10,52,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,1,10,52,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,,,56,18,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,16,58,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;708 posEnd=5762;708 posCurrent=5762;708 step=1 time=0 phase=3523 channel=10 icon=35 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;644 posEnd=258;644 posCurrent=258;644 step=1 time=0 phase=3523 channel=10 icon=8 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;836 posEnd=642;836 posCurrent=642;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;836 posEnd=1090;836 posCurrent=1090;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;580 posEnd=5122;580 posCurrent=5122;580 step=1 time=0 phase=3523 channel=10 icon=8 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;836 posEnd=4546;836 posCurrent=4546;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;836 posEnd=4610;836 posCurrent=4610;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;836 posEnd=4674;836 posCurrent=4674;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;836 posEnd=4738;836 posCurrent=4738;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;836 posEnd=4866;836 posCurrent=4866;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;836 posEnd=4802;836 posCurrent=4802;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4480;832 posEnd=4672;704 posCurrent=4506;814 step=4 time=26 phase=3523 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4928;832 posEnd=4736;704 posCurrent=4902;814 step=4 time=26 phase=3523 channel=1 icon=29 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;708 posEnd=4162;708 posCurrent=4162;708 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;708 posEnd=4226;708 posCurrent=4226;708 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;832 posEnd=4162;832 posCurrent=4162;832 step=1 time=0 phase=3523 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;832 posEnd=4226;832 posCurrent=4226;832 step=1 time=0 phase=3523 channel=10 icon=54 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;584 posEnd=4162;584 posCurrent=4162;584 step=1 time=0 phase=3523 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;584 posEnd=4226;584 posCurrent=4226;584 step=1 time=0 phase=3523 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;836 posEnd=3522;836 posCurrent=3522;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;836 posEnd=3778;836 posCurrent=3778;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;836 posEnd=3074;836 posCurrent=3074;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;836 posEnd=3138;836 posCurrent=3138;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;836 posEnd=3202;836 posCurrent=3202;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;836 posEnd=2626;836 posCurrent=2626;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;836 posEnd=2690;836 posCurrent=2690;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;836 posEnd=2754;836 posCurrent=2754;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;836 posEnd=2370;836 posCurrent=2370;836 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;900 posEnd=1858;900 posCurrent=1858;900 step=1 time=0 phase=3523 channel=10 icon=18 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1344;832 posEnd=1344;640 posCurrent=1344;806 step=4 time=26 phase=3523 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1536;832 posEnd=1536;704 posCurrent=1536;832 step=1 time=3 phase=3523 channel=1 icon=29 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;640 posEnd=1730;640 posCurrent=1730;640 step=1 time=0 phase=3523 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;640 posEnd=1794;640 posCurrent=1794;640 step=1 time=0 phase=3523 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;640 posEnd=1858;640 posCurrent=1858;640 step=1 time=0 phase=3523 channel=10 icon=54 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2560;832 posEnd=2816;832 posCurrent=2637;832 step=4 time=28 phase=3523 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3008;832 posEnd=3264;832 posCurrent=3158;832 step=4 time=10 phase=3523 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=3456;832 posEnd=3840;832 posCurrent=3814;832 step=2 time=56 phase=3523 channel=1 icon=29 \r\n"); + worlds.Add(110, "DescFile: posDecor=900;1150 dimDecor=100;100 world=0 music=0 region=0 blupiPos=1218;1542 blupiDir=2 \r\nDecor: \r\n10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,10,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,10,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,10,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,10,,10,,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,178,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,182,10,177,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,,10,182,10,50,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,55,53,,10,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,25,,,,53,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,25,,,,54,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,55,54,,10,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,,10,182,10,174,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,182,10,175,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,176,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(111, "DescFile: posDecor=100;5470 dimDecor=100;100 world=0 music=5 region=0 blupiPos=450;5766 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n14,14,1,7,12,10,10,2,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n8,14,2,5,10,11,10,10,10,10,12,4,9,7,6,13,14,4,9,12,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n13,1,12,14,7,13,6,14,10,3,4,4,9,4,14,14,9,7,13,8,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n3,3,8,4,3,7,9,7,9,2,7,8,7,12,10,2,10,12,5,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n4,14,5,7,1,9,6,5,9,11,11,6,14,3,3,12,14,9,5,4,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,57,10,10,10,10,10,10,,,\r\n8,11,11,4,13,5,12,11,1,6,10,1,12,3,9,6,9,10,10,12,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,10,10,10,10,10,10,,,\r\n11,1,5,3,10,5,8,14,,,,,,,12,8,9,3,1,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,,10,10,10,10,10,10,,,\r\n,,,,,,,,,,,,,,12,12,11,2,3,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,,,10,10,10,10,10,10,,,\r\n1,1,14,5,8,2,1,5,,,,,,,7,9,1,6,2,7,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,57,,73,,5,10,10,,,,,5,10,10,10,10,10,10,,,\r\n3,14,12,1,8,4,14,6,,,,,,,11,7,2,14,6,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,10,,,5,10,,,,5,10,10,10,10,10,10,10,,,\r\n6,11,9,1,2,6,7,8,,,,,,,2,10,5,14,8,13,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,5,10,59,,,10,,,5,10,10,10,10,10,10,10,10,,,\r\n8,9,14,4,12,13,9,14,,,,,,,14,12,7,8,3,7,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,5,10,10,15,,,73,,5,10,10,10,10,10,10,10,10,10,,,\r\n7,13,8,2,6,11,12,9,,,,,,,12,12,1,7,11,3,11,10,3,7,14,1,1,3,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,22,10,10,10,10,10,10,10,10,10,10,10,10,10,,,\r\n8,3,10,6,7,12,6,9,,,,,,,6,7,6,10,4,13,9,2,6,10,8,13,6,7,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,,92,91,10,10,10,10,10,10,10,10,10,10,10,,,\r\n11,12,14,14,5,1,14,10,,,,,,,8,6,11,4,12,14,8,5,10,7,14,5,9,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,10,10,10,10,,92,91,10,10,10,10,10,10,10,10,10,10,10,,,\r\n9,8,14,7,4,9,11,11,,,,,,,5,4,3,4,7,1,10,12,5,5,8,8,14,12,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,53,92,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,,,\r\n,,,13,12,10,3,5,,,,,,,10,4,11,2,4,5,13,3,11,11,3,12,3,4,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,92,91,91,91,91,10,10,10,10,10,10,10,,,,,,,\r\n,,,13,5,9,9,14,,,,,6,8,1,14,10,2,6,14,13,4,,14,10,10,5,12,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,92,91,91,91,91,10,10,10,10,10,10,10,,,,,,,\r\n,,,13,12,1,2,13,,,,,,,,,,,,,,,,8,9,12,10,11,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,54,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,\r\n,,,12,4,2,7,6,7,2,5,3,14,13,13,1,4,7,2,10,10,12,,5,11,11,13,11,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,\r\n,,,12,12,9,12,14,13,5,7,5,9,5,8,,,,,,,,,1,8,9,6,9,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,\r\n,,,14,14,3,14,4,5,12,2,7,1,4,9,,,,,,,,,2,12,11,4,14,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,\r\n,,,,6,6,8,4,1,14,1,8,6,5,10,,,,,,,,,3,10,1,11,11,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,\r\n,,,,,3,9,10,12,6,2,14,8,11,5,,,,,,,,,2,6,3,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,5,8,4,7,4,2,3,9,7,,,,,,,,8,5,8,11,4,10,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,4,6,4,3,14,2,,,,,,,,7,2,5,12,9,11,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,58,,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,1,2,5,13,14,10,,,,,,,,10,8,2,1,14,7,5,12,7,3,5,13,7,3,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,10,11,14,11,1,5,,,,,,,12,14,14,11,5,2,11,10,4,5,10,8,4,14,8,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,5,10,2,3,2,6,,,,,,,6,14,3,12,10,8,6,10,2,14,11,12,1,5,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,4,14,6,8,14,8,,,,,,,13,9,7,1,14,6,9,4,1,14,4,6,3,14,1,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,8,13,6,9,12,14,,,,,,12,3,1,10,9,12,13,12,4,7,7,3,3,12,7,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,5,7,3,3,14,9,,,,,,11,3,8,13,3,12,4,2,13,14,11,7,9,3,8,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,1,1,3,12,2,13,,,,,,1,11,2,4,11,7,1,10,11,5,,12,8,1,12,6,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,6,14,6,10,10,1,,,,,,,,,,,,,,,,,4,14,4,10,13,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,8,12,10,14,3,14,5,2,12,4,8,10,5,12,3,1,1,3,9,8,13,,12,1,11,1,7,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,13,13,9,13,9,1,7,14,5,2,4,5,12,2,2,,,,,,,,4,1,8,10,14,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,18,57,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,3,13,2,3,2,14,5,4,2,2,10,9,12,,,,,,,,5,8,9,13,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,10,14,13,5,5,6,12,7,2,11,,,,,,,,8,1,3,9,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,26,,,56,5,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,1,4,12,7,10,14,5,8,8,5,,,,,,,,6,3,3,6,9,14,13,12,11,14,11,8,2,6,6,9,10,3,13,8,7,4,2,6,9,10,3,12,12,9,4,9,8,,,,,,,,,10,10,10,10,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,13,14,10,12,14,11,6,9,3,4,,,,,,,,11,4,13,1,5,7,12,6,3,7,10,6,3,10,5,7,2,3,9,9,10,4,4,4,9,8,6,11,4,5,1,5,7,,,,,,,,,10,10,10,10,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,13,7,12,5,11,6,,,,,,,,4,14,13,2,5,8,7,3,3,10,13,14,4,14,8,14,14,11,12,6,11,5,11,10,11,12,11,4,13,8,1,6,14,,,,,,,,,10,10,10,26,,,56,5,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,8,13,6,2,3,7,,,,,,,,11,3,5,9,4,4,5,11,14,3,12,1,3,7,10,6,11,4,9,14,12,12,8,3,5,11,12,7,13,5,9,12,7,,,,,,,,,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,13,9,14,2,12,4,,,,,,,,1,3,7,8,14,12,13,13,7,5,5,12,6,10,2,12,11,14,6,13,6,12,3,10,1,11,3,10,7,12,8,13,6,,,,,,,,,10,10,10,10,15,58,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,6,4,5,4,8,7,,,,,,,,6,6,1,5,13,9,13,3,5,3,14,11,1,6,9,14,5,13,3,9,14,13,12,1,8,3,10,9,12,9,12,13,1,,,,,,,,,10,10,10,10,10,10,52,10,10,5,10,10,10,4,10,10,27,10,10,10,10,52,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,13,13,4,5,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,4,10,5,9,3,,,,,,,,,10,10,10,10,10,10,,73,,,,,,,,,,,,,,,92,91,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,12,11,11,4,8,6,4,1,6,5,3,5,4,14,7,10,3,13,13,5,8,2,1,12,10,1,8,9,2,8,1,9,13,5,14,13,5,5,13,13,11,8,13,13,9,10,,,,,,,,,10,10,10,10,10,10,,73,,,,,,,,,,,,,,,92,91,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,8,2,13,2,8,9,7,12,13,2,13,5,6,11,1,5,12,1,4,2,11,5,9,14,1,8,3,10,9,14,12,8,8,11,9,13,9,6,5,6,10,10,12,3,6,14,,,,,,,,,10,10,10,10,10,10,52,10,10,10,27,27,10,10,6,10,10,10,7,10,10,52,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,8,13,1,14,4,2,14,6,2,12,10,8,2,6,5,12,6,7,9,1,1,2,11,14,1,14,13,9,2,6,7,12,6,14,8,13,7,9,3,1,11,7,12,8,13,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,12,2,13,9,9,6,9,3,3,13,5,4,13,12,12,2,8,6,4,9,1,3,12,11,3,5,4,10,9,1,9,5,12,2,12,2,14,7,13,2,5,12,12,2,12,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,92,91,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,13,4,14,11,6,3,3,12,8,1,10,13,12,3,12,11,3,13,3,12,12,12,11,10,7,8,2,3,10,13,1,12,6,8,13,8,10,1,9,6,8,11,13,8,1,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,92,91,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,11,4,3,5,4,6,14,2,3,7,8,11,9,4,5,4,14,4,2,8,6,11,10,8,12,13,11,1,6,13,10,4,7,12,6,9,2,4,4,8,13,7,10,14,13,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,28,,92,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,10,10,10,10,28,,92,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,15,,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,52,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,52,52,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,18,,53,,,6,59,,49,,,,49,,,53,49,,,,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,49,,,49,,,,6,59,,,49,,,,10,10,10,10,10,10,10,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,,49,,,49,,,,49,,,,6,59,,,10,10,10,10,21,,92,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,54,,49,,,6,59,,54,49,,,,49,,,,10,10,10,10,28,,92,91,91,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,52,52,10,10,10,10,10,52,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,16,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,49,,,57,,,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,424,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,49,,,,,,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,92,91,10,10,10,10,10,10,10,10,10,10,10,25,,,,49,,,,,,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,15,54,,49,,58,,54,,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,,,56,17,,,56,17,,,56,17,,,56,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,56,15,,,56,15,,,56,15,,,56,15,,54,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,48,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,48,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,48,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,52,10,10,48,55,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,17,,,10,10,10,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,10,10,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,55,,,10,10,59,53,,53,60,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,56,10,10,,,54,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,,73,73,,,3,52,52,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,56,10,10,,,57,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,55,,,10,10,59,54,,54,60,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,15,,,10,10,10,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,52,10,10,10,10,22,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,10,10,10,10,22,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,49,,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,15,58,,10,,49,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1088;5056 posEnd=1280;5056 posCurrent=1172;5056 step=4 time=17 phase=154 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1472;5056 posEnd=1664;5056 posCurrent=1556;5056 step=4 time=17 phase=154 channel=1 icon=29 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4928 posEnd=1154;4928 posCurrent=1154;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;4928 posEnd=1218;4928 posCurrent=1218;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4928 posEnd=1538;4928 posCurrent=1538;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4928 posEnd=1602;4928 posCurrent=1602;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4928 posEnd=1090;4928 posCurrent=1090;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;3396 posEnd=5826;3396 posCurrent=5826;3396 step=1 time=0 phase=154 channel=10 icon=32 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4928 posEnd=1282;4928 posCurrent=1282;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;4928 posEnd=1474;4928 posCurrent=1474;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4928 posEnd=1666;4928 posCurrent=1666;4928 step=1 time=0 phase=154 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5060 posEnd=1858;5060 posCurrent=1858;5060 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;5060 posEnd=2050;5060 posCurrent=2050;5060 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5060 posEnd=2242;5060 posCurrent=2242;5060 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1856;5120 posEnd=1856;5056 posCurrent=1856;5056 step=3 time=0 phase=154 channel=1 icon=10 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2048;5120 posEnd=2048;5056 posCurrent=2048;5056 step=3 time=0 phase=154 channel=1 icon=10 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2240;5120 posEnd=2240;5056 posCurrent=2240;5056 step=3 time=0 phase=154 channel=1 icon=10 \r\nMoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=2496;4992 posEnd=2688;4992 posCurrent=2644;4992 step=4 time=21 phase=154 channel=10 icon=66 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;6024 posEnd=3586;6024 posCurrent=3586;6024 step=1 time=0 phase=154 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;6024 posEnd=3778;6024 posCurrent=3778;6024 step=1 time=0 phase=154 channel=10 icon=27 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;6020 posEnd=4354;6020 posCurrent=4354;6020 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;6020 posEnd=4418;6020 posCurrent=4418;6020 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;6020 posEnd=4482;6020 posCurrent=4482;6020 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;6020 posEnd=4546;6020 posCurrent=4546;6020 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5636 posEnd=4034;5636 posCurrent=4034;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5636 posEnd=4098;5636 posCurrent=4098;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5636 posEnd=4162;5636 posCurrent=4162;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;5636 posEnd=4226;5636 posCurrent=4226;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5380 posEnd=4162;5380 posCurrent=4162;5380 step=1 time=0 phase=154 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5124 posEnd=4098;5124 posCurrent=4098;5124 step=1 time=0 phase=154 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4868 posEnd=4226;4868 posCurrent=4226;4868 step=1 time=0 phase=154 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;4676 posEnd=4034;4676 posCurrent=4034;4676 step=1 time=0 phase=154 channel=10 icon=7 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5636 posEnd=3970;5636 posCurrent=3970;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5636 posEnd=3906;5636 posCurrent=3906;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5636 posEnd=3842;5636 posCurrent=3842;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5636 posEnd=3778;5636 posCurrent=3778;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;5636 posEnd=3714;5636 posCurrent=3714;5636 step=1 time=0 phase=154 channel=10 icon=68 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;4040 posEnd=4866;4040 posCurrent=4866;4040 step=1 time=0 phase=154 channel=10 icon=191 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3524 posEnd=4930;3524 posCurrent=4930;3524 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3524 posEnd=5122;3524 posCurrent=5122;3524 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3524 posEnd=5506;3524 posCurrent=5506;3524 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3524 posEnd=5314;3524 posCurrent=5314;3524 step=1 time=0 phase=154 channel=10 icon=16 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3144 posEnd=5570;3144 posCurrent=5570;3144 step=1 time=0 phase=154 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;3144 posEnd=5634;3144 posCurrent=5634;3144 step=1 time=0 phase=154 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3144 posEnd=5698;3144 posCurrent=5698;3144 step=1 time=0 phase=154 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;3144 posEnd=5762;3144 posCurrent=5762;3144 step=1 time=0 phase=154 channel=10 icon=27 \r\n"); + worlds.Add(112, "DescFile: posDecor=1500;1750 dimDecor=100;100 world=0 music=6 region=0 blupiPos=1794;2054 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,3,2,5,8,9,6,2,11,8,11,12,13,12,14,7,3,13,3,10,6,9,8,13,2,10,9,7,1,4,13,11,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,12,5,5,12,10,6,10,2,14,11,6,5,2,5,10,10,2,14,7,10,10,7,10,13,14,8,11,25,9,1,11,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,11,1,10,13,14,10,10,13,4,27,13,8,13,9,6,5,5,10,4,7,10,14,9,6,12,10,7,6,12,5,12,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,12,10,5,11,10,10,6,13,18,,2,10,6,1,11,27,27,10,7,2,2,10,14,5,10,11,10,25,9,9,7,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,9,5,11,4,7,13,25,,,,7,4,5,5,4,,,10,9,10,10,7,10,10,5,8,10,14,13,4,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,13,1,6,5,11,2,25,,,,73,73,73,73,73,,,92,91,10,6,2,9,6,13,1,12,7,13,8,8,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,1,14,2,6,8,7,25,,,,11,13,10,4,7,50,5,5,91,13,10,2,4,10,9,2,12,11,10,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,7,13,4,2,14,5,12,13,16,,2,9,4,4,13,,,92,91,11,13,11,6,14,10,10,4,5,7,14,13,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,11,2,14,6,10,11,10,7,13,50,12,14,7,10,7,,,10,6,4,13,11,8,9,6,10,2,4,5,14,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,6,9,1,12,4,10,,25,,,,13,11,9,13,,,10,9,9,7,9,10,10,1,14,7,10,10,13,14,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,3,13,4,1,8,8,7,6,13,50,7,12,13,10,13,,,8,13,10,8,10,9,14,9,10,12,5,10,4,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,3,10,8,6,12,8,,25,,,,14,8,7,12,,,9,13,13,10,11,14,10,2,4,11,4,1,2,1,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,6,7,8,1,7,11,6,4,13,50,11,2,8,6,5,,,10,10,7,6,2,13,11,14,1,14,12,2,10,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,14,10,1,14,14,13,,25,,,,10,11,9,5,,,13,2,8,13,10,8,13,2,9,1,11,13,7,11,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,2,13,6,6,10,14,6,10,13,50,12,4,12,12,4,,,,,92,12,2,2,7,9,2,7,11,12,8,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,11,7,14,2,10,12,8,13,18,,2,12,4,6,14,,,,,10,11,52,10,52,10,10,2,5,5,14,13,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,1,10,10,11,2,8,,,,,6,8,8,10,4,15,,,,,,,,,13,8,4,10,4,7,11,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,3,6,2,7,9,11,,,2,7,10,10,10,7,10,5,16,,,,,16,,,9,4,2,13,13,11,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,13,4,11,5,12,10,,,92,91,2,6,11,8,10,7,10,59,,,,10,15,,4,14,12,8,4,14,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,12,7,2,2,10,10,10,10,8,91,10,7,13,13,9,9,25,,,,,11,10,52,10,14,10,8,12,7,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,11,10,13,14,10,12,,,92,91,8,11,4,10,5,6,25,,,,,,17,,10,13,10,4,11,6,6,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,12,5,7,7,10,12,,,3,11,10,27,13,6,5,12,10,59,,,,,,,14,6,9,6,6,4,7,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,3,12,10,6,13,5,,60,18,,,,5,14,8,6,18,,,56,13,15,,,14,7,14,10,2,13,13,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,11,10,11,5,10,10,,,,,,,,,,,,,,,92,10,,,92,91,11,12,13,10,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,7,8,7,9,10,13,,,,,,,,,9,1,6,7,5,11,10,10,10,27,10,91,11,8,13,4,2,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,8,1,3,4,14,10,16,,,,11,15,,56,3,10,8,13,10,10,25,53,,,92,91,12,10,14,2,7,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,10,3,10,11,13,2,5,,,,10,25,,,92,10,13,2,10,2,25,,10,27,7,13,11,4,14,10,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,8,4,13,5,14,14,6,,,,13,25,,,92,91,91,91,2,10,25,54,,,10,10,11,10,5,5,11,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,7,14,13,10,8,12,5,,,,10,25,,,92,7,11,91,6,4,10,10,10,,2,2,11,6,6,9,10,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,1,12,13,5,4,10,2,,,,11,17,,56,5,11,10,91,13,27,17,53,,,4,13,13,6,10,1,6,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,8,14,9,1,9,8,11,,,,,,,,9,,92,91,9,,,,10,27,1,10,6,11,14,10,12,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,7,13,12,4,11,12,13,15,,,,,,,4,,10,7,5,,15,,,,10,10,9,4,11,9,7,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,12,14,10,10,4,10,14,4,5,8,7,13,10,13,7,59,,,,,25,,,,,10,6,4,14,12,9,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,8,14,8,14,4,7,14,10,6,13,14,10,10,9,11,,10,7,12,27,25,,,,,6,10,9,12,10,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,9,4,8,1,12,12,2,6,1,2,10,10,7,4,6,,92,4,11,10,18,,,4,5,9,10,10,10,7,2,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,11,1,12,2,10,5,2,8,2,2,10,4,4,12,11,10,7,10,10,304,305,305,305,48,4,10,10,5,4,13,14,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,10,9,14,2,6,13,8,8,2,6,10,10,7,13,12,14,10,11,6,10,,,,12,10,7,10,9,1,14,11,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,13,9,10,5,10,7,4,14,6,4,6,5,10,13,5,4,10,12,10,1,,,378,10,2,11,5,7,6,2,10,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,10,12,9,9,8,14,12,10,5,14,9,8,12,11,10,10,2,10,10,18,,,56,14,11,8,13,6,7,13,11,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,11,8,4,6,14,13,8,4,12,6,6,6,10,10,6,9,4,11,10,10,13,14,9,5,7,9,17,,,,378,6,4,2,12,4,7,9,14,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,10,10,6,10,6,12,4,2,12,5,11,13,11,13,6,10,10,12,5,9,10,,12,8,13,18,,,,,,10,10,10,10,1,10,9,12,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,4,12,10,1,14,10,5,10,14,4,10,1,13,8,5,14,8,14,10,11,8,,2,11,17,,,,,10,24,8,14,11,12,5,4,6,2,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,6,3,7,12,14,4,10,12,9,7,9,11,6,2,11,12,8,10,9,73,73,,10,9,,,,10,24,5,10,11,14,12,14,5,7,14,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,3,12,7,2,7,2,13,10,6,4,10,13,4,1,11,14,12,10,13,22,9,9,7,9,422,10,24,4,4,9,6,10,7,7,4,4,13,10,12,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,9,3,10,13,1,9,7,6,14,10,12,14,4,8,6,13,7,10,4,22,9,9,2,9,,,,8,10,14,14,5,10,4,7,11,13,12,6,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,11,9,8,4,14,7,7,5,5,12,10,5,11,8,8,10,14,2,10,22,9,9,4,9,,,56,5,13,6,9,7,11,10,14,9,14,1,14,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,14,10,11,10,10,10,13,2,17,,73,,7,10,5,5,6,9,17,,60,10,10,9,50,10,27,2,5,14,5,9,5,7,1,14,10,1,13,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,2,14,10,5,5,12,4,18,,60,10,55,,,,,,51,,,,,,17,,10,13,11,10,14,2,1,12,10,14,6,10,2,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,8,3,5,9,10,13,5,15,,60,10,55,,,,,,51,,,,,,,60,10,8,10,12,8,10,6,4,9,8,9,12,5,6,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,8,8,13,11,1,10,12,8,16,,73,,13,10,12,4,13,13,4,7,3,4,12,15,,10,11,14,11,13,2,10,8,10,4,10,7,13,4,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,13,13,6,8,10,8,7,4,14,12,12,8,5,13,10,7,12,8,4,13,10,4,8,5,50,11,12,2,2,7,10,10,5,13,7,1,8,2,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,1,10,13,9,12,7,8,10,11,11,9,4,13,4,7,5,10,8,12,2,6,13,14,8,4,4,13,10,7,11,11,14,1,14,10,9,6,9,11,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,2,6,1,5,10,11,11,8,5,4,7,14,11,11,13,13,8,14,10,10,5,4,2,11,11,12,6,5,7,9,7,11,11,11,7,9,10,6,1,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,3,12,8,6,6,11,10,1,7,8,8,5,12,12,2,13,7,10,6,1,12,6,4,7,7,7,10,1,10,5,4,13,9,11,9,5,6,1,4,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,13,8,9,9,10,7,7,6,10,10,12,11,2,14,13,1,11,8,2,7,10,9,6,10,9,1,14,11,11,2,14,2,6,4,2,10,14,5,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,2,2,2,8,9,2,11,10,6,11,9,11,4,4,14,8,10,11,12,9,8,1,1,4,11,10,1,4,4,9,8,12,10,10,10,7,9,5,3,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,10,10,8,11,4,14,4,11,12,10,13,2,1,10,4,8,14,10,7,14,9,10,12,5,4,7,4,9,4,10,13,7,2,12,14,9,14,14,13,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,3,3,3,2,9,12,13,1,8,2,11,13,10,10,5,2,11,14,5,6,7,4,7,6,14,7,9,10,4,13,1,14,1,10,9,6,11,5,1,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1220 posEnd=578;1220 posCurrent=578;1220 step=1 time=0 phase=40 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1220 posEnd=706;1220 posCurrent=706;1220 step=1 time=0 phase=40 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1220 posEnd=834;1220 posCurrent=834;1220 step=1 time=0 phase=40 channel=10 icon=13 \r\nMoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=1216;1856 posEnd=1088;1856 posCurrent=1176;1856 step=2 time=19 phase=40 channel=10 icon=67 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1604 posEnd=834;1604 posCurrent=834;1604 step=1 time=0 phase=40 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1604 posEnd=770;1604 posCurrent=770;1604 step=1 time=0 phase=40 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1604 posEnd=706;1604 posCurrent=706;1604 step=1 time=0 phase=40 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1604 posEnd=642;1604 posCurrent=642;1604 step=1 time=0 phase=40 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1156 posEnd=322;1156 posCurrent=322;1156 step=1 time=0 phase=40 channel=10 icon=9 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=576;1280 posEnd=576;1216 posCurrent=576;1260 step=4 time=7 phase=40 channel=1 icon=23 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=704;1280 posEnd=704;1216 posCurrent=704;1260 step=4 time=7 phase=40 channel=1 icon=23 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=832;1280 posEnd=832;1216 posCurrent=832;1260 step=4 time=7 phase=40 channel=1 icon=23 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;644 posEnd=3010;644 posCurrent=3010;644 step=1 time=0 phase=40 channel=10 icon=34 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1156 posEnd=1730;1156 posCurrent=1730;1156 step=1 time=0 phase=40 channel=10 icon=9 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1732 posEnd=2818;1732 posCurrent=2818;1732 step=1 time=0 phase=40 channel=10 icon=13 \r\nMoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=3008;1408 posEnd=3008;832 posCurrent=3008;1024 step=2 time=36 phase=40 channel=1 icon=15 \r\nMoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=3072;1408 posEnd=3072;832 posCurrent=3072;1024 step=2 time=36 phase=40 channel=1 icon=18 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1416 posEnd=2562;1416 posCurrent=2562;1416 step=1 time=0 phase=40 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1160 posEnd=258;1160 posCurrent=258;1160 step=1 time=0 phase=40 channel=10 icon=22 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1604 posEnd=578;1604 posCurrent=578;1604 step=1 time=0 phase=40 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1604 posEnd=514;1604 posCurrent=514;1604 step=1 time=0 phase=40 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1160 posEnd=194;1160 posCurrent=194;1160 step=1 time=0 phase=40 channel=10 icon=22 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1156 posEnd=1602;1156 posCurrent=1602;1156 step=1 time=0 phase=40 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1156 posEnd=1858;1156 posCurrent=1858;1156 step=1 time=0 phase=40 channel=10 icon=13 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1416 posEnd=2626;1416 posCurrent=2626;1416 step=1 time=0 phase=40 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1416 posEnd=2690;1416 posCurrent=2690;1416 step=1 time=0 phase=40 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1608 posEnd=258;1608 posCurrent=258;1608 step=1 time=0 phase=40 channel=10 icon=22 \r\n"); + worlds.Add(113, "DescFile: posDecor=0;850 dimDecor=100;100 world=0 music=7 region=26 blupiPos=66;1158 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,4,4,4,4,4,4,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,25,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,25,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,25,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,,54,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,4,52,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,25,202,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,304,305,305,305,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,25,202,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,25,202,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,5,5,138,,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,4,4,4,4,4,5,5,4,52,4,4,4,4,4,4,4,4,,,,,4,7,10,1,14,12,2,9,7,10,12,7,12,6,12,12,14,11,7,2,13,13,4,14,10,11,4,6,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,6,9,5,6,4,4,4,4,4,4,4,5,138,53,,4,4,4,4,4,4,4,4,,,,,10,11,12,6,8,1,10,6,2,11,7,4,10,7,13,1,11,6,1,6,10,13,8,5,1,12,11,8,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,5,12,13,6,5,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,4,14,6,1,13,10,5,9,2,1,13,14,7,7,11,9,10,14,13,10,10,10,14,5,12,12,14,12,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,13,4,2,14,4,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,12,13,1,1,2,5,8,11,7,11,4,4,8,11,5,2,1,10,9,5,10,10,8,14,6,8,11,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,12,6,4,13,4,4,4,4,4,4,4,25,202,,,,68,4,4,4,4,4,4,,,,,9,4,7,9,10,1,11,10,2,10,8,1,13,1,1,5,2,5,13,12,13,8,13,1,13,13,8,7,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,5,6,5,11,4,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,11,14,12,9,2,14,1,5,10,12,9,10,7,7,5,10,12,8,5,5,11,13,9,10,5,2,9,6,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,1,4,8,14,4,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,8,13,5,4,7,8,9,7,11,6,8,9,14,8,10,1,4,8,8,14,2,10,4,2,7,11,5,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,10,5,11,6,4,4,4,4,4,4,4,5,138,54,,4,4,4,4,4,4,4,4,,,,,11,4,5,8,9,6,5,1,10,8,14,9,11,10,11,5,4,13,12,6,1,13,10,12,10,8,10,5,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,4,4,10,6,4,4,4,4,138,202,,5,5,4,52,4,4,4,4,4,4,4,4,,,,,8,2,5,6,4,6,13,13,9,9,9,9,4,2,8,12,10,10,6,14,10,7,13,7,11,10,14,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,8,10,4,4,4,5,6,8,138,10,,202,,57,,4,4,4,4,4,4,4,4,,,,,7,9,4,4,4,5,1,14,9,10,11,6,13,13,12,4,4,13,6,11,6,12,2,13,5,11,2,9,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,9,10,9,13,4,10,11,138,202,202,,202,,,,3,4,4,4,4,4,4,4,,,,,5,4,4,10,4,4,8,13,10,7,11,10,10,2,2,4,13,10,5,12,10,6,2,4,11,10,11,10,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,12,14,11,7,5,4,10,138,202,202,,202,,,,4,4,4,5,1,2,6,12,13,10,9,11,6,4,1,9,4,4,4,5,11,9,12,7,11,2,4,4,4,7,12,5,10,10,1,5,10,9,6,7,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,10,7,7,1,9,11,10,138,2,4,15,202,,,,4,4,4,7,12,2,9,9,13,8,4,4,11,14,13,13,5,6,4,1,10,9,13,4,4,8,10,14,4,4,4,1,8,1,2,13,5,6,10,8,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,5,9,4,14,12,7,12,138,,10,4,10,55,,,4,4,4,14,1,8,13,2,12,10,6,4,4,9,2,4,12,11,11,11,2,2,14,4,9,7,5,2,4,4,8,12,1,4,7,8,4,11,9,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,12,9,10,14,8,13,13,1,138,,4,12,8,16,,,4,4,4,13,12,12,2,8,4,4,4,4,9,9,7,6,5,8,10,11,13,1,12,4,5,7,9,11,12,11,10,9,4,9,2,4,4,14,7,9,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,4,5,14,4,10,2,5,4,4,50,5,9,4,10,15,,4,4,4,4,8,1,4,4,4,4,14,1,6,12,8,4,13,10,8,4,5,5,10,13,5,10,14,2,2,7,4,2,4,11,2,12,2,11,10,14,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,2,13,5,11,14,10,304,305,305,305,4,7,12,10,5,52,4,4,4,9,12,4,7,4,4,4,10,7,7,14,4,1,14,5,11,5,11,14,5,12,6,11,5,2,2,7,11,8,11,5,1,11,8,5,6,9,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,1,14,2,14,12,8,5,12,11,,202,202,202,68,2,,4,4,4,4,8,7,2,11,4,5,2,,,,,12,12,2,12,6,7,13,9,7,6,12,6,7,11,4,10,2,14,2,10,5,1,10,6,13,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,7,6,12,9,12,14,8,1,10,10,10,10,138,68,5,,,,4,8,6,11,7,8,8,6,12,304,305,305,305,10,6,10,17,,92,4,13,10,2,4,2,6,8,7,7,9,1,2,5,14,4,4,14,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,4,11,13,5,4,11,11,6,7,9,10,10,138,68,10,8,13,52,4,10,5,7,9,4,7,5,6,,,,,18,,53,,,92,91,91,91,91,91,91,91,91,11,10,2,2,8,14,4,2,10,10,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,13,4,4,4,10,4,7,4,5,7,10,10,138,10,4,4,4,52,4,11,9,4,14,13,7,4,4,,,,,,,,,,92,10,2,10,1,10,7,5,91,12,8,11,13,5,13,6,8,4,2,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,6,13,10,2,6,10,9,4,8,7,10,10,138,57,,,,,92,6,11,13,6,10,2,11,17,,,202,,,,,,,10,10,10,2,7,5,4,8,91,5,11,12,8,14,14,7,13,12,6,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,14,4,4,4,4,7,13,4,13,6,10,10,138,,,,,,92,7,4,12,14,4,7,11,,,,10,15,,54,,58,,14,2,14,7,7,4,,92,91,7,4,9,10,4,5,1,4,13,5,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,11,4,14,10,5,13,10,2,10,3,138,,,,,,92,7,4,4,6,4,11,11,59,,,10,2,11,2,5,11,2,13,11,14,14,13,8,52,1,4,1,5,4,7,2,4,13,1,2,10,1,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,2,13,1,4,8,4,11,52,10,10,10,10,138,,,,,,92,4,7,14,12,8,8,11,,,,10,129,,11,4,4,55,,,,,,,,,8,14,9,11,5,1,10,14,13,10,4,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,9,14,9,4,12,8,11,,202,202,202,202,202,,,,,,92,9,11,5,8,12,10,4,15,,,202,114,,9,4,9,52,11,6,4,8,1,2,4,10,6,7,14,14,10,11,5,13,4,6,2,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,1,10,4,4,1,9,10,52,10,10,10,10,138,,,,,,92,8,10,4,14,6,5,5,8,,,202,114,,2,9,9,,57,,49,,10,10,4,4,11,8,11,5,10,8,5,12,10,14,4,14,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,8,11,4,11,1,2,5,6,5,2,10,10,138,,,,,,92,2,9,12,14,11,12,7,5,,,202,114,,7,7,14,,,,4,50,4,10,11,6,1,6,12,4,4,4,10,8,2,11,10,4,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,5,9,4,4,12,8,12,9,4,2,10,10,138,,,,,,92,14,5,2,5,8,4,13,14,4,2,9,114,,4,5,2,,,,,,,,5,8,6,11,11,4,4,10,9,12,14,13,11,7,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,7,7,4,6,6,11,1,10,5,1,10,10,28,,,,,,92,13,13,9,12,9,13,5,8,1,4,138,114,,12,14,9,,202,,,,,,,8,10,2,14,4,4,4,4,9,4,13,2,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,13,10,8,4,1,8,4,10,13,1,5,10,10,,,,,,92,12,10,1,2,14,4,11,9,1,9,138,114,,9,11,12,10,138,,,,,,,1,7,4,4,5,2,2,1,6,13,5,6,14,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,6,13,11,4,11,12,11,9,12,12,10,10,,,,,,92,8,5,10,14,2,7,12,13,13,12,138,114,,8,5,6,,202,,,,,,,10,9,4,4,4,4,7,7,1,4,12,14,6,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,12,10,7,1,11,1,8,11,7,10,11,4,6,52,16,,,13,1,10,7,11,9,11,4,12,8,14,2,138,114,,10,7,1,10,138,,,,,,,92,11,13,6,4,4,4,12,9,11,5,11,14,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,14,7,2,6,10,5,11,5,11,10,12,4,10,55,1,27,27,1,4,2,,202,,10,,202,,14,11,8,114,,8,11,11,,202,,,,,,,92,13,11,13,4,4,14,8,7,9,2,6,1,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,2,8,8,11,6,5,12,56,9,6,12,6,9,,,10,,202,,10,50,14,18,,114,,92,91,13,,,,60,10,10,10,52,10,5,4,4,4,1,1,8,9,8,1,5,13,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,2,1,9,4,12,14,1,52,4,7,11,17,,60,10,10,1,4,10,17,56,11,,,114,,92,91,4,,202,,,,,,,92,13,8,7,2,10,6,4,9,13,5,11,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,6,11,8,10,9,8,4,,202,202,5,,,,,,,,,,,,,,114,,92,91,6,10,138,,,,,,,92,7,4,4,4,4,10,4,11,11,8,6,4,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,6,13,8,12,5,11,10,7,138,9,,56,9,16,,,13,9,,56,10,,,114,,92,91,1,,202,,,,,,,92,11,4,10,4,8,6,4,13,2,5,14,6,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,5,1,11,9,12,10,6,12,8,138,5,,,92,8,15,,10,10,,,10,15,,114,,92,91,8,10,138,,,,,,,92,6,4,13,2,13,13,7,5,1,2,7,9,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,4,7,12,12,4,6,14,4,13,138,14,13,4,92,14,6,4,7,12,50,50,10,5,10,2,12,10,91,14,,202,,,,,,,92,8,4,5,11,11,11,7,8,3,13,1,13,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,12,10,8,8,8,10,2,14,11,138,202,202,202,92,4,10,10,304,305,305,305,13,11,8,4,12,2,91,4,,,,,,,,,92,4,8,1,10,9,2,4,2,12,3,7,5,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,13,11,8,8,6,13,2,5,13,6,5,4,9,10,4,10,8,7,8,16,,92,91,91,91,91,91,91,4,,,,,,,,,92,10,13,11,13,2,10,7,9,6,1,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,14,14,10,13,13,7,10,11,9,13,4,10,1,11,14,10,12,1,6,1,2,14,14,1,4,12,9,4,2,,,,16,,,,,92,4,2,5,1,11,10,5,11,2,7,4,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,11,7,8,1,10,6,7,7,12,2,13,12,12,13,1,6,5,8,7,12,13,9,4,9,9,6,5,13,10,,,,10,10,27,27,10,10,10,7,10,14,1,5,5,5,7,6,11,10,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,12,5,7,13,5,4,9,14,1,10,4,13,11,9,12,8,4,13,12,4,4,13,11,9,1,7,10,,,,10,4,10,10,4,9,6,13,14,6,2,14,6,9,7,5,14,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,5,4,10,11,12,5,13,4,6,6,14,1,10,13,14,6,12,12,6,7,13,13,8,12,13,2,8,55,,,7,6,13,13,1,7,1,5,11,7,10,11,8,5,3,14,4,7,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,4,4,4,4,4,4,4,4,4,4,4,8,13,5,9,4,1,4,2,12,9,7,6,7,10,10,304,305,305,305,5,1,2,13,9,12,11,10,10,1,2,11,4,1,5,11,5,7,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,4,4,4,4,4,4,4,4,4,4,4,4,14,14,10,1,11,2,4,8,8,12,12,12,9,6,10,55,,,11,6,14,12,8,11,11,9,14,5,10,10,11,11,11,13,3,13,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,7,7,14,5,11,9,12,1,13,12,9,1,9,4,14,10,,,,5,1,4,13,2,1,12,5,6,1,12,9,3,6,2,11,5,9,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,54,,54,25,,,,,,,,,,,,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,11,11,50,11,11,11,,,,,,,,,,,10,3,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,,57,,57,,11,,,,,,,,,,,10,13,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,11,59,,,,60,11,55,,,,,,,,,,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,,,,,,11,,,,,,,,,,,10,9,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,11,59,,,,60,11,55,,,,,,,,,,10,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,,58,,58,,11,,,,,,,,,,,10,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,11,11,27,11,11,11,,,,,,,,,,,10,3,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,53,,53,25,,,,,,,,,,,,10,1,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,8,6,14,7,10,13,8,2,11,,,,4,5,11,12,14,13,7,11,4,14,4,13,1,2,5,7,1,13,14,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,12,5,4,4,1,4,1,5,,,,14,10,4,4,4,7,4,9,13,7,12,9,1,13,12,5,13,14,10,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14,4,4,14,6,8,10,1,10,4,,,,8,8,10,6,12,8,10,8,4,5,4,8,4,6,6,4,12,9,7,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,12,1,12,12,10,1,11,5,4,,,,1,6,7,4,4,4,4,4,10,2,4,12,2,13,8,5,12,2,6,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,6,9,2,9,12,4,7,1,1,13,10,9,4,1,4,4,12,6,4,4,12,5,6,6,9,12,12,14,10,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,13,12,9,11,12,9,1,12,11,14,1,9,10,7,9,11,4,4,12,10,4,8,4,5,9,9,12,9,10,12,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,14,7,12,11,5,14,14,10,4,12,6,7,4,2,7,12,9,8,6,11,7,4,4,6,6,10,4,7,4,8,14,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,6,13,14,12,4,6,12,13,8,9,1,6,4,4,8,8,4,1,1,5,13,4,1,9,5,4,2,2,6,4,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,6,8,9,1,7,4,6,13,6,14,2,10,11,2,5,7,4,4,4,1,12,13,12,9,4,1,3,2,8,12,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,6,2,8,9,9,8,11,2,12,10,1,7,6,2,2,4,4,8,13,12,4,6,8,9,8,12,14,12,7,8,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13,8,9,8,13,2,1,13,12,13,10,7,11,12,12,6,4,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,6,8,10,9,8,3,10,7,3,5,5,6,5,4,2,14,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;900 posEnd=2498;900 posCurrent=2498;900 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3076 posEnd=3202;3076 posCurrent=3202;3076 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2116 posEnd=3138;2116 posCurrent=3138;2116 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;3012 posEnd=3522;3012 posCurrent=3522;3012 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2496 posEnd=5058;2496 posCurrent=5058;2496 step=1 time=0 phase=4290 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2756 posEnd=5058;2756 posCurrent=5058;2756 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2756 posEnd=4930;2756 posCurrent=4930;2756 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2756 posEnd=5186;2756 posCurrent=5186;2756 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2496 posEnd=4930;2496 posCurrent=4930;2496 step=1 time=0 phase=4290 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2496 posEnd=5186;2496 posCurrent=5186;2496 step=1 time=0 phase=4290 channel=10 icon=50 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3008;2560 posEnd=3008;2304 posCurrent=3008;2464 step=2 time=15 phase=4290 channel=1 icon=29 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1152 posEnd=1730;1152 posCurrent=1730;1152 step=1 time=0 phase=4290 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1152 posEnd=2114;1152 posCurrent=2114;1152 step=1 time=0 phase=4290 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;2692 posEnd=4482;2692 posCurrent=4482;2692 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=44 timeStopStart=2 timeStopEnd=2 posStart=4160;2752 posEnd=4288;2752 posCurrent=4275;2752 step=2 time=9 phase=4290 channel=1 icon=29 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;2692 posEnd=4738;2692 posCurrent=4738;2692 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;2308 posEnd=3586;2308 posCurrent=3586;2308 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2308 posEnd=3266;2308 posCurrent=3266;2308 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;1736 posEnd=4034;1736 posCurrent=4034;1736 step=1 time=0 phase=4290 channel=10 icon=21 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2752;1280 posEnd=2752;1280 posCurrent=2752;1280 step=1 time=0 phase=4290 channel=1 icon=32 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=256;1216 posEnd=320;1216 posCurrent=256;1216 step=1 time=0 phase=4290 channel=1 icon=23 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=44 timeStopStart=2 timeStopEnd=2 posStart=512;1216 posEnd=640;1216 posCurrent=627;1216 step=2 time=9 phase=4290 channel=1 icon=23 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=960;1344 posEnd=1088;1344 posCurrent=981;1344 step=2 time=2 phase=4290 channel=1 icon=23 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=1408;1344 posEnd=1472;1344 posCurrent=1408;1344 step=1 time=0 phase=4290 channel=1 icon=23 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;1092 posEnd=66;1092 posCurrent=66;1092 step=1 time=0 phase=4290 channel=10 icon=34 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=3136;1216 posEnd=3648;1216 posCurrent=3436;1216 step=2 time=47 phase=4290 channel=1 icon=29 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=3072;1472 posEnd=3264;1472 posCurrent=3213;1472 step=4 time=12 phase=4290 channel=10 icon=82 \r\nMoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=4992;2624 posEnd=4928;2624 posCurrent=4951;2624 step=4 time=8 phase=4290 channel=1 icon=11 \r\nMoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=5120;2624 posEnd=5184;2624 posCurrent=5161;2624 step=4 time=8 phase=4290 channel=1 icon=11 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2628 posEnd=5058;2628 posCurrent=5058;2628 step=1 time=0 phase=4290 channel=10 icon=1 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;776 posEnd=3202;776 posCurrent=3202;776 step=1 time=0 phase=4290 channel=10 icon=21 \r\nMoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=5056;2560 posEnd=5056;2496 posCurrent=5056;2519 step=4 time=8 phase=4290 channel=1 icon=11 \r\nMoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=5056;2688 posEnd=5056;2752 posCurrent=5056;2729 step=4 time=8 phase=4290 channel=1 icon=11 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=3200;2624 posEnd=3200;3072 posCurrent=3200;2976 step=4 time=9 phase=4290 channel=1 icon=29 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2308 posEnd=3650;2308 posCurrent=3650;2308 step=1 time=0 phase=4290 channel=10 icon=14 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;776 posEnd=3330;776 posCurrent=3330;776 step=1 time=0 phase=4290 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;1736 posEnd=4098;1736 posCurrent=4098;1736 step=1 time=0 phase=4290 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2248 posEnd=2754;2248 posCurrent=2754;2248 step=1 time=0 phase=4290 channel=10 icon=21 \r\n"); + worlds.Add(114, "DescFile: posDecor=150;0 dimDecor=100;100 world=0 music=8 region=18 blupiPos=386;326 blupiDir=2 \r\nDecor: \r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,4,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,4,,,202,,202,,53,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,5,10,10,,202,,202,,202,54,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,4,10,10,10,334,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,9,18,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,1,,,,10,10,10,10,10,10,,10,10,4,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,138,10,10,10,10,10,10,10,10,,11,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,202,,,,,,202,68,10,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n5,138,,,,,,,,202,68,10,50,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,138,,,,,,,,202,68,6,138,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,138,10,10,10,10,10,10,22,10,68,10,138,,11,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,138,202,202,,,202,202,202,202,68,8,138,,2,10,10,6,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,10,4,138,,,,,,,68,10,138,,10,10,10,10,6,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,2,10,138,,,,,,202,68,10,50,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,10,9,138,,,202,202,202,202,68,8,,10,10,10,10,10,10,10,7,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,1,4,138,,,10,10,10,10,10,6,50,4,10,4,10,10,10,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,138,,,202,,,10,,,,10,10,10,7,7,10,10,7,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,1,10,138,,,202,,60,3,59,10,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,4,9,10,2,10,10,10,336,10,10,10,11,10,1,129,129,129,129,129,10,10,10,10,10,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,2,10,10,10,,,49,,,,,49,114,114,114,114,114,10,8,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,12,,10,10,10,10,10,10,10,10,10,10,10,114,114,114,114,114,10,7,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,129,10,,10,10,12,10,10,10,6,10,10,10,10,114,114,114,114,114,10,4,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n12,114,49,,10,2,10,10,12,10,10,10,2,4,10,114,114,114,114,114,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,,,,10,10,10,10,10,10,10,10,10,114,114,114,114,114,10,7,10,10,10,13,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,12,118,118,118,118,118,132,10,6,10,4,10,10,114,114,114,10,10,10,10,10,10,10,12,10,13,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,59,,,56,10,10,10,10,10,10,10,10,114,114,114,49,,,,49,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,118,118,118,118,118,132,10,12,10,10,10,10,10,10,10,10,2,10,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,59,,,56,10,10,10,,,,,49,,10,10,2,10,10,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,118,118,118,118,118,132,10,,,,,10,,,10,10,10,10,10,3,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,17,53,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,59,,,56,10,10,10,304,305,305,305,48,,,,10,10,12,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n11,114,11,118,118,118,118,118,132,10,,,,10,10,15,,,,10,10,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,,58,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,59,,,56,10,10,17,,56,10,10,10,10,304,305,305,305,48,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,,73,,4,27,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,,,,,,17,,,10,10,12,10,10,10,15,,,,10,10,,10,12,10,10,13,10,10,10,10,10,10,10,10,10,,10,,53,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,10,10,10,15,,,,10,10,10,10,10,10,10,10,15,,,,10,334,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,11,10,10,10,10,10,10,10,10,12,10,10,10,10,12,10,15,,,49,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,15,58,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,10,10,10,10,10,10,10,10,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,432,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,114,49,,,,,,,,,,,,49,,10,10,10,10,10,10,2,10,10,10,10,,57,,,,53,,57,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,11,10,,10,10,10,10,2,2,10,10,10,10,10,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,53,,10,,,,,,49,,49,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,,10,,,,,,10,10,10,,,10,10,10,10,10,10,10,10,10,27,27,17,,,,54,,,,54,,58,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,54,,10,304,305,305,305,305,48,9,10,52,10,10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,10,10,432,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,22,10,9,10,10,10,59,,10,10,10,8,,10,10,10,10,10,10,10,10,10,10,,,,,56,10,91,91,91,91,91,91,10,53,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,56,10,59,,,,,10,10,10,10,,10,,,,10,10,10,10,10,10,,,,,60,10,91,10,10,10,10,10,10,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,,,,,,10,22,10,10,10,10,,10,,,,53,10,10,10,10,10,,,,,,10,91,10,,53,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,,,,10,10,10,,10,11,10,10,52,10,52,10,138,,68,10,10,10,10,,,,,56,10,91,10,59,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,,10,1,10,10,,10,10,8,10,,,,10,138,,68,10,10,10,10,,16,,,,10,91,10,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,,10,10,10,10,52,10,10,10,10,10,10,10,10,138,,68,10,10,10,10,27,10,59,,22,10,91,10,55,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,1,10,10,54,,,10,10,10,10,10,17,,54,10,10,10,10,10,,25,,,,92,91,10,59,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,11,10,10,2,10,10,,,10,10,10,10,17,,,10,10,10,10,10,10,27,10,59,,22,10,91,10,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,53,,,10,10,10,17,,,10,10,10,10,10,10,10,,17,,,,10,91,10,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,52,10,10,10,10,10,,,10,10,10,10,10,10,10,10,,,,,56,10,91,10,55,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,54,,,10,10,10,,10,10,10,10,10,10,10,10,10,,,,,56,10,91,10,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,1,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,10,91,10,59,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,304,305,305,305,10,,,10,10,10,10,10,10,10,10,10,,,,,60,10,91,10,59,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,58,,10,10,,,10,10,10,10,10,10,10,10,10,,15,,,,10,91,10,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,335,10,10,,,10,10,10,10,10,10,10,10,10,27,10,59,,10,10,91,10,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,57,,,10,10,10,10,10,10,10,10,10,,25,,,,92,91,10,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,10,10,27,10,59,,10,10,91,10,59,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,,17,,,,10,91,10,55,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,,,,,60,10,91,10,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,17,,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,,,,,56,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,,,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,27,27,16,,,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,18,,,,,,,,,,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,26,,,10,,,,10,10,,,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,55,,10,52,10,,,10,10,,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,26,,,73,,10,59,,,10,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,55,,10,52,10,,,,,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,201,201,10,10,10,10,10,10,10,10,10,17,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,26,,,10,,10,10,10,,56,10,59,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,,,10,,,68,10,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,15,,10,,,10,10,,,51,,,10,10,10,10,10,10,10,10,10,10,10,10,10,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,10,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,,,10,10,,,51,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,1,,48,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,55,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,1,,48,10,10,10,,58,56,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,402,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,428,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,10,10,10,403,,10,10,10,17,10,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,10,10,10,,,10,10,18,,10,,10,,10,,10,10,,57,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,10,10,10,55,56,10,17,,56,10,56,10,56,10,56,10,18,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,22,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,10,10,401,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,,,57,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,18,,73,73,73,73,,10,10,10,,56,10,15,,56,10,56,10,56,10,56,10,16,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,,,10,10,10,10,403,10,10,10,,10,10,10,16,,10,,10,,10,,10,10,,58,,92,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,,,10,10,10,10,,92,91,10,402,92,91,10,10,16,2,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,25,,60,10,10,10,10,55,92,91,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,25,,,68,10,10,10,55,92,91,91,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,25,,60,10,10,10,10,15,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,58,,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,22,22,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,15,,,51,,10,,,,10,,,,10,,,,10,,,,10,,,,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,3,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,,,,10,,,,10,,,,10,,,,10,,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,22,22,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,203,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;320 posEnd=2562;320 posCurrent=2562;320 step=1 time=0 phase=151 channel=10 icon=51 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;128 posEnd=2624;128 posCurrent=2624;128 step=1 time=0 phase=151 channel=10 icon=261 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;64 posEnd=2624;64 posCurrent=2624;64 step=1 time=0 phase=151 channel=10 icon=261 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2944;128 posEnd=2944;128 posCurrent=2944;128 step=1 time=0 phase=151 channel=10 icon=261 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2944;256 posEnd=2944;256 posCurrent=2944;256 step=1 time=0 phase=151 channel=10 icon=261 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;512 posEnd=4290;512 posCurrent=4290;512 step=1 time=0 phase=151 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;640 posEnd=4354;640 posCurrent=4354;640 step=1 time=0 phase=151 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;640 posEnd=4418;640 posCurrent=4418;640 step=1 time=0 phase=151 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;640 posEnd=4546;640 posCurrent=4546;640 step=1 time=0 phase=151 channel=10 icon=51 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;516 posEnd=4802;516 posCurrent=4802;516 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;516 posEnd=4866;516 posCurrent=4866;516 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;516 posEnd=4930;516 posCurrent=4930;516 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;516 posEnd=4994;516 posCurrent=4994;516 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;516 posEnd=5058;516 posCurrent=5058;516 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;840 posEnd=4866;840 posCurrent=4866;840 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;840 posEnd=4930;840 posCurrent=4930;840 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1416 posEnd=5634;1416 posCurrent=5634;1416 step=1 time=0 phase=151 channel=10 icon=192 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;2696 posEnd=1986;2696 posCurrent=1986;2696 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;2696 posEnd=2050;2696 posCurrent=2050;2696 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2944;192 posEnd=2944;192 posCurrent=2944;192 step=1 time=0 phase=151 channel=10 icon=261 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3008;192 posEnd=3008;192 posCurrent=3008;192 step=1 time=0 phase=151 channel=10 icon=261 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;576 posEnd=3202;576 posCurrent=3202;576 step=1 time=0 phase=151 channel=10 icon=51 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2696 posEnd=2178;2696 posCurrent=2178;2696 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1472;192 posEnd=1472;320 posCurrent=1472;307 step=2 time=18 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1152;448 posEnd=1216;448 posCurrent=1190;448 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1472;960 posEnd=1472;1152 posCurrent=1472;1100 step=2 time=22 phase=151 channel=10 icon=75 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1792;1536 posEnd=1856;1728 posCurrent=1844;1690 step=4 time=9 phase=151 channel=10 icon=82 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2112;1728 posEnd=2048;1536 posCurrent=2060;1574 step=4 time=9 phase=151 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=1984;1728 posEnd=2112;1600 posCurrent=2010;1702 step=4 time=24 phase=151 channel=10 icon=82 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1792;1728 posEnd=1792;1664 posCurrent=1792;1728 step=1 time=23 phase=151 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1856;1600 posEnd=1792;1600 posCurrent=1856;1600 step=1 time=23 phase=151 channel=10 icon=87 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1984;1536 posEnd=2048;1728 posCurrent=2036;1690 step=4 time=9 phase=151 channel=10 icon=82 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2112;1536 posEnd=1984;1664 posCurrent=2086;1562 step=4 time=24 phase=151 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=1856;1536 posEnd=1856;1664 posCurrent=1856;1562 step=4 time=24 phase=151 channel=10 icon=82 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=1984;1600 posEnd=2112;1664 posCurrent=2010;1613 step=4 time=24 phase=151 channel=10 icon=82 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1732 posEnd=1922;1732 posCurrent=1922;1732 step=1 time=0 phase=151 channel=10 icon=211 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=1600;256 posEnd=1920;256 posCurrent=1894;256 step=2 time=46 phase=151 channel=10 icon=75 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;200 posEnd=1410;200 posCurrent=1410;200 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=2560;1024 posEnd=2560;384 posCurrent=2560;843 step=2 time=17 phase=151 channel=1 icon=1 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;968 posEnd=2498;968 posCurrent=2498;968 step=1 time=0 phase=151 channel=10 icon=192 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;196 posEnd=2626;196 posCurrent=2626;196 step=1 time=0 phase=151 channel=10 icon=222 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;904 posEnd=3394;904 posCurrent=3394;904 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;900 posEnd=3522;900 posCurrent=3522;900 step=1 time=0 phase=151 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;900 posEnd=3586;900 posCurrent=3586;900 step=1 time=0 phase=151 channel=10 icon=68 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;644 posEnd=1218;644 posCurrent=1218;644 step=1 time=0 phase=151 channel=10 icon=227 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;900 posEnd=3650;900 posCurrent=3650;900 step=1 time=0 phase=151 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;900 posEnd=3714;900 posCurrent=3714;900 step=1 time=0 phase=151 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;900 posEnd=3778;900 posCurrent=3778;900 step=1 time=0 phase=151 channel=10 icon=68 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;261 posEnd=4290;261 posCurrent=4290;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;261 posEnd=4354;261 posCurrent=4354;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;261 posEnd=4418;261 posCurrent=4418;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;261 posEnd=4482;261 posCurrent=4482;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;261 posEnd=4162;261 posCurrent=4162;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2688;896 posEnd=2944;896 posCurrent=2923;896 step=4 time=2 phase=151 channel=1 icon=10 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=3136;704 posEnd=3264;704 posCurrent=3253;704 step=2 time=11 phase=151 channel=1 icon=10 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;261 posEnd=4098;261 posCurrent=4098;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;261 posEnd=4034;261 posCurrent=4034;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1092 posEnd=4930;1092 posCurrent=4930;1092 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1092 posEnd=5186;1092 posCurrent=5186;1092 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1220 posEnd=4930;1220 posCurrent=4930;1220 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1220 posEnd=5186;1220 posCurrent=5186;1220 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1348 posEnd=4930;1348 posCurrent=4930;1348 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1348 posEnd=5186;1348 posCurrent=5186;1348 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1476 posEnd=4930;1476 posCurrent=4930;1476 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1476 posEnd=5186;1476 posCurrent=5186;1476 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=5056;1152 posEnd=5056;1536 posCurrent=5056;1152 step=1 time=7 phase=151 channel=1 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1732 posEnd=3650;1732 posCurrent=3650;1732 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1732 posEnd=3778;1732 posCurrent=3778;1732 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;1732 posEnd=3074;1732 posCurrent=3074;1732 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1732 posEnd=3202;1732 posCurrent=3202;1732 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;200 posEnd=3074;200 posCurrent=3074;200 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;261 posEnd=3970;261 posCurrent=3970;261 step=1 time=0 phase=151 channel=10 icon=134 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2696 posEnd=2242;2696 posCurrent=2242;2696 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3336 posEnd=4674;3336 posCurrent=4674;3336 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;3400 posEnd=4610;3400 posCurrent=4610;3400 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3464 posEnd=4546;3464 posCurrent=4546;3464 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;1856 posEnd=2624;1856 posCurrent=2535;1856 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;1984 posEnd=2624;1984 posCurrent=2535;1984 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;2112 posEnd=2624;2112 posCurrent=2535;2112 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;2240 posEnd=2624;2240 posCurrent=2535;2240 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;2368 posEnd=2624;2368 posCurrent=2535;2368 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;1856 posEnd=2560;1856 posCurrent=2534;1856 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;1984 posEnd=2496;1984 posCurrent=2522;1984 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;2112 posEnd=2560;2112 posCurrent=2534;2112 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;2240 posEnd=2496;2240 posCurrent=2522;2240 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;2368 posEnd=2560;2368 posCurrent=2534;2368 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3584 posEnd=4224;3584 posCurrent=4135;3584 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3456 posEnd=4224;3456 posCurrent=4135;3456 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3328 posEnd=4224;3328 posCurrent=4135;3328 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3200 posEnd=4224;3200 posCurrent=4135;3200 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3072 posEnd=4224;3072 posCurrent=4135;3072 step=4 time=14 phase=151 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3584 posEnd=4160;3584 posCurrent=4134;3584 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4160;3456 posEnd=4096;3456 posCurrent=4122;3456 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3328 posEnd=4160;3328 posCurrent=4134;3328 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4160;3200 posEnd=4096;3200 posCurrent=4122;3200 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3072 posEnd=4160;3072 posCurrent=4134;3072 step=2 time=6 phase=151 channel=10 icon=75 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3528 posEnd=4482;3528 posCurrent=4482;3528 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3200;2688 posEnd=2944;2688 posCurrent=3097;2688 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3008;2752 posEnd=3264;2752 posCurrent=3111;2752 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3328;2816 posEnd=3072;2816 posCurrent=3225;2816 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3136;2880 posEnd=3392;2880 posCurrent=3239;2880 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3456;2944 posEnd=3200;2944 posCurrent=3353;2944 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3264;3008 posEnd=3520;3008 posCurrent=3367;3008 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3584;3072 posEnd=3328;3072 posCurrent=3481;3072 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3392;3136 posEnd=3648;3136 posCurrent=3495;3136 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3712;3200 posEnd=3456;3200 posCurrent=3609;3200 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3520;3264 posEnd=3776;3264 posCurrent=3623;3264 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3840;3328 posEnd=3584;3328 posCurrent=3737;3328 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3648;3392 posEnd=3904;3392 posCurrent=3751;3392 step=4 time=24 phase=151 channel=10 icon=75 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;2884 posEnd=5698;2884 posCurrent=5698;2884 step=1 time=0 phase=151 channel=10 icon=31 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4544;2752 posEnd=4544;2880 posCurrent=4544;2867 step=2 time=18 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4672;3008 posEnd=4672;2880 posCurrent=4672;2893 step=2 time=18 phase=151 channel=10 icon=75 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2948 posEnd=5186;2948 posCurrent=5186;2948 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2948 posEnd=5378;2948 posCurrent=5378;2948 step=1 time=0 phase=151 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;968 posEnd=3330;968 posCurrent=3330;968 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1032 posEnd=3266;1032 posCurrent=3266;1032 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1096 posEnd=3202;1096 posCurrent=3202;1096 step=1 time=0 phase=151 channel=10 icon=26 \r\nMoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=5184;2752 posEnd=5376;2752 posCurrent=5368;2752 step=2 time=23 phase=151 channel=12 icon=64 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;836 posEnd=706;836 posCurrent=706;836 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=128;704 posEnd=320;704 posCurrent=268;704 step=2 time=22 phase=151 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=192;320 posEnd=192;320 posCurrent=192;320 step=1 time=0 phase=151 channel=10 icon=75 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;516 posEnd=1218;516 posCurrent=1218;516 step=1 time=0 phase=151 channel=10 icon=211 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;836 posEnd=770;836 posCurrent=770;836 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;836 posEnd=834;836 posCurrent=834;836 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;836 posEnd=898;836 posCurrent=898;836 step=1 time=0 phase=151 channel=10 icon=15 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1984;256 posEnd=2176;256 posCurrent=2124;256 step=2 time=22 phase=151 channel=10 icon=75 \r\n"); + worlds.Add(115, "DescFile: posDecor=0;450 dimDecor=100;100 world=0 music=5 region=22 blupiPos=258;710 blupiDir=2 \r\nDecor: \r\n9,10,10,12,2,4,14,4,2,7,1,11,10,11,10,14,8,10,1,10,10,10,13,9,6,11,14,10,7,14,8,9,2,6,1,12,5,8,4,4,5,8,9,9,6,2,14,8,8,9,3,13,9,12,2,10,7,5,8,4,13,5,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n7,9,6,10,7,11,8,6,10,10,10,10,10,10,14,2,10,6,13,12,14,7,6,11,13,10,10,10,2,4,5,5,6,4,2,2,13,11,11,24,9,5,6,6,13,12,1,,,51,,10,13,8,7,7,2,9,10,10,13,9,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n14,1,2,9,4,10,7,8,9,1,11,11,13,10,14,4,4,6,7,8,8,8,9,9,12,10,8,3,13,6,7,4,4,3,10,10,14,2,2,11,10,13,7,9,4,2,,,,5,,24,10,10,14,4,1,7,2,10,7,5,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n11,5,11,6,12,11,1,5,18,,57,,4,10,12,18,,,4,10,6,7,3,18,,,,51,,,,,,51,,,,,,1,8,7,10,14,11,1,,,7,2,,8,10,10,2,1,7,6,11,10,10,8,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,7,1,13,6,5,4,25,,,,,13,10,13,59,,,51,,,,51,,,,,3,4,4,11,12,6,3,15,,,,,10,11,12,14,8,14,1,52,10,1,25,,4,10,9,8,11,5,12,10,10,12,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,14,1,12,2,4,4,12,,,,,13,2,8,16,,,12,2,9,4,3,16,,,,11,10,14,13,9,4,4,20,,,,,9,14,8,6,7,1,13,52,2,23,9,,6,10,14,13,1,13,11,1,4,11,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,14,4,5,4,6,8,2,55,,56,5,7,5,12,13,4,10,12,,,8,9,5,55,,,68,8,7,5,4,7,6,14,,,,,7,4,2,7,10,18,,,10,10,14,,10,10,11,13,10,14,7,10,13,9,13,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n12,5,14,5,2,5,13,17,,,,110,14,6,8,6,13,12,6,55,,22,22,73,,,,68,5,12,14,10,7,4,21,,,,,2,6,9,2,14,,,56,17,68,14,55,,92,11,10,13,8,8,6,8,2,10,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,6,2,12,7,6,8,,,,,110,8,4,14,7,4,8,10,,,12,1,2,55,,,68,13,2,14,14,9,12,8,,,,,24,13,1,1,10,55,,,,68,13,,,10,4,2,5,9,4,7,7,14,12,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,11,1,5,8,10,25,,,,29,110,14,7,10,2,4,4,11,7,10,11,2,13,,,,68,8,2,4,12,5,10,25,,,,,8,12,9,2,4,,,56,16,68,9,15,,24,2,8,10,13,2,13,9,2,10,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,13,6,8,1,10,6,,,,,110,10,1,5,10,2,2,4,11,1,2,11,8,,,,68,10,4,9,6,10,4,6,,,,,1,4,9,6,8,15,,,9,11,6,1,50,10,12,13,1,14,14,4,8,4,1,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,10,4,10,14,9,11,,,,,110,5,9,10,11,7,13,5,7,5,5,7,12,,,,14,5,6,6,11,9,7,10,,,16,,14,8,11,13,2,7,4,,9,23,11,10,,,5,9,4,14,2,7,10,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n8,14,6,14,14,2,18,,,,,110,13,10,14,14,13,13,6,11,7,10,5,,,,,,14,1,6,12,6,8,2,55,,4,,10,18,,,8,17,,,9,7,10,25,,,14,13,4,8,7,10,2,12,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n11,1,9,2,14,14,,,,,,126,2,8,4,1,10,11,12,9,12,10,4,55,,,,,6,9,4,10,2,7,4,,,10,56,17,,,56,18,,,56,17,68,13,25,,,,2,10,4,10,5,5,14,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,7,14,11,5,25,,,,,56,4,10,9,8,9,14,10,4,12,8,8,11,135,122,122,122,122,7,8,7,11,13,5,4,,,4,,,56,15,,,56,16,,,68,12,25,,,,48,5,7,11,6,10,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,9,11,13,10,11,,,,,,129,5,9,2,4,4,10,8,11,13,10,12,55,,,,,4,2,1,13,10,10,9,12,5,1,16,,,5,16,,,7,15,,68,13,25,,,,92,11,13,10,7,6,10,12,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,9,2,4,2,10,15,,,,,114,12,11,6,8,10,8,18,,6,1,4,118,118,118,118,132,7,2,14,14,12,8,8,13,1,7,11,4,10,1,10,5,,11,2,11,10,10,1,,,,48,9,13,10,8,7,7,14,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,11,7,5,12,8,5,,,,,114,4,6,2,6,5,1,55,,7,12,10,55,,,,,14,11,14,12,12,1,10,11,10,6,14,10,6,13,4,13,,2,6,13,23,5,1,16,,,5,6,13,6,5,13,11,12,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n2,7,1,14,5,11,12,,,,,114,12,10,13,304,305,305,305,305,13,5,1,135,122,122,122,122,6,13,13,9,6,5,10,8,4,1,2,14,11,14,11,1,,1,2,6,14,5,12,10,59,,2,10,10,1,2,6,4,12,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n14,13,7,13,10,10,25,,,,29,114,12,2,14,8,13,7,55,,24,1,14,55,,,,,13,4,11,14,8,1,5,1,5,10,8,7,11,11,9,9,,11,7,12,6,4,304,305,305,305,48,10,10,10,13,6,9,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,4,14,10,7,5,,,,,114,10,7,9,,,129,,,5,1,9,118,118,118,118,132,9,4,5,14,6,5,13,11,12,12,10,5,10,5,7,8,,11,10,7,9,13,9,7,59,,11,2,2,10,13,14,8,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,4,12,2,12,6,9,,,,,114,4,8,1,,,114,,,,10,3,,,,,,10,9,12,14,8,10,2,13,5,14,10,11,12,5,6,11,,1,10,14,4,9,2,17,,,2,5,14,10,9,4,2,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n13,9,1,1,10,14,10,,,,,114,2,12,10,,,114,,,,,49,,,,,,5,9,7,2,13,6,8,2,12,4,7,11,14,13,12,,,10,9,10,5,12,4,,,,13,4,4,5,5,6,8,2,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n13,11,12,9,12,12,7,,,,,114,6,8,13,,,114,15,,,,3,7,14,4,50,5,12,14,10,2,2,8,8,12,10,11,11,9,2,10,14,,,5,4,14,10,7,14,,,,48,9,10,7,10,4,5,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,4,8,12,4,8,13,15,,,56,5,11,10,10,,,114,5,59,,,1,13,12,,,110,2,6,7,8,6,6,8,5,11,1,13,13,7,9,11,,,13,1,9,12,1,26,,,,92,4,4,6,9,13,13,7,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,7,14,6,5,9,10,14,,,,,9,6,6,,,114,25,,,,10,10,13,,54,110,5,7,10,4,2,5,12,6,14,5,9,7,8,14,6,,,14,8,4,2,13,4,,,,92,7,5,10,10,10,9,5,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,5,5,9,19,,,2,,,,,11,14,10,,,114,9,59,,,6,2,11,52,1,110,11,7,5,14,1,13,4,8,8,8,4,14,6,4,7,,,9,5,12,12,10,26,,60,8,7,9,6,11,5,6,9,13,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n8,13,11,14,20,,,6,118,118,118,118,118,132,1,,,114,18,,,,9,4,11,,2,110,8,11,10,4,6,5,7,1,1,7,8,14,11,5,11,,,13,7,7,11,7,10,,,5,10,10,9,14,13,10,14,2,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n14,4,10,7,21,,,51,,15,,,7,12,12,,,114,,,,,11,12,8,,10,110,2,5,2,9,5,14,2,12,5,2,2,13,12,8,4,,,9,10,9,8,6,11,,,10,10,12,14,7,10,10,1,8,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,11,2,6,7,4,9,8,27,17,,,6,2,11,118,118,118,118,118,118,132,10,2,4,52,10,110,7,6,10,10,13,14,13,5,12,13,8,5,10,2,7,52,7,6,13,2,8,9,10,52,10,4,11,8,4,6,6,7,5,1,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n5,5,4,12,13,10,11,7,,,,,10,9,1,,,,,,,,4,10,2,,53,110,18,,2,13,10,8,14,1,11,8,9,9,6,5,4,,9,10,11,6,14,12,10,,10,14,10,10,12,13,14,1,9,5,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n5,6,11,12,9,11,8,13,,,,,,10,,,,,,,,,8,6,12,,,110,,60,11,8,14,6,6,10,8,9,5,12,11,7,4,,14,13,10,11,6,5,10,,10,10,5,10,11,10,10,7,1,2,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n11,6,12,11,7,13,2,8,,,,,3,17,,,,,,,,,8,5,13,,54,110,15,,13,2,5,8,4,12,13,8,14,5,5,10,7,,7,13,13,4,8,6,10,,10,4,14,10,11,4,8,14,10,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n11,10,11,14,1,5,12,11,,,,,49,,,,56,16,,,,,8,12,2,13,4,126,10,10,6,4,12,12,8,9,7,10,5,1,6,12,4,,9,13,5,12,10,2,10,,10,10,5,7,12,12,10,5,11,10,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,10,10,10,4,6,10,12,28,,56,5,3,15,,,,26,,,,,12,12,8,10,6,12,11,13,7,10,7,13,10,10,12,10,12,11,11,12,7,,10,9,11,8,9,4,10,,10,13,10,7,14,12,10,13,10,10,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n13,12,1,5,8,14,9,12,,,,110,4,6,11,27,27,7,,,,,11,6,8,6,5,4,6,1,11,8,5,11,10,10,10,10,10,7,10,1,14,,5,10,9,4,10,10,10,,10,10,10,10,8,11,7,13,9,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,9,13,12,7,12,11,10,,,,110,2,10,4,12,7,11,59,,,13,10,12,12,7,1,11,5,8,10,12,5,13,5,4,10,10,10,11,2,10,5,,7,13,10,7,10,10,10,52,10,10,10,4,11,1,10,2,11,12,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n11,2,4,12,12,13,10,18,,,,110,10,12,1,2,14,1,,,,11,7,12,11,4,10,1,4,10,11,11,6,6,10,5,10,14,1,7,10,7,12,52,14,5,10,5,10,10,55,,56,10,10,2,4,11,6,13,11,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,2,4,13,12,7,4,,,56,15,110,2,9,5,10,10,13,55,,,5,14,12,1,1,7,1,2,12,6,2,4,1,9,7,1,4,10,12,8,1,13,,73,73,73,73,73,73,,,20,10,10,14,11,12,14,10,13,8,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n9,13,9,6,11,4,2,52,52,5,18,110,5,11,2,10,2,11,,,,51,110,8,7,10,5,1,5,13,8,11,14,9,9,8,6,12,5,10,14,6,10,13,12,4,6,13,10,10,55,,56,10,10,1,4,8,4,13,4,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,4,14,14,7,1,1,15,,,,110,10,8,14,5,14,14,,,,2,110,4,10,13,11,7,10,2,11,6,10,8,7,9,10,5,1,14,13,11,6,2,12,8,5,7,10,10,10,52,10,10,10,9,5,10,2,4,10,2,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,14,10,8,10,4,4,5,16,,16,110,10,8,9,11,4,11,19,,,8,110,2,7,14,14,5,13,4,7,7,10,11,4,5,2,6,8,1,5,10,13,1,14,1,5,14,10,10,10,10,10,10,10,8,8,11,2,10,2,4,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n1,12,8,2,4,11,10,8,14,2,14,126,13,1,7,12,14,11,6,,60,13,110,14,12,5,8,8,1,13,8,14,9,8,10,7,14,6,5,2,1,10,4,10,6,7,12,7,8,13,10,1,11,11,8,14,13,11,12,6,4,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,9,4,10,10,10,13,13,9,12,1,13,1,8,10,2,10,6,10,15,,73,110,12,4,10,1,7,11,8,7,4,13,11,9,5,5,13,6,13,6,8,14,6,1,7,6,4,6,8,4,13,2,13,5,10,2,7,5,14,14,10,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,14,11,1,2,2,14,12,10,10,13,10,2,4,5,10,7,10,10,8,13,10,126,6,1,4,10,8,12,8,10,2,10,2,10,12,4,7,12,14,12,14,13,4,10,14,10,8,6,6,6,4,7,6,2,2,6,13,10,7,10,9,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n4,11,1,1,12,14,1,13,12,6,10,11,9,14,7,10,13,14,14,13,10,13,14,6,8,14,11,5,10,11,13,5,5,7,10,2,8,4,7,10,10,10,11,2,10,5,4,10,1,5,14,5,9,12,13,2,4,6,9,9,5,14,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n9,2,9,14,13,5,7,9,9,6,9,13,5,1,10,1,7,6,7,14,5,12,14,13,1,4,11,5,1,4,7,6,13,6,9,9,6,7,12,2,10,10,5,14,11,1,11,5,12,4,10,9,6,5,7,12,10,7,11,2,13,4,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n6,2,1,10,10,10,1,10,10,6,7,13,12,4,8,4,4,7,14,13,13,10,2,6,10,14,7,7,12,12,8,5,10,6,4,14,1,2,14,7,11,5,12,2,13,2,5,6,6,9,13,14,5,2,1,12,9,10,4,1,2,10,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;708 posEnd=578;708 posCurrent=578;708 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;388 posEnd=1666;388 posCurrent=1666;388 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;772 posEnd=1986;772 posCurrent=1986;772 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1348 posEnd=1474;1348 posCurrent=1474;1348 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1348 posEnd=1602;1348 posCurrent=1602;1348 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1348 posEnd=1730;1348 posCurrent=1730;1348 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1668 posEnd=706;1668 posCurrent=706;1668 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1732 posEnd=962;1732 posCurrent=962;1732 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1732 posEnd=1090;1732 posCurrent=1090;1732 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;1732 posEnd=1218;1732 posCurrent=1218;1732 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;3205 posEnd=130;3205 posCurrent=130;3205 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;708 posEnd=1218;708 posCurrent=1218;708 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3268 posEnd=1858;3268 posCurrent=1858;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3268 posEnd=1922;3268 posCurrent=1922;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3268 posEnd=1986;3268 posCurrent=1986;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3268 posEnd=2050;3268 posCurrent=2050;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3268 posEnd=2114;3268 posCurrent=2114;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;3268 posEnd=2178;3268 posCurrent=2178;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3268 posEnd=2242;3268 posCurrent=2242;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3268 posEnd=2306;3268 posCurrent=2306;3268 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2564 posEnd=962;2564 posCurrent=962;2564 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2692 posEnd=770;2692 posCurrent=770;2692 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2820 posEnd=962;2820 posCurrent=962;2820 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2948 posEnd=770;2948 posCurrent=770;2948 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2948 posEnd=706;2948 posCurrent=706;2948 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2948 posEnd=642;2948 posCurrent=642;2948 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2436 posEnd=770;2436 posCurrent=770;2436 step=1 time=0 phase=44 channel=10 icon=15 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;2816 posEnd=1024;2816 posCurrent=1024;2816 step=1 time=0 phase=44 channel=1 icon=4 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;2816 posEnd=1088;2816 posCurrent=1088;2816 step=1 time=0 phase=44 channel=1 icon=2 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;2816 posEnd=1152;2816 posCurrent=1152;2816 step=1 time=0 phase=44 channel=1 icon=4 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;2816 posEnd=1216;2816 posCurrent=1216;2816 step=1 time=0 phase=44 channel=1 icon=4 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2816 posEnd=1280;2816 posCurrent=1280;2816 step=1 time=0 phase=44 channel=1 icon=2 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2816 posEnd=1344;2816 posCurrent=1344;2816 step=1 time=0 phase=44 channel=1 icon=2 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;580 posEnd=1218;580 posCurrent=1218;580 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;708 posEnd=194;708 posCurrent=194;708 step=1 time=0 phase=44 channel=10 icon=124 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1668 posEnd=258;1668 posCurrent=258;1668 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;708 posEnd=2562;708 posCurrent=2562;708 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;580 posEnd=2626;580 posCurrent=2626;580 step=1 time=0 phase=44 channel=10 icon=23 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1284 posEnd=2306;1284 posCurrent=2306;1284 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1224 posEnd=1090;1224 posCurrent=1090;1224 step=1 time=0 phase=44 channel=10 icon=23 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1092 posEnd=1538;1092 posCurrent=1538;1092 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1092 posEnd=1666;1092 posCurrent=1666;1092 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1348 posEnd=1666;1348 posCurrent=1666;1348 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1348 posEnd=1538;1348 posCurrent=1538;1348 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2308 posEnd=706;2308 posCurrent=706;2308 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1732 posEnd=770;1732 posCurrent=770;1732 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2308 posEnd=770;2308 posCurrent=770;2308 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1860 posEnd=1922;1860 posCurrent=1922;1860 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1860 posEnd=2050;1860 posCurrent=2050;1860 step=1 time=0 phase=44 channel=10 icon=23 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1412 posEnd=2626;1412 posCurrent=2626;1412 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1092 posEnd=194;1092 posCurrent=194;1092 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1288 posEnd=386;1288 posCurrent=386;1288 step=1 time=0 phase=44 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1288 posEnd=514;1288 posCurrent=514;1288 step=1 time=0 phase=44 channel=10 icon=23 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2437 posEnd=386;2437 posCurrent=386;2437 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2308 posEnd=834;2308 posCurrent=834;2308 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;3205 posEnd=66;3205 posCurrent=66;3205 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;3205 posEnd=322;3205 posCurrent=322;3205 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;2308 posEnd=898;2308 posCurrent=898;2308 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3268 posEnd=2434;3268 posCurrent=2434;3268 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;3205 posEnd=258;3205 posCurrent=258;3205 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1600;3456 posEnd=1536;3456 posCurrent=1600;3456 step=1 time=44 phase=44 channel=10 icon=88 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2757 posEnd=2434;2757 posCurrent=2434;2757 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;3205 posEnd=194;3205 posCurrent=194;3205 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1092 posEnd=322;1092 posCurrent=322;1092 step=1 time=0 phase=44 channel=10 icon=8 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1668 posEnd=322;1668 posCurrent=322;1668 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1732 posEnd=834;1732 posCurrent=834;1732 step=1 time=0 phase=44 channel=10 icon=68 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;2437 posEnd=258;2437 posCurrent=258;2437 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;2437 posEnd=322;2437 posCurrent=322;2437 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2437 posEnd=450;2437 posCurrent=450;2437 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2437 posEnd=514;2437 posCurrent=514;2437 step=1 time=0 phase=44 channel=10 icon=132 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1732 posEnd=1346;1732 posCurrent=1346;1732 step=1 time=0 phase=44 channel=10 icon=68 \r\n"); + worlds.Add(12, "DescFile: posDecor=400;2800 dimDecor=100;100 world=0 music=1 region=0 blupiPos=642;3142 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,27,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,17,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,26,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,26,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,17,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,17,,,,,3,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,55,56,9,27,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,26,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,55,,,3,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,15,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,9,200,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,200,9,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,,9,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,,201,,,,3,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,17,,,,10,15,,11,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,,,,9,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,59,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,26,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,27,10,10,59,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,18,,,10,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,10,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,,201,,,,,3,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,10,,,9,24,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,16,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,27,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;3136 posEnd=896;3136 posCurrent=896;3136 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;2688 posEnd=2240;2688 posCurrent=2240;2688 step=1 time=0 phase=716 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1856;2944 posEnd=1856;2944 posCurrent=1856;2944 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;2880 posEnd=2048;2880 posCurrent=2048;2880 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;2688 posEnd=2368;2688 posCurrent=2368;2688 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;2624 posEnd=2112;2624 posCurrent=2112;2624 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;2560 posEnd=2560;2560 posCurrent=2560;2560 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;2688 posEnd=2176;2688 posCurrent=2176;2688 step=1 time=0 phase=716 channel=1 icon=32 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2372 posEnd=2434;2372 posCurrent=2434;2372 step=1 time=0 phase=716 channel=10 icon=35 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;3008 posEnd=1408;3008 posCurrent=1408;3008 step=1 time=0 phase=716 channel=1 icon=32 \r\n"); + worlds.Add(120, "DescFile: posDecor=950;2200 dimDecor=100;100 world=0 music=0 region=24 blupiPos=1346;2502 blupiDir=2 \r\nDecor: \r\n261,263,261,263,261,263,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,261,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,263,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,,263,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,,262,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,262,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,261,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,262,261,262,261,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n263,263,263,263,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,,,262,,,,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,262,,261,,,262,62,,,261,283,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,,261,283,261,66,262,263,76,283,283,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,283,261,262,261,178,261,263,261,,,,,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,263,182,261,177,261,66,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,263,182,261,261,76,262,283,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,65,,,,61,261,263,76,263,,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,283,261,,,,,,,261,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,262,62,,,262,,261,,,,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,262,182,261,174,261,283,76,283,263,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,182,261,175,261,262,261,,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,176,261,262,263,263,261,76,283,76,262,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,263,262,263,65,,,263,62,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(121, "DescFile: posDecor=1350;4070 dimDecor=100;100 world=0 music=10 region=24 blupiPos=1666;4230 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,301,301,301,284,301,284,284,284,301,301,301,301,301,301,284,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,284,301,284,284,284,301,301,301,301,301,284,301,284,284,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,284,284,301,284,301,301,284,301,301,301,301,284,301,284,301,284,284,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,301,301,301,301,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,301,284,284,284,301,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,301,301,284,301,301,301,301,284,301,284,284,301,301,301,284,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,284,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,301,301,284,284,284,301,301,301,284,284,284,301,301,301,301,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,284,301,301,284,301,284,301,284,284,301,301,301,284,284,301,284,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,263,261,263,263,261,263,263,261,261,261,261,261,261,261,284,301,284,284,284,284,301,301,301,284,284,301,284,301,284,284,284,301,284,301,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,65,,261,139,142,261,,142,261,261,261,261,261,261,261,301,284,284,284,301,301,284,301,301,284,301,301,301,284,301,284,301,284,284,301,284,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,142,261,,,201,,139,261,261,261,261,261,261,261,284,284,284,284,284,301,284,284,284,284,301,301,284,284,284,284,301,301,284,301,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,67,261,,61,261,,,261,261,261,261,261,261,261,301,284,301,301,284,284,301,284,284,284,301,284,301,284,301,301,301,284,301,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,62,,261,,,261,,143,261,261,261,261,261,261,261,284,284,284,301,301,301,301,284,284,301,284,284,301,301,301,284,284,301,301,301,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,66,,261,,,261,66,,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,284,301,284,301,284,301,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,263,199,261,283,77,261,261,199,261,261,261,261,261,261,261,301,284,284,284,301,284,284,284,284,301,284,284,284,301,284,301,284,284,284,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,,261,,,261,65,,261,261,261,261,261,261,261,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,284,301,284,284,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,142,261,,140,261,,,261,261,261,261,261,261,261,284,284,284,284,301,301,284,284,301,284,301,301,301,301,284,301,284,284,284,301,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,61,261,62,139,261,,,261,261,261,261,261,261,261,301,301,301,284,284,284,284,284,284,284,284,301,284,301,301,284,301,284,284,284,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,,201,,141,261,,61,261,261,261,261,261,261,261,284,284,284,301,301,284,301,284,284,301,301,284,284,284,301,301,301,284,301,301,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,,261,,142,261,,,261,261,261,261,261,261,261,284,301,301,301,284,284,284,284,301,284,284,301,284,301,284,301,284,284,301,301,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,66,,261,,139,261,262,77,261,261,261,261,261,261,261,301,284,284,301,284,301,284,284,284,301,301,301,284,301,301,301,301,301,284,301,284,301,284,291\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,263,263,199,261,262,262,261,263,77,261,261,261,261,261,261,261,301,284,284,284,284,284,284,301,301,301,301,301,301,301,301,301,301,284,284,301,284,301,284,302\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,401,,,261,261,263,65,,,261,261,261,261,261,261,261,284,284,301,284,284,301,301,301,301,284,284,284,284,284,301,284,301,301,301,291,290,293,301,302\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,,,,261,261,,,,61,261,261,261,261,261,261,261,284,284,301,301,301,284,301,284,284,284,284,301,284,301,301,301,295,301,301,300,284,300,284,302\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,,,,261,65,,,139,198,261,261,261,261,261,261,261,284,301,301,301,301,284,301,301,301,301,284,284,284,284,284,284,302,287,290,294,284,302,287,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,,,,261,,,,142,143,261,261,261,261,261,261,261,284,284,284,284,301,301,284,301,284,284,301,301,284,299,284,301,292,303,284,284,284,292,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,261,261,261,261,261,261,402,,,261,,,,143,139,261,261,261,261,261,261,261,301,301,284,301,301,301,301,301,284,301,284,301,299,284,284,284,301,300,284,284,284,301,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,283,199,261,402,,,140,198,261,261,261,261,261,261,261,284,284,301,284,284,284,301,301,284,284,301,301,284,284,284,301,301,302,287,293,284,284,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,65,201,,,261,262,66,,,,261,261,261,261,261,261,261,284,284,284,301,301,301,301,301,301,284,301,284,284,301,284,284,284,302,,286,301,301,285,288\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,403,261,,,261,261,261,66,,,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,284,284,301,301,284,301,301,284,284,285,,303,301,301,289,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,261,261,190,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,67,261,,,261,261,261,261,262,77,261,261,261,261,261,261,261,284,284,284,301,284,284,301,284,284,284,284,284,301,284,301,284,284,292,288,294,284,284,302,287\r\n,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,,,261,261,261,261,261,77,261,261,261,261,261,261,261,284,284,301,301,284,301,301,301,284,284,284,301,301,301,284,301,301,284,284,301,301,291,288,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,66,,261,261,261,261,261,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,284,301,284,284,301,284,284,301,284,289,301,302\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,261,263,283,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,284,284,284,301,284,301,300,301,285\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,402,201,,,261,261,261,261,261,403,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,301,301,299,301,301,301,284,300,284,302\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,263,263,263,263,263,263,261,261,261,261,261,261,261,261,261,261,261,262,261,262,77,261,261,261,261,261,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,284,284,284,301,289,301,302\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,189,261,261,261,261,261,261,261,261,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,61,261,263,263,263,263,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,284,301,284,301,301,284,301,301,292,287,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,263,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,201,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,284,291,298,301,301,301,295,301,301,284,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,263,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,262,262,262,262,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,300,301,284,299,284,285,293,284,284,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,77,261,261,261,261,261,66,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,299,284,301,296,301,284,301,297,288,294,284,301,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,262,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,66,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,301,284,301,284,284,301,284,284,284,291,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,262,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,290,290,290,290,290,290,290,290,290,290,287,290,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,261,261,261,261,261,261,261,261,262,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,284,284,301,301,284,301,301,300,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,295,301,299,284,295,284,295,284,285,287,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,297,303,301,301,297,,287,,287,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,198,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,296,301,284,284,292,288,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,190,261,261,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,261,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,301,295,284,301,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,263,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,284,301,284,289,284,301,284,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,284,284,284,300,284,291,290,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,186,261,261,261,186,261,261,261,261,284,284,301,301,301,284,301,284,301,284,284,284,301,284,301,284,284,284,284,301,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,301,301,299,284,285,290,286,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,188,198,187,261,261,186,261,301,301,301,301,301,301,301,284,301,301,284,284,284,301,284,301,301,301,301,301,301,301,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,301,284,301,300,301,300,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,261,261,261,198,261,301,301,301,284,301,301,301,301,284,284,301,301,301,301,284,284,301,301,284,284,301,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,284,295,284,292,287,303,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,198,192,301,301,301,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,300,284,301,302,294,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,303,301,301,301,301,284,284,284,301,301,301,301,301,301,284,301,284,301,284,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,302,293,301,289,301,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,301,301,284,284,284,284,284,284,284,284,301,284,301,284,284,301,284,301,301,301,301,301,284,284,284,284,284,301,284,284,301,284,301,301,284,301,301,301,284,301,284,292,294,301,300,284,301,292,288,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,198,261,284,284,301,301,284,301,284,284,301,301,284,284,301,301,284,284,301,284,301,284,301,301,301,284,284,284,301,284,284,301,284,284,301,301,284,284,301,284,301,301,284,301,301,284,284,284,289,301,284,301,301,302,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,189,187,198,186,284,301,301,284,301,284,301,284,301,301,301,301,284,301,284,301,301,301,301,301,301,284,301,301,284,284,301,301,284,284,301,284,301,301,284,284,284,301,284,301,284,284,301,301,284,284,300,284,284,291,287,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,186,186,188,198,192,301,301,301,284,284,284,301,284,301,301,284,284,301,284,284,284,295,301,301,284,284,301,284,301,284,284,284,284,301,301,284,284,284,301,301,301,284,284,301,284,295,301,301,301,284,291,303,301,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,198,261,284,284,301,301,301,284,284,284,301,284,301,301,301,301,301,291,286,301,284,295,284,301,284,301,301,301,284,284,284,301,301,301,284,284,284,301,301,284,301,291,286,284,301,301,301,285,288,293,284,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,301,301,284,284,301,301,284,284,284,301,284,292,,293,301,300,284,301,284,301,284,284,301,301,301,284,284,284,301,284,301,284,301,284,301,292,303,301,301,284,284,296,301,289,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,192,301,301,301,301,284,284,284,284,299,284,301,301,284,301,301,284,285,,287,288,293,301,301,301,284,284,284,291,287,293,301,284,301,284,301,284,301,301,284,301,296,301,295,301,284,284,301,285,287,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,187,284,284,301,301,284,301,301,301,301,284,301,284,301,301,301,291,,,294,301,292,290,293,301,301,284,291,,288,288,290,293,301,284,284,284,301,299,301,284,301,284,300,301,301,284,284,302,288,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,301,301,301,301,301,284,284,301,284,284,284,299,284,284,301,292,,303,284,301,284,284,289,301,291,287,,294,284,284,284,300,301,301,284,301,301,284,284,291,293,301,302,293,301,284,301,296,284,292,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,284,301,301,284,301,301,295,284,284,284,284,284,302,303,301,291,293,301,289,301,302,,294,301,284,301,301,285,287,287,293,301,301,301,301,302,303,284,285,,287,293,301,301,284,301,285,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,261,301,284,284,301,284,301,284,284,284,301,296,284,301,301,284,284,285,,290,,286,301,285,287,288,303,301,301,284,301,291,,,,303,301,301,301,301,285,,287,,288,,288,287,293,301,291,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,301,284,284,284,284,284,284,301,284,301,301,301,284,301,295,301,292,294,284,292,303,284,285,303,284,300,284,284,301,301,302,,,,286,284,301,284,284,292,,,286,284,300,301,285,303,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,188,284,301,301,301,301,284,301,301,284,297,287,293,301,284,296,301,301,284,301,284,289,301,285,,290,294,284,301,301,291,,,,,286,301,301,301,301,301,285,,,290,294,301,285,,287,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,192,284,301,301,284,301,301,301,301,301,284,302,,287,293,284,284,291,293,301,301,289,284,285,286,301,284,284,301,284,292,,,,,286,284,291,293,301,297,,,294,301,284,301,302,,288,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,301,301,284,284,284,291,,,288,,287,287,288,286,284,291,286,284,285,294,284,284,301,301,284,301,292,,288,288,294,284,285,,293,284,292,286,301,301,284,284,285,303,284,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,291,290,293,284,301,284,301,284,302,,286,284,292,288,294,301,289,301,285,303,301,300,301,301,301,284,301,301,284,301,300,301,284,301,284,302,288,303,301,301,300,301,284,301,297,,286,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290,294,284,292,293,284,284,284,291,,,286,301,284,284,284,291,303,301,285,286,284,285,287,293,301,301,301,301,291,287,286,284,301,291,290,303,284,300,301,284,300,284,301,284,284,302,294,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,302,293,284,301,302,,,286,337,295,284,284,302,,287,288,294,284,302,,286,301,301,284,284,302,,303,284,291,303,284,302,287,286,301,291,303,284,301,295,284,300,284,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,285,286,284,284,285,,,303,337,285,293,301,292,,286,301,301,301,285,,303,284,284,301,284,292,,,287,,294,301,302,,294,284,285,294,301,301,289,284,289,284,291,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,192,284,284,301,284,302,,293,284,292,,,286,301,302,286,284,301,292,294,301,284,291,,,286,284,301,284,284,284,292,,288,303,301,284,285,286,284,284,289,301,301,284,300,301,292,290,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,261,284,301,301,284,285,,,293,301,292,288,303,301,292,,293,284,301,284,301,301,292,,288,294,301,284,284,284,301,284,296,301,289,284,284,302,,293,301,300,301,301,301,300,284,284,301,302,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,301,301,291,,,,294,301,301,301,300,301,301,292,286,284,301,301,284,284,284,296,301,301,301,301,301,284,301,284,301,284,300,301,301,292,,288,287,294,301,284,291,286,284,301,301,285,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,284,285,,288,286,301,284,301,284,300,301,301,301,300,301,284,284,301,284,301,284,301,301,284,284,284,284,284,301,284,284,296,284,301,284,296,301,296,284,299,284,292,,293,301,284,292,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,192,284,301,301,302,303,284,300,284,284,284,301,296,301,301,291,286,301,284,284,284,284,301,284,284,301,284,284,301,301,301,284,284,284,301,284,284,301,284,284,284,301,301,301,301,285,,298,301,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,189,261,261,261,284,284,284,285,,287,286,284,284,301,301,284,301,291,,294,284,301,284,301,301,301,301,301,284,284,301,301,301,284,299,301,284,284,301,301,301,301,284,301,301,301,284,291,,294,301,301,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,190,261,301,301,284,292,,,,293,284,284,284,301,284,302,286,284,284,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,301,301,299,284,284,284,301,301,299,284,284,292,303,284,284,297,290,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,191,261,261,261,186,261,301,284,301,301,302,,288,286,284,284,284,301,284,285,286,301,301,284,301,284,301,301,301,284,301,301,301,284,301,301,284,301,284,284,284,301,301,284,301,284,301,284,284,301,296,284,284,301,284,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,186,261,261,261,261,261,284,301,284,291,,303,301,300,301,284,301,295,301,302,,293,301,301,301,284,301,284,284,301,284,301,284,284,284,301,284,301,301,284,284,301,301,301,284,301,284,284,284,284,284,301,301,301,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,301,284,285,,,290,303,301,291,290,288,290,,,303,301,284,284,301,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,301,284,299,284,284,284,284,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,284,284,285,,303,301,296,337,289,284,284,284,302,,294,284,284,301,284,284,284,301,301,284,301,301,301,284,301,301,301,301,301,284,301,301,301,301,284,301,301,301,301,301,284,301,301,284,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,263,261,284,284,284,302,,286,284,284,301,302,293,301,291,,303,301,301,284,284,284,301,301,301,301,301,301,284,301,301,301,284,284,301,284,284,284,301,284,301,284,284,301,284,301,301,301,299,301,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,302,288,,293,301,291,,,287,,288,294,284,301,284,301,284,301,299,301,301,284,284,284,284,284,284,301,301,301,301,284,301,284,284,284,301,301,301,284,301,301,284,301,284,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,289,301,292,288,290,,,,,286,284,301,301,301,301,301,284,301,301,284,284,301,301,284,301,284,284,301,284,301,301,301,284,301,284,301,301,284,301,284,284,284,301,299,301,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,300,284,301,284,284,292,288,288,288,294,284,301,284,301,301,301,301,284,301,284,284,284,284,301,284,301,301,301,284,284,284,284,301,284,301,284,301,301,301,301,301,301,301,284,284,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,296,301,301,284,301,301,284,301,284,301,301,284,284,301,284,301,284,284,284,291,287,298,301,284,301,301,301,284,284,301,301,301,284,301,291,287,287,287,287,287,287,287,287,287,287,287,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,301,301,301,301,284,284,301,284,284,301,301,301,301,284,301,301,301,292,294,301,284,301,284,284,301,284,301,301,284,284,284,284,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,301,301,301,301,301,284,301,301,301,284,301,301,284,284,284,284,301,301,301,301,284,284,301,301,284,284,301,301,301,301,284,301,301,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,301,284,284,301,301,284,284,284,301,301,284,284,284,301,284,301,301,284,301,301,284,284,284,284,284,301,284,284,301,301,301,301,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,284,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,301,284,301,301,301,284,284,284,284,301,284,301,301,301,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,301,301,284,301,284,284,301,284,284,301,301,301,301,301,301,284,284,284,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,301,301,301,284,301,284,301,284,301,301,284,284,284,301,284,284,284,301,284,301,301,284,301,301,301,301,301,301,284,284,301,301,301,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,301,301,284,301,284,284,301,301,284,284,301,301,301,301,301,301,284,301,301,284,284,284,284,284,284,301,301,301,301,301,301,301,284,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,284,301,284,284,301,284,284,301,301,301,284,301,301,284,284,284,301,301,284,301,284,284,284,284,284,284,301,299,284,284,284,284,284,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,284,284,284,284,284,301,301,284,301,284,301,301,301,301,301,284,284,284,284,301,284,284,301,284,301,301,301,284,301,301,284,284,284,302,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4096 posEnd=1666;4096 posCurrent=1666;4096 step=1 time=0 phase=801 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4096 posEnd=1730;4096 posCurrent=1730;4096 step=1 time=0 phase=801 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3140 posEnd=5314;3140 posCurrent=5314;3140 step=1 time=0 phase=801 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3076 posEnd=5058;3076 posCurrent=5058;3076 step=1 time=0 phase=801 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3140 posEnd=5506;3140 posCurrent=5506;3140 step=1 time=0 phase=801 channel=10 icon=16 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4352 posEnd=896;4352 posCurrent=896;4352 step=1 time=0 phase=801 channel=1 icon=32 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4100 posEnd=1346;4100 posCurrent=1346;4100 step=1 time=0 phase=801 channel=10 icon=2 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;4292 posEnd=642;4292 posCurrent=642;4292 step=1 time=0 phase=801 channel=10 icon=2 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3972 posEnd=642;3972 posCurrent=642;3972 step=1 time=0 phase=801 channel=10 icon=2 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3972 posEnd=1602;3972 posCurrent=1602;3972 step=1 time=0 phase=801 channel=10 icon=16 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;3968 posEnd=2112;3968 posCurrent=2112;3968 step=1 time=0 phase=801 channel=1 icon=32 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4228 posEnd=1730;4228 posCurrent=1730;4228 step=1 time=0 phase=801 channel=10 icon=31 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;4936 posEnd=4994;4936 posCurrent=4994;4936 step=1 time=0 phase=801 channel=10 icon=21 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;4808 posEnd=4610;4808 posCurrent=4610;4808 step=1 time=0 phase=801 channel=10 icon=187 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4360 posEnd=1602;4360 posCurrent=1602;4360 step=1 time=0 phase=801 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4360 posEnd=1794;4360 posCurrent=1794;4360 step=1 time=0 phase=801 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1992 posEnd=2050;1992 posCurrent=2050;1992 step=1 time=0 phase=801 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3972 posEnd=1666;3972 posCurrent=1666;3972 step=1 time=0 phase=801 channel=10 icon=16 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;3968 posEnd=1472;3968 posCurrent=1472;3968 step=1 time=0 phase=801 channel=1 icon=32 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3972 posEnd=2242;3972 posCurrent=2242;3972 step=1 time=0 phase=801 channel=10 icon=2 \r\n"); + worlds.Add(122, "DescFile: posDecor=1500;4120 dimDecor=100;100 world=0 music=10 region=24 blupiPos=1794;4358 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,301,301,301,284,301,284,284,284,301,301,301,301,301,301,284,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,284,301,284,284,284,301,301,301,301,301,284,301,284,284,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,284,284,301,284,301,301,284,301,301,301,301,284,301,284,301,284,284,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,301,301,301,301,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,301,284,284,284,301,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,301,301,284,301,301,301,301,284,301,284,284,301,301,301,284,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,284,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,301,301,284,284,284,301,301,301,284,284,284,301,301,301,301,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,284,301,301,284,301,284,301,284,284,301,301,301,284,284,301,284,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,284,284,284,301,301,301,284,284,301,284,301,284,284,284,301,284,301,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,301,284,301,301,284,301,301,301,284,301,284,301,284,284,301,284,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,301,284,284,284,284,301,301,284,284,284,284,301,301,284,301,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,284,284,301,284,284,284,301,284,301,284,301,301,301,284,301,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,301,301,301,284,284,301,284,284,301,301,301,284,284,301,301,301,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,284,301,284,301,284,301,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,284,284,284,284,301,284,284,284,301,284,301,284,284,284,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,284,301,284,284,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,301,301,284,284,301,284,301,301,301,301,284,301,284,284,284,301,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,284,284,284,284,284,284,284,284,301,284,301,301,284,301,284,284,284,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,301,284,301,284,284,301,301,284,284,284,301,301,301,284,301,301,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,284,284,301,284,284,301,284,301,284,301,284,284,301,301,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,301,284,301,284,284,284,301,301,301,284,301,301,301,301,301,284,301,284,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,284,284,284,301,301,301,301,301,301,301,301,301,301,284,284,301,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,284,284,301,301,301,301,284,284,284,284,284,301,284,301,301,301,291,290,293,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,284,301,284,284,284,284,301,284,301,301,301,295,301,301,300,284,300,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,263,77,261,261,261,261,261,261,261,284,301,301,301,301,284,301,301,301,301,284,284,284,284,284,284,302,287,290,294,284,302,293,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,263,,,261,261,261,261,261,261,261,284,284,284,284,301,301,284,301,284,284,301,301,284,299,284,301,285,294,284,284,284,292,286,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,401,,,261,261,261,261,261,261,261,301,301,284,301,301,301,301,301,284,301,284,301,299,284,284,284,300,301,284,284,284,301,289,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,261,261,261,261,261,261,261,284,284,301,284,284,284,301,301,284,284,301,301,284,284,284,301,302,287,287,287,293,284,300,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,261,261,261,261,261,261,261,284,284,284,301,301,301,301,301,301,284,301,284,284,301,284,284,285,,,,286,301,300,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,402,,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,284,284,301,301,284,301,301,284,302,,,231,236,301,289,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,261,261,190,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,77,261,261,261,261,261,261,261,284,284,284,301,284,284,301,284,284,284,284,284,301,284,301,284,302,,,,303,284,289,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,77,261,261,261,261,261,261,261,284,284,301,301,284,301,301,301,284,284,284,301,301,301,284,301,292,288,,288,294,301,300,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,65,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,284,301,284,284,301,284,289,301,284,291,294,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,263,261,261,263,261,261,263,261,263,263,261,,142,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,284,284,284,300,301,301,300,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,139,261,65,,261,65,,261,,,201,,67,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,301,301,299,301,289,284,284,300,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,261,263,261,263,263,263,261,261,261,261,261,261,261,,67,261,,,201,,139,261,430,140,261,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,284,300,284,301,289,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,189,261,261,261,261,261,261,261,261,261,76,261,76,76,76,261,261,261,261,261,261,261,,,201,,140,261,62,,201,,142,261,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,284,301,284,301,301,300,301,301,292,293,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,261,65,,261,62,,,261,261,261,261,261,261,261,426,141,261,,139,261,66,,261,,139,261,66,61,261,261,261,261,261,261,261,263,263,261,261,261,261,261,261,261,284,301,284,284,291,298,301,301,301,289,301,301,284,300,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,263,65,,,201,,142,376,263,263,263,263,263,263,261,62,,263,262,262,261,261,262,261,262,262,261,261,199,261,261,261,261,261,261,65,,,261,261,261,261,261,261,261,301,284,301,301,300,301,284,299,284,302,293,284,284,300,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,,,140,200,201,,,,,,,,,,201,,,,261,261,261,261,261,261,261,261,261,261,77,261,261,261,261,261,261,62,,,261,261,261,261,261,261,261,301,299,284,301,296,301,284,301,297,288,286,284,301,300,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,262,66,,,201,,139,376,262,262,262,262,262,262,261,262,262,262,261,261,261,261,261,261,261,261,261,261,,198,261,261,261,261,261,,,61,261,263,263,263,263,263,261,301,284,284,301,284,301,284,284,301,284,300,284,291,286,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,66,,261,,,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,198,198,261,261,261,261,,,,201,,,,,,201,290,290,290,290,290,290,290,290,290,290,288,290,,303,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,261,261,261,261,261,261,261,261,261,76,261,76,76,76,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,77,261,198,198,261,261,261,66,,,261,262,262,262,262,262,261,284,284,301,284,284,301,301,284,301,301,301,301,285,286,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,262,261,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,199,261,261,198,198,261,261,261,283,,261,261,261,261,261,261,261,301,284,295,301,299,284,295,284,284,284,301,301,292,303,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,261,261,261,198,198,261,261,,,261,261,261,261,261,261,261,284,297,303,301,301,297,,293,301,284,301,284,301,300,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,198,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,198,198,261,,,261,261,261,261,261,261,261,284,284,296,301,284,284,292,294,301,301,284,284,291,303,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,190,261,261,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,66,201,,,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,284,284,299,284,285,294,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,261,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,283,,261,261,261,261,261,261,261,301,301,301,301,295,284,301,301,301,284,284,284,300,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,263,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,,,261,261,261,261,301,284,284,284,284,301,284,300,284,301,284,301,301,284,284,302,293,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,261,261,261,261,301,284,284,284,284,284,284,300,284,291,298,284,291,287,287,288,303,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,186,261,261,261,186,261,261,261,261,284,284,301,301,301,284,301,284,301,284,284,284,301,284,301,284,284,284,284,301,284,284,261,261,261,261,261,261,261,261,261,62,,,261,261,261,261,301,284,284,301,301,299,284,285,290,286,301,284,292,,294,284,300,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,188,198,187,261,261,186,261,301,301,301,301,301,301,301,284,301,301,284,284,284,301,284,301,301,301,301,301,301,301,261,261,261,261,261,261,261,261,261,66,,,261,261,261,261,284,284,284,301,301,284,301,300,301,300,301,284,284,300,301,297,294,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,261,261,261,198,261,301,301,301,284,301,301,301,301,284,284,301,301,301,301,284,284,301,301,284,284,301,284,261,261,261,261,261,261,261,261,261,261,262,262,261,261,261,261,284,284,301,301,284,295,284,292,287,303,284,301,291,286,284,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,198,192,301,301,301,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,300,284,301,302,294,301,291,,286,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,303,301,301,301,301,284,284,284,301,301,301,301,301,301,284,301,284,301,284,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,302,293,301,289,301,301,302,,286,284,297,298,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,301,301,284,284,284,284,284,284,284,284,301,284,301,284,284,301,284,301,301,301,301,301,284,284,284,284,284,301,284,284,301,284,301,301,284,301,301,301,284,301,284,292,294,301,300,284,301,292,288,,293,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,198,261,284,284,301,301,284,301,284,284,301,301,284,284,301,301,284,284,301,284,301,284,301,301,301,284,284,284,301,284,284,301,284,284,301,301,284,284,301,284,301,301,284,301,301,284,284,284,289,301,284,301,301,302,294,301,295,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,189,187,198,186,284,301,301,284,301,284,301,284,301,301,301,301,284,301,284,301,301,301,301,301,301,284,301,301,284,284,301,301,284,284,301,284,301,301,284,284,284,301,284,301,284,284,301,301,284,284,300,284,284,291,287,303,301,284,289,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,186,186,188,198,192,301,301,301,284,284,284,301,284,301,301,284,284,301,284,284,284,295,301,301,284,284,301,284,301,284,284,284,284,301,301,284,284,284,301,301,301,284,284,301,284,295,301,301,301,284,291,303,301,301,302,,288,290,290,303,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,198,261,284,284,301,301,301,284,284,284,301,284,301,301,301,301,301,291,303,301,284,295,284,301,284,301,301,301,284,284,284,301,301,301,284,284,284,301,301,284,301,291,286,284,301,301,301,285,288,293,284,285,303,284,284,284,289,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,301,301,284,284,301,301,284,284,284,301,284,292,,293,301,300,284,301,284,301,284,284,301,301,301,284,284,284,301,284,301,284,301,284,301,292,303,301,301,284,284,296,301,289,301,285,294,301,284,301,300,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,192,301,301,301,301,284,284,284,284,299,284,301,301,284,301,301,284,285,,287,288,293,301,301,301,284,284,284,291,287,293,301,284,301,284,301,284,301,301,284,301,296,301,295,301,284,284,301,285,287,286,301,301,284,291,294,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,187,284,284,301,301,284,301,301,301,301,284,301,284,301,301,301,291,,,294,301,292,290,293,301,301,284,291,,288,288,290,293,301,284,284,284,301,299,301,284,301,284,300,301,301,284,284,302,288,,293,284,291,294,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,301,301,301,301,301,284,284,301,284,284,284,299,284,284,301,292,,286,284,301,284,284,289,301,291,287,,294,284,284,284,300,301,301,284,301,301,284,284,291,293,301,302,293,301,284,301,296,284,292,286,301,300,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,284,301,301,284,301,301,295,284,284,284,284,284,285,303,301,291,293,301,289,301,302,,294,301,284,301,301,285,287,287,68,301,301,301,301,285,303,284,285,,287,293,301,301,284,301,285,287,286,284,299,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,187,261,301,284,284,301,284,301,284,284,284,301,296,284,301,301,284,284,285,,290,,286,301,285,287,288,303,301,301,284,301,291,,,,68,301,301,301,301,285,,287,,288,,288,287,293,301,291,,288,,293,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,198,186,261,301,284,284,284,284,284,284,301,284,301,301,301,284,301,295,301,292,294,284,292,286,284,302,303,284,300,284,284,301,301,302,,,,68,284,301,284,284,292,,,286,284,300,301,285,303,284,302,286,284,285,286,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,188,424,186,188,284,301,301,301,301,284,301,301,284,297,287,293,301,284,296,301,301,284,301,284,289,301,285,,290,294,284,301,301,291,,,,,68,301,301,301,301,301,285,,,290,294,301,285,,287,,294,301,292,303,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,198,186,192,284,301,301,284,301,301,301,301,301,284,302,,287,293,284,284,291,293,301,301,289,284,285,286,301,284,284,301,284,292,,,,,68,284,291,293,301,297,,,294,301,284,301,302,,288,294,284,284,284,296,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,301,301,284,284,284,291,,,288,,287,287,288,286,284,291,286,284,285,294,284,284,301,301,284,301,292,,288,288,68,284,285,,293,284,292,286,301,301,284,284,285,303,284,284,299,301,284,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,291,290,293,284,301,284,301,284,302,,286,284,292,288,294,301,289,301,285,303,301,300,301,301,301,284,301,301,284,301,300,301,284,301,284,302,288,286,301,301,300,301,284,301,297,,303,301,301,284,295,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290,294,284,292,293,284,284,284,291,,,286,301,284,284,284,291,303,301,285,286,284,302,287,68,301,301,301,301,291,287,286,284,301,291,290,303,284,300,301,284,300,284,301,284,284,285,294,301,284,284,302,293,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,302,293,284,301,302,,,286,337,295,284,284,302,,287,288,294,284,302,,68,301,301,284,284,302,,303,284,291,303,284,302,287,286,301,291,303,284,301,295,284,300,284,301,284,301,292,294,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,285,286,284,284,285,,,303,337,285,293,301,292,,286,301,301,301,285,,68,284,284,301,284,292,,,287,,294,301,302,,294,284,285,294,301,301,289,284,289,284,295,301,284,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,192,284,284,301,284,302,,293,284,292,,,286,301,302,286,284,301,292,294,301,284,291,,,68,284,301,284,284,284,292,,288,303,301,284,285,286,284,284,289,301,301,284,300,301,292,290,286,284,284,301,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,261,284,301,301,284,285,,,293,301,292,288,303,301,292,,293,284,301,284,301,301,292,,288,68,301,284,284,284,301,284,296,301,289,284,284,302,,293,301,300,301,301,301,300,284,284,301,289,301,284,301,284,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,301,301,291,,,,294,301,301,301,300,301,301,292,286,284,301,301,284,284,284,296,301,301,301,301,301,284,301,284,301,284,300,301,301,292,,288,287,294,301,284,291,286,284,301,301,300,301,301,301,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,284,285,,288,286,301,284,301,284,300,301,301,301,300,301,284,284,301,284,301,284,301,301,284,284,284,284,284,301,284,284,296,284,301,284,296,301,296,284,299,284,292,,293,301,284,296,301,301,301,284,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,192,284,301,301,302,303,284,300,284,284,284,301,296,301,301,291,286,301,284,284,284,284,301,284,284,301,284,284,301,301,301,284,284,284,301,284,284,301,284,284,284,301,301,301,301,285,,298,301,284,301,301,301,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,189,261,261,261,284,284,284,285,,287,286,284,284,301,301,284,301,291,,294,284,301,284,301,301,301,301,301,284,284,301,301,301,284,299,301,284,284,301,301,301,301,284,301,301,301,284,291,,294,301,301,301,301,284,284,284,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,190,261,301,301,284,292,,,,293,284,284,284,301,284,302,286,284,284,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,301,301,299,284,284,284,301,301,299,284,284,292,303,284,284,297,298,284,284,301,301,299,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,191,261,261,261,186,261,301,284,301,301,302,,288,286,284,284,284,301,284,285,286,301,301,284,301,284,301,301,301,284,301,301,301,284,301,301,284,301,284,284,284,301,301,284,301,284,301,284,284,301,296,284,284,301,284,284,301,284,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,186,261,261,261,261,261,284,301,284,291,,303,301,300,301,284,301,295,301,302,,293,301,301,301,284,301,284,284,301,284,301,284,284,284,301,284,301,301,284,284,301,301,301,284,301,284,284,284,284,284,301,301,301,301,284,301,284,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,301,284,285,,,290,303,301,291,290,288,290,,,303,301,284,284,301,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,301,284,299,284,284,284,284,301,301,284,301,284,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,284,284,285,,303,301,296,337,289,284,284,284,302,,294,284,284,301,284,284,284,301,301,284,301,301,301,284,301,301,301,301,301,284,301,301,301,301,284,301,301,301,301,301,284,301,301,284,284,284,301,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,263,261,284,284,284,302,,286,284,284,301,302,293,301,291,,303,301,301,284,284,284,301,301,301,301,301,301,284,301,301,301,284,284,301,284,284,284,301,284,301,284,284,301,284,301,301,301,299,301,284,301,284,301,301,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,302,288,,293,301,291,,,287,,288,294,284,301,284,301,284,301,299,301,301,284,284,284,284,284,284,301,301,301,301,284,301,284,284,284,301,301,301,284,301,301,284,301,284,301,284,284,301,284,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,289,301,292,288,290,,,,,286,284,301,301,301,301,301,284,301,301,284,284,301,301,284,301,284,284,301,284,301,301,301,284,301,284,301,301,284,301,284,284,284,301,299,301,301,301,284,301,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,300,284,301,284,284,292,288,288,288,294,284,301,284,301,301,301,301,284,301,284,284,284,284,301,284,301,301,301,284,284,284,284,301,284,301,284,301,301,301,301,301,301,301,284,284,284,301,301,301,301,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,296,301,301,284,301,301,284,301,284,301,301,284,284,301,284,301,284,284,284,291,287,298,301,284,301,301,301,284,284,301,301,301,284,301,291,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,301,301,301,301,284,284,301,284,284,301,301,301,301,284,301,301,301,292,294,301,284,301,284,284,301,284,301,301,284,284,284,284,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,301,301,301,301,301,284,301,301,301,284,301,301,284,284,284,284,301,301,301,301,284,284,301,301,284,284,301,301,301,301,284,301,301,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,301,284,284,301,301,284,284,284,301,301,284,284,284,301,284,301,301,284,301,301,284,284,284,284,284,301,284,284,301,301,301,301,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,284,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,301,284,301,301,301,284,284,284,284,301,284,301,301,301,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,301,301,284,301,284,284,301,284,284,301,301,301,301,301,301,284,284,284,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,301,301,301,284,301,284,301,284,301,301,284,284,284,301,284,284,284,301,284,301,301,284,301,301,301,301,301,301,284,284,301,301,301,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,301,301,284,301,284,284,301,301,284,284,301,301,301,301,301,301,284,301,301,284,284,284,284,284,284,301,301,301,301,301,301,301,284,302,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,284,301,284,284,301,284,284,301,301,301,284,301,301,284,284,284,301,301,284,301,284,284,284,284,284,284,301,299,284,284,284,284,284,285,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,284,284,284,284,284,301,301,284,301,284,301,301,301,301,301,284,284,284,284,301,284,284,301,284,301,301,301,284,301,301,284,284,284,302,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;6022 posEnd=1922;6022 posCurrent=1922;6022 step=1 time=0 phase=712 channel=10 icon=178 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;6020 posEnd=2114;6020 posCurrent=2114;6020 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4356 posEnd=1730;4356 posCurrent=1730;4356 step=1 time=0 phase=712 channel=10 icon=34 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4360 posEnd=2818;4360 posCurrent=2818;4360 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;6276 posEnd=2754;6276 posCurrent=2754;6276 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;6084 posEnd=3522;6084 posCurrent=3522;6084 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;5704 posEnd=3074;5704 posCurrent=3074;5704 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3716 posEnd=2434;3716 posCurrent=2434;3716 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3140 posEnd=5314;3140 posCurrent=5314;3140 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3076 posEnd=5058;3076 posCurrent=5058;3076 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3140 posEnd=5506;3140 posCurrent=5506;3140 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3652 posEnd=2562;3652 posCurrent=2562;3652 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;6208 posEnd=2754;6208 posCurrent=2754;6208 step=1 time=0 phase=712 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;6276 posEnd=2818;6276 posCurrent=2818;6276 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;6276 posEnd=2882;6276 posCurrent=2882;6276 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;6208 posEnd=2818;6208 posCurrent=2818;6208 step=1 time=0 phase=712 channel=10 icon=52 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;4928 posEnd=2816;4928 posCurrent=2816;4928 step=1 time=0 phase=712 channel=1 icon=33 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4936 posEnd=2498;4936 posCurrent=2498;4936 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3072;4928 posEnd=3072;4928 posCurrent=3072;4928 step=1 time=0 phase=712 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3008;4928 posEnd=3008;4928 posCurrent=3008;4928 step=1 time=0 phase=712 channel=1 icon=32 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;5828 posEnd=4610;5828 posCurrent=4610;5828 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;5888 posEnd=4864;5888 posCurrent=4864;5888 step=1 time=0 phase=712 channel=1 icon=32 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4936 posEnd=2562;4936 posCurrent=2562;4936 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4932 posEnd=3138;4932 posCurrent=3138;4932 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3972 posEnd=2242;3972 posCurrent=2242;3972 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;4100 posEnd=2434;4100 posCurrent=2434;4100 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2756 posEnd=2434;2756 posCurrent=2434;2756 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3524 posEnd=2242;3524 posCurrent=2242;3524 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2756 posEnd=2690;2756 posCurrent=2690;2756 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=4160;4864 posEnd=4480;4864 posCurrent=4359;4864 step=4 time=19 phase=712 channel=1 icon=284 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4232 posEnd=4930;4232 posCurrent=4930;4232 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3136;6272 posEnd=3328;6272 posCurrent=3180;6272 step=2 time=7 phase=712 channel=10 icon=69 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;5704 posEnd=3138;5704 posCurrent=3138;5704 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3200;5824 posEnd=3200;5888 posCurrent=3200;5869 step=4 time=3 phase=712 channel=10 icon=69 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3712;6272 posEnd=3840;6272 posCurrent=3756;6272 step=2 time=7 phase=712 channel=10 icon=69 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3656 posEnd=4418;3656 posCurrent=4418;3656 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=4224;6208 posEnd=4416;6208 posCurrent=4268;6208 step=2 time=7 phase=712 channel=10 icon=69 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5380 posEnd=4162;5380 posCurrent=4162;5380 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;5312 posEnd=4096;5376 posCurrent=4096;5357 step=4 time=3 phase=712 channel=10 icon=69 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;5824 posEnd=4544;5824 posCurrent=4544;5824 step=1 time=0 phase=712 channel=1 icon=33 \r\nMoveObject: type=4 stepAdvance=120 stepRecede=120 timeStopStart=20 timeStopEnd=20 posStart=4736;5248 posEnd=4480;5248 posCurrent=4480;5248 step=3 time=2 phase=712 channel=10 icon=65 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4292 posEnd=4290;4292 posCurrent=4290;4292 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4160;4032 posEnd=4288;4032 posCurrent=4204;4032 step=2 time=7 phase=712 channel=10 icon=69 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3972 posEnd=4802;3972 posCurrent=4802;3972 step=1 time=0 phase=712 channel=10 icon=5 \r\nMoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=2560;3072 posEnd=2560;3648 posCurrent=2560;3072 step=2 time=0 phase=712 channel=1 icon=261 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3848 posEnd=3778;3848 posCurrent=3778;3848 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;5896 posEnd=4930;5896 posCurrent=4930;5896 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;4936 posEnd=4994;4936 posCurrent=4994;4936 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;5192 posEnd=4418;5192 posCurrent=4418;5192 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;4808 posEnd=4610;4808 posCurrent=4610;4808 step=1 time=0 phase=712 channel=10 icon=192 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5960 posEnd=3970;5960 posCurrent=3970;5960 step=1 time=0 phase=712 channel=10 icon=192 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=4608;4288 posEnd=4864;4288 posCurrent=4704;4288 step=4 time=25 phase=712 channel=1 icon=338 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;6020 posEnd=2178;6020 posCurrent=2178;6020 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;6020 posEnd=2242;6020 posCurrent=2242;6020 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1992 posEnd=2050;1992 posCurrent=2050;1992 step=1 time=0 phase=712 channel=10 icon=22 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;6020 posEnd=2306;6020 posCurrent=2306;6020 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;6020 posEnd=2370;6020 posCurrent=2370;6020 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;6020 posEnd=2434;6020 posCurrent=2434;6020 step=1 time=0 phase=712 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;6084 posEnd=2562;6084 posCurrent=2562;6084 step=1 time=0 phase=712 channel=10 icon=16 \r\n"); + worlds.Add(123, "DescFile: posDecor=0;1450 dimDecor=100;100 world=0 music=8 region=19 blupiPos=130;1734 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,263,263,261,261,263,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,139,261,65,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,140,261,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,62,,263,,142,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,,,,139,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,,262,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,263,263,261,,142,261,76,283,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,143,139,263,262,283,261,422,143,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,,263,140,261,,139,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,,,,263,,61,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,262,,,,,140,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,76,283,261,142,141,262,262,283,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,263,283,283,261,65,141,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,,,,263,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,62,,,262,,,,142,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,66,,141,261,424,262,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,262,262,261,76,261,142,139,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,,261,262,262,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,67,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,261,261,261,263,263,263,263,263,263,263,263,263,61,263,263,263,263,263,263,263,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,262,262,261,261,261,143,140,143,140,139,141,139,142,143,376,139,143,141,139,142,141,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,141,141,141,142,141,141,142,143,139,,,,142,140,142,141,139,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,142,143,143,139,,140,,,,141,377,139,142,142,140,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,141,139,143,142,,,,,,143,,,141,140,140,141,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,140,143,142,139,,,,,139,377,143,142,376,142,140,143,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,143,143,143,141,376,141,139,141,,143,142,,141,143,142,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,140,142,142,141,,,,,,143,141,377,139,139,140,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,139,142,139,142,143,141,375,139,,,142,,,140,139,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,143,142,142,139,,,,140,139,,,,,140,142,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,140,140,142,139,143,,,,,,142,375,139,376,139,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,,,,,,,143,143,376,139,,142,,139,140,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,140,375,139,,,143,141,143,142,,143,,139,140,140,140,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,141,,,142,139,139,143,141,375,139,141,141,142,140,141,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,141,142,,,140,,142,141,,,143,141,139,141,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,141,143,142,140,375,142,,,141,,,,139,143,142,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,143,139,142,141,377,139,,,,,,,,142,141,142,139,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,140,140,139,,,,143,,,141,143,,,140,140,141,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,142,143,140,143,,,140,377,141,143,,,,141,142,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,140,140,140,139,,,,141,,142,139,,,,140,140,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,143,140,139,142,,,142,143,,,143,140,,,143,139,141,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,143,140,142,,,140,142,,,,,141,143,376,139,140,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,140,140,142,,,140,,,142,376,143,143,,,141,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,140,139,139,142,,,,139,139,,142,142,,,139,139,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,143,140,139,140,140,142,143,375,140,,,,142,375,141,141,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,139,140,140,139,140,143,,,142,141,,,,,143,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,141,140,140,140,139,142,,,143,139,143,,,140,140,142,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,141,141,142,142,142,142,142,377,140,,141,377,377,141,142,143,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,141,141,142,139,139,,,,,142,,,,141,142,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,261,261,261,261,261,142,143,139,141,139,,,,,,,,,,,143,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,262,262,262,262,262,262,261,261,261,261,261,141,139,141,141,140,143,143,,,,140,140,141,143,143,142,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,261,261,261,261,261,261,261,261,261,261,261,143,143,139,141,140,140,143,142,140,429,140,141,143,140,139,143,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,261,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,262,262,262,262,61,262,262,262,262,262,262,262,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,,261,261,261,261,261,261,261,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n262,262,262,262,261,261,261,261,261,261,261,261,261,261,263,261,263,65,263,263,261,261,65,,,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,403,261,,,,,263,261,77,262,,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,,,,,,261,,261,,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,61,263,,,,,61,263,,261,262,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,61,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,61,262,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,,,263,62,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,263,263,,,,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,401,,,262,62,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,,,,261,,,,,,,67,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,,,61,263,,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,61,262,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,62,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,402,,,,262,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,262,66,,,261,62,,,,262,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,402,,261,,,262,262,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,261,77,262,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,432,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,263,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,401,,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,401,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,263,,,283,283,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,403,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,262,,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,283,283,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,263,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,403,,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,262,62,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,283,283,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,402,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,66,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,401,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,66,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,403,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;1536 posEnd=3456;1536 posCurrent=3456;1536 step=1 time=0 phase=858 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;1536 posEnd=3520;1536 posCurrent=3520;1536 step=1 time=0 phase=858 channel=1 icon=32 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1476 posEnd=130;1476 posCurrent=130;1476 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1348 posEnd=1026;1348 posCurrent=1026;1348 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1476 posEnd=450;1476 posCurrent=450;1476 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1732 posEnd=898;1732 posCurrent=898;1732 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1284 posEnd=1538;1284 posCurrent=1538;1284 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;964 posEnd=5186;964 posCurrent=5186;964 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1796 posEnd=2050;1796 posCurrent=2050;1796 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1860 posEnd=2818;1860 posCurrent=2818;1860 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1860 posEnd=3202;1860 posCurrent=3202;1860 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1348 posEnd=2562;1348 posCurrent=2562;1348 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;964 posEnd=5442;964 posCurrent=5442;964 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;1096 posEnd=6146;1096 posCurrent=6146;1096 step=1 time=0 phase=858 channel=10 icon=27 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1732 posEnd=194;1732 posCurrent=194;1732 step=1 time=0 phase=858 channel=10 icon=34 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;1096 posEnd=6210;1096 posCurrent=6210;1096 step=1 time=0 phase=858 channel=10 icon=27 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=4224;960 posEnd=4224;1344 posCurrent=4224;992 step=4 time=55 phase=858 channel=1 icon=261 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;1096 posEnd=6082;1096 posCurrent=6082;1096 step=1 time=0 phase=858 channel=10 icon=27 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;900 posEnd=4354;900 posCurrent=4354;900 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;900 posEnd=3842;900 posCurrent=3842;900 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;964 posEnd=4738;964 posCurrent=4738;964 step=1 time=0 phase=858 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;964 posEnd=5698;964 posCurrent=5698;964 step=1 time=0 phase=858 channel=10 icon=1 \r\n"); + worlds.Add(124, "DescFile: posDecor=0;5150 dimDecor=100;100 world=0 music=8 region=27 blupiPos=66;5446 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,263,263,261,263,261,261,261,261,263,263,261,261,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,263,65,,,263,,261,261,261,263,,,261,261,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,261,261,,,,,,,261,263,65,,,,261,261,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,,,61,262,,262,261,,,61,262,262,261,261,261,262,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,,,,261,61,263,261,62,,,263,129,129,129,261,261,262,62,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,,,,261,,,261,66,,,,114,114,114,261,261,263,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,262,,,261,262,423,263,263,262,262,66,114,114,114,261,261,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,65,,67,261,261,,,,261,261,261,114,114,114,261,261,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,62,,,263,261,66,,,92,261,261,114,114,114,261,261,62,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,263,,,,,261,261,262,,92,261,261,114,114,114,261,263,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,,,,61,262,261,261,65,,92,261,261,114,114,114,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,65,,,,,261,261,261,62,,92,91,261,114,114,114,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,,,262,261,261,261,,,92,91,261,114,114,114,261,,,,,262,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,,,262,262,261,261,261,261,,,92,261,261,114,114,114,261,262,,,,261,,262,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,425,262,261,261,261,261,261,261,,,92,261,261,114,114,114,261,261,,262,,261,283,261,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,263,,92,261,91,261,261,261,261,,,92,261,261,283,283,114,261,261,283,261,,261,,261,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,261,,,92,91,91,91,91,261,261,66,,261,261,261,114,114,114,261,263,,261,262,261,,263,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,92,91,91,91,91,91,261,263,77,261,261,261,114,114,114,261,,,261,263,261,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,62,,92,261,91,91,91,91,261,,,92,261,261,114,114,114,261,62,,263,,263,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,262,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,62,,92,261,91,91,91,91,261,262,,92,91,261,114,114,114,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,262,262,261,263,261,262,262,,,,,,,,262,262,262,,,,,,,,,,,,,,,,,262,262,262,,,,,,,,,261,261,261,,,92,91,91,91,91,261,261,263,,92,91,261,114,114,114,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,262,261,261,263,77,263,263,261,262,,,,,262,262,263,263,261,262,,,,,,,,,,,,,262,262,262,261,261,261,262,,,,,,,,261,261,261,262,,92,91,91,91,261,261,261,,,92,261,261,114,114,114,261,262,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,261,261,65,,,,,263,263,283,283,283,283,263,65,,,261,261,,,,,,,,,,,262,262,261,261,261,261,261,261,261,262,,,,,,67,261,261,261,65,,92,91,91,261,261,261,261,283,77,261,261,261,114,114,114,261,261,,262,,,,,,262,,\r\n,,,,,,,,,,,,,,,,,,,,,,,261,331,,61,283,62,,,,,,,,,,,61,261,263,,,,,,,,,,262,261,261,261,261,263,261,263,261,261,261,262,262,262,262,,,261,261,261,,,92,91,91,91,91,261,261,,61,263,261,261,114,114,114,261,261,283,261,,262,,262,,261,,\r\n,,,,,,,,,,,,,,,,,,,,,,,261,261,66,,,,,262,262,283,283,283,283,262,66,,,261,,,,,,,,,,262,261,261,261,261,261,77,263,,261,261,261,261,263,261,261,262,262,261,261,261,283,,92,261,91,91,91,91,261,,,,263,261,114,114,114,261,261,,261,283,261,,261,262,261,,\r\n,,,,,,,,,,,,,,,,,,,,,,,263,261,261,262,77,262,262,261,263,,,,,263,261,77,262,261,,,,,,,,,,261,261,261,261,263,65,,,,263,263,261,263,77,261,261,261,261,261,261,261,,,92,91,91,91,91,91,261,,,,,261,114,114,114,261,261,,263,,261,283,261,263,261,283,\r\n,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,262,261,263,263,,,,,,,261,61,261,263,,,,,,,,,,263,261,261,261,,,61,283,,,,263,,,261,261,261,261,261,261,261,62,,92,91,91,91,91,261,261,,,,61,261,114,114,114,261,263,62,,,261,,263,,261,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,263,263,263,263,,,,,,,,,261,,261,,,,,,,,,,,,261,261,261,262,,,,,262,66,,,283,263,261,261,261,261,261,261,,,92,261,91,91,261,261,261,66,,,,261,114,114,114,261,,,,,263,,,,261,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,,261,,,,,,,,,,,,263,261,261,261,262,77,262,,261,261,262,62,,,261,261,261,261,261,261,262,427,261,261,261,261,261,261,261,261,,,,261,114,114,114,261,,,,,,,,,263,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,263,77,261,,,,,,,,,,,,,261,261,263,263,61,261,262,261,261,261,,,,261,261,261,261,261,261,261,,92,91,91,91,91,91,261,261,62,,,261,114,114,114,261,283,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,,,,261,262,,,,,,,,,,,61,261,261,,,,261,261,261,261,261,,,283,261,261,261,261,261,263,261,262,261,261,261,261,261,91,261,261,,262,77,263,114,114,262,261,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,,,,68,261,,,,,,,,,,,,261,261,77,262,262,261,261,261,261,261,,,,68,261,261,261,65,,263,263,261,261,261,261,261,91,91,261,262,261,,,114,262,261,263,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,66,,262,261,263,,,,,,,,,,,262,261,65,,261,261,261,261,261,261,261,,,,68,261,261,261,,,,,263,261,261,261,261,261,91,261,261,263,283,262,262,263,263,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,199,261,263,,,,,,,,,,,67,261,263,62,,261,261,261,261,261,261,261,62,,,68,261,261,261,,,,,,92,91,261,261,261,91,261,261,,,263,261,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,263,199,261,,,,,,,,,,,,,261,,,,261,261,261,261,261,261,261,,,,68,261,261,261,262,,,,,261,91,261,261,261,91,261,261,62,,,263,62,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,65,,,261,262,,,,,,,,,,,262,261,,,61,261,261,261,261,261,261,261,,,,68,261,261,261,263,62,,,262,261,91,91,261,261,91,261,263,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,62,,,68,261,,,,,,,,,,,261,261,,,61,261,261,261,261,261,261,263,,,262,261,261,261,261,,,,262,261,261,261,91,91,261,91,261,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,262,261,261,,,,,,,,,,61,261,261,,,,92,261,261,261,261,261,,,,261,261,261,261,65,,,262,261,261,261,261,261,91,261,91,261,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,77,283,261,263,263,,,,,,,,,,,263,261,,,,92,261,261,261,261,261,262,62,,261,261,261,261,,,,92,91,261,261,261,91,91,261,91,261,262,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,261,,,,,,,,,,,,,,261,62,,,261,261,261,261,261,261,261,,67,261,261,261,261,62,,,92,91,91,261,261,91,261,261,91,261,261,283,62,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,263,62,61,261,,,,,,,,,,262,262,262,262,261,,,,261,261,261,261,263,261,263,,,261,261,261,261,,,,92,91,91,261,261,91,261,261,91,261,261,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,,261,,,,,,,262,262,262,261,261,261,261,261,66,,262,261,261,261,261,,263,,,,261,261,261,261,,,,92,91,91,261,261,91,91,91,91,261,261,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,263,,,,261,283,262,262,283,283,283,263,261,261,261,261,263,261,261,261,77,261,261,261,261,65,,,,,262,261,261,261,261,,,,92,91,261,261,261,263,261,263,261,261,261,262,,,,,,,,,,,,,,,,,\r\n262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,,,,,,,,,,,,,,,,,261,,,,283,263,,263,263,,,,,263,263,263,65,,263,263,65,61,263,261,261,263,62,,,,262,261,261,261,261,261,,,,261,261,263,263,261,,263,,261,261,261,261,262,262,262,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,261,66,,,,,,,,,,,,,,,,,,,,,,261,261,,,,262,262,261,261,261,261,261,261,,262,61,261,263,,,263,62,,,263,261,261,261,261,263,261,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,262,261,261,,,262,261,261,261,261,261,261,261,261,262,261,429,261,,,,,,,,,263,263,263,263,,263,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,261,261,262,66,,,,,,262,262,262,66,,262,262,62,,,262,262,77,261,261,261,,262,261,261,261,261,263,263,263,263,261,261,261,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,263,263,261,261,262,262,262,262,283,263,263,263,263,283,263,261,,,,261,261,,261,261,261,,261,261,261,261,261,401,,403,,261,261,261,,261,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,263,263,261,261,261,263,,,,,,,,263,262,262,262,261,261,,261,261,261,62,263,263,263,263,263,77,262,262,77,261,261,261,,92,91,261,262,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,263,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,263,263,263,,,,,,,,,,263,261,261,261,261,77,261,261,261,402,,403,,,,,261,261,61,261,261,261,66,261,91,261,261,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,65,,261,91,91,91,91,91,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,401,61,261,261,261,262,262,262,77,262,262,262,261,261,,261,261,261,261,261,91,261,261,262,62,,,,,,,,,,,,,,,,,,,,,,,\r\n261,62,,92,91,91,91,91,91,91,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,261,261,,,261,261,261,261,261,261,,261,261,261,261,263,,261,261,261,261,261,91,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,62,,261,261,261,261,261,261,62,261,261,261,65,,,263,261,261,261,261,91,261,263,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,402,,261,261,261,261,261,261,77,261,261,261,,,,,261,261,263,261,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,62,,92,91,91,91,91,91,91,91,261,261,261,261,261,261,262,262,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,262,262,261,261,261,261,261,261,,261,261,261,332,,,,261,261,,261,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,62,,261,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,261,261,261,261,261,261,403,261,261,261,62,,,,261,261,,261,91,261,262,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,261,91,91,91,91,91,91,91,261,261,261,261,261,261,263,261,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,,261,261,261,331,,,,261,261,61,261,91,261,261,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,65,,92,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,263,263,261,261,261,261,261,261,77,261,261,261,,,,,261,261,,92,91,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,,,92,91,261,262,,,,,,,,262,,,,,,,,262,,,,,,,,,262,262,,,,,,,261,261,261,261,261,261,61,261,261,261,330,,,,261,261,,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,92,91,91,261,263,261,261,91,261,261,261,261,261,,,92,91,261,261,262,,,262,,,262,261,262,,,,,,262,261,262,262,,,,,262,262,261,261,262,262,,,,262,261,261,261,261,261,261,,261,261,261,,,,,261,261,,92,91,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,261,91,91,261,,261,261,91,261,261,261,261,261,62,,263,263,263,263,263,283,283,263,283,283,263,263,263,283,283,283,283,283,263,263,263,263,283,283,283,283,263,263,263,263,263,263,283,283,283,263,263,263,263,263,263,263,77,263,263,65,,,,262,261,261,,261,91,261,261,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,,,261,91,91,261,,92,261,91,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,403,,,,,,262,262,263,129,261,,261,91,261,261,62,,,,,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262\r\n261,,,261,91,91,261,,92,91,91,261,261,261,261,261,,,262,262,262,262,262,283,283,283,283,262,262,262,283,283,262,262,283,283,262,262,262,283,283,283,283,283,262,262,262,262,262,262,283,283,283,262,262,262,262,262,283,261,402,,,262,431,263,65,,114,261,262,261,91,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,,,92,91,91,261,,92,261,91,261,261,261,261,261,,,92,91,261,261,263,,,,,263,263,263,,,263,263,,,263,263,261,,,,,,263,261,261,261,261,263,,,,263,263,261,261,263,,263,262,262,262,261,,,,262,114,261,261,261,91,261,261,262,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,,,92,91,91,261,,261,261,91,261,263,261,261,261,,,92,91,261,263,,,,,,,,,,,,,,,,,263,,,,,,,263,261,263,263,,,,,,,261,263,,,,263,261,261,261,62,,262,261,114,263,263,261,91,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,,,92,91,91,261,262,261,261,91,261,,261,261,261,66,,92,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,61,263,,,,,,263,261,261,67,262,261,261,114,,,92,91,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,,,92,91,91,91,91,91,91,91,261,62,92,261,261,261,262,261,91,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,263,261,261,114,,,261,261,261,261,261,,,,,261,261,261,261,261,261,263,263,261,263,263,261,263,263,261,263,263,261,261,261\r\n261,62,,92,91,91,91,91,91,91,91,261,,92,91,91,91,91,91,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,261,66,,263,261,114,262,262,261,261,261,261,263,,,,,261,261,261,261,261,261,140,139,261,142,140,261,142,139,261,139,143,261,261,261\r\n261,,,92,91,91,91,91,91,91,91,261,,92,261,261,261,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,263,114,261,261,263,263,263,263,,,,,,261,261,261,261,261,261,,,263,,,261,,,263,,,261,261,261\r\n330,,,92,91,91,91,91,91,91,91,261,,261,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,262,66,,114,261,261,,,,,,,,,,261,261,261,261,261,261,,,,,,261,,,,,,261,261,261\r\n261,,,92,91,91,91,91,91,91,91,261,262,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,263,261,261,,262,261,261,62,,,,,,,,,261,261,261,261,261,261,283,437,262,236,236,263,236,236,262,236,236,261,261,261\r\n261,,,92,91,91,91,91,91,91,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,262,261,261,261,,,,,,,,,,261,261,261,261,261,261,,,261,,,,,,261,,,261,261,261\r\n261,66,,261,91,91,91,91,91,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,263,263,263,263,,,,,,,,,,261,261,261,261,261,261,332,,261,,,262,,,261,,,261,261,261\r\n261,261,262,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,142,140,261,139,143,261,141,139,261,141,142,261,261,261\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,262,262,261,262,262,261,262,262,261,262,262,261,261,261\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261\r\n263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,203,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,203,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,23,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,203,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,25,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,23,,,,,,,203,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,203,,,203,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,24,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,25,,,,\r\n,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,24,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,25,,,,,,,\r\n,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,25,,,23,,,,\r\n,24,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5572 posEnd=642;5572 posCurrent=642;5572 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4488 posEnd=1986;4488 posCurrent=1986;4488 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3204 posEnd=2946;3204 posCurrent=2946;3204 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4612 posEnd=2050;4612 posCurrent=2050;4612 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5252 posEnd=642;5252 posCurrent=642;5252 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;4868 posEnd=258;4868 posCurrent=258;4868 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;4868 posEnd=514;4868 posCurrent=514;4868 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;4932 posEnd=578;4932 posCurrent=578;4932 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5184 posEnd=1218;5184 posCurrent=1218;5184 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5184 posEnd=1282;5184 posCurrent=1282;5184 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3400 posEnd=3266;3400 posCurrent=3266;3400 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1024 posEnd=3778;1024 posCurrent=3778;1024 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;1024 posEnd=4034;1024 posCurrent=4034;1024 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=1536;3712 posEnd=1792;3712 posCurrent=1760;3712 step=2 time=35 phase=1212 channel=10 icon=74 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3968 posEnd=2050;3968 posCurrent=2050;3968 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4036 posEnd=2562;4036 posCurrent=2562;4036 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;4288 posEnd=3392;4288 posCurrent=3392;4288 step=1 time=0 phase=1212 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3264;4224 posEnd=3264;4224 posCurrent=3264;4224 step=1 time=0 phase=1212 channel=1 icon=32 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;452 posEnd=4098;452 posCurrent=4098;452 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;452 posEnd=3842;452 posCurrent=3842;452 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5572 posEnd=1282;5572 posCurrent=1282;5572 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=1600;5312 posEnd=1984;5312 posCurrent=1773;5312 step=4 time=33 phase=1212 channel=10 icon=74 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1152;5248 posEnd=1344;5248 posCurrent=1305;5248 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;5316 posEnd=706;5316 posCurrent=706;5316 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;4932 posEnd=66;4932 posCurrent=66;4932 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4996 posEnd=1154;4996 posCurrent=1154;4996 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4996 posEnd=1602;4996 posCurrent=1602;4996 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=1024;4928 posEnd=1280;4928 posCurrent=1280;4928 step=3 time=13 phase=1212 channel=10 icon=88 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1472;4928 posEnd=1664;4928 posCurrent=1625;4928 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=90 stepRecede=90 timeStopStart=47 timeStopEnd=47 posStart=960;4800 posEnd=1344;4800 posCurrent=1181;4800 step=2 time=52 phase=1212 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=1408;4800 posEnd=1664;4800 posCurrent=1664;4800 step=3 time=13 phase=1212 channel=10 icon=88 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4868 posEnd=1730;4868 posCurrent=1730;4868 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2432;4416 posEnd=2688;4416 posCurrent=2486;4416 step=4 time=19 phase=1212 channel=1 icon=261 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2432;4544 posEnd=2624;4544 posCurrent=2585;4544 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2496;4544 posEnd=2624;4544 posCurrent=2624;4544 step=3 time=27 phase=1212 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2496;4608 posEnd=2688;4608 posCurrent=2649;4608 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;3400 posEnd=3330;3400 posCurrent=3330;3400 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2624;4608 posEnd=2496;4608 posCurrent=2496;4608 step=3 time=27 phase=1212 channel=10 icon=87 \r\nMoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=3456;4480 posEnd=3840;4480 posCurrent=3629;4480 step=4 time=33 phase=1212 channel=10 icon=74 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;4356 posEnd=4098;4356 posCurrent=4098;4356 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;136 posEnd=3202;136 posCurrent=3202;136 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=4352;256 posEnd=4480;256 posCurrent=4480;256 step=3 time=27 phase=1212 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=150 stepRecede=150 timeStopStart=47 timeStopEnd=47 posStart=3648;640 posEnd=4288;640 posCurrent=3648;640 step=1 time=18 phase=1212 channel=10 icon=80 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3456;640 posEnd=3584;640 posCurrent=3584;640 step=3 time=27 phase=1212 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=3328;448 posEnd=3520;512 posCurrent=3481;499 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=3392;320 posEnd=3648;256 posCurrent=3648;256 step=3 time=13 phase=1212 channel=10 icon=88 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2496;4672 posEnd=2624;4672 posCurrent=2624;4672 step=3 time=27 phase=1212 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=3840;256 posEnd=4032;320 posCurrent=3993;307 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=4288;384 posEnd=4480;512 posCurrent=4441;486 step=2 time=36 phase=1212 channel=10 icon=79 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3968 posEnd=1986;3968 posCurrent=1986;3968 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;5188 posEnd=1922;5188 posCurrent=1922;5188 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4356 posEnd=2818;4356 posCurrent=2818;4356 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;4484 posEnd=3906;4484 posCurrent=3906;4484 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=2816;3456 posEnd=2816;2880 posCurrent=2816;3158 step=2 time=28 phase=1212 channel=1 icon=261 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2880;2944 posEnd=2880;2624 posCurrent=2880;2752 step=2 time=18 phase=1212 channel=1 icon=261 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2816;2304 posEnd=2816;2624 posCurrent=2816;2496 step=2 time=18 phase=1212 channel=1 icon=261 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2560;3776 posEnd=2816;3776 posCurrent=2784;3776 step=2 time=35 phase=1212 channel=10 icon=74 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2820 posEnd=2754;2820 posCurrent=2754;2820 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2436 posEnd=2754;2436 posCurrent=2754;2436 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3588 posEnd=1666;3588 posCurrent=1666;3588 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=1984;4096 posEnd=2240;4096 posCurrent=2038;4096 step=4 time=19 phase=1212 channel=1 icon=261 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3968 posEnd=2242;3968 posCurrent=2242;3968 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=2368;3520 posEnd=2432;3520 posCurrent=2419;3520 step=2 time=12 phase=1212 channel=10 icon=79 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;6148 posEnd=4546;6148 posCurrent=4546;6148 step=1 time=0 phase=1212 channel=10 icon=32 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3968 posEnd=2306;3968 posCurrent=2306;3968 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;776 posEnd=4162;776 posCurrent=4162;776 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;776 posEnd=4418;776 posCurrent=4418;776 step=1 time=0 phase=1212 channel=10 icon=27 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;5572 posEnd=1346;5572 posCurrent=1346;5572 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;5440 posEnd=450;5440 posCurrent=450;5440 step=1 time=0 phase=1212 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5572 posEnd=1858;5572 posCurrent=1858;5572 step=1 time=0 phase=1212 channel=10 icon=14 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;5572 posEnd=962;5572 posCurrent=962;5572 step=1 time=0 phase=1212 channel=10 icon=7 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;5316 posEnd=258;5316 posCurrent=258;5316 step=1 time=0 phase=1212 channel=10 icon=14 \r\n"); + worlds.Add(125, "DescFile: posDecor=800;600 dimDecor=100;100 world=0 music=7 region=2 blupiPos=1218;838 blupiDir=1 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,262,262,,,262,262,,,262,76,283,262,262,,,,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,261,261,262,,261,261,262,262,261,262,,261,263,262,76,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,261,261,263,262,261,263,263,76,263,263,283,263,76,263,283,263,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,261,261,,263,261,,,,,,,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,261,261,,,261,76,262,262,283,262,76,262,283,262,262,199,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,263,261,262,283,261,,261,261,76,261,261,261,76,263,263,61,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,261,261,,261,67,261,261,262,261,261,65,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,262,261,263,283,263,76,261,261,261,261,261,,,262,142,139,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n262,262,261,304,305,305,305,305,261,261,261,261,261,77,283,261,262,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,263,263,76,262,261,261,261,261,261,,,263,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,65,,,61,261,261,261,261,261,261,62,,,263,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,261,261,261,261,66,,,,263,261,261,262,262,262,262,262,262,262,262,262,262,76,262,,,,,262,283,262,262,76,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,261,261,261,261,263,139,142,,140,261,261,261,261,261,261,261,261,261,261,263,261,261,261,262,76,262,262,261,,261,263,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,261,261,261,263,143,142,143,,142,261,261,261,261,261,261,261,261,261,261,76,263,263,263,263,283,263,263,263,283,263,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,261,261,261,142,143,140,142,,262,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,67,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,261,261,261,140,139,142,142,,261,261,261,261,261,261,261,261,261,261,261,62,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,261,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,261,62,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,62,,,,261,261,261,261,261,,,,262,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,283,76,76,76,76,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,76,76,76,262,261,261,261,261,261,76,262,262,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,76,76,76,261,261,261,263,263,263,67,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,68,261,261,,,,,261,263,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,68,261,261,,,262,262,261,139,263,,261,261,261,261,261,261,261,261,261,261,261,76,262,262,262,262,76,262,62,,,,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,68,261,261,76,262,261,261,261,143,140,141,261,261,261,263,263,263,263,263,263,263,263,262,261,261,261,263,76,261,,,,,76,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,76,76,76,263,261,261,,261,261,261,261,262,262,262,261,261,261,142,139,142,142,143,140,141,142,261,261,263,65,,61,263,,,,,,139,141,141,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,,261,261,261,261,261,261,261,261,261,261,142,139,141,141,143,140,140,139,261,261,,,,,140,139,283,283,283,141,262,143,143,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,,,261,261,,261,261,261,261,261,261,261,261,261,261,140,142,139,76,140,140,76,143,261,304,305,305,305,305,283,141,,,,,261,139,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,62,,,,261,261,76,263,263,263,76,263,263,263,263,76,263,76,140,140,,,,,61,261,,,,,,,140,,,,76,261,262,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,62,,,,263,263,62,,,,,,,,,,,,,,,,,,142,261,,,,,,,143,,,,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,66,,,,,,,,,,,,,,,,,,,,,,,,283,261,,,,,,,141,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,262,262,262,262,262,76,262,262,262,76,262,139,142,283,76,262,62,,,,,,,,261,304,305,305,305,305,141,262,66,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,143,140,141,261,261,,,,201,138,61,283,262,261,62,,,,,262,261,261,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,262,261,261,,,,201,138,,,261,261,,,,,61,263,261,261,283,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,261,261,,,,201,138,,,263,261,,,,,,,261,261,141,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,62,,,201,138,,,,261,304,305,305,305,305,283,261,261,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,,,,201,138,,,283,261,,,,,,,261,261,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,141,,,201,138,,,,261,,,,,,,261,65,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,142,142,141,261,138,,,283,261,62,,,,61,262,263,62,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,263,139,141,141,263,138,,,,261,304,305,305,305,305,263,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,139,140,142,262,138,202,,,262,261,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,262,140,139,263,138,,,262,261,261,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,141,143,,202,,,261,261,261,,,,,,,,,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,142,139,,,61,262,261,261,261,262,262,262,,,,,,139,76,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,140,142,,,,261,91,91,91,91,91,261,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,142,139,,,262,261,91,261,263,261,91,261,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,139,142,,,92,91,91,261,,92,91,261,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,139,139,,,92,91,91,261,,263,263,263,283,283,283,283,283,76,76,76,261,261,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,139,139,,,92,91,91,261,62,,,,,,,,,,,67,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,261,261,262,262,262,262,261,261,261,261,76,262,262,76,262,262,262,262,262,76,76,76,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,263,263,261,261,261,261,261,261,263,263,261,261,263,261,261,261,261,261,261,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,263,263,263,263,261,263,,,263,263,,263,263,263,261,263,261,62,,,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,,,263,,261,,,,261,263,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,,,,261,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,,261,262,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,261,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,,261,,,,261,263,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,262,261,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,,261,,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,262,261,261,62,,,261,262,263,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,76,76,76,261,261,283,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,283,262,262,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;388 posEnd=2242;388 posCurrent=2242;388 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;388 posEnd=2306;388 posCurrent=2306;388 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;388 posEnd=2370;388 posCurrent=2370;388 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;388 posEnd=2434;388 posCurrent=2434;388 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1668 posEnd=2754;1668 posCurrent=2754;1668 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1668 posEnd=2690;1668 posCurrent=2690;1668 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2500 posEnd=1666;2500 posCurrent=1666;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;2500 posEnd=1922;2500 posCurrent=1922;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2180 posEnd=2754;2180 posCurrent=2754;2180 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2180 posEnd=2882;2180 posCurrent=2882;2180 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2180 posEnd=2946;2180 posCurrent=2946;2180 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;2440 posEnd=2050;2440 posCurrent=2050;2440 step=1 time=0 phase=904 channel=10 icon=22 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2180 posEnd=2498;2180 posCurrent=2498;2180 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2180 posEnd=2434;2180 posCurrent=2434;2180 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2180 posEnd=2370;2180 posCurrent=2370;2180 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2116 posEnd=2242;2116 posCurrent=2242;2116 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;2048 posEnd=3458;2048 posCurrent=3458;2048 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2048 posEnd=3330;2048 posCurrent=3330;2048 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1856 posEnd=3266;1856 posCurrent=3266;1856 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1856 posEnd=3202;1856 posCurrent=3202;1856 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1856 posEnd=3138;1856 posCurrent=3138;1856 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2048 posEnd=3522;2048 posCurrent=3522;2048 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1732 posEnd=2818;1732 posCurrent=2818;1732 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1668 posEnd=2882;1668 posCurrent=2882;1668 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1668 posEnd=3010;1668 posCurrent=3010;1668 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1668 posEnd=3138;1668 posCurrent=3138;1668 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;1732 posEnd=3074;1732 posCurrent=3074;1732 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;1732 posEnd=2946;1732 posCurrent=2946;1732 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1604 posEnd=3202;1604 posCurrent=3202;1604 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1604 posEnd=3266;1604 posCurrent=3266;1604 step=1 time=0 phase=904 channel=10 icon=13 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2048 posEnd=3394;2048 posCurrent=3394;2048 step=1 time=0 phase=904 channel=10 icon=49 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2440 posEnd=2370;2440 posCurrent=2370;2440 step=1 time=0 phase=904 channel=10 icon=22 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;1024 posEnd=1472;1024 posCurrent=1472;1024 step=1 time=0 phase=904 channel=1 icon=143 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1728;1024 posEnd=1728;1024 posCurrent=1728;1024 step=1 time=0 phase=904 channel=1 icon=143 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1664;1024 posEnd=1664;1024 posCurrent=1664;1024 step=1 time=0 phase=904 channel=1 icon=143 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1536;1024 posEnd=1536;1024 posCurrent=1536;1024 step=1 time=0 phase=904 channel=1 icon=143 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1600;1024 posEnd=1600;1024 posCurrent=1600;1024 step=1 time=0 phase=904 channel=1 icon=143 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2440 posEnd=2434;2440 posCurrent=2434;2440 step=1 time=0 phase=904 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=896;1152 posEnd=896;512 posCurrent=896;1098 step=4 time=55 phase=904 channel=1 icon=261 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;388 posEnd=1410;388 posCurrent=1410;388 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;388 posEnd=1474;388 posCurrent=1474;388 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;388 posEnd=1538;388 posCurrent=1538;388 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;388 posEnd=1602;388 posCurrent=1602;388 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2944;1856 posEnd=2944;1920 posCurrent=2944;1901 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2688;1856 posEnd=2688;1920 posCurrent=2688;1901 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2432;1856 posEnd=2432;1920 posCurrent=2432;1901 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2440 posEnd=2114;2440 posCurrent=2114;2440 step=1 time=0 phase=904 channel=10 icon=22 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3648;1536 posEnd=3520;1664 posCurrent=3520;1664 step=3 time=35 phase=904 channel=10 icon=83 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2500 posEnd=4226;2500 posCurrent=4226;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2500 posEnd=4290;2500 posCurrent=4290;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2500 posEnd=4354;2500 posCurrent=4354;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2500 posEnd=4418;2500 posCurrent=4418;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2500 posEnd=4162;2500 posCurrent=4162;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2500 posEnd=3778;2500 posCurrent=3778;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2500 posEnd=3842;2500 posCurrent=3842;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=3520;2112 posEnd=3200;2304 posCurrent=3520;2112 step=1 time=4 phase=904 channel=10 icon=110 \r\nMoveObject: type=4 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=2560;2496 posEnd=3072;2496 posCurrent=2866;2496 step=4 time=97 phase=904 channel=10 icon=66 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2116 posEnd=1794;2116 posCurrent=1794;2116 step=1 time=0 phase=904 channel=10 icon=123 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1664;2112 posEnd=1792;2240 posCurrent=1786;2234 step=4 time=1 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1920;2112 posEnd=1792;1984 posCurrent=1798;1990 step=4 time=1 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1856;2240 posEnd=1920;2176 posCurrent=1901;2195 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1664;2048 posEnd=1728;1984 posCurrent=1709;2003 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;2240 posEnd=1664;2176 posCurrent=1683;2195 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;2048 posEnd=1856;1984 posCurrent=1875;2003 step=4 time=3 phase=904 channel=10 icon=72 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2500 posEnd=4098;2500 posCurrent=4098;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2500 posEnd=4034;2500 posCurrent=4034;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2500 posEnd=3970;2500 posCurrent=3970;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2500 posEnd=3906;2500 posCurrent=3906;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2500 posEnd=1730;2500 posCurrent=1730;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2500 posEnd=1794;2500 posCurrent=1794;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2500 posEnd=1858;2500 posCurrent=1858;2500 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;388 posEnd=1666;388 posCurrent=1666;388 step=1 time=0 phase=904 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;388 posEnd=1730;388 posCurrent=1730;388 step=1 time=0 phase=904 channel=10 icon=68 \r\n"); + worlds.Add(13, "DescFile: posDecor=900;2300 dimDecor=100;100 world=0 music=1 region=0 blupiPos=1282;2566 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,,,,,,,,,,10,,,,,,,,,,10,,,,,10,,,,,10,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,10,,,,,,,,,,10,,,,,,,,,,10,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,10,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,10,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,10,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,,57,,10,17,53,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,25,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,,10,59,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,10,10,,,,,,,,,10,10,10,10,10,25,,,,,51,,,,,56,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,51,,,,,,5,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,51,,,,,56,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,55,,,,10,59,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,25,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,10,15,54,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,27,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,,58,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,18,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,5,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,5,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,19,,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,,,,57,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,55,,,,,,,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,,,9,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,,,,9,10,10,10,10,10,17,,,10,10,10,10,55,,,,54,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,15,,,,9,10,10,10,10,,,,10,10,10,17,,,,,215,235,235,235,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,15,,56,9,27,10,10,10,,,,51,,51,,,,,,53,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,,,,56,9,10,10,59,,,51,,51,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,15,,,,9,10,10,,,,51,,51,,,,,54,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,15,,,53,9,10,,,,10,10,10,15,,,,217,236,236,236,236,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,,,,60,10,15,,,10,10,10,10,55,,,53,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,15,,,,10,10,10,423,10,10,10,25,,,,,,54,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,15,,,,,10,54,92,91,10,10,55,,,,,216,235,235,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,15,58,,,10,10,5,91,10,10,,,,,,53,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,53,92,91,10,10,15,,58,,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,51,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,18,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,16,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,5,59,,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,15,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,5,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,5,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,15,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,18,53,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,55,,54,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,25,,,5,50,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,55,,53,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,16,54,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1412 posEnd=3138;1412 posCurrent=3138;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1412 posEnd=3202;1412 posCurrent=3202;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2564 posEnd=1410;2564 posCurrent=1410;2564 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2564 posEnd=1474;2564 posCurrent=1474;2564 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2500 posEnd=1026;2500 posCurrent=1026;2500 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;2564 posEnd=1154;2564 posCurrent=1154;2564 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;2564 posEnd=1090;2564 posCurrent=1090;2564 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2180 posEnd=2114;2180 posCurrent=2114;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2180 posEnd=2690;2180 posCurrent=2690;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2180 posEnd=2242;2180 posCurrent=2242;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2180 posEnd=2306;2180 posCurrent=2306;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2180 posEnd=2370;2180 posCurrent=2370;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2500 posEnd=1538;2500 posCurrent=1538;2500 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1924 posEnd=2178;1924 posCurrent=2178;1924 step=1 time=0 phase=2102 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1860 posEnd=2434;1860 posCurrent=2434;1860 step=1 time=0 phase=2102 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1988 posEnd=2626;1988 posCurrent=2626;1988 step=1 time=0 phase=2102 channel=10 icon=4 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2180 posEnd=2498;2180 posCurrent=2498;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2180 posEnd=2562;2180 posCurrent=2562;2180 step=1 time=0 phase=2102 channel=10 icon=68 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1412 posEnd=3266;1412 posCurrent=3266;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;1412 posEnd=3394;1412 posCurrent=3394;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;1412 posEnd=3330;1412 posCurrent=3330;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;1412 posEnd=3458;1412 posCurrent=3458;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1413 posEnd=3778;1413 posCurrent=3778;1413 step=1 time=0 phase=2102 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;773 posEnd=1858;773 posCurrent=1858;773 step=1 time=0 phase=2102 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;773 posEnd=1922;773 posCurrent=1922;773 step=1 time=0 phase=2102 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;773 posEnd=1986;773 posCurrent=1986;773 step=1 time=0 phase=2102 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1413 posEnd=3842;1413 posCurrent=3842;1413 step=1 time=0 phase=2102 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1413 posEnd=3906;1413 posCurrent=3906;1413 step=1 time=0 phase=2102 channel=10 icon=131 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1412 posEnd=4546;1412 posCurrent=4546;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1412 posEnd=4610;1412 posCurrent=4610;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1412 posEnd=4674;1412 posCurrent=4674;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1412 posEnd=4738;1412 posCurrent=4738;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1412 posEnd=4802;1412 posCurrent=4802;1412 step=1 time=0 phase=2102 channel=10 icon=18 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1284 posEnd=5058;1284 posCurrent=5058;1284 step=1 time=0 phase=2102 channel=10 icon=33 \r\n"); + worlds.Add(14, "DescFile: posDecor=400;2450 dimDecor=100;100 world=0 music=1 region=18 blupiPos=642;2758 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,8,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,1,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,18,57,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,6,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,7,10,10,,,56,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,,,,8,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,17,,,,8,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,8,10,1,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,11,10,,60,8,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,,,,,7,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,13,25,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,,,10,77,10,5,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,15,60,8,10,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,200,10,10,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,17,,10,10,10,199,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,10,14,10,,,10,6,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,10,8,10,5,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,15,,10,10,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,200,10,10,77,10,10,10,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,9,,10,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,12,10,,10,4,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,13,10,199,10,14,10,10,17,,,,,57,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,13,10,,49,,,49,,,,,,,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,199,10,14,10,10,15,,,,,,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,8,10,4,10,10,10,16,,,,,217,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,,,,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,16,,,201,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,58,201,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;2560 posEnd=1216;2560 posCurrent=1216;2560 step=1 time=0 phase=360 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;2624 posEnd=1216;2624 posCurrent=1216;2624 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;2560 posEnd=1472;2560 posCurrent=1472;2560 step=1 time=0 phase=360 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;2624 posEnd=1472;2624 posCurrent=1472;2624 step=1 time=0 phase=360 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2560 posEnd=1280;2560 posCurrent=1280;2560 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2624 posEnd=1280;2624 posCurrent=1280;2624 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2688 posEnd=1280;2688 posCurrent=1280;2688 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2752 posEnd=1280;2752 posCurrent=1280;2752 step=1 time=0 phase=360 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2560 posEnd=1344;2560 posCurrent=1344;2560 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2624 posEnd=1344;2624 posCurrent=1344;2624 step=1 time=0 phase=360 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2688 posEnd=1344;2688 posCurrent=1344;2688 step=1 time=0 phase=360 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2752 posEnd=1344;2752 posCurrent=1344;2752 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2560 posEnd=1408;2560 posCurrent=1408;2560 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2624 posEnd=1408;2624 posCurrent=1408;2624 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2688 posEnd=1408;2688 posCurrent=1408;2688 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2752 posEnd=1408;2752 posCurrent=1408;2752 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2758 posEnd=770;2758 posCurrent=770;2758 step=1 time=0 phase=360 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2758 posEnd=834;2758 posCurrent=834;2758 step=1 time=0 phase=360 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2758 posEnd=514;2758 posCurrent=514;2758 step=1 time=0 phase=360 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2758 posEnd=450;2758 posCurrent=450;2758 step=1 time=0 phase=360 channel=10 icon=252 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;2816 posEnd=1920;2816 posCurrent=1920;2816 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1856;2816 posEnd=1856;2816 posCurrent=1856;2816 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1792;2816 posEnd=1792;2816 posCurrent=1792;2816 step=1 time=0 phase=360 channel=1 icon=32 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3332 posEnd=2434;3332 posCurrent=2434;3332 step=1 time=0 phase=360 channel=10 icon=123 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2504 posEnd=1730;2504 posCurrent=1730;2504 step=1 time=0 phase=360 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2504 posEnd=1794;2504 posCurrent=1794;2504 step=1 time=0 phase=360 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2504 posEnd=1858;2504 posCurrent=1858;2504 step=1 time=0 phase=360 channel=10 icon=22 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;2758 posEnd=578;2758 posCurrent=578;2758 step=1 time=0 phase=360 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;2758 posEnd=898;2758 posCurrent=898;2758 step=1 time=0 phase=360 channel=10 icon=252 \r\n"); + worlds.Add(199, "DescFile: posDecor=4082;0 dimDecor=100;100 world=0 music=1 region=31 blupiPos=4482;6 blupiDir=2 \r\nDecor: \r\n396,393,393,396,393,393,396,393,393,396,393,393,393,396,396,396,344,346,346,343,344,342,342,350,344,344,343,342,346,350,350,350,350,350,345,343,342,345,345,342,342,350,350,350,350,350,350,350,350,350,345,341,341,344,343,346,341,343,345,345,343,345,341,346,346,341,343,341,341,345,346,345,345,341,346,341,342,345,342,341,346,344,346,342,343,345,341,344,343,345,344,343,342,342,341,345,345,346,341,341\r\n396,331,,397,,384,397,401,,397,330,,,397,396,396,342,342,341,345,342,342,330,,362,344,346,342,348,,,,,,68,344,341,345,345,341,348,,,,,,,,,,362,344,344,343,345,341,346,341,342,350,341,341,345,350,350,350,350,345,341,343,341,350,346,343,350,342,343,344,342,344,346,343,350,350,350,343,350,350,350,350,341,344,341,343,342,345,342,342,345,345\r\n396,392,334,397,,,397,,,397,,,394,396,396,396,344,343,342,346,341,350,350,336,341,345,346,341,344,331,,,357,,68,343,342,342,344,343,348,,353,349,349,355,,,,,354,343,345,342,343,345,346,342,363,,354,346,356,,,,,362,343,350,356,,362,356,,354,350,346,343,345,350,356,,,,351,,,,,347,343,342,342,345,343,342,343,341,342\r\n396,396,335,397,,,397,,,397,,,397,396,396,396,342,344,341,346,356,,,,362,343,343,346,363,,,,358,,68,341,341,344,341,342,350,236,354,341,345,341,349,360,,,,68,341,346,345,345,346,346,363,,,351,,,,231,76,354,356,,,,358,,,,,362,350,356,,,,231,76,356,,,,,347,345,344,343,342,345,343,343,343,341\r\n396,393,336,397,,,397,,,397,,,397,396,396,396,345,344,344,356,,,,,362,346,341,346,341,355,,,,,68,341,343,341,341,356,,,,68,345,342,356,,,,,68,344,346,343,341,346,343,356,,,358,,,,,,,,,,,,,,231,76,351,,,,,,,,,,,,,347,341,345,345,343,341,345,343,343,344\r\n396,401,,397,,,397,,,397,,,397,391,389,396,346,345,356,,,,357,,362,342,346,346,344,363,,,,,68,343,344,345,363,,,,,68,345,348,,,,,,68,345,343,343,346,341,348,,,,,,,357,,,,231,76,76,76,76,231,,,,358,,,,,231,76,76,76,231,,,,362,342,343,342,344,341,341,344,341,342\r\n396,,,397,,,397,,,397,,,397,393,393,396,345,356,,,353,349,344,235,344,342,341,345,342,345,360,,,,68,344,343,345,348,,,,,68,345,363,,,,364,,68,344,342,345,341,346,356,,,,,353,349,342,355,,,,,,,,,,,,,,,,,,,,,,,,,347,343,345,344,350,350,350,343,345,341\r\n396,399,399,395,399,399,395,399,399,395,399,399,395,,,397,348,,,,347,342,348,,362,343,341,346,342,363,,,,,68,341,341,341,348,,,,,68,342,363,,,,364,,68,342,343,345,341,363,,,,,,347,342,344,348,,,,231,76,76,76,231,,,,231,76,76,76,349,355,,,,,231,,,362,343,350,356,,,,92,91,346\r\n396,,,,,,,,,,,,,,,397,363,,,,347,341,363,,362,341,346,346,343,363,,,,,68,343,342,344,363,,,,,68,342,348,,,,364,,68,341,344,344,344,363,,,,,,362,346,343,343,355,,,,,357,,,,,,,,,,362,343,349,76,76,76,231,,,362,356,,,,,,92,91,343\r\n396,,,,,,,,,,,,,,,397,363,,,,347,343,363,,347,344,342,345,346,348,,,,,68,343,341,345,363,,,357,,68,344,348,,,,364,,68,343,343,343,341,363,,,,,,347,346,342,342,343,349,349,349,349,345,349,355,,,,,231,76,353,342,345,348,,,,,,,358,,,,,,,92,91,346\r\n396,,,,,,,,,,,,,,,397,363,,,,362,346,363,,362,342,346,342,343,342,235,231,,,68,342,344,341,363,,,358,,68,343,363,,,,364,,68,345,344,342,343,363,,,,,,347,341,343,345,344,344,345,346,341,345,346,343,355,,,,,,362,346,344,341,355,,,,231,,,,,,,,,92,91,345\r\n396,,,,,,,,,,,,,,,397,363,,,,362,346,348,,362,344,343,344,343,363,,,,,354,350,350,341,348,,,,,68,341,348,,,,,,68,343,345,342,346,344,349,355,,,353,343,341,342,341,342,342,345,341,341,343,342,346,341,349,349,349,349,349,342,344,341,343,345,349,76,76,231,,,,,,,,,92,91,346\r\n396,399,399,394,399,399,394,399,399,394,399,399,394,402,,397,342,355,,,231,343,348,,347,343,342,345,344,346,349,355,,,,,,362,363,,,,,68,345,343,355,,,,,68,341,343,346,342,346,345,348,,,347,344,345,343,345,345,344,344,345,342,344,344,345,343,344,341,344,342,345,343,345,342,346,344,356,,,,,,,,,,,,92,91,346\r\n396,,378,397,,378,397,,,397,,398,397,392,392,396,342,341,349,349,344,343,345,235,342,342,345,344,341,341,343,346,349,349,349,349,235,345,363,,,,,68,342,342,341,355,,,,68,343,344,341,346,344,345,344,231,335,231,231,343,343,341,342,341,344,343,343,344,341,343,345,342,342,343,346,342,345,345,342,344,348,,,201,,,,,,,,,,347,346,341\r\n396,,378,397,,378,397,,,397,,398,397,391,389,396,341,345,341,346,341,350,356,,362,341,343,342,344,343,342,346,345,343,342,348,,362,344,355,,,,68,343,345,350,356,,,353,344,341,342,341,343,344,341,344,231,,,231,343,343,344,342,341,342,341,344,342,342,342,342,344,346,343,342,345,343,343,346,342,348,,,201,,,,,,,,,,362,343,341\r\n396,,,397,,378,397,,,397,,398,397,396,396,396,346,345,342,346,348,,,,347,342,344,346,344,342,341,346,341,343,345,363,,362,345,341,352,236,353,344,341,348,,,,,347,344,344,346,346,344,345,342,341,231,231,231,231,343,343,344,343,343,342,343,344,345,342,341,343,342,341,344,345,345,345,345,344,341,344,76,76,201,201,,,,,,,,,362,342,346\r\n396,,,397,,378,397,,,397,,398,397,396,396,396,7,12,2,2,6,304,,,10,10,2,4,7,8,341,343,341,345,343,363,,347,342,356,,,347,344,344,356,,,,,347,343,343,344,346,346,342,346,344,343,344,350,350,342,343,342,344,343,342,346,345,343,345,343,344,341,341,344,343,344,345,343,341,343,363,,,201,,,,,,,,,,347,345,345\r\n396,,,397,,378,397,,,397,,398,397,396,396,396,1,5,12,8,10,304,,,12,14,14,9,10,11,8,344,344,342,341,344,235,350,356,,,,347,343,363,,,,,353,342,343,345,345,341,341,343,342,345,343,348,,,362,342,345,345,342,342,345,343,344,344,342,345,344,344,342,345,344,345,341,343,345,363,,,201,,,,,,,,,,92,91,344\r\n396,,,397,,378,397,,,397,,398,397,396,396,396,11,14,4,10,8,304,,,6,13,1,6,10,8,4,9,345,346,344,348,,,,,,353,345,344,363,,,,353,343,345,341,346,344,342,341,344,344,344,343,363,,,347,344,345,343,345,341,344,344,342,345,341,343,341,344,341,341,344,341,342,346,341,348,,,,,,,,,,,,,92,91,346\r\n396,399,399,397,,378,397,,,397,,398,397,396,396,396,5,8,13,12,17,,,,57,14,5,7,11,13,1,11,342,341,346,341,349,349,349,349,349,342,346,342,342,235,349,235,343,344,345,342,344,345,10,10,22,10,10,344,348,,,362,344,342,341,342,345,343,341,344,341,345,343,342,342,344,344,344,345,342,342,343,342,76,76,76,231,,,,,,,,,92,91,343\r\n396,,,397,,378,397,,,397,,398,397,396,396,396,13,5,10,25,,,,,,56,10,10,2,12,6,12,341,343,344,346,342,346,341,346,342,345,342,341,363,,347,344,342,344,344,346,341,342,10,,,,10,345,356,,,362,345,343,343,345,342,344,341,344,345,342,344,342,342,345,345,341,341,343,345,343,363,,,,231,,,,,,,,,92,91,342\r\n396,399,399,397,,,397,,,397,,398,397,396,396,396,12,11,13,25,,,,,,,,68,7,10,12,14,343,341,345,341,342,341,342,345,350,350,344,343,348,,347,342,342,341,346,345,341,343,10,,,,10,356,,,,347,342,350,350,350,350,350,350,350,343,342,345,343,343,343,345,342,346,341,342,344,348,,,,,,,,,,,,,92,91,343\r\n396,,,397,,,397,,,397,,398,397,396,396,396,10,14,10,25,,,,,,,56,10,12,13,9,2,341,342,345,35,156,35,185,185,,,197,186,189,198,156,35,35,156,35,345,343,341,216,,,,73,,,,353,350,356,,,,,,,,347,346,345,342,343,345,345,344,342,342,341,345,348,,,,,,,,,,,,,92,91,343\r\n396,399,399,397,,,397,,,397,,398,397,396,396,396,11,11,14,25,,,,,,,,68,13,9,6,9,5,35,35,156,35,156,185,37,,,,,,,36,35,156,156,35,346,344,345,10,,,,10,352,352,352,356,,,,,357,,,,,354,341,344,344,342,345,344,344,343,343,345,342,344,76,76,76,231,,,,,,,,,92,91,346\r\n396,,,397,,,397,,,397,,398,397,396,396,396,1,8,12,25,,,,,,,56,10,10,12,7,13,6,35,35,156,156,185,185,37,,,,,,,36,35,156,156,156,345,343,344,217,,,,73,,,,,,,353,349,344,355,,,,,347,342,346,345,341,345,342,342,342,343,343,342,355,,,201,,,,,,,,,92,91,346\r\n396,399,399,397,,,397,,,397,,398,397,396,396,396,5,10,2,25,,,,,,,,68,13,10,12,14,4,35,35,156,185,185,156,37,,,196,186,186,192,156,35,35,156,156,345,342,345,10,,,,10,352,352,352,352,352,352,350,350,341,348,,,,,347,346,346,344,346,341,342,346,344,345,344,343,348,,,231,,,,,,,,,92,91,341\r\n396,,,395,392,386,393,,,397,,398,397,396,396,396,7,11,1,25,,,,,,,56,10,9,6,2,8,7,156,156,185,185,35,35,37,,,197,186,187,186,35,156,156,156,156,343,345,344,231,,,,73,,,,,,,,,354,341,355,,,353,341,344,343,344,345,346,343,345,341,342,344,342,356,,,201,,,,,,,,,92,91,345\r\n396,,,,395,,,,387,393,399,399,395,393,393,393,6,1,9,25,,,,,,,,68,9,10,11,10,10,35,35,185,156,35,35,37,,,,197,188,198,156,156,35,35,35,344,345,344,10,,,,10,352,352,352,352,352,355,,,,354,350,352,352,350,350,345,345,344,343,341,342,341,341,341,341,350,76,76,76,231,,,,,,,,,92,91,346\r\n396,,,,,,394,262,261,263,,,261,261,261,261,10,1,5,25,,,,,,,56,10,7,11,2,7,1,156,156,185,35,35,35,37,,,,,,,36,156,35,156,35,342,345,345,218,,,,73,,,,,,354,355,,,,,,,,,354,346,345,342,345,344,343,343,344,363,,,,,,,,,,,,,,92,91,346\r\n396,402,,,,,397,261,261,139,,,263,261,261,261,14,7,6,25,,,,,,,,68,10,11,4,9,14,156,156,185,156,156,156,37,,,,,196,186,156,156,156,156,156,342,341,342,10,,,,10,349,355,,,,,354,349,349,349,349,349,349,355,,,362,342,343,341,345,346,344,345,356,,,,,353,349,352,352,352,355,,,,92,91,342\r\n393,386,386,386,386,386,393,261,263,140,,,139,261,261,261,6,13,8,25,,,,,,,56,10,13,9,10,10,8,156,35,156,156,35,156,37,,,196,186,187,186,35,156,156,156,156,344,342,342,10,,,,10,342,344,355,,,,,354,350,342,343,343,344,363,,,362,341,343,343,342,345,345,348,,,,353,76,350,363,,,,347,360,,,362,345,346\r\n261,261,261,261,261,261,261,261,143,262,,,403,68,263,263,13,13,8,25,,,,,,,,68,12,2,5,12,8,156,35,35,156,156,156,37,,,197,188,189,192,35,156,156,156,156,344,342,344,10,10,22,10,10,345,343,348,,,,,,,362,345,344,341,346,355,,347,341,343,341,343,346,346,356,,,,351,,,354,76,349,76,356,,,353,341,341,346\r\n263,261,261,263,261,263,261,261,262,261,,,261,261,140,141,11,7,13,25,,,,,,,56,10,14,11,10,2,2,156,156,156,156,156,156,37,,,,,,,36,35,156,35,35,346,341,342,342,356,,362,350,350,350,342,355,,,357,,,347,346,343,350,344,363,404,231,344,341,342,346,344,346,,,,,347,355,,,,351,,,,353,343,344,346,342\r\n142,263,263,143,263,140,263,263,261,263,,,261,261,262,142,1,10,2,10,16,,,,60,10,10,1,11,8,1,12,14,156,35,35,156,156,156,37,,,,,,,36,156,35,35,156,346,346,342,350,235,235,231,,,,347,363,,,351,,,362,341,356,,354,348,,354,343,346,346,346,346,363,,353,349,349,342,341,349,349,349,345,349,349,349,345,343,346,346,342\r\n262,401,,364,,,,,263,401,,,261,261,261,262,11,2,7,13,1,304,305,305,305,48,13,12,6,2,5,11,4,35,156,35,35,156,156,37,,196,187,189,186,198,156,35,156,35,35,342,346,356,,,,,,359,349,343,356,,,351,410,,354,363,,,,351,,,362,346,344,346,342,215,236,215,216,216,216,216,216,216,216,216,216,216,216,216,216,216,284,301\r\n261,,,261,,,,,,,,,261,261,261,261,6,6,4,10,2,6,6,10,201,10,2,1,8,2,4,1,9,35,35,35,156,35,156,37,,197,186,186,188,198,156,35,156,35,35,346,363,,,,,,,,354,348,,,,351,,,,351,,,,358,,,362,341,342,345,343,216,,214,,,,,,,,,,,,,,216,301,301\r\n261,,,261,,,262,262,,,,378,263,261,261,261,156,35,156,35,35,35,156,145,76,156,35,35,35,156,156,156,156,35,35,156,35,156,35,37,,,,195,188,198,156,35,156,35,35,345,363,,231,235,355,,,,,351,,,353,356,,,353,356,,,,,,,362,344,344,342,345,216,,215,,216,,216,,216,,215,,216,,216,,216,301,301\r\n261,,,261,,,263,261,,,,378,142,261,261,261,35,156,156,156,156,156,149,,,152,145,145,145,145,145,145,35,35,156,156,156,156,156,37,,,,197,186,198,156,156,35,156,156,345,348,,,354,350,349,349,355,,351,,,351,,,,351,,,,,,,353,343,343,344,345,346,216,,214,,,,,,,,214,,,,,,216,284,301\r\n261,,,261,,,142,261,376,262,378,262,283,261,261,261,35,35,156,156,35,156,154,,,,,,,,,,36,35,156,35,156,35,35,37,,,,,,,36,35,156,156,156,344,363,,,,,354,350,343,349,348,,,351,,,353,350,360,,,,353,349,345,341,346,341,343,344,216,,215,,215,,216,,215,,215,,215,,216,,216,301,284\r\n261,,,263,,,262,261,403,261,378,261,143,261,261,261,156,156,35,35,35,154,,,,,,,,,,,36,156,35,35,35,35,35,37,,,,,196,186,35,35,156,35,35,343,346,355,,,,,,231,235,363,,,358,,,351,,,,,,347,342,342,343,345,346,343,343,216,,,,214,,,,214,,,,214,,,,216,301,301\r\n261,,,142,,,261,261,,261,378,261,262,261,261,261,156,35,35,156,37,,,,,,,,,,,,36,35,156,35,156,35,35,37,,,196,186,187,186,156,156,156,35,35,345,344,356,,,,,,,,362,355,,,,353,348,,,,353,349,344,346,345,344,345,345,341,344,216,,216,,215,,215,,215,,216,,215,,215,,216,284,301\r\n263,,,262,,,261,263,,261,,263,261,261,261,261,156,156,156,35,37,,,,,,,,,,,,36,35,35,156,35,35,156,37,,,194,189,186,188,156,156,156,35,35,344,348,,,353,355,,,,,373,363,,,,362,356,,353,349,346,345,346,342,344,343,345,341,345,343,216,,,,,,214,,,,,,,,214,,216,301,301\r\n143,,,261,,,261,142,376,263,384,139,261,261,261,261,35,156,35,156,37,,,,,151,144,144,144,144,144,185,35,35,156,35,156,156,156,37,,,197,186,188,198,156,156,156,35,156,343,341,349,352,350,344,349,355,,,354,348,410,,,351,,,354,342,342,344,343,345,345,342,343,346,343,341,216,,216,,216,,215,,216,,216,,216,,215,,216,284,301\r\n262,,,263,,,261,262,,,,283,261,261,261,261,156,35,35,156,156,155,,,,152,35,35,156,35,35,185,35,156,156,35,35,156,35,37,,,,,,,36,156,35,156,156,343,346,356,,,354,350,348,,,,351,,,353,348,,,,354,350,343,346,344,343,341,342,342,341,345,216,,,,,,,,,,,,,,,,216,284,284\r\n261,402,,,,262,261,261,402,,,,261,261,261,261,156,35,156,35,156,35,155,,,110,36,156,156,156,35,185,156,35,156,156,156,35,156,37,,,,,,,36,35,35,35,35,344,363,,,,,,351,,,,351,,,362,356,404,,,,,354,350,344,343,345,343,345,344,344,216,216,216,216,216,216,216,216,216,216,215,236,215,216,216,216,216,301,284\r\n261,262,262,262,262,261,261,261,262,262,262,384,261,261,261,261,156,35,156,156,156,156,35,144,150,110,36,35,35,35,35,185,185,35,35,35,156,156,156,37,,,,,,,36,156,35,156,156,346,363,,,,,,351,,,353,348,,353,348,,,,,,,,,354,350,341,346,346,345,345,343,344,342,301,301,301,301,284,301,301,301,292,288,286,284,301,284,284,284\r\n345,343,341,343,346,344,343,350,342,341,343,343,342,341,344,342,341,344,342,341,344,341,343,345,348,110,347,343,343,156,35,35,185,145,35,35,156,156,156,37,,,,,196,198,185,35,35,156,35,343,363,,,,,353,356,,,362,356,,347,348,,353,349,349,349,349,355,,,,362,344,346,342,344,345,341,341,301,284,301,284,301,284,284,284,301,301,292,287,293,301,301,301\r\n346,345,345,342,342,343,348,,354,345,344,344,343,346,342,345,341,343,346,342,346,342,345,343,348,110,347,345,343,35,35,154,,,36,35,156,156,35,37,,,196,186,189,192,185,156,35,156,156,345,348,,,,,351,,,231,348,,,354,350,352,345,345,344,344,341,363,,,,362,346,345,341,342,342,341,344,301,301,284,284,301,284,301,301,301,284,284,302,294,284,284,284\r\n341,343,341,342,343,346,343,355,,347,346,344,341,344,341,341,345,346,345,344,343,346,342,341,363,110,362,343,345,156,37,,,,36,35,35,156,156,37,,,194,191,187,198,185,35,156,156,156,341,341,355,,,,354,355,,,351,,,,,,347,342,341,345,342,345,355,410,,231,343,341,343,341,343,342,346,301,284,301,284,301,301,284,301,301,284,284,300,284,284,301,301\r\n342,344,345,350,350,350,350,350,352,350,350,350,350,350,350,350,350,350,350,350,350,344,345,344,348,110,347,343,342,35,37,,,,36,35,35,35,35,37,,,197,186,189,198,35,35,156,156,35,344,341,348,,,,,351,,,354,355,,,353,349,342,344,346,341,342,343,363,,,362,342,344,345,345,344,346,341,284,301,284,284,301,301,301,284,284,301,291,,129,301,284,301\r\n345,342,356,,,,,,,,,,,,,,,,,,,362,345,343,363,110,362,345,345,35,35,155,,,36,156,156,35,35,37,,,,,,,36,156,35,35,156,343,346,356,410,357,,,351,,,,362,349,349,342,343,343,346,344,343,343,345,348,,,354,344,341,346,345,346,345,344,301,284,301,284,284,284,301,301,301,301,138,,114,301,301,301\r\n343,363,,,,,,,,,,,,,,,,,,,,347,344,341,348,110,347,343,341,35,156,35,144,144,156,35,156,156,35,37,,,,,,,36,156,156,156,35,342,363,,,351,,,362,355,,,231,235,343,345,345,342,344,345,344,343,344,363,,,,362,346,341,346,344,345,345,287,287,287,287,293,301,284,284,284,284,302,,114,301,301,284\r\n345,363,,,,,,,,,,,,,,,,,,,,362,344,345,363,110,347,345,341,156,156,156,35,156,156,35,35,156,156,37,,,,,,,36,156,35,35,156,346,348,,,351,,,354,363,,,,,362,344,343,344,341,342,345,342,342,348,,,,362,346,342,344,346,341,363,,,,,286,301,284,301,284,301,138,,114,68,301,301\r\n346,363,,353,352,352,352,349,352,352,352,349,349,349,349,352,352,352,355,,,347,342,343,348,110,347,344,341,35,156,156,35,156,156,35,35,156,156,37,,196,186,189,187,198,156,156,156,156,156,342,348,,,351,410,,,362,355,,,353,342,341,345,343,345,345,342,342,344,231,,,,373,341,346,344,341,342,348,,,,,286,284,284,301,301,284,138,,114,284,301,301\r\n341,341,76,356,,,,358,,,,362,342,342,348,,,,351,,,362,343,350,356,110,347,346,343,341,82,78,84,79,81,80,78,78,81,81,78,78,78,78,78,201,78,83,84,82,81,344,363,,,358,,,,362,363,,,354,343,344,342,342,341,344,344,342,341,345,355,,,354,346,346,342,341,345,348,,,,,286,301,284,284,301,301,285,,114,284,301,284\r\n342,348,,,,357,,,,357,,354,350,350,356,,231,76,351,,,362,363,,,110,362,343,343,342,79,81,78,82,80,83,79,83,84,81,83,83,78,78,84,201,80,83,80,78,81,342,345,355,,,,,353,343,356,,,,231,345,343,342,342,343,344,345,344,344,344,355,,,354,344,344,346,346,363,,,,,303,284,284,284,284,284,138,,114,68,284,284\r\n341,342,76,355,,351,,,,351,,,,,,,,,351,,,347,363,,10,110,347,342,343,345,78,79,79,81,81,80,83,84,81,78,84,80,84,78,,,78,80,78,80,81,346,344,348,,,,353,342,363,,,,,,354,345,342,345,343,343,343,341,345,342,363,,,,362,344,346,344,363,,,,,286,301,301,284,284,301,138,,114,284,301,301\r\n343,348,,354,352,350,352,352,352,350,352,352,352,352,352,352,352,352,356,,,362,363,,202,110,362,344,341,346,81,83,78,78,84,84,83,78,82,80,82,79,82,78,,,129,78,80,84,79,344,341,356,,,359,346,346,363,,,,,,,231,235,341,341,343,345,345,342,341,345,349,349,235,341,345,341,341,348,,,,,286,284,284,301,284,284,285,,114,284,301,301\r\n342,363,,,,,,,,,,,,,,,,,,,,362,348,,202,110,347,343,341,346,84,83,80,78,78,78,84,84,83,82,84,84,81,78,,,114,83,82,81,83,346,348,,,,,347,343,342,355,,,,,,,,354,343,341,345,343,343,345,344,341,341,235,343,345,343,345,348,,,,,286,284,284,301,284,301,292,,114,301,301,301\r\n346,345,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,355,,,362,363,,202,110,362,343,343,343,82,84,82,78,84,80,83,84,80,78,82,82,78,78,81,82,114,78,78,78,80,344,348,,,,,231,350,350,231,352,352,355,,,,,,354,344,344,342,341,345,341,342,363,,347,346,345,342,348,,,,,286,301,284,284,301,284,284,300,301,301,301,301\r\n345,345,344,342,344,344,342,343,342,345,345,346,346,345,341,344,343,341,356,,,362,341,349,10,110,362,342,341,343,80,78,84,82,81,81,83,80,84,83,80,84,81,87,,,114,82,78,80,78,345,346,355,,,,201,,,201,,,354,355,,,,,,231,235,341,342,343,344,341,348,,362,341,344,346,363,,,,,286,301,301,301,301,301,291,,110,301,301,301\r\n341,346,344,342,343,342,345,346,343,342,342,344,343,345,344,341,342,348,,,,347,342,344,363,110,347,344,345,345,79,79,81,79,83,83,81,82,78,78,82,79,79,,,,114,82,80,79,80,346,343,356,,,,231,349,349,231,,,,351,,,,,,,,354,350,344,343,343,345,235,341,341,343,341,363,,,,,303,301,284,284,284,301,285,,110,301,301,301\r\n342,342,344,344,342,341,342,341,346,341,341,344,341,341,343,344,345,363,,,,362,342,341,363,110,347,342,341,344,83,78,84,80,78,82,78,84,82,78,83,84,80,,,,114,83,78,83,84,344,363,,,,,362,342,343,356,,,,362,355,,,,,,,,,354,342,342,350,235,343,345,345,344,363,,,,,303,284,301,301,301,301,302,,110,68,301,284\r\n345,350,350,341,344,344,341,341,345,344,343,342,345,344,343,343,346,348,,,,362,345,346,348,110,347,342,341,346,81,83,83,80,79,78,83,83,78,80,81,82,79,,,,114,83,78,81,83,346,348,,231,235,353,344,345,363,,,,,231,350,352,355,,,,,,,,362,348,,,347,345,344,346,348,,,,,303,284,284,284,301,284,138,,110,68,284,301\r\n348,,,347,344,345,344,342,341,341,343,344,346,342,344,343,343,348,,,,362,345,342,363,110,362,346,346,345,84,79,78,81,79,78,81,78,78,84,81,83,82,,,,114,78,80,78,80,341,363,410,,,231,235,344,342,349,355,,,,,,354,352,349,349,355,,231,235,362,343,235,349,343,343,344,344,348,,,,,303,301,284,301,301,301,138,,110,68,301,284\r\n345,360,,362,350,345,342,345,346,341,345,344,350,350,343,343,342,343,349,355,,347,342,342,363,110,362,341,343,345,83,80,78,84,84,83,81,82,82,78,80,83,84,,,,114,78,84,83,79,343,348,,,,,,354,350,344,342,349,355,,,,,,362,345,348,,,,362,350,235,350,345,344,341,346,348,,,,,286,301,284,284,301,284,138,,110,284,301,284\r\n356,,,358,,347,346,346,350,350,350,356,,,92,91,91,342,342,348,,92,91,91,363,110,347,346,345,346,78,80,78,78,83,80,81,83,78,80,81,79,82,,,,114,78,83,80,81,341,344,355,,,,,,,231,235,345,346,349,349,355,,,354,344,348,,,353,348,,,,347,343,343,346,363,,,,,303,284,284,284,284,284,302,,110,301,301,301\r\n,,,,,347,350,356,,,,,,,92,91,91,91,342,341,349,345,91,91,348,110,362,345,343,343,83,84,83,82,84,82,81,83,79,82,84,84,82,,,,78,78,80,81,84,343,345,341,352,355,,,,,,,354,350,341,343,348,,,,362,363,,,362,363,,,231,345,345,343,346,348,,,,,286,284,301,284,301,301,285,,110,301,301,284\r\n,,,,,214,,,,,,,,,92,91,91,91,91,91,91,91,91,91,363,110,362,345,344,344,84,78,82,84,81,80,84,81,80,83,83,81,83,,,,,68,82,82,83,341,343,356,,347,349,349,355,,,,,,362,344,363,,,,354,343,355,,231,363,,,,347,341,341,344,348,,,,,286,284,301,301,284,301,302,288,110,284,284,284\r\n214,214,214,214,214,214,,,,,,,,,347,343,345,344,343,341,344,344,345,350,356,110,362,344,342,341,81,84,83,82,82,84,78,83,79,78,80,78,84,,,,,68,79,80,80,343,363,,,354,343,341,350,352,352,355,,,231,345,363,,,,,362,348,,,351,,,353,342,344,345,342,363,,,,,303,301,284,284,301,301,289,284,126,284,301,284\r\n,,,,,,,,,,,,,,362,344,344,341,341,342,343,341,363,,,110,347,345,346,343,79,83,82,80,79,82,82,82,81,82,80,83,79,,,,,68,80,83,80,341,363,410,,,362,356,,,,351,,,,347,348,,,,,362,356,,,351,,,362,342,341,345,345,363,,,,,286,284,301,284,284,284,300,284,301,301,301,301\r\n214,214,214,214,214,214,,,,,,,,,92,91,345,345,341,341,342,345,348,,,110,347,341,344,342,80,83,83,84,83,82,82,78,84,80,78,81,79,,,,,68,82,81,84,346,363,,,,358,,,,353,341,355,,,347,348,,,231,235,356,,,,351,,,354,341,344,346,343,363,,,,,303,301,301,301,284,291,,364,68,301,301,301\r\n,,,,,214,,,,,,,,,92,91,91,342,342,343,342,344,348,,,110,347,341,345,344,83,79,84,81,84,80,81,82,78,83,79,78,79,,,,80,82,81,84,82,345,348,,,,,,,359,350,345,356,,,362,348,,,,,,,,,351,,,,362,342,345,345,348,,,,,286,301,284,284,284,302,,,68,284,301,301\r\n349,355,,,357,,353,349,349,349,349,349,349,349,343,91,91,91,346,341,345,342,348,,,110,362,346,341,346,82,78,79,80,82,79,80,84,78,82,84,78,78,201,201,201,81,83,78,84,83,341,342,349,355,,,361,,,,358,,,,347,346,355,,,,,,,353,344,355,,,354,345,341,342,348,,,,,303,301,301,284,284,285,,364,68,301,284,284\r\n344,356,,,351,,347,342,342,344,341,343,344,342,342,343,91,91,345,346,344,341,363,,,110,347,342,344,343,81,84,84,81,84,81,78,82,82,82,83,79,80,,,,81,83,80,81,82,342,341,342,346,355,,,,,,,,,,362,345,345,349,355,,,,353,346,342,348,,,,347,344,344,346,349,349,349,349,349,284,284,284,284,285,,,68,284,284,284\r\n363,,,,362,349,346,343,344,342,341,345,341,342,341,344,91,91,91,91,91,91,341,349,355,110,347,343,342,341,82,82,78,78,82,81,84,83,81,79,78,84,79,201,201,201,81,80,80,84,83,344,344,346,345,345,355,,,,,,,353,349,345,346,346,345,346,349,349,349,344,343,341,344,349,355,410,231,345,341,342,345,341,345,342,346,301,301,301,301,292,,364,68,301,301,284\r\n345,349,349,349,344,342,344,344,345,346,344,341,343,345,341,342,91,91,341,350,342,91,343,343,363,110,347,345,346,341,82,80,78,80,80,78,79,79,83,84,80,82,80,,,,83,82,84,79,79,342,345,343,343,341,341,349,349,355,,,,231,343,343,343,345,345,342,345,345,346,345,346,345,346,341,363,288,,362,342,343,345,345,345,346,341,284,284,301,301,284,300,301,284,284,284,301\r\n341,350,341,342,341,345,342,341,345,344,91,91,91,91,91,91,91,91,363,,92,91,345,343,363,110,347,343,345,341,82,81,83,79,84,82,83,83,84,79,78,81,84,201,201,201,83,84,83,82,82,248,246,249,248,249,249,248,248,248,264,,265,249,246,246,247,248,249,248,246,246,246,284,284,301,284,284,284,301,300,301,301,284,301,284,284,284,284,284,301,301,284,291,294,301,284,284,284,284\r\n363,,347,343,341,341,91,91,91,91,91,91,341,344,344,345,342,341,356,,347,341,346,344,348,110,347,343,346,344,83,79,84,80,78,81,78,84,84,82,84,82,84,,,,82,80,81,83,81,246,247,249,248,249,249,246,248,246,281,,282,248,248,249,247,246,247,249,249,249,246,284,301,301,284,284,301,301,300,284,284,284,284,284,284,284,284,284,284,284,301,289,284,301,301,301,284,301\r\n363,,362,91,91,91,91,91,345,344,341,346,345,344,350,350,350,356,,,362,342,345,342,363,110,362,343,344,342,79,80,84,79,79,84,79,79,84,79,80,82,84,201,201,201,84,79,81,78,84,248,248,246,249,248,247,247,246,247,118,118,118,118,118,118,118,246,132,246,249,248,246,284,284,284,284,337,337,337,289,284,284,284,284,284,284,301,301,301,284,291,290,303,301,284,284,284,301,301\r\n363,,92,91,91,91,91,91,341,345,346,350,350,348,,,,,,353,341,343,341,345,348,110,347,344,344,341,79,79,82,79,79,80,83,80,80,84,82,78,83,,,,80,80,80,83,82,248,246,246,248,249,248,247,247,248,118,118,118,118,118,118,118,246,132,246,249,249,249,301,284,284,301,337,337,284,300,284,301,284,284,284,284,284,284,284,291,294,301,296,284,301,284,301,301,284\r\n363,,92,91,91,345,344,344,344,346,363,,,201,201,201,201,201,201,345,343,346,341,344,363,110,362,343,343,342,79,81,84,78,81,81,80,81,84,84,83,80,81,,,,78,83,78,81,81,247,246,248,247,247,247,248,246,246,271,267,267,267,,,282,249,249,248,246,247,249,284,301,301,301,295,301,301,289,301,301,284,301,284,301,301,301,301,300,284,284,301,301,284,301,301,284,284\r\n348,,92,91,91,345,342,342,344,344,363,,,351,,,,,201,343,342,343,342,344,363,110,362,346,342,341,79,81,79,79,82,83,79,79,84,83,84,82,80,201,79,79,84,82,79,83,80,247,246,249,249,246,248,249,249,249,247,249,247,249,118,118,118,132,249,249,246,246,249,284,301,301,301,300,284,301,285,68,301,284,284,284,301,301,284,301,289,284,301,301,301,301,284,301,284,301\r\n342,76,344,341,341,345,345,342,342,345,363,,,362,355,,353,349,201,342,341,342,344,346,363,110,354,350,342,345,84,82,83,82,83,79,78,81,83,78,81,88,,,,110,80,79,84,78,78,246,249,248,246,249,247,249,248,247,249,249,247,249,264,,282,246,249,249,247,249,247,301,284,284,284,296,284,291,,68,301,301,284,301,301,284,284,301,285,287,293,301,301,284,301,301,284,284\r\n231,334,231,345,350,350,350,350,350,345,350,352,201,344,343,349,343,342,201,201,342,343,342,343,363,110,,,82,83,78,81,84,83,83,78,82,83,82,78,81,,,,,110,78,78,79,79,80,246,246,247,248,249,248,249,249,248,247,246,247,246,118,118,118,132,246,246,248,246,249,301,301,284,301,337,284,285,,68,284,301,301,284,301,301,284,284,292,288,,290,293,284,301,284,301,301\r\n231,335,231,363,,,,,,324,,,,362,341,342,344,345,201,201,345,344,343,346,348,126,80,336,83,79,79,81,80,80,83,83,80,83,83,78,84,,,,,110,78,81,83,78,81,247,249,249,247,247,248,246,247,249,249,246,247,248,281,,282,249,246,247,246,248,246,301,284,284,284,337,297,,303,301,284,284,284,284,301,284,284,301,301,301,296,284,300,301,301,284,284,301\r\n344,76,342,363,,,,324,,,,324,,347,350,350,344,346,350,350,350,350,345,350,78,84,82,201,79,83,82,83,82,82,82,82,79,81,80,82,84,,,,,110,78,82,84,78,82,249,248,248,249,247,247,270,272,246,246,248,247,249,118,118,118,132,246,248,246,246,246,284,284,284,301,301,301,292,303,301,301,301,284,284,284,284,301,284,301,284,301,301,292,290,293,301,284,284\r\n363,,347,343,349,349,349,344,349,349,349,342,349,356,,,354,201,,,110,,201,,110,63,201,,82,83,81,81,82,78,80,79,81,82,79,78,84,,,,,110,79,83,81,80,80,246,246,247,248,247,270,,267,280,272,248,247,246,281,,282,248,246,246,246,248,249,301,301,301,284,301,284,301,300,284,284,284,301,301,301,301,284,301,284,284,284,301,284,301,302,293,284,301\r\n348,,347,341,344,342,350,350,350,350,350,350,356,,,,,201,82,90,110,,201,,110,,79,,78,83,80,82,79,82,80,82,83,79,82,78,84,,,,,110,79,79,79,82,83,246,248,249,246,270,,282,246,247,264,272,248,246,118,118,118,132,249,249,247,246,246,284,284,284,301,301,301,284,292,293,301,301,301,284,284,301,301,301,301,301,284,284,301,301,285,303,284,301\r\n363,,347,344,341,363,,,,,,,,,,,78,201,110,81,110,64,201,,110,,78,200,83,79,78,84,82,84,84,82,84,80,84,78,81,,,,,110,82,83,81,78,78,248,248,247,247,281,,282,249,247,264,282,247,246,281,,282,248,248,246,247,248,248,301,284,301,301,284,284,301,301,300,284,284,284,301,284,301,301,284,301,284,284,301,284,284,285,,68,301\r\n342,76,343,341,350,356,,,,,,,,,,,80,201,110,110,110,81,81,90,110,,80,,80,81,82,84,82,84,81,80,80,78,84,82,81,,,,,110,82,78,83,81,80,249,246,249,248,264,,265,247,246,281,265,248,247,118,118,118,132,248,246,247,246,248,284,284,301,284,301,284,284,284,289,301,301,284,284,301,284,301,284,301,284,284,301,301,301,292,138,68,284\r\n348,,347,356,,,,,,,,,,,,,80,201,110,110,110,110,110,84,110,,83,,84,81,81,78,79,80,81,84,83,78,83,84,78,,,,,110,78,79,84,78,81,247,249,249,276,,,265,249,248,264,265,248,247,264,,265,247,246,246,249,249,247,284,301,284,301,301,301,301,301,285,287,298,284,301,301,301,284,301,301,295,301,295,284,284,284,138,68,301\r\n345,76,363,,,,324,,,,324,,,,,,84,201,110,110,110,110,110,110,110,,81,,82,82,81,83,78,81,83,78,81,79,82,83,79,,,,,110,79,81,84,79,83,248,249,247,247,264,,265,248,248,281,265,246,246,118,118,118,132,248,246,249,247,248,301,301,301,301,284,301,301,301,292,286,301,284,301,301,301,301,291,290,,290,288,293,284,301,138,68,301\r\n348,,351,,,,,,,,,64,64,64,64,64,84,201,110,110,110,110,110,110,110,,78,,83,80,78,80,84,83,78,84,82,78,79,82,79,,,,,110,83,84,83,80,78,246,247,246,270,,,265,246,249,281,265,247,246,264,,282,247,247,247,248,249,247,301,301,284,284,284,301,301,284,301,300,301,284,301,301,301,301,300,301,296,284,301,300,301,301,300,301,301\r\n363,,351,,,231,349,349,349,349,349,83,80,79,84,78,80,201,110,110,110,110,110,110,110,,201,,78,84,81,82,84,84,84,80,83,79,84,82,80,,,,,110,83,82,78,78,82,247,249,248,271,,,282,249,246,264,265,249,249,118,118,118,132,249,249,249,246,247,284,284,301,284,301,301,301,301,284,292,293,301,284,284,284,291,294,301,284,284,284,285,293,301,300,284,284\r\n363,,362,349,349,345,344,343,346,342,341,84,84,82,84,84,81,201,110,110,110,110,110,110,110,,79,,81,83,81,78,83,84,78,83,84,78,83,81,83,,,,,110,79,84,84,80,79,249,249,249,248,264,,282,246,247,264,282,248,247,281,,265,247,246,249,248,247,249,301,284,284,284,301,284,301,284,301,301,292,293,284,291,287,294,284,284,301,301,284,292,288,287,294,301,301\r\n348,,362,343,345,345,341,341,345,344,344,79,80,78,81,78,79,201,126,126,126,126,126,126,126,,78,200,84,84,81,79,81,84,80,84,83,79,82,78,78,,,,,126,79,84,80,82,79,247,247,246,249,264,,265,248,246,281,,280,280,,,265,246,247,246,249,248,246,284,284,301,284,284,301,284,284,301,301,301,292,290,,294,301,284,284,301,284,284,301,284,296,301,284,301\r\n341,76,350,350,350,350,350,350,350,350,350,79,82,78,81,82,81,83,80,78,80,82,84,83,78,78,87,,80,81,82,78,81,81,84,83,79,79,82,81,79,201,201,201,201,82,78,80,80,82,83,249,270,272,246,264,,265,246,247,271,273,246,246,271,,282,247,247,248,249,248,246,284,284,284,301,284,301,284,284,284,301,284,284,284,296,284,301,301,284,284,284,284,301,301,301,301,284,284\r\n348,,,,,,,,,,,201,64,63,64,63,64,63,64,63,64,63,64,64,63,201,64,64,84,81,82,83,79,81,80,79,83,78,78,79,84,78,81,,,201,,,,,201,280,267,267,280,267,267,273,246,246,249,248,248,247,249,271,273,247,247,246,247,246,247,284,284,284,301,301,284,284,301,301,284,301,301,284,301,284,284,284,301,284,301,301,284,284,301,284,301,284\r\n342,349,349,349,349,349,349,349,349,349,349,78,78,78,78,78,78,78,81,82,80,83,82,82,80,80,80,78,81,81,78,84,79,82,78,83,78,78,84,84,78,82,84,79,80,80,81,84,79,84,83,249,247,247,249,247,249,249,249,247,246,249,249,247,248,246,249,249,248,246,248,249,249,301,284,301,301,301,284,301,301,301,301,301,284,301,284,301,301,301,284,284,284,301,301,301,301,284,284,301\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,89,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;960 posEnd=5184;960 posCurrent=5184;960 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;960 posEnd=5248;960 posCurrent=5248;960 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;1024 posEnd=5248;1024 posCurrent=5248;1024 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;1024 posEnd=5184;1024 posCurrent=5184;1024 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2632 posEnd=1410;2632 posCurrent=1410;2632 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;708 posEnd=194;708 posCurrent=194;708 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=4 stepAdvance=180 stepRecede=180 timeStopStart=20 timeStopEnd=20 posStart=2368;320 posEnd=2752;320 posCurrent=2666;320 step=2 time=140 phase=3393 channel=10 icon=58 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;708 posEnd=322;708 posCurrent=322;708 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=1792;320 posEnd=1792;64 posCurrent=1792;116 step=2 time=32 phase=3393 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1928 posEnd=642;1928 posCurrent=642;1928 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2560 posEnd=1538;2560 posCurrent=1538;2560 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;136 posEnd=1026;136 posCurrent=1026;136 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=10 timeStopEnd=10 posStart=192;3200 posEnd=832;3200 posCurrent=332;3200 step=2 time=22 phase=3393 channel=1 icon=361 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;448 posEnd=1090;448 posCurrent=1090;448 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;448 posEnd=1474;448 posCurrent=1474;448 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;708 posEnd=1346;708 posCurrent=1346;708 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;708 posEnd=1602;708 posCurrent=1602;708 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;708 posEnd=1090;708 posCurrent=1090;708 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;256 posEnd=322;256 posCurrent=322;256 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;256 posEnd=194;256 posCurrent=194;256 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3016 posEnd=1218;3016 posCurrent=1218;3016 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2884 posEnd=1538;2884 posCurrent=1538;2884 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;2880 posEnd=3904;2880 posCurrent=3904;2880 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;2880 posEnd=3968;2880 posCurrent=3968;2880 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;2880 posEnd=4032;2880 posCurrent=4032;2880 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;2880 posEnd=4096;2880 posCurrent=4096;2880 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;2880 posEnd=4160;2880 posCurrent=4160;2880 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;2816 posEnd=5120;2816 posCurrent=5120;2816 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5440;2624 posEnd=5440;2624 posCurrent=5440;2624 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5568;2624 posEnd=5568;2624 posCurrent=5568;2624 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5760;2624 posEnd=5760;2624 posCurrent=5760;2624 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5888;2624 posEnd=5888;2624 posCurrent=5888;2624 step=1 time=0 phase=3393 channel=10 icon=264 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;4232 posEnd=6210;4232 posCurrent=6210;4232 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;4232 posEnd=6274;4232 posCurrent=6274;4232 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;4096 posEnd=5762;4096 posCurrent=5762;4096 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5376;4160 posEnd=5376;4160 posCurrent=5376;4160 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;4096 posEnd=5634;4096 posCurrent=5634;4096 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;5316 posEnd=5826;5316 posCurrent=5826;5316 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;640 posEnd=2624;640 posCurrent=2624;640 step=1 time=0 phase=3393 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;704 posEnd=2048;704 posCurrent=2048;704 step=1 time=0 phase=3393 channel=1 icon=33 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5824;512 posEnd=5952;512 posCurrent=5888;512 step=4 time=6 phase=3393 channel=1 icon=231 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3200;1216 posEnd=3264;1216 posCurrent=3200;1216 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=4736;320 posEnd=4672;320 posCurrent=4679;320 step=2 time=9 phase=3393 channel=11 icon=249 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=4224;256 posEnd=4288;256 posCurrent=4281;256 step=2 time=9 phase=3393 channel=12 icon=238 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=4096;128 posEnd=4224;128 posCurrent=4224;128 step=3 time=18 phase=3393 channel=13 icon=249 \r\nMoveObject: type=1 stepAdvance=200 stepRecede=200 timeStopStart=20 timeStopEnd=20 posStart=4480;64 posEnd=4480;704 posCurrent=4480;570 step=4 time=42 phase=3393 channel=1 icon=361 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=4800;192 posEnd=4672;192 posCurrent=4672;192 step=3 time=18 phase=3393 channel=12 icon=238 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;72 posEnd=4994;72 posCurrent=4994;72 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;324 posEnd=5506;324 posCurrent=5506;324 step=1 time=0 phase=3393 channel=10 icon=211 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=5184;1216 posEnd=5184;832 posCurrent=5184;832 step=3 time=9 phase=3393 channel=1 icon=231 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1224 posEnd=5058;1224 posCurrent=5058;1224 step=1 time=0 phase=3393 channel=10 icon=191 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2432;1664 posEnd=2624;1664 posCurrent=2432;1664 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;1088 posEnd=3264;1088 posCurrent=3328;1088 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3200;960 posEnd=3264;960 posCurrent=3200;960 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;832 posEnd=3264;832 posCurrent=3328;832 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4096;1152 posEnd=4096;1280 posCurrent=4096;1177 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3456;512 posEnd=3648;512 posCurrent=3456;512 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3904;1152 posEnd=3904;1280 posCurrent=3904;1177 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;260 posEnd=6018;260 posCurrent=6018;260 step=1 time=0 phase=3393 channel=10 icon=227 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;1608 posEnd=6146;1608 posCurrent=6146;1608 step=1 time=0 phase=3393 channel=10 icon=136 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1604 posEnd=4610;1604 posCurrent=4610;1604 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=5760;896 posEnd=5760;896 posCurrent=5760;896 step=1 time=0 phase=3393 channel=1 icon=313 \r\nMoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=5824;768 posEnd=5824;768 posCurrent=5824;768 step=1 time=0 phase=3393 channel=1 icon=313 \r\nMoveObject: type=4 stepAdvance=30 stepRecede=30 timeStopStart=20 timeStopEnd=20 posStart=6016;3648 posEnd=5952;3648 posCurrent=5952;3648 step=3 time=13 phase=3393 channel=10 icon=60 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;72 posEnd=5058;72 posCurrent=5058;72 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;968 posEnd=5570;968 posCurrent=5570;968 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;712 posEnd=2818;712 posCurrent=2818;712 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;1604 posEnd=3586;1604 posCurrent=3586;1604 step=1 time=0 phase=3393 channel=10 icon=16 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1472 posEnd=2370;1472 posCurrent=2370;1472 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3456;1024 posEnd=3456;1024 posCurrent=3456;1024 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2120 posEnd=3010;2120 posCurrent=3010;2120 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2120 posEnd=3074;2120 posCurrent=3074;2120 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2120 posEnd=3138;2120 posCurrent=3138;2120 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2120 posEnd=3202;2120 posCurrent=3202;2120 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;328 posEnd=1858;328 posCurrent=1858;328 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2624;1984 posEnd=2432;1984 posCurrent=2474;1984 step=4 time=4 phase=3393 channel=10 icon=201 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;264 posEnd=2818;264 posCurrent=2818;264 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1728;1536 posEnd=1600;1536 posCurrent=1703;1536 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1472;1536 posEnd=1344;1536 posCurrent=1447;1536 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=896;1472 posEnd=640;1472 posCurrent=896;1472 step=1 time=9 phase=3393 channel=10 icon=243 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=704;1088 posEnd=704;1216 posCurrent=704;1113 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=640;1216 posEnd=640;1088 posCurrent=640;1191 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=3584;1024 posEnd=3584;704 posCurrent=3584;715 step=2 time=29 phase=3393 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3264;704 posEnd=3200;704 posCurrent=3264;704 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;1096 posEnd=3458;1096 posCurrent=3458;1096 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;1096 posEnd=3586;1096 posCurrent=3586;1096 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;1092 posEnd=3522;1092 posCurrent=3522;1092 step=1 time=0 phase=3393 channel=10 icon=222 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=576;1088 posEnd=576;1216 posCurrent=576;1113 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=512;1216 posEnd=512;1088 posCurrent=512;1191 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=256;2688 posEnd=896;2688 posCurrent=352;2688 step=2 time=9 phase=3393 channel=1 icon=361 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1220 posEnd=770;1220 posCurrent=770;1220 step=1 time=0 phase=3393 channel=10 icon=227 \r\nMoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=320;1472 posEnd=576;1472 posCurrent=320;1472 step=1 time=9 phase=3393 channel=10 icon=243 \r\nMoveObject: type=1 stepAdvance=110 stepRecede=110 timeStopStart=10 timeStopEnd=10 posStart=576;896 posEnd=576;192 posCurrent=576;755 step=4 time=88 phase=3393 channel=1 icon=397 \r\nMoveObject: type=1 stepAdvance=110 stepRecede=110 timeStopStart=10 timeStopEnd=10 posStart=640;896 posEnd=640;192 posCurrent=640;755 step=4 time=88 phase=3393 channel=1 icon=397 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;712 posEnd=770;712 posCurrent=770;712 step=1 time=0 phase=3393 channel=10 icon=191 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=512;3136 posEnd=512;3136 posCurrent=512;3136 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=176 timeStopStart=2 timeStopEnd=2 posStart=2304;384 posEnd=2816;384 posCurrent=2688;384 step=2 time=30 phase=3393 channel=1 icon=262 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=448;3136 posEnd=448;3136 posCurrent=448;3136 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1280;192 posEnd=1280;0 posCurrent=1280;192 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=4 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=2752;128 posEnd=2240;128 posCurrent=2266;128 step=2 time=228 phase=3393 channel=10 icon=66 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;132 posEnd=2178;132 posCurrent=2178;132 step=1 time=0 phase=3393 channel=10 icon=227 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=832;512 posEnd=1152;512 posCurrent=1076;512 step=4 time=12 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=1216;512 posEnd=1536;512 posCurrent=1460;512 step=4 time=12 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1408;192 posEnd=1408;0 posCurrent=1408;192 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1536;192 posEnd=1536;0 posCurrent=1536;192 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=576;3136 posEnd=576;3136 posCurrent=576;3136 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=512;3072 posEnd=512;3072 posCurrent=512;3072 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=20 stepAdvance=104 stepRecede=104 timeStopStart=8 timeStopEnd=8 posStart=1664;640 posEnd=832;640 posCurrent=1456;640 step=4 time=78 phase=3393 channel=10 icon=96 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2888 posEnd=1730;2888 posCurrent=1730;2888 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;136 posEnd=1090;136 posCurrent=1090;136 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;132 posEnd=962;132 posCurrent=962;132 step=1 time=0 phase=3393 channel=10 icon=222 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2568 posEnd=2178;2568 posCurrent=2178;2568 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;324 posEnd=1602;324 posCurrent=1602;324 step=1 time=0 phase=3393 channel=10 icon=211 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=320;384 posEnd=320;320 posCurrent=320;374 step=2 time=1 phase=3393 channel=1 icon=397 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=192;384 posEnd=192;320 posCurrent=192;374 step=2 time=1 phase=3393 channel=1 icon=397 \r\nMoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=2752;192 posEnd=2240;192 posCurrent=2752;192 step=1 time=1 phase=3393 channel=1 icon=262 \r\nMoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=1536;320 posEnd=1344;320 posCurrent=1511;320 step=2 time=12 phase=3393 channel=10 icon=66 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=384;448 posEnd=128;512 posCurrent=192;496 step=2 time=24 phase=3393 channel=10 icon=98 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;520 posEnd=66;520 posCurrent=66;520 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=256;2048 posEnd=576;2048 posCurrent=565;2048 step=2 time=29 phase=3393 channel=1 icon=361 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5760;3904 posEnd=6016;3904 posCurrent=5964;3904 step=2 time=32 phase=3393 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2568 posEnd=2242;2568 posCurrent=2242;2568 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=2752;2816 posEnd=2880;2816 posCurrent=2784;2816 step=2 time=4 phase=3393 channel=10 icon=94 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;3144 posEnd=66;3144 posCurrent=66;3144 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=2752;2752 posEnd=2880;2752 posCurrent=2784;2752 step=2 time=4 phase=3393 channel=10 icon=94 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;136 posEnd=1666;136 posCurrent=1666;136 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=1536;2624 posEnd=1536;2880 posCurrent=1536;2880 step=3 time=0 phase=3393 channel=1 icon=157 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2248 posEnd=1858;2248 posCurrent=1858;2248 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2248 posEnd=1794;2248 posCurrent=1794;2248 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2248 posEnd=1730;2248 posCurrent=1730;2248 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1920;2624 posEnd=1728;2624 posCurrent=1872;2624 step=4 time=18 phase=3393 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=2944;2624 posEnd=3008;2624 posCurrent=2944;2624 step=2 time=0 phase=3393 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=2368;2624 posEnd=2624;2624 posCurrent=2560;2624 step=2 time=24 phase=3393 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=3136;2624 posEnd=3072;2624 posCurrent=3136;2624 step=2 time=0 phase=3393 channel=10 icon=98 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3720 posEnd=5506;3720 posCurrent=5506;3720 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;3912 posEnd=6210;3912 posCurrent=6210;3912 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3848 posEnd=2114;3848 posCurrent=2114;3848 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3848 posEnd=2370;3848 posCurrent=2370;3848 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4552 posEnd=2114;4552 posCurrent=2114;4552 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=3200;2752 posEnd=3328;2816 posCurrent=3232;2768 step=2 time=4 phase=3393 channel=10 icon=94 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4352;2944 posEnd=4480;2944 posCurrent=4428;2944 step=2 time=24 phase=3393 channel=1 icon=90 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4416;2944 posEnd=4544;2944 posCurrent=4492;2944 step=2 time=24 phase=3393 channel=1 icon=87 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4608;2752 posEnd=4608;2880 posCurrent=4608;2777 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4736;2880 posEnd=4736;3008 posCurrent=4736;2905 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4864;2880 posEnd=4864;3008 posCurrent=4864;2905 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4992;2880 posEnd=4992;2752 posCurrent=4992;2855 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=4 stepAdvance=30 stepRecede=30 timeStopStart=20 timeStopEnd=20 posStart=6208;3648 posEnd=6144;3648 posCurrent=6144;3648 step=3 time=13 phase=3393 channel=10 icon=60 \r\nMoveObject: type=4 stepAdvance=30 stepRecede=30 timeStopStart=20 timeStopEnd=20 posStart=5824;3648 posEnd=5760;3648 posCurrent=5760;3648 step=3 time=13 phase=3393 channel=10 icon=60 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3524 posEnd=4482;3524 posCurrent=4482;3524 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3524 posEnd=4546;3524 posCurrent=4546;3524 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3652 posEnd=2818;3652 posCurrent=2818;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3652 posEnd=2882;3652 posCurrent=2882;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4484 posEnd=4418;4484 posCurrent=4418;4484 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;4484 posEnd=4482;4484 posCurrent=4482;4484 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=54 stepAdvance=20 stepRecede=20 timeStopStart=200 timeStopEnd=200 posStart=2752;3904 posEnd=2816;3904 posCurrent=2816;3904 step=3 time=63 phase=3393 channel=10 icon=242 \r\nMoveObject: type=54 stepAdvance=20 stepRecede=20 timeStopStart=200 timeStopEnd=200 posStart=3456;3712 posEnd=3392;3712 posCurrent=3392;3712 step=3 time=63 phase=3393 channel=10 icon=242 \r\nMoveObject: type=54 stepAdvance=40 stepRecede=40 timeStopStart=200 timeStopEnd=200 posStart=4672;4096 posEnd=4544;4096 posCurrent=4672;4096 step=1 time=5 phase=3393 channel=10 icon=244 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3652 posEnd=1922;3652 posCurrent=1922;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;3652 posEnd=1282;3652 posCurrent=1282;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;3652 posEnd=1346;3652 posCurrent=1346;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3652 posEnd=1858;3652 posCurrent=1858;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;3652 posEnd=1730;3652 posCurrent=1730;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3652 posEnd=1602;3652 posCurrent=1602;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;3652 posEnd=1474;3652 posCurrent=1474;3652 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=54 stepAdvance=40 stepRecede=40 timeStopStart=200 timeStopEnd=200 posStart=2176;4800 posEnd=2304;4800 posCurrent=2176;4800 step=1 time=5 phase=3393 channel=10 icon=244 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4612 posEnd=1538;4612 posCurrent=1538;4612 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4612 posEnd=1602;4612 posCurrent=1602;4612 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4356 posEnd=2242;4356 posCurrent=2242;4356 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4292 posEnd=2370;4292 posCurrent=2370;4292 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4100 posEnd=2242;4100 posCurrent=2242;4100 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4100 posEnd=2818;4100 posCurrent=2818;4100 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4036 posEnd=1794;4036 posCurrent=1794;4036 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5056;5952 posEnd=5184;5952 posCurrent=5081;5952 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5824;5824 posEnd=5952;5824 posCurrent=5849;5824 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=6208;5504 posEnd=6080;5504 posCurrent=6183;5504 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=6080;5952 posEnd=6080;6144 posCurrent=6080;5952 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5376;5888 posEnd=5504;5888 posCurrent=5401;5888 step=2 time=4 phase=3393 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=1088;5632 posEnd=1024;5632 posCurrent=1050;5632 step=2 time=12 phase=3393 channel=1 icon=231 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=832;5632 posEnd=896;5632 posCurrent=870;5632 step=2 time=12 phase=3393 channel=1 icon=231 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3908 posEnd=898;3908 posCurrent=898;3908 step=1 time=0 phase=3393 channel=10 icon=31 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;3780 posEnd=130;3780 posCurrent=130;3780 step=1 time=0 phase=3393 channel=10 icon=222 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;576 posEnd=3264;576 posCurrent=3328;576 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3200;448 posEnd=3264;448 posCurrent=3200;448 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;320 posEnd=3264;320 posCurrent=3328;320 step=1 time=5 phase=3393 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;6152 posEnd=6146;6152 posCurrent=6146;6152 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;3972 posEnd=1090;3972 posCurrent=1090;3972 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3972 posEnd=1154;3972 posCurrent=1154;3972 step=1 time=0 phase=3393 channel=10 icon=68 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3456;256 posEnd=3648;256 posCurrent=3456;256 step=2 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;968 posEnd=5314;968 posCurrent=5314;968 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=6016;4160 posEnd=6016;4160 posCurrent=6016;4160 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;4096 posEnd=5250;4096 posCurrent=5250;4096 step=1 time=0 phase=3393 channel=10 icon=52 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3848 posEnd=4482;3848 posCurrent=4482;3848 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5888;4160 posEnd=5888;4160 posCurrent=5888;4160 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5504;4160 posEnd=5504;4160 posCurrent=5504;4160 step=1 time=0 phase=3393 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;6024 posEnd=2306;6024 posCurrent=2306;6024 step=1 time=0 phase=3393 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5256 posEnd=2562;5256 posCurrent=2562;5256 step=1 time=0 phase=3393 channel=10 icon=21 \r\n"); + worlds.Add(20, "DescFile: posDecor=550;5500 dimDecor=100;100 world=0 music=0 region=25 blupiPos=898;5766 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,393,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,391,396,393,396,,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,391,396,393,396,398,395,,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,391,396,393,396,398,395,,,,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,393,396,398,395,,,,,,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,398,395,,,,,,,,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,398,394,,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,398,394,182,397,174,397,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,398,394,182,397,175,397,392,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,398,394,182,397,176,397,392,396,391,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,182,397,177,397,392,396,391,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,178,397,392,396,391,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,392,396,391,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,393,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,393,393,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,393,393,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(21, "DescFile: posDecor=0;5920 dimDecor=100;100 world=0 music=1 region=25 blupiPos=322;6278 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,396,391,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,387,386,396,378,391,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,396,391,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,396,391,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,378,387,386,396,422,391,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,396,391,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,,,,,398,394,400,396,396,391,400,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,378,387,389,396,388,388,388,386,386,396,396,391,396,396,425,107\r\n,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,,,,,398,395,400,396,396,391,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,393,393,393,393,393,393,391,396,393,393,393,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,143,143,401,,,398,395,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,,,,,,,,398,394,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,140,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,,,,,398,394,400,396,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,139,401,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,,,398,394,400,396,396,391,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,,,,141,140,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,400,396,396,396,396,,,,398,397,396,391,396,396,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,,,141,,,,140,142,140,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,400,396,396,396,396,,,,378,397,396,396,396,391,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,,,141,143,,,140,140,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,393,391,400,390,396,391,396,,,,398,397,396,396,396,396,400,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,,,143,140,,,142,143,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,,,,398,397,391,396,396,396,391,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,,,141,141,,,139,143,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,,,,378,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,,,139,401,,,142,139,140,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,391,,398,387,399,397,396,396,,,,398,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,402,,,,,,140,141,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,,,,398,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,392,392,392,400,396,391,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,142,141,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,392,391,400,390,396,391,396,396,391,396,400,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,142,141,402,,,398,394,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,391,396,396,396,426,397,396,396,396,396,396,396,400,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,392,392,392,392,392,392,391,396,76,394,392,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,400,396,400,400,400,396,400,400,400,396,391,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,391,396,400,400,400,396,400,400,400,396,400,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,403,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,,,,,,,,,,,,397,396,396,396,396,396,393,396,396,393,393,393,393,393,400,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,391,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,392,392,392,392,392,386,392,386,386,,,397,396,396,396,396,396,398,397,396,,,,,,,397,391,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,393,393,396,391,398,397,,,,,397,396,396,396,396,396,398,397,396,,,,,,,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,391,398,397,,,,,397,396,396,396,396,391,398,395,393,,,398,394,,,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,396,396,396,393,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,392,396,,,,,397,396,396,396,396,396,,,,,,398,395,,,397,391,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,400,400,400,393,,,,,397,396,396,396,396,396,398,394,392,,,,,,,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,,,,,,,397,396,396,396,396,396,398,397,396,,,,,,,397,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,,,,,,,397,396,396,396,391,396,398,397,396,392,392,392,245,392,245,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,400,400,400,392,,,,,397,396,396,396,396,396,400,400,400,396,393,396,245,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,393,396,,,,,397,396,396,396,396,396,396,396,399,395,399,400,245,396,396,391,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,391,398,397,,,,,397,396,396,396,396,396,391,396,,,,397,396,391,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,392,,397,391,398,397,,,,394,396,396,396,396,396,396,396,396,391,392,392,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,76,397,396,392,396,392,392,392,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,393,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,,395,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,,395,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,,394,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,396,392,76,397,396,396,396,396,396,396,396,393,393,393,393,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,393,393,107\r\n,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,,387,399,390,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,76,201,,,397,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,76,397,396,396,396,396,396,396,396,76,201,,387,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,,394,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,396,396,396,396,392,392,402,,395,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,393,393,393,393,393,393,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,396,396,396,396,396,396,392,,,395,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,,,397,396,396,396,396,396,396,396,396,396,396,392,,,395,393,393,201,201,261,261,263,263,263,263,261,261,263,263,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,,394,392,392,392,201,397,396,396,396,396,396,396,396,396,396,392,76,397,396,396,396,396,396,396,396,396,396,396,396,392,402,,403,201,,,261,261,201,201,201,,261,261,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,393,,397,396,396,393,201,395,393,396,393,393,393,393,396,393,393,393,76,397,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,201,201,261,261,401,,,,261,401,,,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,401,,397,396,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,201,,,,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,395,396,396,,,,,395,,,,,395,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,,,,,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,263,263,,,262,,201,,,,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,201,,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,403,201,,,261,,201,,,,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,,395,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,262,262,,,261,,201,,,,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,402,,261,402,201,403,262,262,261\r\n,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,,387,399,390,396,396,396,396,396,396,396,392,392,392,392,392,392,392,396,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,262,262,261,262,262,262,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,,394,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,394,76,395,393,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,,201,201,201,201,201,201,201,201,,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,395,76,394,392,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,402,,,397,396,,,,,394,,,,,394,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,396,393,393,393,393,393,393,393,396,393,393,393,393,386,386,,397,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,401,,,403,,,398,395,401,,,,,,,397,396,392,392,392,392,396,392,392,392,392,396,392,392,392,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,402,,,,,,398,394,,,,,,,398,394,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,392,392,392,392,392,392,392,396,392,392,392,392,392,392,392,396,392,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,87,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,87,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,87,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,89,,,87,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;6280 posEnd=3010;6280 posCurrent=3010;6280 step=1 time=0 phase=340 channel=10 icon=25 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5700 posEnd=3906;5700 posCurrent=3906;5700 step=1 time=0 phase=340 channel=10 icon=3 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;5316 posEnd=3202;5316 posCurrent=3202;5316 step=1 time=0 phase=340 channel=10 icon=30 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;5384 posEnd=2882;5384 posCurrent=2882;5384 step=1 time=0 phase=340 channel=10 icon=25 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;6148 posEnd=642;6148 posCurrent=642;6148 step=1 time=0 phase=340 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;6276 posEnd=898;6276 posCurrent=898;6276 step=1 time=0 phase=340 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;5892 posEnd=1538;5892 posCurrent=1538;5892 step=1 time=0 phase=340 channel=10 icon=3 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2048;5824 posEnd=2048;5568 posCurrent=2048;5716 step=2 time=17 phase=340 channel=1 icon=387 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5508 posEnd=2114;5508 posCurrent=2114;5508 step=1 time=0 phase=340 channel=10 icon=3 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1480 posEnd=4802;1480 posCurrent=4802;1480 step=1 time=0 phase=340 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1480 posEnd=5634;1480 posCurrent=5634;1480 step=1 time=0 phase=340 channel=10 icon=25 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;6276 posEnd=1986;6276 posCurrent=1986;6276 step=1 time=0 phase=340 channel=10 icon=3 \r\n"); + worlds.Add(22, "DescFile: posDecor=3082;4820 dimDecor=100;100 world=0 music=1 region=25 blupiPos=3330;4998 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,397,396,396,396,400,393,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,395,393,391,396,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,393,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,398,397,392,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,394,392,391,396,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,400,392,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,391,396,391,390,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,,395,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,395,393,391,396,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,398,397,393,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,398,397,392,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,394,392,391,396,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,392,392,392,392,393,399,397,396,396,396,400,392,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,391,396,391,396,,,397,396,391,396,400,390,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,393,393,393,392,399,397,396,396,396,400,393,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,399,395,393,391,396,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,398,397,393,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,107\r\n,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,398,397,392,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,394,392,391,396,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,392,392,392,393,399,397,396,396,396,,394,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,391,396,,,397,396,391,396,391,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,393,393,392,399,397,396,396,396,400,393,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,395,393,391,396,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,393,393,393,393,393,393,391,396,393,393,393,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,387,392,392,392,392,,,,,,398,395,,,398,397,393,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,143,143,401,201,201,398,395,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,398,395,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,140,,,201,139,,,,139,76,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,139,401,,,142,,,,,,378,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,,,,141,140,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,139,,,140,142,140,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,401,,,141,143,,378,140,140,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,398,394,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,,,378,143,140,,378,142,143,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,394,,,,397,392,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,,,,141,141,,378,139,143,143,,378,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,397,76,394,392,391,396,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,139,,,142,139,140,,378,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,394,392,392,392,393,76,397,396,396,396,,394,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,391,402,,,,,,140,141,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,68,397,396,396,396,,,397,396,396,396,,,397,396,391,396,391,396,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,,,,142,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,398,397,392,396,396,396,396,,,395,393,393,393,392,76,397,396,396,396,,395,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,142,141,,,201,139,,,,139,76,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,400,396,396,396,396,396,396,,,,,,,397,76,395,393,391,396,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,143,142,141,402,201,201,398,394,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,398,397,391,396,396,396,396,,,,,,,395,,,398,397,393,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,392,392,392,392,392,392,391,396,76,394,392,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,398,397,396,396,396,396,396,,,,,,,,,,398,395,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,400,396,396,396,391,396,396,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,403,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,398,394,,,398,394,392,396,398,397,396,396,396,396,396,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,391,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,392,392,392,392,396,400,392,386,393,393,396,76,397,396,396,396,396,391,392,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,393,396,391,398,397,,,398,395,76,397,396,396,396,396,396,396,392,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,391,398,397,,,,,,397,396,396,396,396,396,396,391,392,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,396,396,396,393,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,400,400,396,,,,,,395,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,392,392,392,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,400,400,396,396,,,,,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,396,396,396,,,398,394,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,396,396,396,,,398,395,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,400,400,396,396,,,,,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,400,400,396,,,,,,394,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,391,398,397,,,,,,397,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,392,424,397,391,398,397,,,398,394,76,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,396,76,397,396,400,396,392,392,392,396,76,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,76,397,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,401,,395,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,,378,397,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,335,395,335,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,402,,394,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,396,392,76,397,396,396,396,396,396,396,396,,395,393,393,396,396,396,396,396,393,393,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,398,387,399,390,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,76,201,,378,397,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,76,397,396,396,396,396,396,396,396,76,201,,387,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,335,394,335,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,401,,397,396,396,396,396,396,396,396,392,392,402,,395,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,393,393,393,393,393,393,396,396,396,396,396,396,396,396,396,396,,378,397,396,396,396,396,396,396,396,396,396,392,,,395,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,402,,397,396,396,396,396,396,396,396,396,396,396,392,,,395,393,393,201,201,261,261,263,263,263,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,,394,392,392,392,201,397,396,396,396,396,396,396,396,396,396,392,76,397,396,396,396,396,396,396,396,396,396,396,396,392,402,,403,201,,,261,261,201,201,201,201,261,263,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,393,,397,396,396,393,201,395,393,396,393,393,393,393,396,393,393,393,76,397,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,201,201,261,261,401,,,,261,401,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,401,,397,396,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,201,,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,395,396,396,,,,,395,,,,,395,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,201,,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,261,261,,,262,,201,,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,403,201,201,201,261,,201,,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,428,395,428,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,261,,201,,92,91,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,378,397,396,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,402,,261,402,201,403,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,398,387,399,390,396,396,396,396,396,396,396,392,392,392,392,392,392,392,396,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,262,262,261,261,261,262,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,428,394,428,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,394,76,395,393,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,395,76,394,392,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,402,,,397,396,,,,,394,,,,,394,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,396,393,393,393,396,393,393,393,396,393,393,393,393,393,393,393,393,393,393,386,392,427,397,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,398,387,,,398,387,,,398,387,,,398,395,401,51,398,395,,51,398,395,401,51,,,,51,,,,51,398,395,,397,396,392,392,392,392,396,392,392,392,392,396,392,392,392,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,,,,,,,,51,398,394,,51,398,394,,51,398,394,,51,398,394,,51,398,394,,51,398,394,402,,398,394,,,398,394,402,51,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\n,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,89,,,87,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;4992 posEnd=4480;4992 posCurrent=4480;4992 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5568;5888 posEnd=5568;5888 posCurrent=5568;5888 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;6016 posEnd=5184;6016 posCurrent=5184;6016 step=1 time=0 phase=3568 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5632;5632 posEnd=5632;5632 posCurrent=5632;5632 step=1 time=0 phase=3568 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;5632 posEnd=5696;5632 posCurrent=5696;5632 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;5568 posEnd=5696;5568 posCurrent=5696;5568 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;5632 posEnd=5248;5632 posCurrent=5248;5632 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;5632 posEnd=4992;5632 posCurrent=4992;5632 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;5632 posEnd=4928;5632 posCurrent=4928;5632 step=1 time=0 phase=3568 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;5632 posEnd=4864;5632 posCurrent=4864;5632 step=1 time=0 phase=3568 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;5568 posEnd=4928;5568 posCurrent=4928;5568 step=1 time=0 phase=3568 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;5632 posEnd=4800;5632 posCurrent=4800;5632 step=1 time=0 phase=3568 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;3328 posEnd=5120;3328 posCurrent=5120;3328 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;3328 posEnd=5184;3328 posCurrent=5184;3328 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5632;3392 posEnd=5632;3392 posCurrent=5632;3392 step=1 time=0 phase=3568 channel=1 icon=32 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2;5768 posEnd=2;5768 posCurrent=2;5768 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5440;5952 posEnd=5440;5760 posCurrent=5440;5767 step=2 time=29 phase=3568 channel=1 icon=261 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5120;5696 posEnd=5120;5504 posCurrent=5120;5511 step=2 time=29 phase=3568 channel=1 icon=261 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4616 posEnd=4418;4616 posCurrent=4418;4616 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;3780 posEnd=5954;3780 posCurrent=5954;3780 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3780 posEnd=5314;3780 posCurrent=5314;3780 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=5824;4032 posEnd=5824;3520 posCurrent=5824;3642 step=2 time=61 phase=3568 channel=1 icon=387 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;4100 posEnd=5314;4100 posCurrent=5314;4100 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=6080;3072 posEnd=6080;2752 posCurrent=6080;2899 step=4 time=23 phase=3568 channel=1 icon=387 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;4868 posEnd=4354;4868 posCurrent=4354;4868 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5312;6080 posEnd=5504;6080 posCurrent=5497;6080 step=2 time=29 phase=3568 channel=1 icon=261 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;6276 posEnd=5186;6276 posCurrent=5186;6276 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5576 posEnd=4866;5576 posCurrent=4866;5576 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;6024 posEnd=5122;6024 posCurrent=5122;6024 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5440;4352 posEnd=5440;4160 posCurrent=5440;4167 step=2 time=29 phase=3568 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5568;4288 posEnd=5568;4032 posCurrent=5568;4154 step=2 time=21 phase=3568 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5696;4160 posEnd=5696;3904 posCurrent=5696;4026 step=2 time=21 phase=3568 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2056 posEnd=2690;2056 posCurrent=2690;2056 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1796 posEnd=4802;1796 posCurrent=4802;1796 step=1 time=0 phase=3568 channel=10 icon=34 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1796 posEnd=5634;1796 posCurrent=5634;1796 step=1 time=0 phase=3568 channel=10 icon=221 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1480 posEnd=4802;1480 posCurrent=4802;1480 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1480 posEnd=5634;1480 posCurrent=5634;1480 step=1 time=0 phase=3568 channel=10 icon=24 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2052 posEnd=3074;2052 posCurrent=3074;2052 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;4996 posEnd=3586;4996 posCurrent=3586;4996 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;4868 posEnd=3778;4868 posCurrent=3778;4868 step=1 time=0 phase=3568 channel=10 icon=1 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;1224 posEnd=6082;1224 posCurrent=6082;1224 step=1 time=0 phase=3568 channel=10 icon=24 \r\n"); + worlds.Add(23, "DescFile: posDecor=800;5470 dimDecor=100;100 world=0 music=2 region=28 blupiPos=1218;5766 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,288,288,288,288,288,288,288\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,392,392,284,301,301,301,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,301,284,301,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,393,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,301,284,284,284,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,393,76,395,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,393,393,393,393,396,396,391,396,396,396,396,396,396,396,396,396,396,396,393,393,393,393,396,396,396,396,396,396,396,396,396,396,396,396,396,301,301,301,301,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,,,,395,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,,,403,,397,393,393,393,396,396,396,396,400,396,396,396,396,396,401,,,,395,391,396,396,396,396,396,396,396,396,396,391,396,301,284,284,284,301,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,397,396,396,396,396,396,396,396,396,391,396,391,396,396,391,396,393,393,401,,,398,394,400,396,,403,,397,396,396,396,245,396,396,396,396,396,,,,,,395,391,396,396,396,396,396,396,396,391,396,396,284,301,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,397,396,396,396,396,396,396,396,396,393,396,396,393,393,393,393,,,,398,394,392,396,422,397,401,394,392,396,391,396,396,245,396,396,396,396,393,,,394,402,,,395,396,396,396,396,396,396,393,393,393,393,301,284,301,284,301,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,,,,394,396,396,396,396,396,396,396,396,396,384,397,393,401,,57,,,398,394,392,396,393,393,400,393,334,395,393,396,393,393,393,245,393,393,393,393,,,394,396,392,,,,397,396,396,396,396,396,403,,,,287,293,301,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,392,76,394,396,396,396,396,393,389,396,396,391,396,403,395,,,,,,394,392,396,396,396,76,76,76,219,,,398,397,401,,,398,218,,,,,394,389,396,396,392,,,397,393,393,393,396,391,386,400,392,392,,286,284,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,391,,245,245,245,245,245,403,,397,396,396,396,,,,,398,10,76,397,396,396,396,396,,,,,,,398,397,,,,,,,,,,397,396,396,396,396,,378,397,,403,,397,396,,,397,396,,303,284,301,403,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,76,397,396,396,396,396,392,389,396,396,396,391,,,,,,,,397,391,396,396,396,,,,,,,384,395,55,,,,,,398,215,76,397,396,396,396,390,,378,397,400,388,400,396,396,,,397,396,,,287,287,286,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,391,,391,396,396,396,396,396,396,396,396,396,396,55,,,398,10,76,76,397,391,396,396,396,76,76,76,215,,,,,398,219,76,76,76,217,76,76,76,397,396,396,396,390,,378,397,334,397,,397,396,,,397,396,,,,,303,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,393,,,,,,,,397,396,396,396,396,,,,,,,,,,,398,218,76,76,76,76,76,397,396,396,396,390,,378,397,335,397,,397,396,,,397,396,,,,,286,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,391,,391,396,396,393,396,396,396,396,396,396,401,,,398,10,76,76,76,397,396,396,396,396,76,76,76,220,,,,,398,215,76,76,76,76,76,76,76,397,396,396,396,396,,378,397,,397,336,397,396,,,397,396,,,,,286,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,76,397,396,396,384,391,389,396,396,391,396,55,,,,,,,,397,396,396,396,396,,,,,,,378,218,76,76,76,76,216,,,,,397,396,396,396,396,,,395,400,388,400,393,393,386,400,396,396,,,288,288,286,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,393,400,393,393,393,,,,397,396,396,393,,,398,10,76,76,76,76,397,396,396,396,396,76,76,76,217,,,,,,,394,392,392,392,392,392,389,396,396,396,396,396,,,,,397,,,,,,397,396,,286,301,284,402,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,393,,,,143,401,,,,,397,396,396,401,,,,,,,,,397,396,396,396,396,,,,,,,398,216,76,76,397,396,396,396,396,396,396,396,396,396,396,396,392,391,392,392,396,392,392,392,392,392,396,396,402,303,284,301,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,401,,,378,141,,,378,139,375,397,390,396,,,398,10,76,76,76,10,76,397,391,396,396,396,,,,378,215,76,76,76,76,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,391,396,396,396,392,392,284,301,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,143,,,,140,375,140,,397,396,396,59,,,,,,,,,397,396,396,396,396,,,,,,398,219,76,76,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,284,284,301,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,140,,,,139,375,142,,397,396,396,,,,,,,,,,397,396,396,396,396,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,301,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,,,142,,,378,139,375,397,396,396,402,,378,10,402,58,,,394,396,396,396,396,396,402,,,398,394,392,392,245,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,284,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,392,402,,,140,,,,,,397,391,396,392,392,336,394,392,392,403,394,396,396,396,396,396,396,392,392,392,384,397,391,396,245,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,392,392,392,392,392,,,,395,393,396,391,396,336,397,396,396,391,396,396,396,396,396,396,396,396,396,396,392,396,396,396,245,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,301,301,284,301,284\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,391,396,392,402,,,,395,393,396,,397,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,284,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,391,392,,,,,395,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,284,301,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,402,,403,54,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,287,287,287,287,287\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,335,397,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,387,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,398,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,398,400,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,398,400,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,76,76,387,,398,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,398,400,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,398,400,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,398,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,386,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,87,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,23,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2312 posEnd=770;2312 posCurrent=770;2312 step=1 time=0 phase=1948 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2312 posEnd=962;2312 posCurrent=962;2312 step=1 time=0 phase=1948 channel=10 icon=27 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;2692 posEnd=1090;2692 posCurrent=1090;2692 step=1 time=0 phase=1948 channel=10 icon=30 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=960;5824 posEnd=960;6080 posCurrent=960;5997 step=4 time=13 phase=1948 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1472;5824 posEnd=1472;5568 posCurrent=1472;5651 step=4 time=13 phase=1948 channel=1 icon=387 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;6212 posEnd=1090;6212 posCurrent=1090;6212 step=1 time=0 phase=1948 channel=10 icon=210 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;6212 posEnd=1474;6212 posCurrent=1474;6212 step=1 time=0 phase=1948 channel=10 icon=221 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;6208 posEnd=1280;6208 posCurrent=1280;6208 step=1 time=0 phase=1948 channel=1 icon=32 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;6020 posEnd=1538;6020 posCurrent=1538;6020 step=1 time=0 phase=1948 channel=10 icon=228 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5508 posEnd=1218;5508 posCurrent=1218;5508 step=1 time=0 phase=1948 channel=10 icon=210 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5508 posEnd=1282;5508 posCurrent=1282;5508 step=1 time=0 phase=1948 channel=10 icon=221 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1088;5248 posEnd=1344;5248 posCurrent=1261;5248 step=4 time=13 phase=1948 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4168 posEnd=1026;4168 posCurrent=1026;4168 step=1 time=0 phase=1948 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4360 posEnd=1730;4360 posCurrent=1730;4360 step=1 time=0 phase=1948 channel=10 icon=27 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;4164 posEnd=834;4164 posCurrent=834;4164 step=1 time=0 phase=1948 channel=10 icon=11 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4228 posEnd=2754;4228 posCurrent=2754;4228 step=1 time=0 phase=1948 channel=10 icon=11 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3332 posEnd=1794;3332 posCurrent=1794;3332 step=1 time=0 phase=1948 channel=10 icon=228 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3268 posEnd=1602;3268 posCurrent=1602;3268 step=1 time=0 phase=1948 channel=10 icon=228 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1088;3072 posEnd=1216;3072 posCurrent=1196;3072 step=2 time=17 phase=1948 channel=1 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;4488 posEnd=770;4488 posCurrent=770;4488 step=1 time=0 phase=1948 channel=10 icon=27 \r\n"); + worlds.Add(24, "DescFile: posDecor=700;3700 dimDecor=100;100 world=0 music=6 region=28 blupiPos=1026;4038 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,393,393,396,396,396,396,396,396,396,393,393,391,393,393,396,396,396,391,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,397,396,396,396,396,396,396,,,,,,395,393,396,396,393,393,396,393,393,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,395,396,396,396,396,396,396,,,,387,,403,,395,396,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,,395,396,396,396,396,396,,394,402,,,394,,,395,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,,,395,396,396,396,396,400,396,392,392,392,396,402,,,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,393,138,378,394,,,395,396,396,396,,397,396,391,396,396,392,392,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,138,,,397,392,,,395,396,396,,397,396,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,138,378,387,396,396,392,,,395,396,,397,396,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,138,,,397,396,396,392,,,397,,397,396,396,396,396,400,396,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,378,397,396,396,396,392,400,396,400,396,396,396,396,396,400,396,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,,397,396,396,396,393,399,395,336,395,396,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,392,,,397,396,396,396,401,,,,,397,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,393,,,397,396,396,396,,,,,,397,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,,395,396,396,396,,,,,,397,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,,92,397,396,396,,,,,,397,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,397,396,396,,,,92,397,396,396,,,,,,397,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,397,396,396,,,,394,396,396,396,402,,,,,397,396,396,396,400,393,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,51,54,,,,,,,,,,,,,,,397,396,396,392,,,397,396,396,396,392,335,394,334,394,396,396,396,396,,,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,,,,,,,,,397,396,396,393,,,397,396,396,396,396,400,396,400,396,396,396,396,396,400,392,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,401,53,,10,,,,,,,,,,,,,,397,396,396,,,,397,396,396,396,396,,397,,395,393,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,10,388,386,386,392,386,386,388,392,386,386,388,392,386,393,393,396,,,,397,396,396,396,396,,397,,,,395,393,396,400,393,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,60,10,55,,,395,,,,395,401,,,395,401,,,395,,,394,396,396,396,396,396,,397,392,,,,,397,,,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,138,,,73,,394,402,,,394,,403,,394,402,,,394,,403,,394,396,396,396,396,396,396,,397,396,392,392,,,397,400,392,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,378,10,388,393,386,386,386,393,388,386,386,393,388,386,386,396,392,392,392,396,396,396,396,396,396,396,400,396,391,396,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,402,54,,10,,,,,,,,,,,,,,397,396,396,396,396,388,396,396,396,391,396,,395,393,393,396,,,397,400,391,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,92,91,91,397,,,397,400,391,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,51,53,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,92,91,91,397,,,397,388,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,392,392,91,91,397,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,391,396,390,91,91,397,,378,397,400,391,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,390,91,91,397,,,397,400,396,,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,396,396,396,396,396,396,396,396,396,390,91,91,397,,,397,396,396,392,392,400,396,392,392,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,393,393,393,396,396,396,390,91,91,397,,,397,400,393,393,393,400,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,92,91,397,391,396,390,91,91,397,,,397,,,,,398,397,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,392,392,91,395,393,393,393,91,91,397,,,397,400,392,,,398,395,393,393,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,91,91,91,91,91,91,91,397,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,91,91,91,91,91,91,91,397,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,391,91,91,394,392,392,392,392,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,91,91,397,396,389,396,390,396,,,397,400,396,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,396,396,396,396,91,91,397,396,396,396,396,396,,,397,400,396,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,91,91,397,388,396,396,396,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,91,91,395,393,393,393,396,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,396,396,396,396,391,396,396,396,388,396,396,396,396,396,396,396,396,91,91,91,91,91,91,397,396,,,397,400,393,,,398,394,392,392,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,396,393,393,393,393,393,393,393,393,393,393,393,396,396,396,396,396,396,91,91,91,91,91,91,397,396,,,397,400,,,,398,397,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,393,398,397,,51,,51,,51,,51,,51,398,397,396,391,396,396,396,392,392,392,392,91,91,397,391,,,395,393,392,392,392,392,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,393,,398,397,,51,,51,,51,,51,,51,398,395,393,393,393,393,393,393,393,393,393,91,91,397,396,,,,68,397,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,51,,398,397,,51,,51,,51,,51,,51,,92,91,91,91,91,91,91,91,91,91,91,91,397,396,,,,68,397,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,51,,398,395,,51,,51,,51,,51,,51,,92,91,91,91,91,91,91,91,91,91,91,91,397,396,,,394,392,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,392,,,51,,51,,51,,51,,51,,51,398,394,392,392,388,392,392,392,392,392,392,392,392,396,396,,,397,396,396,396,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,392,398,394,,51,,51,,51,,51,,51,398,397,396,396,396,396,396,391,396,396,396,391,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,396,392,392,392,392,392,392,392,392,392,392,392,396,396,396,396,396,396,396,396,396,396,391,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,396,396,396,396,396,388,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,395,393,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,68,397,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,396,,,,387,393,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,396,396,,,,394,396,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,392,,,397,388,386,386,386,388,386,392,392,392,392,392,392,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,,,395,393,,,,395,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,388,396,,,,,,394,,,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,393,393,393,393,386,400,400,386,386,393,386,388,400,396,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,389,396,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,375,394,375,394,375,394,375,394,375,394,375,394,375,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,397,,397,,397,,397,,397,,397,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,397,,397,,397,,397,,397,,397,,397,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,392,396,392,396,392,396,392,396,392,396,392,396,392,396,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,389,396,389,396,389,396,389,396,389,396,389,396,389,396,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2184 posEnd=1410;2184 posCurrent=1410;2184 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4228 posEnd=1730;4228 posCurrent=1730;4228 step=1 time=0 phase=4793 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4160 posEnd=2498;4160 posCurrent=2498;4160 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4160 posEnd=2562;4160 posCurrent=2562;4160 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4228 posEnd=2754;4228 posCurrent=2754;4228 step=1 time=0 phase=4793 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4228 posEnd=2818;4228 posCurrent=2818;4228 step=1 time=0 phase=4793 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;4160 posEnd=3650;4160 posCurrent=3650;4160 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;4224 posEnd=3778;4224 posCurrent=3778;4224 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;4288 posEnd=3906;4288 posCurrent=3906;4288 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;4352 posEnd=4034;4352 posCurrent=4034;4352 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4416 posEnd=4162;4416 posCurrent=4162;4416 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4480 posEnd=4290;4480 posCurrent=4290;4480 step=1 time=0 phase=4793 channel=10 icon=50 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=256;4224 posEnd=256;3968 posCurrent=256;4199 step=2 time=4 phase=4793 channel=10 icon=73 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1088;3520 posEnd=1152;3520 posCurrent=1126;3520 step=2 time=9 phase=4793 channel=10 icon=79 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2180 posEnd=1730;2180 posCurrent=1730;2180 step=1 time=0 phase=4793 channel=10 icon=228 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4612 posEnd=2562;4612 posCurrent=2562;4612 step=1 time=0 phase=4793 channel=10 icon=221 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3972 posEnd=1026;3972 posCurrent=1026;3972 step=1 time=0 phase=4793 channel=10 icon=34 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3008;3136 posEnd=3200;3136 posCurrent=3008;3136 step=1 time=5 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3200;3008 posEnd=3008;3008 posCurrent=3200;3008 step=1 time=5 phase=4793 channel=1 icon=387 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2436 posEnd=2946;2436 posCurrent=2946;2436 step=1 time=0 phase=4793 channel=10 icon=210 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=2304;4224 posEnd=2304;4096 posCurrent=2304;4211 step=4 time=18 phase=4793 channel=10 icon=73 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2496;4288 posEnd=2496;4224 posCurrent=2496;4275 step=4 time=8 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2560;4224 posEnd=2560;4288 posCurrent=2560;4237 step=4 time=8 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2816;4288 posEnd=2816;4224 posCurrent=2816;4275 step=4 time=8 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2752;4288 posEnd=2752;4224 posCurrent=2752;4275 step=4 time=8 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3008;4288 posEnd=3072;4288 posCurrent=3030;4288 step=4 time=4 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3264;4288 posEnd=3392;4288 posCurrent=3303;4288 step=4 time=14 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=4672;4480 posEnd=4672;4736 posCurrent=4672;4694 step=4 time=4 phase=4793 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;5064 posEnd=4930;5064 posCurrent=4930;5064 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4932 posEnd=4930;4932 posCurrent=4930;4932 step=1 time=0 phase=4793 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4804 posEnd=4930;4804 posCurrent=4930;4804 step=1 time=0 phase=4793 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4676 posEnd=4930;4676 posCurrent=4930;4676 step=1 time=0 phase=4793 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4548 posEnd=4930;4548 posCurrent=4930;4548 step=1 time=0 phase=4793 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4292 posEnd=4930;4292 posCurrent=4930;4292 step=1 time=0 phase=4793 channel=10 icon=9 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4424 posEnd=4930;4424 posCurrent=4930;4424 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=896;4672 posEnd=1024;4672 posCurrent=1024;4672 step=3 time=19 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=960;4672 posEnd=1088;4672 posCurrent=1088;4672 step=3 time=19 phase=4793 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;3464 posEnd=258;3464 posCurrent=258;3464 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2180 posEnd=1474;2180 posCurrent=1474;2180 step=1 time=0 phase=4793 channel=10 icon=14 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4616 posEnd=2626;4616 posCurrent=2626;4616 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2440 posEnd=3266;2440 posCurrent=3266;2440 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;4228 posEnd=3330;4228 posCurrent=3330;4228 step=1 time=0 phase=4793 channel=10 icon=14 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4672;4992 posEnd=4672;4864 posCurrent=4672;4992 step=4 time=12 phase=4793 channel=1 icon=387 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;4032 posEnd=1216;4032 posCurrent=1216;4032 step=1 time=0 phase=4793 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=320;4608 posEnd=320;4608 posCurrent=320;4608 step=1 time=0 phase=4793 channel=1 icon=32 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1280;4416 posEnd=1280;4544 posCurrent=1280;4455 step=4 time=14 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1536;4544 posEnd=1536;4416 posCurrent=1536;4505 step=4 time=14 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2240;4544 posEnd=2240;4416 posCurrent=2240;4505 step=4 time=14 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2880;4416 posEnd=2880;4544 posCurrent=2880;4455 step=4 time=14 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=15 stepRecede=66 timeStopStart=2 timeStopEnd=2 posStart=3008;2880 posEnd=3200;2880 posCurrent=3043;2880 step=4 time=54 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=3008;2752 posEnd=3200;2752 posCurrent=3059;2752 step=2 time=16 phase=4793 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=3008;2624 posEnd=3200;2624 posCurrent=3061;2624 step=2 time=5 phase=4793 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4936 posEnd=4418;4936 posCurrent=4418;4936 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;4808 posEnd=4482;4808 posCurrent=4482;4808 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;5064 posEnd=4418;5064 posCurrent=4418;5064 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4232 posEnd=3266;4232 posCurrent=3266;4232 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4232 posEnd=3394;4232 posCurrent=3394;4232 step=1 time=0 phase=4793 channel=10 icon=27 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=384;4160 posEnd=384;4224 posCurrent=384;4199 step=4 time=4 phase=4793 channel=10 icon=73 \r\n"); + worlds.Add(25, "DescFile: posDecor=2700;2000 dimDecor=100;100 world=0 music=8 region=30 blupiPos=3074;2310 blupiDir=1 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,394,392,392,392,392,392,392,392,389,391,392,392,390,388,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,389,396,396,396,396,388,396,391,396,396,390,396,390,396,389,388,396,396,396,396,389,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,391,396,396,396,391,396,390,396,396,393,393,393,389,396,396,388,396,396,396,396,388,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,388,396,389,396,396,388,400,245,,,,395,393,393,393,390,393,393,393,393,393,393,393,393,389,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,396,388,396,396,400,396,,,,,,,,,,,,,,,,398,397,396,396,396,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,388,396,389,393,400,400,396,396,400,391,399,391,,,,,,,,,,,,,,398,397,396,396,396,396,396,396,396,396,396,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,,,,397,396,,,,397,,,,,,,,,,,,,,398,397,396,396,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,388,396,,,,397,393,399,387,386,393,388,392,392,392,392,392,392,392,392,392,386,,,398,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,389,,,,397,304,305,305,305,305,397,396,396,396,396,396,396,396,396,393,,,,394,396,396,389,396,396,396,396,389,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,391,396,,,,397,391,399,391,392,384,397,391,396,396,396,396,396,396,393,,,,,395,396,396,393,393,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,389,388,,,,395,393,399,395,393,399,397,396,396,396,396,396,388,396,,,,,,68,397,396,399,399,400,400,393,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,,,,,,,,,,390,396,396,391,396,396,396,396,,,,,,68,397,396,,,,,,395,388,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,388,396,396,396,,,,,,,,,378,395,396,396,396,396,396,396,396,,,,,387,392,396,396,399,399,387,386,,,395,396,396,396,388,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,389,396,,,,,,,,,,378,397,396,396,396,396,388,388,,,,,,395,393,396,,,,,,,378,395,396,396,388,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,388,396,,,,,,,,,378,387,396,396,396,396,396,396,396,,,,,,,68,397,,,394,,,,,,395,396,396,396,396,388,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,,,,,,,,,,378,397,396,396,396,389,396,389,,,,,,,68,397,399,399,388,,,,,,,395,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,391,396,396,,,,,,,,,378,387,396,396,396,396,396,396,396,,,,,,394,392,396,,,397,,,,,,,,395,396,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,,,,,,,,,,378,397,396,396,396,391,390,396,,,,,,397,396,396,,,395,214,214,,,,,,,395,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,388,396,396,,,,,,,,,378,387,396,396,396,389,396,396,390,,,,,,395,388,396,,,,,214,,,,,,,68,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,389,,,,,,,,,,378,397,396,396,396,396,388,396,,,,,,,398,397,399,388,392,,214,,,,,,,394,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,,,,,,,,,378,387,396,396,391,396,391,396,396,,,,,,394,398,397,,398,397,,,214,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,389,396,396,,,,,,,,,,378,397,396,396,396,388,388,388,,,,,,397,398,397,,398,397,,,214,,,,,,395,393,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,388,392,,,,,,,,378,387,396,396,396,396,396,389,396,392,,,,,395,392,393,,398,397,,,214,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,388,396,396,396,392,,,,,,,,378,397,396,396,396,396,388,396,396,392,,,,398,395,,,398,397,,,,,,,394,392,392,392,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,391,396,396,392,,,,,,378,394,396,396,396,396,396,388,396,388,388,392,399,399,399,399,399,394,392,396,,,,,,,395,388,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,389,396,396,396,396,392,388,392,392,392,399,397,396,396,396,396,396,396,391,396,396,389,388,392,392,392,392,388,396,396,,,,,,,,395,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,388,396,396,396,396,396,396,396,396,390,396,,397,396,396,396,396,396,396,396,396,396,396,388,396,396,396,396,396,396,396,,,,,,,,,397,389,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,389,396,396,396,396,396,396,388,396,,397,391,396,396,396,396,389,396,396,396,396,396,396,388,388,396,389,396,396,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,396,396,396,391,396,391,396,,397,396,396,396,396,396,396,396,396,389,396,396,396,396,396,396,396,396,396,,,,,,,,,397,389,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,388,396,396,396,396,396,389,390,396,,397,396,396,396,396,396,396,391,396,396,396,396,396,389,396,396,388,396,389,392,392,392,392,392,392,,,397,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,388,391,396,396,396,396,396,396,396,396,396,399,395,393,393,393,393,393,393,393,393,393,393,396,396,396,393,393,393,393,393,393,393,393,393,393,393,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,398,395,396,396,,,,,,,,,,,,,,388,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,389,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,392,,,,398,395,396,400,392,392,392,392,392,392,388,388,388,388,386,400,393,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,396,396,392,,,,398,395,400,396,396,396,396,396,396,396,396,396,396,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,396,396,396,396,389,396,396,396,396,396,393,,,,397,396,396,392,,,,,,397,396,396,396,396,396,396,396,389,396,,,,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,389,396,396,396,396,396,396,396,391,396,396,,,,,395,393,393,388,388,399,399,399,399,397,389,396,396,389,396,396,396,396,396,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,396,396,391,396,388,396,396,390,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,396,388,389,396,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,397,396,396,396,396,389,396,393,393,393,393,393,393,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,388,396,,,,397,388,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,395,396,396,396,396,396,396,,,,,,,397,396,,,,,394,392,392,388,388,399,399,399,399,397,396,396,396,396,396,396,391,396,389,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,396,396,398,387,388,386,392,400,396,396,392,,,,397,396,396,393,,,,,,397,396,396,396,396,396,396,396,396,396,,,,397,396,396,388,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,391,396,396,,92,91,91,397,400,396,396,396,392,392,392,396,396,393,,,,398,394,400,396,396,396,396,396,396,396,396,396,396,392,392,392,389,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,396,396,386,386,386,91,397,400,393,390,393,393,388,393,393,393,,,,398,394,396,400,393,393,393,393,393,391,393,393,396,396,396,390,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,393,393,,92,91,91,397,,,,,,,,,,,,398,394,396,396,,,,,,,,,,397,388,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,398,387,392,392,396,392,392,392,392,392,392,392,392,392,392,392,392,396,396,396,392,392,392,386,386,388,386,,,397,396,396,396,396,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,68,397,396,396,396,396,396,396,396,396,396,396,388,396,396,396,396,396,396,396,396,396,,,,,,,397,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,393,,,,68,397,388,396,389,396,390,396,396,396,396,396,396,396,396,396,388,396,396,396,396,396,,,,,,394,396,390,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,10,,,,68,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,388,396,,,,,394,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,392,,,,68,397,396,396,396,396,396,396,396,396,390,396,396,396,388,396,396,396,396,396,396,396,,,,,395,388,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,68,397,396,396,393,393,393,393,393,393,393,393,393,393,393,393,393,396,396,396,396,396,,,,,398,397,396,396,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,393,393,393,393,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,393,,,,68,397,396,396,,,,,,,,,,,,,,397,396,388,396,389,,,,,398,395,389,396,396,396,396,396,396,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,10,,,,68,397,388,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,,68,397,396,396,396,396,396,396,,,,,261,261,263,261,261,261,261,261,261,261,397,390,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,392,,,,68,397,396,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,,68,397,396,388,396,396,396,396,,,,,261,261,,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,68,397,396,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,398,394,396,391,396,396,396,396,396,,,,,261,401,,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,378,387,396,390,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,398,397,396,396,396,396,396,390,396,,,,,261,,,263,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,388,,,,378,395,396,396,,,,,,,,,,,,,,397,396,396,396,396,392,392,392,392,400,400,393,393,396,389,396,396,396,,,,,261,,,,263,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,,68,397,396,,,,,,,,,,,,,,397,396,396,396,396,396,388,396,396,,,,,395,393,396,396,396,,,,,261,,,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,,68,397,388,386,386,386,386,386,386,386,386,386,386,386,386,386,396,396,396,396,396,396,396,391,396,,,,,,,395,393,396,,,,,261,,,,,263,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,391,396,,,,,68,397,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,396,396,396,,,,,,,,,397,,,,,261,,,,,,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,,68,397,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,396,396,389,,,,,,,,,397,,,,,403,,,,,262,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,388,,,,,394,388,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,391,396,396,,,,,,394,,,397,,,,,261,262,402,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,,397,396,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,396,396,391,,,398,387,386,396,,,397,,,,,261,261,262,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,397,396,396,396,,,,,397,396,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,388,396,396,396,396,396,389,396,,,,92,91,397,,,397,,,,,261,261,261,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n386,386,386,386,386,386,386,386,386,386,393,393,393,393,,,,,397,396,391,392,388,386,386,386,386,386,391,386,386,386,392,392,396,396,396,396,396,396,396,396,396,,394,386,386,91,397,,,395,,,,,261,261,261,262,262,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,400,400,391,396,,,,,,,,,,398,397,396,396,391,396,388,388,388,396,396,396,392,393,,92,91,389,,,,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,396,400,400,396,400,392,386,386,386,386,386,386,399,394,393,393,393,393,393,390,393,393,393,393,393,393,,398,387,392,396,392,392,392,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,400,400,245,400,400,396,,,,,,,,397,,,,,,,,,,,,,,,398,397,396,396,390,396,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,393,393,391,393,393,393,386,386,388,386,386,386,399,395,386,386,386,386,399,387,392,386,386,391,386,386,386,386,386,393,393,393,393,393,386,386,386,386,386,386,386,386,386,386,386,386,386,386,393,393,393,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,393,386,386,386,386,386,386,386,386,386,389,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,87,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,87,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3076 posEnd=1986;3076 posCurrent=1986;3076 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3076 posEnd=2050;3076 posCurrent=2050;3076 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3076 posEnd=1858;3076 posCurrent=1858;3076 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3012 posEnd=1794;3012 posCurrent=1794;3012 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2948 posEnd=2242;2948 posCurrent=2242;2948 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;2180 posEnd=1922;2180 posCurrent=1922;2180 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2180 posEnd=1858;2180 posCurrent=1858;2180 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2180 posEnd=1794;2180 posCurrent=1794;2180 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1472;2176 posEnd=1408;2176 posCurrent=1408;2176 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2180 posEnd=1346;2180 posCurrent=1346;2180 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2948 posEnd=4930;2948 posCurrent=4930;2948 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1988 posEnd=4802;1988 posCurrent=4802;1988 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1092 posEnd=4674;1092 posCurrent=4674;1092 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3136 posEnd=4416;3136 posCurrent=4416;3136 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3136 posEnd=4480;3136 posCurrent=4480;3136 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;3136 posEnd=4544;3136 posCurrent=4544;3136 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;3712 posEnd=4096;3712 posCurrent=4096;3712 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3840 posEnd=4608;3840 posCurrent=4608;3840 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3840 posEnd=4672;3840 posCurrent=4672;3840 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3072 posEnd=4480;3072 posCurrent=4480;3072 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1092 posEnd=4610;1092 posCurrent=4610;1092 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3776 posEnd=4672;3776 posCurrent=4672;3776 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3776 posEnd=4608;3776 posCurrent=4608;3776 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3520 posEnd=4928;3520 posCurrent=4928;3520 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3392 posEnd=3904;3392 posCurrent=3904;3392 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1092 posEnd=4546;1092 posCurrent=4546;1092 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3456 posEnd=3904;3456 posCurrent=3904;3456 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3136 posEnd=4608;3136 posCurrent=4608;3136 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3520 posEnd=3904;3520 posCurrent=3904;3520 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3520 posEnd=3968;3520 posCurrent=3968;3520 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3456 posEnd=3968;3456 posCurrent=3968;3456 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;3520 posEnd=4032;3520 posCurrent=4032;3520 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;3520 posEnd=4160;3520 posCurrent=4160;3520 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1092 posEnd=4738;1092 posCurrent=4738;1092 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3200 posEnd=4480;3200 posCurrent=4480;3200 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;3200 posEnd=4544;3200 posCurrent=4544;3200 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3200 posEnd=4608;3200 posCurrent=4608;3200 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2822 posEnd=3522;2822 posCurrent=3522;2822 step=1 time=0 phase=641 channel=10 icon=252 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3200 posEnd=4416;3200 posCurrent=4416;3200 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3200 posEnd=4672;3200 posCurrent=4672;3200 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3136 posEnd=4672;3136 posCurrent=4672;3136 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;3456 posEnd=4160;3456 posCurrent=4160;3456 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;3456 posEnd=4224;3456 posCurrent=4224;3456 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;3520 posEnd=4224;3520 posCurrent=4224;3520 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3520 posEnd=4352;3520 posCurrent=4352;3520 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3520 posEnd=4608;3520 posCurrent=4608;3520 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3520 posEnd=4672;3520 posCurrent=4672;3520 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3456 posEnd=4608;3456 posCurrent=4608;3456 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3072 posEnd=4416;3072 posCurrent=4416;3072 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3072 posEnd=4352;3072 posCurrent=4352;3072 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;2304 posEnd=3392;2304 posCurrent=3392;2304 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3456 posEnd=4928;3456 posCurrent=4928;3456 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3008 posEnd=4352;3008 posCurrent=4352;3008 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3008 posEnd=4416;3008 posCurrent=4416;3008 step=1 time=0 phase=641 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3008 posEnd=4480;3008 posCurrent=4480;3008 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;3008 posEnd=4544;3008 posCurrent=4544;3008 step=1 time=0 phase=641 channel=1 icon=34 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3716 posEnd=4034;3716 posCurrent=4034;3716 step=1 time=0 phase=641 channel=10 icon=7 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;2760 posEnd=4738;2760 posCurrent=4738;2760 step=1 time=0 phase=641 channel=10 icon=21 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1348 posEnd=1474;1348 posCurrent=1474;1348 step=1 time=0 phase=641 channel=10 icon=7 \r\nMoveObject: type=17 stepAdvance=75 stepRecede=75 timeStopStart=47 timeStopEnd=47 posStart=4480;1664 posEnd=4672;1984 posCurrent=4672;1984 step=3 time=21 phase=641 channel=10 icon=88 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=3072;2176 posEnd=3072;1792 posCurrent=3072;2026 step=4 time=22 phase=641 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=3136;2176 posEnd=3136;1792 posCurrent=3136;2026 step=4 time=22 phase=641 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1920;2112 posEnd=1728;2112 posCurrent=1728;2112 step=4 time=0 phase=641 channel=1 icon=387 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3140 posEnd=2946;3140 posCurrent=2946;3140 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2308 posEnd=2114;2308 posCurrent=2114;2308 step=1 time=0 phase=641 channel=10 icon=7 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=960;2176 posEnd=1024;2176 posCurrent=1024;2176 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2694 posEnd=3714;2694 posCurrent=3714;2694 step=1 time=0 phase=641 channel=10 icon=252 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3076 posEnd=2114;3076 posCurrent=2114;3076 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=960;1920 posEnd=1024;1920 posCurrent=1024;1920 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3141 posEnd=3202;3141 posCurrent=3202;3141 step=1 time=0 phase=641 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;3141 posEnd=3138;3141 posCurrent=3138;3141 step=1 time=0 phase=641 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3141 posEnd=3074;3141 posCurrent=3074;3141 step=1 time=0 phase=641 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3141 posEnd=3010;3141 posCurrent=3010;3141 step=1 time=0 phase=641 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3141 posEnd=3266;3141 posCurrent=3266;3141 step=1 time=0 phase=641 channel=10 icon=131 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1736 posEnd=3202;1736 posCurrent=3202;1736 step=1 time=0 phase=641 channel=10 icon=21 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3392 posEnd=4928;3392 posCurrent=4928;3392 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;2304 posEnd=2816;2304 posCurrent=2816;2304 step=1 time=0 phase=641 channel=1 icon=32 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;2822 posEnd=3586;2822 posCurrent=3586;2822 step=1 time=0 phase=641 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2758 posEnd=3650;2758 posCurrent=3650;2758 step=1 time=0 phase=641 channel=10 icon=252 \r\nMoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=4800;1472 posEnd=4800;1984 posCurrent=4800;1482 step=2 time=1 phase=641 channel=1 icon=387 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2372 posEnd=5058;2372 posCurrent=5058;2372 step=1 time=0 phase=641 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1024;1792 posEnd=960;1792 posCurrent=960;1792 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=960;1664 posEnd=1024;1664 posCurrent=1024;1664 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1024;2048 posEnd=960;2048 posCurrent=960;2048 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1160 posEnd=1026;1160 posCurrent=1026;1160 step=1 time=0 phase=641 channel=10 icon=21 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;3844 posEnd=4354;3844 posCurrent=4354;3844 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3844 posEnd=4290;3844 posCurrent=4290;3844 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3844 posEnd=4546;3844 posCurrent=4546;3844 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3908 posEnd=4418;3908 posCurrent=4418;3908 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3844 posEnd=4482;3844 posCurrent=4482;3844 step=1 time=0 phase=641 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;1028 posEnd=3522;1028 posCurrent=3522;1028 step=1 time=0 phase=641 channel=10 icon=7 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1024;1536 posEnd=960;1536 posCurrent=960;1536 step=3 time=3 phase=641 channel=1 icon=387 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1160 posEnd=1090;1160 posCurrent=1090;1160 step=1 time=0 phase=641 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1160 posEnd=962;1160 posCurrent=962;1160 step=1 time=0 phase=641 channel=10 icon=21 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3712;832 posEnd=3712;1024 posCurrent=3712;832 step=2 time=0 phase=641 channel=10 icon=70 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3968;832 posEnd=3968;1024 posCurrent=3968;832 step=2 time=0 phase=641 channel=10 icon=70 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1732 posEnd=3010;1732 posCurrent=3010;1732 step=1 time=0 phase=641 channel=10 icon=125 \r\nMoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=4928;2368 posEnd=4928;2944 posCurrent=4928;2869 step=2 time=47 phase=641 channel=1 icon=387 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=5056;1984 posEnd=5056;2368 posCurrent=5056;2134 step=4 time=22 phase=641 channel=1 icon=387 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4672;1792 posEnd=4608;1792 posCurrent=4672;1792 step=1 time=1 phase=641 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=4672;1600 posEnd=4544;1600 posCurrent=4672;1600 step=1 time=9 phase=641 channel=10 icon=86 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4672;1536 posEnd=4608;1536 posCurrent=4672;1536 step=1 time=1 phase=641 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=4544;1408 posEnd=4672;1408 posCurrent=4544;1408 step=1 time=9 phase=641 channel=10 icon=86 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4608;2048 posEnd=4672;2048 posCurrent=4608;2048 step=1 time=1 phase=641 channel=10 icon=82 \r\n"); + worlds.Add(30, "DescFile: posDecor=1150;4900 dimDecor=100;100 world=0 music=0 region=16 blupiPos=1282;5254 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,109,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,150,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,35,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,35,156,35,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,149,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,195,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,195,182,193,174,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,194,182,195,175,195,192,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,182,195,176,193,186,195,186,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,177,193,187,195,186,193,187,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,194,186,194,188,194,189,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,195,190,195,186,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,193,188,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,150,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,35,35,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,156,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,37,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,108,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(31, "DescFile: posDecor=0;5270 dimDecor=100;100 world=0 music=1 region=16 blupiPos=130;5510 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,156,156,35,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,192,156,156,156,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,35,156,156,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,156,35,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,187,192,156,35,156,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,189,186,156,156,35,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,35,156,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,186,156,156,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,186,186,35,156,156,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,191,187,192,35,35,35,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,186,156,156,156,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,186,186,35,35,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,189,190,186,156,35,156,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,188,186,156,35,35,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,186,35,35,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,186,35,35,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,192,156,156,156,35,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,187,190,35,35,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185,35,156,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,186,186,192,185,156,35,35,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,188,188,186,198,185,35,35,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,189,186,198,156,156,156,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,187,198,36,35,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,187,198,198,198,187,189,186,186,189,198,36,35,156,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,189,187,186,186,186,188,186,186,198,156,156,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,189,186,198,35,35,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,198,36,156,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,144,155,,,,,,,75,,,,,,,,,,,151,156,156,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,35,35,144,155,,,,,36,144,144,144,144,144,155,,,,147,35,35,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,156,35,35,146,185,146,144,35,156,156,156,35,35,156,155,,,,152,156,156,35,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,156,35,156,154,,,36,35,35,156,156,35,35,156,35,144,155,,,36,35,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,35,156,37,,,,36,156,35,156,35,156,156,156,35,156,156,144,76,35,156,156,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,35,76,76,76,156,156,35,35,156,156,156,156,35,35,156,37,,36,35,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,156,145,145,37,,,,36,35,35,156,35,35,156,35,35,35,35,35,144,156,35,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,154,,,38,,,147,156,156,35,35,156,156,156,156,156,35,156,35,35,156,156,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,37,,,,74,,,,36,35,156,35,35,156,156,156,156,35,156,35,35,35,35,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,37,,,,,,,,36,156,156,156,156,156,156,35,156,35,35,35,35,156,35,35,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,76,76,76,148,,147,185,156,35,35,156,156,156,35,35,35,35,156,35,156,156,35,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,37,,,,,,,,36,35,156,156,35,156,156,35,35,35,156,156,35,156,156,156,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,37,,,,147,76,76,76,35,35,156,156,35,35,156,156,156,35,156,35,35,35,35,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,37,,,,,,151,185,156,156,35,35,35,35,35,35,156,156,156,35,35,156,156,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,37,,,,,,152,185,156,156,35,35,156,35,35,156,156,35,156,35,35,35,156,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,37,,,,147,76,76,76,36,35,156,35,156,156,156,35,35,35,35,156,35,35,35,35,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,155,,,,,147,76,36,156,35,156,35,35,35,156,35,156,156,35,35,35,156,35,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,156,150,,,,,,36,35,35,156,156,156,156,35,156,35,35,35,35,156,35,35,156,156,35,156,144,144,144,144,150,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,37,,,,,,36,156,156,156,35,156,35,35,156,35,35,35,156,35,156,35,35,35,35,156,35,156,35,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,144,150,,,,36,35,156,156,156,35,35,35,35,156,156,156,156,35,156,35,35,156,156,156,156,35,156,156,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,35,156,156,156,144,155,,36,156,156,156,35,35,35,35,156,156,35,35,156,35,156,35,156,156,35,156,156,156,35,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,35,156,35,156,76,156,35,35,156,35,156,35,156,35,35,35,35,156,156,35,156,156,35,156,156,35,156,156,156,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,35,156,156,156,35,421,156,156,156,156,35,35,156,156,35,156,35,156,35,156,156,35,145,156,35,35,35,35,156,156,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,35,156,37,,36,35,156,156,35,35,156,156,35,35,156,156,35,156,156,145,76,35,156,156,156,156,156,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,35,35,35,76,145,145,145,145,145,145,145,145,145,145,145,145,145,145,154,,,36,35,156,35,156,156,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,156,156,35,156,156,144,144,144,144,144,144,144,144,144,144,144,144,144,144,150,,,,36,35,35,35,35,156,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,35,156,35,35,156,156,35,35,35,35,35,156,35,145,145,145,145,145,35,156,198,144,76,35,156,35,156,35,156,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,35,156,156,35,35,35,35,35,156,156,156,35,156,154,,,,,,198,185,185,35,144,35,156,156,35,156,35,156,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,156,156,156,156,35,156,156,35,35,156,35,154,,,,,,,198,35,156,35,156,156,35,156,156,35,35,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,156,156,156,35,35,35,35,35,35,156,37,,,,,,,190,198,35,156,35,156,35,156,35,35,156,35,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,156,156,35,156,35,156,156,35,156,154,,,,,196,186,186,192,156,156,35,35,156,156,156,35,156,156,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,154,,,,,,193,186,188,186,156,156,35,35,35,35,35,35,35,35,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,186,186,156,156,35,156,156,35,35,35,35,156,35,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,187,156,35,156,35,35,156,156,35,35,35,156,37,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,35,156,156,156,156,35,145,145,145,145,149,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,35,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,35,35,156,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,187,156,156,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,187,186,35,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,189,186,35,35,35,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,156,156,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,35,35,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,189,186,156,156,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,187,186,156,35,35,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,187,186,35,35,156,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,35,35,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,188,156,35,35,35,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,35,156,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,187,186,187,156,35,156,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,187,187,156,35,35,35,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,189,189,156,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,35,156,35,35,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,35,156,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,187,156,156,35,156,35,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,198,198,198,198,186,156,35,156,156,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,192,35,35,156,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,198,198,198,198,189,35,35,35,156,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,35,35,156,35,35,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,156,35,35,35,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,186,188,186,186,187,188,186,187,156,35,156,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,187,189,186,187,186,186,186,189,186,156,35,156,156,156,35,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,186,189,186,187,186,186,186,188,189,35,156,156,35,156,156,37,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,156,156,35,156,156,35,156,156,35,35,37,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5380 posEnd=1026;5380 posCurrent=1026;5380 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5380 posEnd=1282;5380 posCurrent=1282;5380 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4612 posEnd=2562;4612 posCurrent=2562;4612 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4548 posEnd=2754;4548 posCurrent=2754;4548 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4676 posEnd=2370;4676 posCurrent=2370;4676 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4420 posEnd=2626;4420 posCurrent=2626;4420 step=1 time=0 phase=394 channel=10 icon=1 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4548 posEnd=2946;4548 posCurrent=2946;4548 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;4548 posEnd=3010;4548 posCurrent=3010;4548 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4676 posEnd=3266;4676 posCurrent=3266;4676 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;5380 posEnd=2178;5380 posCurrent=2178;5380 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;5444 posEnd=4738;5444 posCurrent=4738;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;5444 posEnd=4802;5444 posCurrent=4802;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5444 posEnd=4866;5444 posCurrent=4866;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;5444 posEnd=4930;5444 posCurrent=4930;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;5444 posEnd=5186;5444 posCurrent=5186;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;5444 posEnd=5250;5444 posCurrent=5250;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;5444 posEnd=5314;5444 posCurrent=5314;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;5444 posEnd=5378;5444 posCurrent=5378;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;5444 posEnd=4290;5444 posCurrent=4290;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;5444 posEnd=4354;5444 posCurrent=4354;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;5444 posEnd=4418;5444 posCurrent=4418;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;5444 posEnd=4482;5444 posCurrent=4482;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=5888;5440 posEnd=5888;5120 posCurrent=5888;5370 step=2 time=11 phase=394 channel=1 icon=190 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=128;5312 posEnd=256;5312 posCurrent=256;5312 step=3 time=4 phase=394 channel=10 icon=110 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=448;5376 posEnd=512;5312 posCurrent=456;5368 step=4 time=7 phase=394 channel=10 icon=105 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=768;5312 posEnd=832;5312 posCurrent=776;5312 step=4 time=7 phase=394 channel=10 icon=105 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=704;5184 posEnd=896;5184 posCurrent=808;5184 step=4 time=11 phase=394 channel=10 icon=101 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1280;5248 posEnd=1408;5248 posCurrent=1408;5248 step=3 time=4 phase=394 channel=10 icon=110 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;5512 posEnd=2434;5512 posCurrent=2434;5512 step=1 time=0 phase=394 channel=10 icon=23 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5184;5120 posEnd=5376;5120 posCurrent=5288;5120 step=4 time=11 phase=394 channel=10 icon=101 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;4996 posEnd=5890;4996 posCurrent=5890;4996 step=1 time=0 phase=394 channel=10 icon=32 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;5444 posEnd=5762;5444 posCurrent=5762;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=3904;5376 posEnd=4032;5312 posCurrent=4032;5312 step=3 time=4 phase=394 channel=10 icon=110 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4224;5184 posEnd=4416;5184 posCurrent=4328;5184 step=4 time=11 phase=394 channel=10 icon=101 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4736;5184 posEnd=4864;5184 posCurrent=4864;5184 step=3 time=4 phase=394 channel=10 icon=110 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;5444 posEnd=6018;5444 posCurrent=6018;5444 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5568;5184 posEnd=5760;5184 posCurrent=5672;5184 step=4 time=11 phase=394 channel=10 icon=101 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5764 posEnd=3650;5764 posCurrent=3650;5764 step=1 time=0 phase=394 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5764 posEnd=3778;5764 posCurrent=3778;5764 step=1 time=0 phase=394 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=1984;5312 posEnd=1984;4864 posCurrent=1984;4960 step=2 time=55 phase=394 channel=1 icon=190 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4420 posEnd=2562;4420 posCurrent=2562;4420 step=1 time=0 phase=394 channel=10 icon=19 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5512 posEnd=4034;5512 posCurrent=4034;5512 step=1 time=0 phase=394 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;5768 posEnd=3586;5768 posCurrent=3586;5768 step=1 time=0 phase=394 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5768 posEnd=3842;5768 posCurrent=3842;5768 step=1 time=0 phase=394 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5128 posEnd=1858;5128 posCurrent=1858;5128 step=1 time=0 phase=394 channel=10 icon=23 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=4288;5376 posEnd=4480;5376 posCurrent=4432;5376 step=2 time=45 phase=394 channel=1 icon=190 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4736;5376 posEnd=4928;5376 posCurrent=4896;5376 step=4 time=5 phase=394 channel=1 icon=190 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5184;5376 posEnd=5376;5376 posCurrent=5376;5376 step=3 time=3 phase=394 channel=1 icon=190 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=6016;4992 posEnd=6080;5120 posCurrent=6080;5120 step=3 time=4 phase=394 channel=10 icon=110 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5760;5248 posEnd=5696;5248 posCurrent=5752;5248 step=4 time=7 phase=394 channel=10 icon=97 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=6016;5312 posEnd=6080;5312 posCurrent=6024;5312 step=4 time=7 phase=394 channel=10 icon=105 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5952;4864 posEnd=5760;4864 posCurrent=5848;4864 step=4 time=11 phase=394 channel=10 icon=93 \r\n"); + worlds.Add(32, "DescFile: posDecor=782;5770 dimDecor=100;100 world=0 music=10 region=8 blupiPos=1154;6086 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,156,156,35,156,156,156,156,35,37,,,,,,,,,,,,,,,,,38,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,156,156,156,156,35,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,38,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,156,156,156,156,156,35,35,156,156,156,156,37,,,,,,,,,,,,,,,,,38,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,35,156,35,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,38,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,38,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,156,35,35,156,156,156,156,156,156,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,35,144,144,144\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,35,35,156,156,156,35,35,35,35,35,35,156,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,156,156,156,156,156,35,35,156,156,156,156,156,156,35,156,156,156,156,35,35,35,156,156,35,35,35,156,156,35,35,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,156,156,156,35,35,156,35,156,35,156,156,156,156,156,156,156,156,35,156,156,156,156,156,35,35,156,35,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,156,156,156,156,156,156,156,156,35,156,156,156,35,156,156,156,35,156,35,35,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,156,156,156,156,156,156,156,156,35,35,156,35,156,156,35,156,35,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,156,156,156,156,156,35,35,156,156,156,35,35,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,156,35,35,156,156,156,35,156,35,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,35,35,156,156,156,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,35,35,156,156,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,156,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185,185,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,185,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,192,35,185,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,188,186,35,185,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,189,35,185,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185,185,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,35,35,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,35,156,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,156,156,35,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,185,156,156,35,35,156,156,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,35,156,35,185,156,156,156,156,35,156,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,156,156,156,156,156,156,185,156,156,35,35,156,156,35,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,156,156,156,156,156,156,156,215,236,218,216,215,217,216,215,216,215,35,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,,,,,,,,,,,,,,,,,,151,144,156,156,156,156,156,156,35,156,156,156,35,217,,,,,,,,,218,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,155,,,,,,,,,,,,,,,,,,,151,144,156,156,35,156,35,156,156,35,156,156,156,35,35,216,,,,,,,219,235,217,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,76,76,148,,,,,,,,,,,75,,,,151,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,215,,,,,,,,,216,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,154,,,,,,,,,,,151,144,144,35,144,144,144,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,218,217,216,217,215,218,215,217,218,217,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,,,,,,,,36,156,156,156,156,156,156,35,156,35,156,156,156,156,156,156,156,156,156,35,156,35,35,35,156,35,35,156,35,156,156,35,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74,,,,,,,,151,144,144,144,156,35,35,35,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,156,35,35,156,35,156,156,35,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,35,35,156,35,156,35,156,156,35,156,156,35,35,156,156,156,156,156,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,156,156,35,156,156,156,156,35,156,35,156,156,156,156,156,156,156,156,156,156,35,156,35,156,35,35,35,35,35,156,35,156,35,156,35,35,156,35,156,156,156,156\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,35,35,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,35,35,35,156,35,35,156,35,35,35,35,156,156,35,35,156,35,35,35,156,156,35\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,155,,,36,156,156,35,35,156,156,156,156,156,156,156,156,156,156,156,156,156,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,35,144,144,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,35,156,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,35,35,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,35,35,35,156,35,156,156,156,156,156,35,156,156,156,156,35,156,35,35,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,156,35,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,156,156,156,156,156,156,156,156,156,156,156,156,35,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,155,,36,156,156,156,156,156,156,156,156,156,35,156,156,156,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,185,144,156,35,144,156,156,156,156,156,156,156,156,156,156,35,156,156,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,201,,,,,,40,,,,151,185,156,156,185,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,38,,,,40,,201,201,144,144,35,185,185,35,185,156,156,156,156,156,156,156,156,156,156,156,156,35,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,40,,,,201,,151,144,35,144,145,201,35,156,156,35,185,185,185,156,156,156,156,35,156,156,35,35,156,156,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,201,,151,144,35,144,35,156,156,37,,,36,156,156,156,35,156,185,156,156,156,35,35,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,196,186,35,144,35,35,35,35,35,156,156,37,,151,35,156,156,156,156,35,185,156,156,35,35,156,35,156,156,156,145,145,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,196,186,189,156,156,35,156,156,156,156,35,185,185,,152,145,156,156,156,35,156,185,145,156,156,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,194,186,192,156,156,156,156,156,156,185,185,185,37,,,,152,156,156,156,37,,,36,156,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,197,187,186,156,35,35,185,185,185,185,156,156,156,144,150,,,36,35,156,37,,,36,35,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,197,188,156,156,185,185,185,35,156,156,156,35,156,156,150,,36,156,35,37,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,36,35,185,35,156,156,156,35,156,156,156,156,37,,36,156,156,156,144,144,156,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,196,189,186,35,185,185,35,156,80,84,83,82,81,78,81,83,201,156,156,156,156,35,156,156,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,196,186,186,186,198,35,185,156,35,156,81,78,81,81,79,79,79,84,,36,156,35,156,156,156,156,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,194,190,187,186,198,185,185,35,35,156,79,82,80,82,84,81,79,82,,36,156,156,156,156,156,35,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,193,186,186,189,198,156,35,156,156,35,84,82,84,80,81,84,79,78,201,78,82,84,80,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,195,188,186,188,186,156,156,156,156,156,82,79,80,80,82,82,80,81,201,82,83,82,78,84,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,194,186,187,186,186,156,156,35,84,78,78,80,82,81,79,79,81,78,201,83,78,82,80,83,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,197,186,186,186,192,35,156,156,84,84,84,82,4,22,4,80,84,88,,,81,84,81,82,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,197,189,186,186,156,156,35,82,78,84,81,4,,4,78,84,,,,79,80,84,81,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,36,35,156,156,156,79,83,78,83,4,22,4,84,304,305,305,305,3,84,83,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,36,156,35,156,156,78,84,82,83,84,,83,79,80,,,,83,79,84,80,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,151,156,156,156,156,156,82,78,80,78,80,201,81,82,81,,,,78,83,84,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,151,156,156,156,156,156,156,82,80,83,84,81,201,82,78,304,305,305,305,3,82,81,82,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,151,156,156,156,156,156,156,156,83,78,79,79,84,,78,84,84,,,,81,81,83,81,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,36,156,156,156,156,156,156,35,82,84,81,81,84,200,80,84,78,89,,,84,78,80,82,79,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n155,,,196,186,156,156,156,156,156,156,156,35,83,81,82,84,79,,201,201,80,79,78,201,82,83,78,81,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,151,156,156,156,156,156,156,35,35,156,156,78,78,79,83,81,,201,,,,78,201,82,80,83,78,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,334,156,156,156,156,35,156,35,156,156,35,156,84,82,80,81,,,201,,,,,,3,82,83,78,80,83,83,81,80,83,80,78,84,84,84,79,80,79,82,84,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,152,35,156,35,156,35,156,156,156,156,156,84,84,83,79,84,82,81,80,82,84,82,79,84,84,80,82,84,83,78,79,82,80,83,83,81,78,78,84,82,79,82,78,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,92,156,156,35,156,156,156,156,35,156,81,79,81,82,81,79,79,80,83,79,84,79,80,84,78,78,80,84,84,84,81,84,81,80,78,80,78,82,81,78,83,84,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n37,,,152,156,156,156,156,156,156,156,156,156,78,80,82,78,80,78,83,78,78,81,78,84,81,78,84,84,80,83,80,80,81,80,80,78,81,78,83,79,79,78,78,82,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,155,,,152,145,156,156,156,156,156,156,156,80,82,82,79,80,84,84,78,79,78,80,79,78,81,78,81,78,83,82,78,81,83,83,80,84,83,80,83,84,83,82,83,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,155,,,,36,35,156,156,156,156,35,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,80,82,83,82,81,79,83,84,83,81,84,80,82,83,80,80,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,37,,,,152,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,35,156,156,156,78,78,84,81,83,82,83,80,80,78,82,82,81,78,84,79,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,155,,,,152,156,156,35,156,156,156,156,156,156,156,156,156,35,156,156,145,145,145,145,156,156,82,,201,,201,,201,,78,78,83,80,81,82,83,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,156,156,155,,,,152,35,156,156,156,156,145,145,145,156,156,156,156,35,37,,,403,,36,156,84,,201,,201,,201,,81,84,231,231,231,82,83,84,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,156,156,156,156,155,,,,152,145,35,156,37,,403,,152,156,156,145,145,149,,151,150,,36,156,84,,201,,201,,201,,201,201,201,,231,83,83,82,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,156,156,156,156,144,155,,,,152,145,156,336,37,,,152,149,401,,,,36,37,,36,156,84,,201,,201,,201,,83,82,231,231,231,84,79,81,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,156,35,156,35,156,35,156,155,,,,,74,,36,150,402,,403,,151,144,144,35,37,,152,149,201,201,84,84,84,81,81,83,83,83,83,80,78,79,82,79,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n156,35,35,35,156,35,35,35,35,155,,,,,,36,35,144,144,144,144,156,156,156,35,37,402,,,201,78,84,81,82,82,79,81,83,79,84,80,82,82,78,78,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,156,35,35,156,35,156,144,144,144,144,144,156,156,35,35,156,156,35,35,156,35,156,144,144,144,84,82,78,81,83,78,82,82,84,81,80,84,78,82,78,84,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n35,35,156,156,156,35,35,156,35,35,35,35,35,35,35,156,35,35,35,156,156,156,35,156,156,156,35,35,156,79,78,79,80,83,80,82,81,82,82,82,84,81,83,84,83,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,25,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,24,,,,,,,24,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=2752;3968 posEnd=2624;3968 posCurrent=2752;3968 step=1 time=3 phase=903 channel=10 icon=204 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;6024 posEnd=2562;6024 posCurrent=2562;6024 step=1 time=0 phase=903 channel=10 icon=139 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;3336 posEnd=2626;3336 posCurrent=2626;3336 step=1 time=0 phase=903 channel=10 icon=139 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=6080;2048 posEnd=5888;2048 posCurrent=6042;2048 step=2 time=6 phase=903 channel=10 icon=71 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1156 posEnd=4866;1156 posCurrent=4866;1156 step=1 time=0 phase=903 channel=10 icon=229 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4096;384 posEnd=4288;320 posCurrent=4176;358 step=2 time=10 phase=903 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4480;192 posEnd=4672;256 posCurrent=4560;218 step=2 time=10 phase=903 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=112 stepRecede=112 timeStopStart=8 timeStopEnd=8 posStart=5248;192 posEnd=4352;0 posCurrent=4672;68 step=4 time=40 phase=903 channel=10 icon=90 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;1864 posEnd=4290;1864 posCurrent=4290;1864 step=1 time=0 phase=903 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;1864 posEnd=4226;1864 posCurrent=4226;1864 step=1 time=0 phase=903 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;1864 posEnd=4162;1864 posCurrent=4162;1864 step=1 time=0 phase=903 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=70 stepRecede=70 timeStopStart=0 timeStopEnd=0 posStart=5440;1536 posEnd=5440;1088 posCurrent=5440;1293 step=2 time=38 phase=903 channel=10 icon=71 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4992;1216 posEnd=4992;960 posCurrent=4992;1088 step=4 time=20 phase=903 channel=10 icon=71 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5184;1216 posEnd=5184;960 posCurrent=5184;1088 step=4 time=20 phase=903 channel=10 icon=71 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;584 posEnd=4610;584 posCurrent=4610;584 step=1 time=0 phase=903 channel=10 icon=22 \r\nMoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=1984;6080 posEnd=1792;6080 posCurrent=1984;6080 step=1 time=7 phase=903 channel=10 icon=61 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5888;2176 posEnd=6080;2176 posCurrent=5926;2176 step=2 time=6 phase=903 channel=10 icon=71 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2564 posEnd=6018;2564 posCurrent=6018;2564 step=1 time=0 phase=903 channel=10 icon=33 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3456;2304 posEnd=3520;2304 posCurrent=3456;2304 step=1 time=7 phase=903 channel=10 icon=87 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;580 posEnd=4482;580 posCurrent=4482;580 step=1 time=0 phase=903 channel=10 icon=209 \r\n"); + worlds.Add(33, "DescFile: posDecor=0;5670 dimDecor=100;100 world=0 music=4 region=15 blupiPos=258;5958 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,192,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,190,190,190,190,190,,,,,,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,,190,186,190,190,190,190,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,198,190,401,,,,,,,403,,,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,190,198,190,190,,,,190,198,190,190,190,190,190,190,190,190,402,,,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,,,,,198,198,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,186,190,,190,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,190,,,,190,,,,190,190,401,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,401,,,190,190,,,,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,198,198,190,190,,,,190,190,,,,198,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,198,198,190,,,,,198,190,,,190,190,190,190,190,190,189,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,,,403,,,,190,190,190,,,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,,,,,,190,190,403,190,198,190,,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,,,190,402,,,190,198,190,198,190,,190,190,,403,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,198,190,,,190,190,,,,,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,,,,198,190,189,,,,190,190,190,,,,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,198,190,190,190,,,,190,190,,,,,190,198,190,,190,190,190,,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,,190,198,190,190,402,,,,,,,,,,190,401,190,198,190,,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,402,190,190,190,190,190,,,,190,190,,,,,,,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,,,190,198,190,190,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,,,,190,190,401,,,,190,198,190,,,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,,,,,,,190,198,190,190,190,190,402,,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,198,190,190,198,198,198,190,,,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,186,190,190,190,190,190,403,190,190,190,198,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,198,190,198,190,190,189,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,401,,190,190,198,198,190,198,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,403,190,,,190,190,,,,198,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,,190,190,198,190,190,,,,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,190,190,190,190,402,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,,190,190,190,190,198,190,190,198,190,190,401,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,403,198,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,,,,,190,190,401,,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,,,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,198,190,190,,,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,403,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;5824 posEnd=386;5824 posCurrent=386;5824 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;5696 posEnd=450;5696 posCurrent=450;5696 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;5696 posEnd=514;5696 posCurrent=514;5696 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;5696 posEnd=578;5696 posCurrent=578;5696 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5696 posEnd=642;5696 posCurrent=642;5696 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;5760 posEnd=706;5760 posCurrent=706;5760 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;5760 posEnd=770;5760 posCurrent=770;5760 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5312 posEnd=1282;5312 posCurrent=1282;5312 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;5188 posEnd=1602;5188 posCurrent=1602;5188 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;5188 posEnd=1666;5188 posCurrent=1666;5188 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5188 posEnd=1730;5188 posCurrent=1730;5188 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;5188 posEnd=1794;5188 posCurrent=1794;5188 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5188 posEnd=1858;5188 posCurrent=1858;5188 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4928 posEnd=1410;4928 posCurrent=1410;4928 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;4928 posEnd=1922;4928 posCurrent=1922;4928 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5316 posEnd=4098;5316 posCurrent=4098;5316 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5056 posEnd=2562;5056 posCurrent=2562;5056 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4608 posEnd=2882;4608 posCurrent=2882;4608 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4608 posEnd=2818;4608 posCurrent=2818;4608 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;5960 posEnd=1986;5960 posCurrent=1986;5960 step=1 time=0 phase=123 channel=10 icon=27 \r\nMoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2944;5184 posEnd=3136;5184 posCurrent=3136;5184 step=3 time=3 phase=123 channel=10 icon=204 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;5376 posEnd=2754;5376 posCurrent=2754;5376 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5316 posEnd=3842;5316 posCurrent=3842;5316 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5316 posEnd=3906;5316 posCurrent=3906;5316 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4992 posEnd=2818;4992 posCurrent=2818;4992 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;5120 posEnd=3074;5120 posCurrent=3074;5120 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4928 posEnd=1794;4928 posCurrent=1794;4928 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;4928 posEnd=2178;4928 posCurrent=2178;4928 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;5760 posEnd=1090;5760 posCurrent=1090;5760 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5760 posEnd=1282;5760 posCurrent=1282;5760 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=44 stepAdvance=24 stepRecede=24 timeStopStart=4 timeStopEnd=4 posStart=448;5952 posEnd=704;5952 posCurrent=448;5952 step=1 time=3 phase=123 channel=10 icon=206 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=1088;5952 posEnd=1216;5888 posCurrent=1194;5899 step=2 time=10 phase=123 channel=10 icon=201 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;5956 posEnd=130;5956 posCurrent=130;5956 step=1 time=0 phase=123 channel=10 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4804 posEnd=2114;4804 posCurrent=2114;4804 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;4548 posEnd=2434;4548 posCurrent=2434;4548 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=1408;4992 posEnd=1536;5056 posCurrent=1514;5045 step=2 time=10 phase=123 channel=10 icon=201 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4932 posEnd=2626;4932 posCurrent=2626;4932 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5572 posEnd=2562;5572 posCurrent=2562;5572 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;5124 posEnd=3586;5124 posCurrent=3586;5124 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5124 posEnd=3650;5124 posCurrent=3650;5124 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;5124 posEnd=2818;5124 posCurrent=2818;5124 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4740 posEnd=2754;4740 posCurrent=2754;4740 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;5188 posEnd=2370;5188 posCurrent=2370;5188 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=44 stepAdvance=30 stepRecede=30 timeStopStart=4 timeStopEnd=4 posStart=2560;5120 posEnd=2880;5120 posCurrent=2774;5120 step=4 time=10 phase=123 channel=10 icon=197 \r\nMoveObject: type=44 stepAdvance=24 stepRecede=24 timeStopStart=4 timeStopEnd=4 posStart=2624;5376 posEnd=2880;5376 posCurrent=2624;5376 step=1 time=3 phase=123 channel=10 icon=206 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;5188 posEnd=3202;5188 posCurrent=3202;5188 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2112;4992 posEnd=2304;5056 posCurrent=2304;5056 step=3 time=3 phase=123 channel=10 icon=204 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=2496;4672 posEnd=2624;4672 posCurrent=2602;4672 step=2 time=10 phase=123 channel=10 icon=201 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4868 posEnd=3266;4868 posCurrent=3266;4868 step=1 time=0 phase=123 channel=10 icon=4 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;4928 posEnd=1858;4928 posCurrent=1858;4928 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5316 posEnd=3970;5316 posCurrent=3970;5316 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5960 posEnd=2114;5960 posCurrent=2114;5960 step=1 time=0 phase=123 channel=10 icon=27 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;5124 posEnd=3714;5124 posCurrent=3714;5124 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5188 posEnd=3778;5188 posCurrent=3778;5188 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;5254 posEnd=3458;5254 posCurrent=3458;5254 step=1 time=0 phase=123 channel=10 icon=178 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5316 posEnd=4034;5316 posCurrent=4034;5316 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5316 posEnd=3778;5316 posCurrent=3778;5316 step=1 time=0 phase=123 channel=10 icon=19 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5120 posEnd=3778;5120 posCurrent=3778;5120 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5120 posEnd=3842;5120 posCurrent=3842;5120 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;4992 posEnd=3650;4992 posCurrent=3650;4992 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;4992 posEnd=3586;4992 posCurrent=3586;4992 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;4992 posEnd=3522;4992 posCurrent=3522;4992 step=1 time=0 phase=123 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4480 posEnd=2498;4480 posCurrent=2498;4480 step=1 time=0 phase=123 channel=10 icon=55 \r\n"); + worlds.Add(34, "DescFile: posDecor=1300;1200 dimDecor=100;100 world=0 music=2 region=19 blupiPos=1602;1478 blupiDir=1 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,82,79,80,79,83,78,80,79,81,82,80,81,82,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,284,301,284,301,301,284,301,284,284,301,301,301,284,292,288,288,288,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,79,81,79,83,82,78,82,80,80,81,78,78,81,80,80,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,288,294,301,284,301,301,301,301,284,284,301,301,284,301,301,301,284,284,284,301,301,284,292,288,,,,,,,\r\n,,,,,,,,,,,,,262,,,,,,,,,,,,,82,82,83,82,,83,330,,253,92,91,91,91,91,91,78,78,,,,,,,,,,,,,,,,,,,,288,288,288,294,301,301,284,301,284,301,301,284,301,284,291,293,301,301,284,284,301,301,301,284,284,301,301,284,301,301,284,292,,,,,,\r\n262,262,262,262,262,262,262,262,262,262,262,262,262,261,262,262,262,262,262,262,262,283,,,,,82,78,261,81,,,,,252,92,91,91,91,91,91,80,80,,,,,288,,,,,,,,,,,,,,303,284,301,284,301,301,301,301,284,301,284,284,284,284,291,,,293,284,284,284,284,301,301,301,284,284,284,284,284,301,284,301,292,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,262,261,84,261,83,,,,,251,92,91,91,91,91,91,82,84,,,,294,284,292,,,,,,,,,,288,288,288,294,284,301,291,290,290,290,287,287,293,284,284,284,291,,,,286,284,301,284,301,301,295,301,284,284,301,284,284,284,301,301,301,285,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,261,261,261,261,81,,,,,252,92,91,91,91,91,91,81,80,,,294,301,284,284,285,,,,,,,,286,301,284,301,284,301,291,294,284,301,301,292,288,288,293,301,284,285,,,,,293,284,284,301,291,303,284,295,284,301,295,284,301,284,301,301,285,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,109,261,261,261,261,261,,,82,78,80,84,84,82,84,84,82,78,84,,286,301,284,295,301,292,288,288,288,288,288,288,288,294,284,297,293,301,291,294,301,301,201,284,284,301,301,292,293,301,292,,,,,,287,287,287,,,287,,293,284,289,284,301,284,284,301,285,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,107,261,261,261,261,261,,,83,,82,84,79,81,79,81,81,81,84,78,81,301,284,300,301,301,301,301,301,301,284,301,284,284,301,284,285,290,294,301,301,284,284,301,284,284,301,284,292,293,284,302,,,,,324,,,,,,,286,284,285,290,293,301,301,301,292,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,263,261,261,261,261,261,261,261,261,,,,107,261,261,261,261,78,,,84,336,81,78,84,80,81,81,84,80,82,78,79,80,284,289,284,301,284,301,284,284,301,291,290,293,284,301,289,284,284,301,301,301,284,284,301,301,301,284,284,302,290,288,,,,,,,,,,,,294,284,289,301,300,284,284,284,284,285,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,401,261,261,261,261,261,261,261,261,,,,107,261,261,261,261,80,,,,,82,78,79,80,83,80,79,82,82,78,84,284,301,300,301,301,284,284,284,284,301,289,301,289,284,291,286,301,291,293,301,332,293,301,284,284,301,284,284,296,301,301,292,,,,,,,,,,286,284,301,296,301,292,293,301,284,297,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,263,76,263,261,261,261,261,261,261,261,,,,107,261,261,261,83,,,,,,84,78,78,84,81,79,84,83,82,81,82,301,301,292,290,290,290,293,284,291,290,303,284,292,290,288,294,301,292,286,301,302,,293,301,301,301,284,301,301,284,301,301,302,,,,,,,,,286,301,284,284,284,284,296,284,284,284,302,,,\r\n261,261,261,261,261,261,261,261,261,261,263,,,,263,261,261,261,261,261,261,,,,107,261,261,81,84,,,,81,201,83,79,79,81,82,79,83,84,82,83,83,79,284,284,284,284,284,292,290,294,301,296,284,301,301,301,284,301,284,285,287,,,294,301,284,284,284,297,287,293,284,284,302,,,,,,,,,303,301,301,284,284,284,301,301,301,291,,,,\r\n261,261,261,261,261,261,261,261,261,261,403,,,,,261,261,261,261,261,261,,,,107,261,261,79,83,,78,78,78,79,84,81,79,78,84,78,79,80,81,78,82,301,301,284,284,301,284,301,284,301,284,284,284,284,284,284,301,284,291,,,288,286,284,284,284,301,301,301,302,286,301,301,302,,,,,,,,,288,293,284,284,301,301,301,284,301,302,,,,\r\n261,261,261,261,261,261,261,261,261,261,262,,,,262,261,261,261,261,261,261,,,,107,261,261,78,80,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,290,290,290,290,290,290,290,290,290,290,290,290,290,290,287,287,287,,288,294,301,289,284,284,284,284,301,301,285,288,293,301,285,,,,,,,288,303,301,302,293,301,291,293,301,284,284,292,,,,\r\n261,261,261,261,261,263,263,261,261,261,261,262,76,262,261,261,261,261,261,261,261,,,,107,261,261,261,78,84,81,79,79,110,84,81,80,82,84,83,79,80,78,84,301,284,301,284,301,301,284,284,301,301,284,301,284,301,301,285,,288,286,284,301,284,289,301,291,287,293,301,291,294,301,289,284,292,,,,,,294,301,292,290,288,303,284,292,303,284,301,301,301,285,,,\r\n261,261,261,261,261,401,,261,261,261,261,261,403,261,261,261,261,261,261,261,261,,,,107,261,261,261,81,81,81,81,79,110,82,78,,,201,,83,82,84,78,78,284,284,301,301,284,284,284,284,301,284,284,301,284,284,285,294,301,289,301,291,290,294,301,302,,288,290,294,284,301,302,293,301,285,,,,3,301,301,284,284,301,300,284,284,300,301,284,301,301,285,,,\r\n261,261,261,261,261,,,261,263,263,263,263,76,263,263,261,261,261,261,261,261,,,,107,261,261,261,84,83,78,83,81,110,79,84,,,83,,,79,84,,288,290,287,293,301,291,287,293,301,284,284,284,301,301,284,300,301,301,289,284,300,301,301,291,288,303,301,284,284,284,291,,294,301,285,,,294,301,299,301,295,284,291,303,284,291,294,284,301,284,284,285,,,\r\n261,261,261,261,261,,,261,,,,,,,,263,261,261,261,261,261,,,,107,261,261,261,261,81,83,82,81,110,81,,,,83,82,200,80,82,286,301,284,302,294,301,285,288,303,301,301,284,301,284,291,287,286,301,284,289,301,285,287,287,294,301,296,301,291,287,287,,303,301,301,285,,303,301,284,284,291,,287,288,294,284,289,284,301,284,284,301,302,,,\r\n261,261,261,261,261,,,261,,,,,,,,,196,186,186,186,191,187,186,187,107,261,261,261,261,84,201,201,84,110,80,,,83,83,138,,3,82,286,301,301,300,284,284,300,301,300,301,301,284,301,301,302,,3,284,291,,287,,288,286,284,284,301,291,,,,288,,293,301,285,,294,301,291,287,,288,294,284,284,284,300,301,284,301,301,301,302,,,\r\n261,261,261,261,261,,,263,,,,,,,,,193,188,186,190,188,191,186,189,107,261,261,261,261,80,201,201,201,110,84,201,201,81,79,138,,201,,,290,287,,287,287,286,301,302,287,290,287,287,287,,,201,301,302,,288,286,301,300,284,284,291,,,288,303,301,285,,287,,286,284,284,285,288,294,284,301,291,287,290,294,284,284,284,301,284,285,,,\r\n261,261,261,261,261,,,,,,,,,,,,194,189,190,187,186,190,188,186,107,261,261,261,78,81,201,201,201,110,83,,,84,83,138,,201,,286,284,302,,,288,,287,,303,301,285,,,,,201,287,288,294,301,300,301,289,301,291,,288,286,301,302,287,,,,288,288,293,284,300,301,301,284,291,288,294,301,284,301,284,284,301,291,,,,\r\n261,261,261,261,261,,,,,,,,,,,,195,188,187,188,188,186,191,188,107,261,261,261,79,81,201,201,82,110,80,201,201,82,82,138,,201,,,287,,,303,301,285,,288,,287,,,288,,,201,303,301,284,333,294,284,289,301,285,294,301,302,287,,,,288,294,284,284,292,290,294,284,291,290,294,301,284,284,301,301,284,284,284,302,,,,\r\n261,261,261,261,261,,,,,,,,,,,,193,186,186,191,187,186,190,189,107,261,261,261,84,81,82,78,78,110,81,,,79,80,138,,201,,288,288,288,,,290,288,294,284,292,288,288,294,284,292,288,201,294,301,301,301,301,331,294,301,296,284,284,292,288,288,,286,284,301,299,284,284,284,301,301,289,284,301,284,301,301,301,301,284,301,284,285,,,,\r\n261,261,261,261,261,,,,,,,,,,,,195,187,186,186,191,187,190,192,107,261,261,261,80,79,81,,,110,82,201,201,80,84,138,,3,83,284,284,284,292,294,284,301,284,284,284,284,284,284,301,284,301,3,301,301,301,301,284,301,284,301,301,284,284,284,301,284,292,294,301,301,284,301,301,284,284,284,300,284,284,284,301,284,284,301,284,284,291,,,,,\r\n261,261,261,261,261,262,262,262,262,262,262,262,262,262,262,76,193,188,186,187,187,191,330,,107,261,261,261,81,82,82,,,126,81,,,82,79,78,200,79,82,301,284,284,284,284,301,284,301,301,284,284,301,301,284,201,301,284,301,299,301,284,301,284,301,301,284,301,301,301,301,284,301,301,301,284,284,301,284,301,284,301,289,301,301,284,301,284,284,301,301,291,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,333,,194,190,186,186,188,187,,,107,261,261,261,,,82,,,80,80,,,79,79,81,,84,81,79,84,81,284,301,301,301,284,301,284,301,284,301,284,301,301,301,284,301,284,301,301,284,284,284,301,284,284,301,301,301,284,301,284,299,284,301,301,301,284,284,289,284,284,301,301,284,284,291,287,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,76,193,189,186,189,186,186,332,,107,261,261,261,262,,82,80,201,81,84,,,83,82,81,82,79,83,79,84,81,301,284,284,301,301,284,284,284,301,284,301,284,301,301,284,284,284,301,301,301,284,301,284,284,284,284,284,284,301,301,284,301,284,301,301,301,301,284,289,301,284,284,284,291,287,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,194,186,186,189,188,190,188,189,107,261,261,261,261,,84,,,80,83,,,68,78,81,78,81,78,84,81,82,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,195,186,186,187,186,189,191,190,107,261,261,261,261,,,,79,84,81,,,78,83,81,82,78,82,83,81,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,186,186,186,186,191,190,186,190,107,261,261,261,261,262,,,84,,,,80,82,79,78,82,83,78,80,82,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,215,215,215,215,215,215,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,186,186,186,186,186,188,188,186,107,261,261,261,261,83,201,201,201,201,201,201,201,201,81,79,82,80,83,83,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,186,186,186,186,186,186,186,186,107,261,261,261,81,78,84,,,,84,,,78,78,78,84,82,82,83,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,186,186,186,186,186,186,186,186,107,261,261,261,261,82,79,79,83,78,80,78,79,80,79,78,81,82,84,78,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,186,186,186,186,186,186,186,186,107,261,261,261,261,78,84,79,80,78,84,80,78,82,83,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,79,80,84,80,83,83,83,79,83,84,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,83,82,83,80,84,83,84,83,84,215,215,215,215,215,215,215,215,217,217,217,217,217,217,217,217,217,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,84,82,83,83,83,81,215,215,215,215,215,215,215,215,215,215,215,217,,,,,,,,217,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,,78,82,83,82,215,215,215,215,215,215,215,215,215,215,215,215,217,,,,,,,,217,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,263,261,261,261,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,201,201,,,,,217,236,236,217,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,201,217,,,,,,,,217,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,,201,,,,,201,217,,,,,,,,217,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,,201,,,,,215,217,217,217,217,217,198,217,217,217,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,200,215,215,215,215,215,215,215,216,216,216,216,198,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,,201,,,,,201,,,215,215,215,215,215,215,216,,,,198,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,,201,,,,215,201,,,215,215,215,215,215,215,216,,,,216,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,,201,,,,,201,,,215,215,215,215,215,215,216,,,,216,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,200,215,215,215,215,215,215,215,215,215,215,215,215,215,215,216,216,216,216,216,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,331,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,108,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2564 posEnd=2754;2564 posCurrent=2754;2564 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2564 posEnd=2818;2564 posCurrent=2818;2564 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2564 posEnd=2882;2564 posCurrent=2882;2564 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2752;2176 posEnd=2752;2560 posCurrent=2752;2508 step=2 time=52 phase=351 channel=1 icon=216 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2816;2176 posEnd=2816;2560 posCurrent=2816;2508 step=2 time=52 phase=351 channel=1 icon=216 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2880;2176 posEnd=2880;2560 posCurrent=2880;2508 step=2 time=52 phase=351 channel=1 icon=216 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2308 posEnd=2818;2308 posCurrent=2818;2308 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3396 posEnd=2306;3396 posCurrent=2306;3396 step=1 time=0 phase=351 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3400 posEnd=2562;3400 posCurrent=2562;3400 step=1 time=0 phase=351 channel=10 icon=28 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3208 posEnd=2818;3208 posCurrent=2818;3208 step=1 time=0 phase=351 channel=10 icon=143 \r\nMoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1216;3776 posEnd=1216;2624 posCurrent=1216;3571 step=4 time=148 phase=351 channel=1 icon=10 \r\nMoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1280;3776 posEnd=1280;2624 posCurrent=1280;3571 step=4 time=148 phase=351 channel=1 icon=10 \r\nMoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1344;3776 posEnd=1344;2624 posCurrent=1344;3571 step=4 time=148 phase=351 channel=1 icon=10 \r\nMoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1408;3776 posEnd=1408;2624 posCurrent=1408;3571 step=4 time=148 phase=351 channel=1 icon=10 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;2308 posEnd=1218;2308 posCurrent=1218;2308 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2308 posEnd=1346;2308 posCurrent=1346;2308 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2308 posEnd=1474;2308 posCurrent=1474;2308 step=1 time=0 phase=351 channel=10 icon=16 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2304 posEnd=962;2304 posCurrent=962;2304 step=1 time=0 phase=351 channel=10 icon=52 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4360 posEnd=1410;4360 posCurrent=1410;4360 step=1 time=0 phase=351 channel=10 icon=28 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1476 posEnd=1602;1476 posCurrent=1602;1476 step=1 time=0 phase=351 channel=10 icon=126 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1860 posEnd=1666;1860 posCurrent=1666;1860 step=1 time=0 phase=351 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;1992 posEnd=1154;1992 posCurrent=1154;1992 step=1 time=0 phase=351 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1992 posEnd=1346;1992 posCurrent=1346;1992 step=1 time=0 phase=351 channel=10 icon=28 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2116 posEnd=450;2116 posCurrent=450;2116 step=1 time=0 phase=351 channel=10 icon=6 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=256;2112 posEnd=256;1984 posCurrent=256;2112 step=4 time=20 phase=351 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=576;5120 posEnd=960;5120 posCurrent=778;5120 step=2 time=19 phase=351 channel=1 icon=29 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;4932 posEnd=130;4932 posCurrent=130;4932 step=1 time=0 phase=351 channel=10 icon=225 \r\nMoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=1472;704 posEnd=1088;704 posCurrent=1472;704 step=1 time=3 phase=351 channel=10 icon=109 \r\nMoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=1472;512 posEnd=1088;512 posCurrent=1472;512 step=1 time=3 phase=351 channel=10 icon=109 \r\nMoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=1280;960 posEnd=1280;448 posCurrent=1280;651 step=2 time=29 phase=351 channel=1 icon=262 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;388 posEnd=962;388 posCurrent=962;388 step=1 time=0 phase=351 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5444 posEnd=1026;5444 posCurrent=1026;5444 step=1 time=0 phase=351 channel=10 icon=6 \r\nMoveObject: type=4 stepAdvance=210 stepRecede=210 timeStopStart=20 timeStopEnd=20 posStart=1152;2304 posEnd=1600;2304 posCurrent=1391;2304 step=4 time=98 phase=351 channel=10 icon=67 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=1920;2240 posEnd=1920;1984 posCurrent=1920;2192 step=2 time=6 phase=351 channel=10 icon=96 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=128;2304 posEnd=320;2432 posCurrent=231;2373 step=4 time=21 phase=351 channel=10 icon=82 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;2568 posEnd=1602;2568 posCurrent=1602;2568 step=1 time=0 phase=351 channel=10 icon=28 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;2568 posEnd=1154;2568 posCurrent=1154;2568 step=1 time=0 phase=351 channel=10 icon=192 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2568 posEnd=1474;2568 posCurrent=1474;2568 step=1 time=0 phase=351 channel=10 icon=192 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1408;576 posEnd=1216;576 posCurrent=1392;576 step=2 time=2 phase=351 channel=10 icon=100 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=1152;640 posEnd=1408;640 posCurrent=1200;640 step=2 time=6 phase=351 channel=10 icon=96 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1344;768 posEnd=1152;768 posCurrent=1328;768 step=2 time=2 phase=351 channel=10 icon=100 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1280;832 posEnd=1408;832 posCurrent=1376;832 step=4 time=4 phase=351 channel=10 icon=102 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;902 posEnd=770;902 posCurrent=770;902 step=1 time=0 phase=351 channel=10 icon=178 \r\n"); + worlds.Add(40, "DescFile: posDecor=750;1550 dimDecor=100;100 world=0 music=0 region=30 blupiPos=898;1670 blupiDir=2 \r\nDecor: \r\n246,246,248,246,248,246,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,274,248,274,249,270,272,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,268,247,268,249,271,265,247,281,,,,,,,,,,,,,,,,,,,,,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,281,266,265,247,247,279,247,281,,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,264,,,266,269,282,247,281,,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,281,,267,265,247,268,247,281,,,,,,,,,,,,,,,,,,,,273,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,267,282,248,279,249,279,248,264,,,,,,,,,,,,,,,,,267,,273,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n265,249,279,249,268,249,279,249,281,,,,,,,,,,,,,,,,265,248,275,247,278,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n273,247,275,248,275,247,275,248,281,,,,,,,,,,,,,,,,267,277,247,246,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,246,248,247,248,249,246,247,281,,,,,,,,,,,,,,,282,247,246,276,277,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,277,248,246,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,273,248,270,266,272,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,282,248,276,,,,272,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,272,247,271,,267,282,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,282,246,248,279,246,268,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,272,247,174,247,279,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,273,248,248,248,279,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,265,246,276,266,280,265,246,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,272,246,182,247,279,246,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,273,248,175,248,268,248,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,248,279,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,282,246,276,266,269,282,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,272,247,182,246,279,246,264,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,282,246,176,247,268,247,275,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,267,273,248,246,248,268,247,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,265,246,247,276,266,269,265,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,266,272,246,182,247,268,248,271,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,282,246,177,248,279,247,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,273,246,246,248,279,246,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,282,247,276,266,280,265,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,282,248,247,182,247,279,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,272,246,178,247,268,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,265,246,248,248,268,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,273,247,270,269,265,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,265,247,248,182,247,279,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,272,246,179,248,275,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,282,247,247,247,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,272,248,270,272,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,266,,282,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(41, "DescFile: posDecor=0;2550 dimDecor=100;100 world=0 music=3 region=6 blupiPos=194;2822 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,247,248,249,246,247,249,247,248,248,249,246,247,248,249,246,247,247,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,248,247,249,246,246,246,249,249,270,266,266,266,272,247,249,246,247,249,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,249,248,249,249,249,249,270,,,,,,272,246,247,249,247,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,247,246,247,249,247,246,281,,,,,,282,249,249,246,246,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,248,246,246,248,248,270,,,,267,,,282,248,246,248,249,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,248,246,249,248,249,264,,,282,246,281,,265,248,246,247,248,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,247,246,247,248,247,264,,,265,248,281,,265,246,247,249,246,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,249,247,246,249,247,264,,,282,246,281,,265,249,248,248,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,247,246,248,246,249,249,264,,,,266,,,265,247,248,247,248,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,248,246,249,246,249,270,,,,,,,,282,249,247,246,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,249,248,249,281,,,267,,,,,273,249,247,248,249,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,248,248,246,247,281,,265,248,271,267,267,273,247,249,246,246,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,273,249,247,249,246,249,249,271,,265,246,246,246,249,248,246,248,247,249,246,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,247,248,247,248,249,249,246,249,249,248,249,247,248,247,247,246,249,246,248,247,247,247,247,247,246,246,247,249,249,246,248,248,246,248,249,264,265,248,247,246,248,247,247,247,249,247,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,248,247,248,248,247,246,248,248,248,246,248,246,248,247,249,246,249,247,246,246,246,248,249,246,248,247,248,248,248,248,248,246,246,248,249,249,271,,266,272,248,246,248,248,247,248,246,247,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,249,247,249,248,249,249,247,247,247,246,249,247,248,246,248,247,248,246,248,249,247,248,249,248,247,246,247,249,249,247,246,248,249,249,246,247,271,,,272,246,247,248,246,247,246,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,249,247,248,249,249,248,247,249,246,249,247,247,248,248,249,247,247,246,248,248,247,248,249,249,249,246,247,246,247,249,247,246,248,247,248,247,247,249,264,,265,249,246,246,247,248,246,246,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,247,247,247,246,249,249,248,246,248,249,249,247,249,249,248,247,248,249,246,247,248,246,246,246,247,249,247,246,249,249,249,249,246,248,247,246,248,249,281,,282,249,248,246,248,246,248,249,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,247,249,246,248,247,247,248,246,246,248,247,249,249,248,247,249,247,248,246,249,246,249,248,247,246,249,249,249,248,249,248,249,248,248,248,249,247,271,,,272,246,247,248,249,248,246,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,247,249,247,246,248,248,248,247,246,247,249,247,248,249,246,248,246,248,246,246,249,249,248,249,249,248,247,249,246,249,246,248,247,248,246,249,248,248,271,267,267,266,272,248,247,246,248,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,249,248,247,247,247,247,246,249,247,246,248,246,247,248,246,249,248,248,246,249,248,248,248,248,248,246,249,247,246,248,246,249,249,248,246,248,247,249,247,249,248,271,265,249,249,248,248,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,248,247,246,246,246,246,246,246,270,272,249,247,247,247,247,246,248,246,248,274,246,249,274,247,247,270,272,248,248,249,248,248,246,249,247,248,247,249,247,248,249,246,279,248,249,248,246,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,246,246,247,246,247,248,248,270,,282,247,249,248,249,246,248,246,246,270,282,248,270,265,248,270,,,272,249,247,248,247,249,247,249,248,249,246,249,246,249,247,421,249,246,249,249,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,247,248,246,247,249,249,248,249,281,,282,246,246,274,247,247,247,248,248,281,265,249,264,265,246,264,,,273,248,248,248,246,247,248,248,247,249,249,248,247,249,249,279,247,248,246,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,249,246,249,249,249,249,270,,,282,248,270,,272,247,248,246,248,264,,266,,265,246,264,,282,248,246,247,247,249,246,249,270,280,272,249,248,249,249,247,279,246,249,248,246,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,248,246,247,247,249,247,264,,,265,246,281,,267,280,272,249,246,264,,,,,266,,,,266,272,248,270,280,272,246,279,247,268,248,270,269,272,247,279,249,246,247,246,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,246,247,247,248,248,248,247,264,,,265,247,281,282,246,249,426,246,270,,,,,,,,,,267,267,280,273,248,279,246,279,246,271,280,273,248,271,269,273,248,248,247,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,247,246,248,246,246,248,264,,,265,246,264,265,248,270,282,246,281,,267,,,,267,,,265,248,246,249,249,246,271,269,273,249,249,249,246,249,246,246,248,248,246,246,247,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,249,246,248,248,249,249,281,,,,266,267,273,248,271,267,280,,265,248,264,,265,248,264,,,272,247,248,248,247,249,249,248,247,247,248,246,248,247,247,247,246,248,246,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,248,249,249,246,249,247,249,281,,,,273,246,249,248,247,249,248,281,273,249,264,,265,246,281,,,265,247,248,246,249,249,246,248,246,248,246,246,249,247,249,249,248,246,247,247,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,249,248,247,246,249,247,264,,,282,249,248,248,248,249,248,249,279,249,249,264,267,265,246,271,,,273,249,249,249,249,246,248,248,246,248,249,247,248,247,246,248,247,246,246,248,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,246,249,249,249,248,248,264,,,,92,91,247,249,246,249,246,275,247,247,279,247,268,249,246,271,273,249,249,246,249,246,249,249,246,246,249,248,246,248,246,247,246,249,247,246,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,247,249,247,249,249,248,281,,,,92,91,246,248,247,248,249,246,246,249,275,247,279,247,249,249,248,248,246,247,248,248,247,248,248,248,247,248,248,247,248,249,246,246,249,248,247,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,247,247,246,246,249,246,264,,,,92,91,246,248,246,249,247,247,247,246,248,246,275,246,246,247,248,247,247,248,246,248,246,247,249,248,247,248,246,249,246,247,249,248,249,247,249,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,248,247,249,247,248,249,264,,,,92,91,247,247,249,249,246,248,247,249,249,246,246,246,247,248,249,247,247,247,249,246,249,248,247,248,248,248,246,247,246,248,247,246,247,248,248,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,248,247,247,248,249,246,264,,,,92,91,246,246,249,247,249,246,249,249,246,248,247,246,247,246,248,249,247,248,248,247,248,249,246,247,248,247,247,247,248,248,246,249,246,248,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,246,246,247,248,247,247,264,,,,92,91,249,246,246,247,246,247,249,248,247,246,249,247,247,246,246,248,247,249,248,246,248,248,247,248,270,266,266,266,266,266,272,249,247,249,248,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,246,249,247,247,249,249,281,,,,92,91,248,246,248,249,247,246,248,249,248,248,246,247,249,247,249,249,249,248,248,247,248,247,249,249,264,,,,,,282,247,248,246,247,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,249,248,249,246,247,249,264,,,,92,91,248,249,249,248,247,249,246,248,246,248,247,248,247,249,249,249,249,248,248,248,246,246,248,249,264,,,,,,265,249,248,246,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,247,248,246,247,248,248,248,264,,,,92,91,249,249,249,248,249,248,247,249,246,246,248,246,248,247,249,248,247,247,248,249,247,246,249,248,281,,,,,,265,246,247,248,249,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,247,249,249,249,247,249,264,,,267,92,91,247,247,246,249,248,247,249,248,249,246,247,246,246,248,246,246,246,248,247,248,248,249,249,249,281,,,,,,265,247,246,248,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,248,247,248,246,247,248,248,281,,265,246,246,249,247,249,249,246,247,248,249,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,265,247,247,249,248,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,248,249,249,249,249,247,281,,267,272,249,248,248,249,249,246,247,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,274,246,248,247,247,249,264,265,247,279,248,249,246,248,248,246,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,270,,272,246,249,247,249,281,282,249,279,246,247,246,247,248,249,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,281,,,269,280,269,280,,265,246,279,247,248,247,247,246,247,247,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,271,,273,247,246,248,248,281,282,247,279,248,247,246,249,247,247,246,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,275,248,248,249,246,249,271,273,249,275,249,248,249,249,249,247,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,248,249,247,249,248,248,249,246,248,248,248,246,249,248,247,247,249,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,249,247,246,249,248,246,248,248,249,246,249,246,247,248,246,246,246,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,249,246,249,248,248,246,246,247,247,247,248,248,249,249,246,247,246,246,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,246,248,247,247,246,246,248,248,249,249,247,248,249,249,247,249,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,249,248,247,248,246,246,246,249,248,249,248,249,247,247,248,248,247,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,249,248,249,249,248,248,249,247,248,248,249,246,246,246,249,249,246,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,249,246,246,247,246,247,248,246,249,246,247,248,246,249,249,248,246,249,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1540 posEnd=1538;1540 posCurrent=1538;1540 step=1 time=0 phase=322 channel=10 icon=19 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1860 posEnd=1410;1860 posCurrent=1410;1860 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1540 posEnd=1794;1540 posCurrent=1794;1540 step=1 time=0 phase=322 channel=10 icon=19 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;708 posEnd=1410;708 posCurrent=1410;708 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;708 posEnd=1474;708 posCurrent=1474;708 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;708 posEnd=1538;708 posCurrent=1538;708 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;712 posEnd=3010;712 posCurrent=3010;712 step=1 time=0 phase=322 channel=10 icon=21 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;512 posEnd=3010;512 posCurrent=3010;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1664 posEnd=1410;1664 posCurrent=1410;1664 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1664 posEnd=1922;1664 posCurrent=1922;1664 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1408 posEnd=1858;1408 posCurrent=1858;1408 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1280 posEnd=1538;1280 posCurrent=1538;1280 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1216 posEnd=1730;1216 posCurrent=1730;1216 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;2816 posEnd=640;2816 posCurrent=640;2816 step=1 time=0 phase=322 channel=1 icon=32 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;2564 posEnd=322;2564 posCurrent=322;2564 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2628 posEnd=962;2628 posCurrent=962;2628 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1412 posEnd=2050;1412 posCurrent=2050;1412 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1540 posEnd=2114;1540 posCurrent=2114;1540 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;1220 posEnd=1986;1220 posCurrent=1986;1220 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1348 posEnd=1410;1348 posCurrent=1410;1348 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1540 posEnd=1410;1540 posCurrent=1410;1540 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1796 posEnd=1346;1796 posCurrent=1346;1796 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;1796 posEnd=1986;1796 posCurrent=1986;1796 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;708 posEnd=1602;708 posCurrent=1602;708 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;708 posEnd=1666;708 posCurrent=1666;708 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;708 posEnd=1730;708 posCurrent=1730;708 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;132 posEnd=2882;132 posCurrent=2882;132 step=1 time=0 phase=322 channel=10 icon=32 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;584 posEnd=3010;584 posCurrent=3010;584 step=1 time=0 phase=322 channel=10 icon=21 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;580 posEnd=2882;580 posCurrent=2882;580 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;580 posEnd=2946;580 posCurrent=2946;580 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;580 posEnd=2818;580 posCurrent=2818;580 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1796 posEnd=1538;1796 posCurrent=1538;1796 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1796 posEnd=1730;1796 posCurrent=1730;1796 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2564 posEnd=386;2564 posCurrent=386;2564 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2564 posEnd=450;2564 posCurrent=450;2564 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=64;2752 posEnd=64;2752 posCurrent=64;2752 step=1 time=0 phase=322 channel=1 icon=32 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1860 posEnd=1474;1860 posCurrent=1474;1860 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1860 posEnd=1794;1860 posCurrent=1794;1860 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1860 posEnd=1858;1860 posCurrent=1858;1860 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1860 posEnd=1922;1860 posCurrent=1922;1860 step=1 time=0 phase=322 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1544 posEnd=1346;1544 posCurrent=1346;1544 step=1 time=0 phase=322 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1352 posEnd=1346;1352 posCurrent=1346;1352 step=1 time=0 phase=322 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1288 posEnd=1858;1288 posCurrent=1858;1288 step=1 time=0 phase=322 channel=10 icon=21 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;708 posEnd=2818;708 posCurrent=2818;708 step=1 time=0 phase=322 channel=10 icon=3 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;512 posEnd=2562;512 posCurrent=2562;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;512 posEnd=2498;512 posCurrent=2498;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;512 posEnd=2434;512 posCurrent=2434;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;512 posEnd=2370;512 posCurrent=2370;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;512 posEnd=2306;512 posCurrent=2306;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;512 posEnd=2242;512 posCurrent=2242;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;512 posEnd=2178;512 posCurrent=2178;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;512 posEnd=2114;512 posCurrent=2114;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;512 posEnd=2050;512 posCurrent=2050;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;512 posEnd=1986;512 posCurrent=1986;512 step=1 time=0 phase=322 channel=10 icon=55 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=2112;448 posEnd=2112;768 posCurrent=2112;505 step=2 time=9 phase=322 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=2304;768 posEnd=2304;448 posCurrent=2304;711 step=2 time=9 phase=322 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=2368;768 posEnd=2368;448 posCurrent=2368;711 step=2 time=9 phase=322 channel=10 icon=75 \r\n"); + worlds.Add(42, "DescFile: posDecor=400;3270 dimDecor=100;100 world=0 music=1 region=20 blupiPos=642;3590 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,,,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,271,273,247,264,,,,,,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,248,246,270,,,,,,273,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,272,249,249,270,,,,,,282,248,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,277,247,271,,267,267,267,267,282,249,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,273,248,248,248,275,246,249,248,248,271,266,272,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,249,247,246,247,248,248,248,246,249,248,248,247,247,247,248,247,248,249,247,248,249,246,247,246,247,247,246,249,247,246,246,248,246,248,246,248,270,272,246,249,248,247,246,249,271,,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,248,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,272,248,270,266,266,266,266,266,272,247,274,246,247,248,270,266,,267,266,272,248,270,277,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,266,282,246,270,266,,267,282,248,271,267,266,273,247,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,282,249,281,,,,,,,,282,246,281,267,265,249,281,277,246,249,275,249,274,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,248,264,,,,,,,,,266,282,247,281,280,265,246,274,249,248,270,282,246,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,249,281,,,,,,,,,,,266,282,247,281,269,265,247,270,267,265,249,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,266,282,247,271,280,273,246,268,247,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,272,249,249,246,270,265,249,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,272,247,276,,273,248,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,265,246,246,275,246,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,266,272,247,247,247,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,,,,,,266,272,248,276,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,247,281,,,,,,,,267,267,267,267,267,267,267,267,267,267,,267,273,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,265,247,264,,,,,,,282,248,248,248,248,246,248,247,246,246,246,421,247,248,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,266,266,266,266,266,266,266,266,266,266,,266,272,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,273,246,281,,,,,,,,,,,,,,,,,,,,265,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,273,246,249,264,,,,,,,,,,,,,,,,,,,,273,248,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,,,,,,273,247,247,249,264,,,,,,,,,,,,,,,,,,,273,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,273,249,247,247,248,271,,,,,,,,,,,,,,,,,,273,247,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,273,246,248,270,280,272,247,271,267,267,267,267,,,,,,,,,,,,273,249,248,248,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,282,249,246,247,435,246,279,247,249,249,247,249,248,264,,,,,,,,,,273,247,247,249,247,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,280,269,280,265,247,264,280,269,269,280,280,280,,,,,,,,,,282,248,246,247,249,249,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,282,248,247,246,435,247,279,248,247,249,246,249,249,281,,,,,,,,,,272,249,247,246,248,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,272,247,249,271,280,273,247,270,266,266,266,266,,,,,,,,,,,,272,246,247,247,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,,,,,272,249,249,246,246,270,,,,,,,,,,,,,,,,,,272,247,248,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,272,246,248,249,281,,,,,,,,,,,,,,,,,,,272,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,272,246,247,264,,,,,,,,,,,,,,,,,,,,272,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,272,246,264,,,,,,,,,,,,,,,,,,,,265,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,265,248,249,281,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267\r\n,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,282,246,246,281,,,,,,282,247,249,248,246,246,246,249,246,249,246,249,248,246,246,247,246,264,,,,265,248,248,247,247,247,246,248,246,249,247,249,246,246\r\n,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,,,,,,,,,265,247,270,,,,,,,,266,266,266,266,266,266,266,266,266,266,266,266,266,266,277,247,281,,,,265,247,248,248,247,248,247,247,248,246,248,249,249,246\r\n,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,,,265,247,247,264,,,,282,246,249,248,249,246,248,246,247,246,248,249,248,246\r\n,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,,282,248,271,,,,,,,,,,,,,,,,,,,,,,277,248,264,,,,282,249,249,246,246,248,247,247,247,246,249,249,249,248\r\n,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,,282,248,249,264,,,,,,,,,,,,,,,,,,,,265,249,246,281,,,,282,248,249,248,247,249,248,249,247,248,246,247,246,246\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,,282,248,247,281,,,,,,,,,,,,,,,267,,,,,,277,248,281,,,,282,249,248,246,246,248,249,247,248,247,248,249,249,249\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,282,248,271,,,,,,,,,,,,,,,,,,,,282,247,248,264,,,,,,,,,,,,,,282,249,271,,,,282,247,247,281,,,,265,248,248,248,247,246,247,247,249,249,249,247,246,247\r\n,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,282,247,247,281,,,,,,,,,,,,,,,,,,267,265,246,249,281,,,,,,,,,,,,,267,282,246,247,264,,,,277,247,264,,,,282,249,249,249,246,247,247,249,247,247,247,249,249,248\r\n,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,282,249,246,271,,,,,,,,,,,,,,,,,265,248,279,248,248,281,,,,,,,,,,,267,265,247,279,248,270,,,,282,249,249,264,,,,,266,266,266,266,272,247,249,248,247,246,246,247,249\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,282,248,248,246,271,,,,,,,,,,267,,,,,,,266,265,248,246,264,,,,,,,,,,265,248,271,266,,266,,,,,,277,248,281,,,,,,,,,,272,249,249,247,246,246,249,246\r\n,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,246,248,249,246,271,267,267,267,267,267,,267,273,246,271,267,267,267,267,267,267,273,246,246,264,,,,,,,,,,265,247,248,271,,,,,,,265,246,247,264,,,,,,,,,,,272,246,247,246,248,246,248\r\n,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,265,248,249,246,247,249,249,248,247,249,246,422,246,249,249,248,247,246,247,247,247,248,249,247,248,214,214,214,214,214,,,,,,273,247,249,248,271,,,,,,,277,247,264,,,,,,,,,,,,272,249,248,247,248,248\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,247,246,247,270,266,266,266,266,266,266,,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,265,248,247,248,247,247,281,,,,,265,249,248,264,,,,,,,,,,,,,272,248,249,248,246\r\n,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,247,247,270,,,,,,,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,,,,,,272,248,246,248,270,,,,,,,277,247,281,,,,,,,,,,,,,,272,246,248,247\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,270,,,,,,,282,246,246,281,,,,,,,,,,,,,,,272,248,249\r\n,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,282,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,270,,,,,,,,,277,248,281,,,,,,,,,,,,,,,,272,246\r\n,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,265,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,,267,,,,,,265,249,248,281,,,,,,,,,,,,,,,,265,247\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,271,,,,,,277,248,281,,,,,,,,,,,,,,,,282,249\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,282,246,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,264,,,,265,248,248,281,,,,,,,,,,,,,,,,265,246\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,248,247,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,270,,267,,,,277,249,264,,,,,,,,,,,,,,,,282,246\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,265,248,247,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,265,248,271,,265,246,246,281,,,,,,,,,,,,,,,,265,248\r\n,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,265,246,246,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,249,264,,277,249,281,,,,,,,,,,,,,,,,282,247\r\n,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,282,248,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,270,,265,249,246,281,,,267,267,267,267,267,267,267,267,,,,,,282,249\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,265,246,249,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,,,277,249,281,,273,247,249,247,249,248,248,249,248,271,,,,,265,246\r\n,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,265,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,248,264,282,247,270,266,266,266,266,266,266,272,247,264,,,,282,246\r\n,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,282,247,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267,267,272,246,271,273,246,264,,,,,,267,282,249,281,,,,265,248\r\n,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,265,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,249,249,247,246,247,246,246,248,246,246,247,246,279,248,247,247,246,264,,,,267,265,248,279,249,264,,,,265,249\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,248,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,266,266,266,266,266,272,246,271,280,269,280,280,,,,282,246,264,280,265,249,264,,,,282,247\r\n,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,265,248,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,246,247,247,247,264,,,,266,282,247,279,248,281,,,,282,247\r\n,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,,,,,,282,248,246,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,272,249,264,,,,,,266,265,249,281,,,,265,249\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,265,249,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,271,267,267,267,267,267,267,273,249,264,,,,265,249\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,249,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,272,246,247,247,248,246,249,339,249,270,,,,,265,249\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,266,,,,,,265,246\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,249,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249\r\n,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,265,248,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,246,247,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,282,249,248,248,249,271,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247\r\n,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,282,246,249,247,249,246,246,249,247,249,248,246,246,248,246,248,246,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246\r\n,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,282,249,249,247,248,248,247,248,249,247,249,249,249,249,274,246,246,247,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247\r\n,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,282,246,247,248,246,274,246,249,247,249,249,246,270,280,273,248,246,248,247,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,246,249,249,248,281,280,272,247,248,249,247,279,248,246,246,249,249,248,249,246,271,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,282,246\r\n,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,282,248,246,248,246,275,247,275,248,248,247,339,275,249,249,249,246,248,248,249,249,249,249,246,248,246,247,246,246,248,249,249,247,246,246,246,246,246,248,248,249,249,247,249,248,248,248,247,247,247,246,248,247,249,249,248,248,248,248,249,249,247,249,248,279,248\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,248,247,246,248,246,249,339,249,247,247,274,249,249,246,249,246,246,248,249,248,246,247,249,270,266,266,266,266,266,266,269,266,266,266,266,266,272,247,270,266,266,266,266,266,280,266,266,266,266,266,272,247,270,266,266,266,266,266,266,280,266,266,266,282,248\r\n,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,282,248,249,247,248,249,247,274,246,247,248,279,249,248,248,249,248,248,247,249,249,246,248,248,281,,,,267,267,273,248,271,267,267,267,267,267,280,267,267,267,267,267,273,248,271,267,267,267,267,267,269,267,267,267,267,267,267,273,248,271,267,267,282,249\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,247,249,246,247,249,248,279,247,246,247,275,247,246,248,339,247,246,247,249,248,246,248,247,271,,267,273,247,246,246,248,249,248,246,248,249,246,246,246,247,247,249,249,246,248,247,249,249,247,247,248,247,246,249,246,248,248,246,247,249,248,247,249,279,247\r\n,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,265,248,246,247,248,246,249,275,247,248,248,339,249,249,339,246,249,247,249,248,249,248,247,247,247,279,248,247,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,265,249\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,249,248,249,247,248,249,339,247,248,249,270,269,277,248,247,247,247,246,247,246,246,249,246,247,279,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,249,274,339,274,248,339,276,272,246,247,275,249,339,247,249,248,246,248,247,247,246,248,249,246,279,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248\r\n,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,,280,273,246,271,280,277,248,281,266,277,339,246,278,249,249,247,270,280,277,247,246,247,247,246,279,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247\r\n,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,246,249,249,248,247,247,246,264,273,248,246,247,339,339,249,270,273,249,339,248,249,249,248,249,275,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248\r\n,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,247,246,247,249,247,249,248,268,249,249,247,246,276,280,280,273,246,249,274,249,246,246,248,246,339,247,246,271,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246\r\n,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,273,246,246,249,249,249,276,280,273,248,246,246,246,246,246,246,246,247,249,279,249,248,249,249,246,274,248,248,247,249,247,249,246,246,246,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247\r\n,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,282,247,246,247,246,249,249,339,249,247,248,246,249,247,246,246,248,247,247,246,279,248,246,248,249,246,279,249,248,247,246,249,247,247,249,247,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247\r\n,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,267,,,,,273,247,246,246,247,246,249,274,249,246,248,248,248,247,249,246,246,246,246,249,279,248,248,246,274,339,279,248,246,249,248,248,249,249,246,246,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247\r\n,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,273,249,271,267,267,273,246,247,247,247,276,280,280,273,246,248,248,248,249,249,248,246,249,247,249,246,281,266,266,280,273,247,268,246,247,246,248,247,249,249,248,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247\r\n,,,,,,,,,,,,,265,247,264,,,,,,,,,,,265,247,247,246,249,249,247,248,248,247,246,248,247,246,247,246,249,246,248,249,246,247,248,246,246,246,246,264,267,273,249,246,247,279,248,248,246,248,247,274,247,246,246,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246\r\n,,,,,,,,,,,,,282,246,264,,,,,,,,,,,273,248,246,248,249,249,249,249,249,247,248,246,246,246,247,246,248,249,249,248,247,246,246,248,246,248,247,279,249,248,248,248,248,279,247,246,249,246,248,279,249,248,249,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,282,247,247,246,246,249,248,249,246,248,249,249,247,248,248,248,248,246,248,247,246,249,248,248,249,246,247,247,268,246,249,249,249,246,268,247,274,339,274,246,279,247,248,249,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249\r\n,,,,,,,,,,,,,265,249,281,,,,,,,,,,265,249,249,248,248,247,248,246,248,249,246,247,246,248,246,246,249,248,249,246,247,247,276,269,280,272,249,248,275,246,248,246,247,249,279,339,275,246,271,280,273,249,247,249,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,273,247,246,246\r\n,,,,,,,,,,,,,265,248,281,,,,,,,,,,265,247,247,247,248,247,248,247,248,249,246,246,249,248,249,249,247,246,247,248,248,248,247,246,248,279,249,246,339,247,246,246,246,247,275,246,248,248,249,248,247,247,248,247,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,273,248,247,248,247\r\n,,,,,,,,,,,,,282,248,271,267,267,267,267,267,267,267,267,267,273,246,249,246,248,248,248,246,249,246,248,248,246,249,248,249,248,248,248,246,246,246,278,248,248,271,280,280,277,248,248,248,247,247,248,248,249,246,248,248,247,246,248,249,249,248,281,,,,,,,,,,,,,,,,,,,,267,267,267,273,249,246,246,246,249\r\n,,,,,,,,,,,,,265,248,246,246,246,246,248,247,246,248,246,248,247,246,248,246,249,247,248,249,248,249,249,247,246,249,249,246,249,247,249,246,247,247,249,247,246,246,247,249,247,247,247,247,248,246,246,248,247,248,248,248,246,246,246,246,246,246,281,,,,,,,,,,,,,,,,,,,282,246,246,249,248,249,246,246,247,248\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2180 posEnd=4034;2180 posCurrent=4034;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2180 posEnd=3650;2180 posCurrent=3650;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2180 posEnd=3202;2180 posCurrent=3202;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2180 posEnd=2946;2180 posCurrent=2946;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2180 posEnd=4866;2180 posCurrent=4866;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2180 posEnd=4674;2180 posCurrent=4674;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2180 posEnd=4418;2180 posCurrent=4418;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2180 posEnd=4162;2180 posCurrent=4162;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2180 posEnd=3906;2180 posCurrent=3906;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2180 posEnd=3394;2180 posCurrent=3394;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2180 posEnd=3074;2180 posCurrent=3074;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2180 posEnd=2818;2180 posCurrent=2818;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2180 posEnd=2562;2180 posCurrent=2562;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3268 posEnd=770;3268 posCurrent=770;3268 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3332 posEnd=898;3332 posCurrent=898;3332 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2944;3136 posEnd=2944;3200 posCurrent=2944;3136 step=1 time=7 phase=359 channel=1 icon=340 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3268 posEnd=1026;3268 posCurrent=1026;3268 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2816;3264 posEnd=2816;3200 posCurrent=2816;3264 step=1 time=7 phase=359 channel=1 icon=340 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3456 posEnd=770;3456 posCurrent=770;3456 step=1 time=0 phase=359 channel=10 icon=56 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;3456 posEnd=1090;3456 posCurrent=1090;3456 step=1 time=0 phase=359 channel=10 icon=56 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3072 posEnd=642;3072 posCurrent=642;3072 step=1 time=0 phase=359 channel=10 icon=56 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2688;3264 posEnd=2688;3328 posCurrent=2688;3264 step=1 time=7 phase=359 channel=1 icon=340 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3588 posEnd=898;3588 posCurrent=898;3588 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;5124 posEnd=2498;5124 posCurrent=2498;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;5124 posEnd=2626;5124 posCurrent=2626;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;5124 posEnd=2754;5124 posCurrent=2754;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;5124 posEnd=2882;5124 posCurrent=2882;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;5124 posEnd=3010;5124 posCurrent=3010;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;5124 posEnd=3138;5124 posCurrent=3138;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;5124 posEnd=3266;5124 posCurrent=3266;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;5124 posEnd=3394;5124 posCurrent=3394;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;5124 posEnd=3522;5124 posCurrent=3522;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5124 posEnd=3650;5124 posCurrent=3650;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5124 posEnd=3906;5124 posCurrent=3906;5124 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2180 posEnd=5314;2180 posCurrent=5314;2180 step=1 time=0 phase=359 channel=10 icon=20 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3268 posEnd=1922;3268 posCurrent=1922;3268 step=1 time=0 phase=359 channel=10 icon=36 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5636 posEnd=4162;5636 posCurrent=4162;5636 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5184;5760 posEnd=5184;5312 posCurrent=5184;5589 step=4 time=26 phase=359 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5120;4864 posEnd=5120;5312 posCurrent=5120;5035 step=4 time=26 phase=359 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5184;4864 posEnd=5184;4416 posCurrent=5184;4693 step=4 time=26 phase=359 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5120;3968 posEnd=5120;4416 posCurrent=5120;4139 step=4 time=26 phase=359 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5120;5760 posEnd=5120;6208 posCurrent=5120;5931 step=4 time=26 phase=359 channel=1 icon=340 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1860 posEnd=1858;1860 posCurrent=1858;1860 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1924 posEnd=1794;1924 posCurrent=1794;1924 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1988 posEnd=1730;1988 posCurrent=1730;1988 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2052 posEnd=1666;2052 posCurrent=1666;2052 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;2116 posEnd=1602;2116 posCurrent=1602;2116 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2180 posEnd=1538;2180 posCurrent=1538;2180 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;1860 posEnd=1986;1860 posCurrent=1986;1860 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1924 posEnd=2050;1924 posCurrent=2050;1924 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1988 posEnd=2114;1988 posCurrent=2114;1988 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2052 posEnd=2178;2052 posCurrent=2178;2052 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2116 posEnd=2242;2116 posCurrent=2242;2116 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2180 posEnd=2306;2180 posCurrent=2306;2180 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2696 posEnd=642;2696 posCurrent=642;2696 step=1 time=0 phase=359 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2560;3392 posEnd=2560;3328 posCurrent=2560;3392 step=1 time=7 phase=359 channel=1 icon=340 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5832 posEnd=2946;5832 posCurrent=2946;5832 step=1 time=0 phase=359 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3080 posEnd=4866;3080 posCurrent=4866;3080 step=1 time=0 phase=359 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;6024 posEnd=6274;6024 posCurrent=6274;6024 step=1 time=0 phase=359 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2820 posEnd=642;2820 posCurrent=642;2820 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3460 posEnd=2946;3460 posCurrent=2946;3460 step=1 time=0 phase=359 channel=10 icon=9 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2432;3392 posEnd=2432;3456 posCurrent=2432;3392 step=1 time=7 phase=359 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2304;3520 posEnd=2304;3456 posCurrent=2304;3520 step=1 time=7 phase=359 channel=1 icon=340 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;5896 posEnd=3010;5896 posCurrent=3010;5896 step=1 time=0 phase=359 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;6088 posEnd=6210;6088 posCurrent=6210;6088 step=1 time=0 phase=359 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1920;2176 posEnd=1920;1984 posCurrent=1920;2100 step=2 time=12 phase=359 channel=1 icon=340 \r\n"); + worlds.Add(43, "DescFile: posDecor=0;700 dimDecor=100;100 world=0 music=2 region=21 blupiPos=258;1030 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,267,273,247,249,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,282,246,246,247,249,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,267,267,273,247,270,266,266,272,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,282,247,249,248,249,281,,267,273,247,247,281,,,,,,,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,273,249,270,277,246,281,282,247,248,246,270,,,,,,,273,246,247,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,282,248,249,279,247,249,264,265,246,276,266,,267,,,,,273,248,270,266,272,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,248,247,281,266,266,267,265,248,246,271,273,248,271,267,267,273,246,270,,,,272,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,247,249,281,,273,246,281,272,248,249,246,249,246,248,249,249,249,281,,,,265,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,272,247,271,273,247,270,,,266,266,266,266,266,266,266,266,266,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,272,247,246,249,264,,,267,267,267,267,267,267,267,267,267,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,272,247,270,,,282,246,246,249,248,249,248,248,248,249,281,,,,282,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,273,249,264,,,282,246,248,249,249,270,266,266,272,246,271,,,,273,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,265,246,247,264,,,,266,272,247,270,,,,,272,249,271,267,273,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,267,267,267,,,,265,248,270,,,,,,282,247,281,,,,,,272,246,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,273,246,246,247,271,,267,273,246,281,,,,,,282,249,281,,,,,,,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,273,248,270,266,272,248,275,247,246,246,281,,267,,,,265,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n265,247,270,,,265,249,246,247,248,246,281,265,249,264,,,282,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n282,248,281,,,,266,266,266,266,266,,,266,,,,265,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n265,249,281,,,,267,267,267,267,267,267,,,,267,,,272,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n282,249,271,,,265,248,248,247,249,246,247,281,,282,249,264,,265,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,272,247,271,267,273,249,248,270,266,272,246,271,,265,249,271,267,265,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,282,246,247,249,249,249,270,,267,267,277,247,264,282,246,246,247,279,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,266,266,266,266,266,,273,249,248,246,248,281,,272,247,270,,272,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,282,247,247,270,266,266,267,,282,249,264,,265,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,273,248,270,,,282,247,264,265,249,271,,282,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,282,249,247,264,267,,,266,,,272,249,281,,272,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,282,248,247,275,248,271,,,,267,,266,,,282,248,264,,,,,,,,,,,,,,,,,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,282,246,248,248,248,249,264,,282,249,281,,,267,273,247,264,,,,,,,,,,,,,,,267,273,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,272,247,270,277,246,281,,,266,,,273,246,248,247,281,,,,,,,,,,,,,,273,248,248,274,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,273,249,279,247,247,264,,,,,282,246,249,270,266,,,,,,,,,,,,,,273,248,270,280,265,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,265,248,247,281,266,269,,,,,,265,248,276,,,,,,,,,,,,,,,273,248,270,273,246,275,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,272,246,271,273,246,271,,,,,265,246,247,264,,,,,,,,,,267,267,267,273,248,249,268,247,274,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,249,248,247,249,247,281,,,,282,249,270,,,267,267,,,,,,273,247,247,246,249,247,270,273,248,264,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,266,266,272,246,246,264,,267,,282,246,271,267,273,247,247,271,267,267,267,273,248,247,249,249,247,247,268,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,273,249,270,,282,247,264,265,246,246,249,248,246,246,248,249,249,248,247,270,266,266,266,266,266,265,249,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,265,248,247,264,,273,247,264,,269,280,269,269,269,269,269,269,269,269,280,,,,,,,282,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,282,248,270,,282,249,248,281,265,246,248,246,248,248,249,248,249,249,247,248,271,267,267,267,,,,272,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,282,248,271,,265,248,270,,265,246,276,266,266,266,266,266,266,266,266,272,249,248,246,248,271,,,282,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,265,248,249,264,282,247,264,,282,248,249,281,,,,,,,,,272,248,248,249,248,281,,273,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,267,277,248,264,265,248,264,,,272,247,264,,,,,,,,,,266,266,272,249,264,282,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,273,247,247,249,264,265,248,264,,267,265,249,264,,,,,,,,,,,,273,249,264,265,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,249,247,274,246,281,265,246,264,282,247,279,247,281,,,,,,,,,,,282,249,247,264,282,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,282,248,248,268,249,264,273,248,281,,266,282,247,281,,,,,,,,,,,273,248,247,264,265,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,249,249,279,247,279,249,249,264,,,273,246,264,,,,,,,,,,265,247,246,249,271,282,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,272,248,281,266,267,272,248,281,,282,247,247,264,,,,,,,,,,282,248,249,247,247,275,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,282,247,271,273,246,275,246,271,,282,246,248,264,,,,,,,,,,,277,247,247,248,247,249,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,282,248,248,247,247,248,249,249,281,282,247,270,,,,,,,,,,,282,246,247,249,248,246,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,272,246,270,266,266,272,247,281,282,246,271,,,,,,,,,,,,277,246,246,246,248,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,267,,,,,267,267,267,267,266,,,,282,247,264,,272,248,271,,,,,,,,,,265,248,248,248,247,247,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n273,248,271,267,267,265,248,246,248,249,271,267,267,267,273,248,281,,265,246,249,281,,,,,,,,,282,246,248,249,247,246,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,249,249,247,275,246,246,270,272,247,246,249,249,246,246,271,,282,246,248,281,,,,,,,,,282,248,246,247,246,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,270,266,272,247,246,249,270,,,280,272,246,270,266,272,248,264,265,247,249,281,,,,,,,,,,272,247,247,246,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,264,267,,280,272,247,281,267,265,247,281,266,,267,,266,,273,247,270,,,,,,,,,,,,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,279,248,275,247,271,280,273,246,275,248,271,267,273,247,271,267,273,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,268,249,246,248,247,249,246,246,246,246,249,248,248,247,248,248,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,279,248,249,270,266,272,246,247,246,270,272,249,270,272,248,246,246,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,275,248,270,,,,266,266,266,,,266,,,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;712 posEnd=3010;712 posCurrent=3010;712 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;2500 posEnd=1986;2500 posCurrent=1986;2500 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;900 posEnd=1346;900 posCurrent=1346;900 step=1 time=0 phase=97 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;772 posEnd=1666;772 posCurrent=1666;772 step=1 time=0 phase=97 channel=10 icon=15 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2308 posEnd=2434;2308 posCurrent=2434;2308 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2244 posEnd=2626;2244 posCurrent=2626;2244 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2244 posEnd=2690;2244 posCurrent=2690;2244 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;836 posEnd=2626;836 posCurrent=2626;836 step=1 time=0 phase=97 channel=10 icon=15 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2308 posEnd=2498;2308 posCurrent=2498;2308 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1856 posEnd=2306;1856 posCurrent=2306;1856 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1856 posEnd=2434;1856 posCurrent=2434;1856 step=1 time=0 phase=97 channel=10 icon=51 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;708 posEnd=386;708 posCurrent=386;708 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;708 posEnd=642;708 posCurrent=642;708 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;324 posEnd=1154;324 posCurrent=1154;324 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;324 posEnd=1346;324 posCurrent=1346;324 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1860 posEnd=514;1860 posCurrent=514;1860 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1860 posEnd=578;1860 posCurrent=578;1860 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1860 posEnd=642;1860 posCurrent=642;1860 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1860 posEnd=706;1860 posCurrent=706;1860 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1860 posEnd=770;1860 posCurrent=770;1860 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1860 posEnd=834;1860 posCurrent=834;1860 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1796 posEnd=898;1796 posCurrent=898;1796 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1796 posEnd=450;1796 posCurrent=450;1796 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;644 posEnd=1922;644 posCurrent=1922;644 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;584 posEnd=1794;584 posCurrent=1794;584 step=1 time=0 phase=97 channel=10 icon=21 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;644 posEnd=2754;644 posCurrent=2754;644 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;900 posEnd=1858;900 posCurrent=1858;900 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;836 posEnd=3010;836 posCurrent=3010;836 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2308 posEnd=2562;2308 posCurrent=2562;2308 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2244 posEnd=2882;2244 posCurrent=2882;2244 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1156 posEnd=2754;1156 posCurrent=2754;1156 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1028 posEnd=2754;1028 posCurrent=2754;1028 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;68 posEnd=3714;68 posCurrent=3714;68 step=1 time=0 phase=97 channel=10 icon=10 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1028 posEnd=322;1028 posCurrent=322;1028 step=1 time=0 phase=97 channel=10 icon=29 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2244 posEnd=2754;2244 posCurrent=2754;2244 step=1 time=0 phase=97 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2244 posEnd=2818;2244 posCurrent=2818;2244 step=1 time=0 phase=97 channel=10 icon=68 \r\n"); + worlds.Add(44, "DescFile: posDecor=1450;4620 dimDecor=100;100 world=0 music=8 region=2 blupiPos=1858;4870 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,267,,,,,,,,,,,,,,,,267,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,273,248,247,271,267,267,267,267,267,267,267,267,267,267,267,267,267,273,249,271,267,267,267,267,267,267,267,267,267,267,267,267,267,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,248,249,249,248,248,247,246,247,249,247,247,248,248,248,246,246,249,246,249,248,248,249,248,248,248,248,248,248,247,249,247,247,247,249,249,246,248,247,248,248,246,248,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,249,249,246,246,246,247,246,248,248,246,248,249,246,247,248,249,246,249,246,249,246,248,247,246,247,246,246,249,247,246,249,249,249,248,249,247,246,247,248,246,246,247,247,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,246,249,249,248,248,246,246,246,248,249,246,248,247,249,247,247,246,247,247,246,247,246,246,249,247,246,247,246,249,246,247,247,247,249,247,248,246,249,246,249,246,248,246,247,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,246,248,248,247,248,249,246,248,248,248,248,248,249,247,248,247,249,249,249,248,249,248,249,248,246,247,247,249,249,247,249,248,249,249,249,248,247,246,246,249,249,247,247,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,249,247,248,249,249,249,247,247,248,248,247,247,247,246,247,249,247,248,246,247,246,249,246,248,247,248,249,247,247,249,249,246,247,247,249,248,249,246,247,249,246,247,248,249,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,248,249,249,248,246,249,249,248,249,249,248,247,249,249,247,247,248,248,248,249,249,248,246,246,246,247,246,248,249,249,248,248,249,248,246,248,248,246,248,249,247,247,249,246,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,249,246,249,249,247,249,247,248,248,247,246,247,248,248,248,249,248,248,247,247,249,249,248,248,246,248,247,247,246,246,246,247,246,248,249,247,249,247,246,246,246,248,247,249,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,246,249,246,248,248,248,246,249,248,247,249,249,248,249,246,248,249,248,247,246,247,248,248,246,247,247,248,246,246,249,247,249,248,248,248,249,248,249,246,247,247,247,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,246,246,247,248,246,246,247,247,249,246,247,249,249,249,246,247,246,249,247,247,249,246,247,247,247,246,249,249,249,247,247,249,248,247,246,249,249,248,246,248,249,247,247,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,248,249,246,248,248,246,248,249,248,249,246,270,272,246,270,266,266,280,269,266,266,266,266,280,266,266,266,266,272,247,270,266,272,246,274,248,248,246,247,248,248,246,246,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,246,248,248,248,246,249,247,247,248,249,270,,,266,,,273,247,247,281,,,273,248,271,267,,,273,248,271,267,,266,282,247,248,249,246,246,248,249,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,246,246,247,248,248,247,249,270,266,272,247,281,,267,267,,265,249,246,246,264,,282,247,247,246,248,271,265,247,248,249,246,281,,,272,246,246,247,247,247,247,246,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,247,248,247,247,247,249,264,,,266,267,265,246,247,271,,272,247,270,,,265,248,270,272,248,249,264,266,280,272,248,281,,,273,247,247,247,249,246,249,247,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,247,247,247,248,247,264,,,273,247,268,246,246,249,281,,266,,267,267,,266,,,272,246,264,282,249,279,246,264,,273,246,249,247,248,247,247,247,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,249,248,247,246,249,248,271,,265,246,270,282,247,249,270,,,267,273,247,246,271,267,,,282,247,281,282,247,264,266,,282,249,247,249,249,248,247,246,248,246,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,246,247,249,247,247,249,246,247,264,265,249,271,265,247,270,,,273,247,246,247,247,246,249,271,,,266,,282,249,281,,,273,248,246,248,248,249,248,248,248,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,248,247,247,246,248,248,249,264,273,246,247,279,248,281,,273,249,246,247,249,247,249,248,247,271,,,267,282,247,264,,273,249,249,247,248,249,248,249,247,248,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,248,246,247,246,247,246,246,279,246,246,246,279,247,281,265,247,246,248,270,266,266,272,247,247,247,264,282,248,279,246,281,265,246,246,249,246,247,247,246,246,246,247,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,248,248,248,247,249,246,247,268,246,249,270,282,248,281,282,247,249,270,,,,,272,249,249,264,265,246,281,266,,,266,266,277,248,246,248,249,249,249,248,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,249,247,249,249,249,246,246,264,272,247,271,282,246,264,265,247,248,281,,,,,265,248,249,281,273,248,271,,,,,265,247,248,248,248,248,247,247,249,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,248,247,247,246,249,246,247,281,,272,247,279,248,264,265,339,339,281,,,,,265,246,248,279,248,249,249,281,,267,267,,272,247,249,249,248,249,247,249,249,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,249,249,246,248,246,246,247,246,281,,,266,273,246,281,282,339,339,264,,,,,282,248,247,281,266,266,266,,273,249,247,264,282,249,247,249,248,249,249,248,247,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,248,248,249,248,246,246,246,247,271,,,282,249,249,264,282,248,247,281,,,,,282,247,247,264,,267,,265,248,249,249,264,,272,247,248,248,249,249,249,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,246,249,246,246,246,248,249,248,271,,282,246,249,264,265,246,247,271,,,,,273,248,247,264,273,247,264,,272,247,270,,267,265,249,249,248,246,248,249,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,246,247,246,247,249,248,246,246,246,281,282,248,246,264,265,248,246,246,271,267,267,273,247,248,249,279,246,246,264,,267,266,,282,248,279,248,246,247,246,249,249,249,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,249,249,247,249,249,246,246,249,246,264,,272,249,281,,272,248,249,247,246,246,247,249,248,270,,272,249,271,282,247,271,267,267,280,265,248,249,249,249,248,246,246,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,247,246,247,248,246,249,246,249,276,,,265,249,271,,,272,246,246,249,248,248,249,270,,,265,246,248,279,247,248,248,248,247,268,248,249,246,246,247,246,247,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,247,246,249,246,248,247,248,246,249,249,281,,265,249,249,271,,,266,272,246,247,270,266,,,,265,247,270,282,249,248,246,247,248,279,246,248,247,249,249,248,246,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,246,246,246,247,247,249,247,249,274,247,281,,265,249,247,247,281,267,267,,266,266,,,267,,267,267,266,,273,249,249,248,270,266,282,247,248,246,246,249,246,246,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,248,248,249,249,246,249,246,270,265,248,271,,267,272,246,249,279,249,248,271,,,,282,246,279,249,246,281,282,246,247,270,266,,,265,246,248,248,247,247,249,246,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,248,246,246,249,246,248,249,281,,272,246,279,247,264,266,266,,272,246,247,271,,,273,246,281,272,248,271,,266,280,,,,,273,248,248,247,247,249,247,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,246,248,248,249,247,246,246,271,,,266,282,246,281,,,,282,247,248,249,281,265,248,248,264,,272,247,271,265,247,281,,,273,247,246,246,246,246,249,247,249,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,249,247,247,248,249,246,249,246,271,,,265,248,264,267,,,265,246,248,247,281,265,247,276,,,282,249,246,268,248,281,267,273,246,246,249,248,246,248,249,246,246,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,246,246,249,249,246,249,249,246,249,264,,267,266,282,246,281,,282,249,247,270,,273,246,247,271,,,272,247,268,248,279,249,247,248,249,248,247,247,247,247,248,247,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,246,248,246,248,248,247,246,247,271,282,247,271,265,247,264,,,277,248,281,265,246,249,247,247,264,,282,246,279,249,264,272,249,246,249,249,248,247,247,248,249,246,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,246,248,247,249,246,249,249,246,247,279,248,249,279,249,281,,282,247,270,,,269,272,247,248,281,,282,248,281,266,,,266,272,247,246,248,249,248,249,246,249,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,247,246,249,247,246,248,247,246,247,248,268,246,270,282,249,271,,,280,,,282,249,268,247,249,264,,267,266,,,267,267,267,267,272,246,249,249,247,249,248,249,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,246,247,248,249,249,249,249,248,246,276,273,246,271,273,247,247,271,282,246,271,,267,280,,266,280,,273,247,271,267,273,249,247,246,246,275,248,249,246,246,249,249,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,247,247,249,247,248,249,249,249,247,249,246,246,248,248,247,248,271,272,248,279,248,247,271,282,247,279,248,248,249,247,249,249,247,248,246,249,249,247,248,247,248,247,247,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,248,249,246,246,249,246,248,249,249,246,246,248,247,247,249,246,248,248,271,266,273,247,249,246,279,248,279,248,249,249,246,248,246,247,248,248,246,246,247,246,246,248,247,249,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,249,246,246,247,248,246,246,248,246,249,248,249,247,249,248,247,246,249,249,275,248,246,248,246,271,280,273,248,248,247,247,249,246,246,248,249,249,248,249,246,249,246,247,249,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,249,249,246,246,249,248,246,247,247,246,247,249,249,249,249,249,249,247,248,246,247,246,247,248,249,247,246,247,246,248,249,247,249,248,247,246,249,248,248,249,247,248,246,276,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,249,249,249,247,248,246,246,249,248,246,246,248,246,249,248,246,247,249,248,249,248,248,248,247,249,248,249,246,249,249,246,247,248,249,248,247,249,249,248,249,246,246,246,248,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,249,247,246,246,247,247,248,249,246,247,246,247,247,247,247,246,248,246,247,248,246,247,247,246,246,247,246,247,247,246,249,248,246,248,249,246,247,246,248,246,247,246,248,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,248,247,247,246,248,246,249,246,246,248,246,247,249,248,247,246,247,248,249,249,246,249,247,248,248,246,248,247,249,246,248,246,249,247,249,246,247,248,249,248,246,246,246,281,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,246,249,248,247,249,246,246,248,246,246,248,249,246,247,247,248,249,246,247,247,246,248,248,248,249,249,247,246,246,247,248,249,249,249,247,249,246,246,247,249,247,247,248,246,264,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,272,246,246,246,246,247,246,248,247,247,247,248,246,247,246,246,246,247,246,247,246,248,246,246,270,266,266,266,266,266,266,266,266,266,266,266,266,266,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,246,247,247,248,247,246,248,247,247,248,248,247,246,247,246,246,247,248,248,248,246,264,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,247,248,248,248,248,248,246,248,246,247,246,247,247,248,246,247,247,247,248,247,247,264,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,247,248,246,248,248,246,247,247,248,247,248,246,248,247,246,247,248,247,247,246,248,281,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,246,248,247,248,246,246,248,247,247,247,247,246,247,246,247,246,246,248,247,246,281,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4736 posEnd=2626;4736 posCurrent=2626;4736 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;4032 posEnd=2178;4032 posCurrent=2178;4032 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;4992 posEnd=1218;4992 posCurrent=1218;4992 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;5504 posEnd=1346;5504 posCurrent=1346;5504 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5312 posEnd=1858;5312 posCurrent=1858;5312 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;5440 posEnd=2434;5440 posCurrent=2434;5440 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;5056 posEnd=2754;5056 posCurrent=2754;5056 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4608 posEnd=2818;4608 posCurrent=2818;4608 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3908 posEnd=2370;3908 posCurrent=2370;3908 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4416 posEnd=1410;4416 posCurrent=1410;4416 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4160 posEnd=1154;4160 posCurrent=1154;4160 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5376 posEnd=1218;5376 posCurrent=1218;5376 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5056 posEnd=1730;5056 posCurrent=1730;5056 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;5700 posEnd=2434;5700 posCurrent=2434;5700 step=1 time=0 phase=147 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;5572 posEnd=1794;5572 posCurrent=1794;5572 step=1 time=0 phase=147 channel=10 icon=13 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;3904 posEnd=1538;3904 posCurrent=1538;3904 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4100 posEnd=1986;4100 posCurrent=1986;4100 step=1 time=0 phase=147 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4868 posEnd=2498;4868 posCurrent=2498;4868 step=1 time=0 phase=147 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5124 posEnd=2242;5124 posCurrent=2242;5124 step=1 time=0 phase=147 channel=10 icon=13 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;5508 posEnd=1602;5508 posCurrent=1602;5508 step=1 time=0 phase=147 channel=10 icon=13 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;4800 posEnd=2306;4800 posCurrent=2306;4800 step=1 time=0 phase=147 channel=10 icon=49 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4868 posEnd=1730;4868 posCurrent=1730;4868 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4868 posEnd=2050;4868 posCurrent=2050;4868 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4804 posEnd=1666;4804 posCurrent=1666;4804 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4804 posEnd=2114;4804 posCurrent=2114;4804 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;4868 posEnd=1922;4868 posCurrent=1922;4868 step=1 time=0 phase=147 channel=10 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5700 posEnd=2946;5700 posCurrent=2946;5700 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5572 posEnd=2114;5572 posCurrent=2114;5572 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5636 posEnd=1730;5636 posCurrent=1730;5636 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5508 posEnd=1154;5508 posCurrent=1154;5508 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5252 posEnd=1218;5252 posCurrent=1218;5252 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4804 posEnd=1282;4804 posCurrent=1282;4804 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4228 posEnd=1154;4228 posCurrent=1154;4228 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;3908 posEnd=1730;3908 posCurrent=1730;3908 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;4164 posEnd=1474;4164 posCurrent=1474;4164 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4100 posEnd=2050;4100 posCurrent=2050;4100 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4036 posEnd=2946;4036 posCurrent=2946;4036 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4548 posEnd=2754;4548 posCurrent=2754;4548 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4740 posEnd=2882;4740 posCurrent=2882;4740 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;5316 posEnd=2690;5316 posCurrent=2690;5316 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;5124 posEnd=2178;5124 posCurrent=2178;5124 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5060 posEnd=1858;5060 posCurrent=1858;5060 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;5252 posEnd=1474;5252 posCurrent=1474;5252 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4996 posEnd=1346;4996 posCurrent=1346;4996 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5700 posEnd=2242;5700 posCurrent=2242;5700 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5124 posEnd=2946;5124 posCurrent=2946;5124 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5252 posEnd=1154;5252 posCurrent=1154;5252 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5636 posEnd=1154;5636 posCurrent=1154;5636 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;5444 posEnd=1666;5444 posCurrent=1666;5444 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;5316 posEnd=1986;5316 posCurrent=1986;5316 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5380 posEnd=2946;5380 posCurrent=2946;5380 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5124 posEnd=2562;5124 posCurrent=2562;5124 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4740 posEnd=2754;4740 posCurrent=2754;4740 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4100 posEnd=2562;4100 posCurrent=2562;4100 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3972 posEnd=1602;3972 posCurrent=1602;3972 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4420 posEnd=1282;4420 posCurrent=1282;4420 step=1 time=0 phase=147 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4164 posEnd=2242;4164 posCurrent=2242;4164 step=1 time=0 phase=147 channel=10 icon=4 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1536;5120 posEnd=1536;4928 posCurrent=1536;4992 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1344;5696 posEnd=1344;5568 posCurrent=1344;5645 step=2 time=8 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1856;5440 posEnd=1856;5632 posCurrent=1856;5568 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2304;4864 posEnd=2304;5056 posCurrent=2304;4992 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2624;4288 posEnd=2624;4480 posCurrent=2624;4416 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2176;4160 posEnd=2176;4096 posCurrent=2176;4135 step=2 time=4 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1216;4288 posEnd=1216;4480 posCurrent=1216;4416 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1344;4672 posEnd=1344;4864 posCurrent=1344;4800 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1216;5056 posEnd=1216;5312 posCurrent=1216;5260 step=2 time=32 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1472;5440 posEnd=1472;5632 posCurrent=1472;5568 step=4 time=10 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2432;5504 posEnd=2432;5760 posCurrent=2432;5708 step=2 time=32 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2752;5120 posEnd=2752;5248 posCurrent=2752;5171 step=2 time=8 phase=147 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2624;4864 posEnd=2624;4736 posCurrent=2624;4813 step=2 time=8 phase=147 channel=1 icon=340 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4488 posEnd=2498;4488 posCurrent=2498;4488 step=1 time=0 phase=147 channel=10 icon=194 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4232 posEnd=2946;4232 posCurrent=2946;4232 step=1 time=0 phase=147 channel=10 icon=25 \r\n"); + worlds.Add(45, "DescFile: posDecor=100;300 dimDecor=100;100 world=0 music=6 region=3 blupiPos=386;454 blupiDir=2 \r\nDecor: \r\n246,248,249,246,247,249,246,247,249,247,249,249,248,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,247,246,248,248,246,247,246,247,249,246,246,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,266,266,272,247,248,246,247,247,247,249,246,247,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,266,266,272,246,248,248,248,247,246,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,272,247,247,248,246,246,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,282,248,246,246,249,248,248,248,271,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,247,248,248,246,248,248,248,247,248,246,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,282,249,249,248,246,248,248,246,249,249,247,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,282,247,247,248,249,247,246,248,248,249,246,246,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,68,249,246,247,249,246,248,247,247,246,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,249,247,248,247,247,249,249,248,246,247,248,248,246,271,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,265,246,249,249,246,246,247,246,248,246,247,247,247,248,247,246,247,247,247,246,248,246,247,246,246,247,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,266,266,266,266,266,68,247,248,247,249,247,247,248,247,248,247,247,247,248,247,248,248,247,248,247,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,68,246,248,248,246,249,248,248,246,246,248,248,248,246,246,247,246,247,248,246,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,265,248,247,248,247,246,249,247,248,248,247,247,247,248,248,246,248,247,248,248,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,68,248,249,248,247,248,248,248,247,248,246,247,246,246,248,247,246,247,246,246,247,246,271,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,68,247,246,246,249,249,247,248,248,249,248,246,249,246,246,249,246,247,249,249,246,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,282,247,249,246,246,248,247,246,247,247,249,247,249,248,249,247,246,248,246,247,246,249,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,267,,,,,68,249,246,249,248,246,247,247,248,249,249,246,248,246,246,246,249,249,249,249,248,247,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n267,,,,,,,265,248,264,,,,68,246,246,246,246,248,248,249,248,247,248,249,249,249,246,246,246,248,246,248,246,249,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,271,,,,,,,266,,,,265,247,249,247,248,248,248,246,249,246,247,247,247,249,246,246,249,249,248,248,246,246,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,271,,,,267,,,,,,,68,249,248,247,249,247,248,246,246,248,247,247,248,247,247,248,248,246,247,246,249,246,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,247,246,271,267,273,247,271,,,,267,,68,249,248,249,246,249,246,247,247,248,247,270,272,246,249,246,248,247,247,247,249,249,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,246,248,247,247,249,246,271,,265,246,271,68,249,249,246,248,248,246,246,247,246,270,,265,248,91,91,91,247,247,248,249,249,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,248,247,247,249,246,248,246,281,282,249,247,249,249,248,249,247,246,247,247,247,247,264,,,92,91,91,91,246,246,249,248,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,248,274,247,246,246,249,249,246,264,282,246,248,248,246,247,246,247,247,249,249,249,246,264,,,92,91,91,91,248,248,248,247,247,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,268,249,246,249,249,247,247,264,282,247,248,247,249,339,339,339,339,339,339,339,276,,,,92,91,91,91,248,249,247,246,249,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,279,246,246,247,246,247,248,281,265,248,248,249,247,339,339,249,247,248,246,246,246,281,,,92,91,91,91,247,248,248,247,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,279,248,247,247,248,246,247,281,265,249,248,246,248,249,339,249,247,247,248,248,247,281,,,92,91,91,91,249,246,248,248,247,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,248,268,246,246,246,247,247,247,264,282,249,247,247,248,247,339,247,249,247,246,248,248,271,,282,249,91,91,91,249,249,249,247,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,271,280,272,246,248,249,246,264,282,248,247,246,249,247,339,249,248,246,249,247,248,246,271,273,248,247,248,246,249,248,246,248,247,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,246,248,247,264,266,272,246,249,271,265,247,247,249,247,248,339,249,248,247,248,247,246,246,249,248,246,247,246,247,248,247,246,248,247,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,266,266,266,,,,266,272,246,421,247,270,266,266,266,266,272,248,248,249,246,247,248,246,248,249,247,249,249,249,249,249,247,248,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,266,,266,,,,,,265,248,249,247,247,246,246,249,246,246,246,248,247,248,246,248,249,248,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,265,248,249,248,246,248,248,248,248,248,246,249,246,246,249,247,249,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,267,,,282,246,247,249,246,247,248,249,248,247,248,249,247,246,249,248,249,249,246,249,271,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,265,247,264,,265,249,248,248,248,246,249,247,248,249,247,247,248,248,249,247,248,246,247,246,246,248,249,249,246,246,249,246,247,249,248,247,246,248,246,249,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,267,,,,,,,266,,,282,247,247,246,247,249,246,248,249,247,246,247,246,249,247,248,248,247,247,246,248,248,249,249,246,249,246,249,248,247,247,247,246,248,246,248,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,265,246,264,,,,,,,,,265,248,248,248,248,246,247,246,270,266,266,266,266,266,266,266,272,249,247,249,246,249,247,248,247,246,249,248,246,248,248,249,246,246,247,248,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n267,,,,,,,266,,,,,,,,,,265,249,249,248,249,248,246,248,264,,,,,,,,265,249,247,249,248,249,248,246,247,246,249,249,248,249,248,247,249,249,247,249,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,271,,,,,,,,,,,267,,,,,265,248,249,249,247,248,247,248,264,,,,,,,,265,247,248,247,249,248,246,247,247,246,249,247,246,248,246,248,246,246,246,247,248,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,246,271,,,,,,,,,265,246,281,,,,265,248,248,249,249,249,247,248,264,,,,,,,,265,246,246,246,249,248,246,246,246,247,249,248,248,249,246,246,247,249,246,249,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,247,271,,,,,,,,,266,,,,,282,249,248,248,246,246,247,247,264,,,,,,,,282,249,247,246,246,246,247,247,248,246,247,247,246,248,247,248,249,247,248,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,246,248,247,271,,,,,,,,,,,,,265,246,249,249,246,246,248,248,264,,,,,,,,265,248,247,247,249,247,247,246,248,246,246,247,248,246,246,249,249,248,249,247,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,249,248,246,247,271,,,,,,,,,,,,265,248,248,246,248,248,247,246,264,,,,,,,,265,247,248,247,246,248,246,249,246,246,249,246,248,248,247,246,248,248,246,249,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,246,246,246,246,271,,,,,267,,,,,,265,248,249,246,249,249,248,246,271,267,267,267,267,267,267,267,273,246,247,247,248,246,247,247,248,274,249,249,247,249,247,249,249,247,247,248,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,249,248,248,246,248,264,,,282,247,271,267,267,267,267,273,247,246,248,247,248,248,246,247,248,248,248,249,247,248,247,247,247,249,247,249,247,248,247,247,268,247,248,247,249,247,248,248,247,248,246,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,248,249,248,247,246,281,,,265,246,248,246,248,246,247,248,247,249,248,248,249,247,248,246,246,246,248,248,246,246,249,247,249,248,249,249,249,246,246,246,268,247,247,249,247,248,248,246,247,246,246,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,249,249,249,247,248,281,,,282,248,246,249,249,249,249,246,248,246,249,247,247,246,248,246,249,246,246,247,246,246,246,249,248,249,246,247,247,247,246,246,279,246,249,249,248,248,249,247,247,247,248,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,248,246,246,246,249,281,,,265,246,247,248,249,247,247,247,249,248,248,248,248,247,248,249,249,248,248,247,247,249,247,247,246,247,248,249,249,246,246,249,268,247,246,247,249,247,248,249,246,248,249,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,246,246,246,246,247,249,264,,,282,246,249,248,249,248,246,246,246,248,248,246,248,247,249,246,246,248,248,248,249,248,246,247,249,249,247,248,248,246,248,270,273,249,249,248,247,246,246,248,249,246,249,249,246,271,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,249,249,249,246,247,247,264,,,282,247,249,249,246,246,249,247,246,249,247,248,246,246,246,246,248,246,248,249,246,249,246,248,247,248,247,246,247,246,247,268,248,247,246,248,248,248,249,249,248,247,246,248,247,247,247,247,246,247,249,248,246,247,248,247,247,246,247,248,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,247,247,247,249,246,264,,,282,249,248,249,246,249,248,247,247,247,248,247,246,249,248,248,246,249,246,247,247,248,249,248,248,247,248,247,248,246,249,317,248,247,248,246,246,248,246,248,246,249,247,249,247,246,246,248,248,246,246,248,247,247,249,246,248,247,246,249,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,248,247,247,248,246,281,,,265,247,249,246,248,246,247,248,246,248,249,248,246,247,248,246,249,246,247,248,249,247,249,247,249,248,248,247,246,247,246,279,246,246,249,248,247,249,249,248,248,247,249,248,249,246,249,247,246,249,249,248,248,247,249,249,248,246,247,248,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,246,248,246,246,249,264,,,273,248,247,246,248,249,249,248,246,249,247,246,249,247,249,249,249,247,246,248,274,249,248,248,249,248,247,248,248,246,270,265,249,246,249,247,249,249,249,248,248,249,249,246,248,246,249,248,248,249,246,249,249,246,247,249,249,247,249,246,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,246,246,249,247,248,281,,273,248,246,246,248,246,248,247,248,246,248,248,246,248,246,246,248,249,248,247,246,279,249,246,247,278,246,270,272,248,270,267,273,246,246,248,249,249,248,249,248,246,246,247,246,248,247,247,247,247,246,248,246,247,248,247,247,247,246,248,247,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,248,246,247,249,249,264,273,249,247,247,247,249,249,246,249,246,248,246,249,249,247,246,248,248,249,246,247,248,268,249,247,248,246,276,,282,246,268,248,339,249,248,247,247,247,248,246,247,247,248,246,249,247,246,249,246,246,247,247,246,248,248,246,246,246,247,246,249,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,249,246,247,247,246,247,279,246,246,248,249,247,246,247,249,247,247,246,247,246,248,249,248,246,249,248,247,247,248,279,247,249,249,246,248,264,267,280,273,248,276,272,246,247,246,246,247,249,249,246,247,249,247,249,247,247,248,247,247,246,246,247,247,246,249,247,249,246,248,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,248,247,249,249,249,268,249,248,247,248,247,247,248,248,247,248,247,247,247,248,249,249,249,246,246,249,249,246,264,272,248,246,249,249,317,246,247,248,247,247,271,272,248,246,248,248,248,249,247,248,246,248,249,248,249,247,249,249,249,248,249,248,248,249,247,246,249,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,249,249,248,248,248,270,265,247,249,246,248,246,246,249,248,249,248,246,248,270,266,272,249,246,246,248,248,248,246,281,265,248,248,247,248,279,248,248,246,249,247,247,271,272,248,246,249,248,248,246,247,246,246,249,249,246,247,246,248,249,246,246,246,249,249,246,249,248,246,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,247,247,249,247,270,,265,246,270,266,266,266,266,266,266,272,248,270,266,,267,,266,272,246,270,272,247,247,281,265,247,270,266,266,265,248,247,249,247,247,247,249,271,272,246,249,246,246,246,246,247,249,247,246,246,247,249,246,247,249,246,248,249,249,248,248,248,247,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,248,270,266,,,,266,,,,,,,,,266,,,282,248,264,,265,247,264,,272,249,264,,266,,,,282,247,246,247,248,247,248,249,246,279,249,246,249,247,249,247,248,249,249,247,248,246,248,246,249,249,247,246,249,247,246,246,248,249,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,270,,,,,,,,,,,,,,,,,,282,249,271,,,266,,,,266,,,,,,,282,246,246,248,247,247,247,249,248,317,247,249,247,247,248,247,249,246,247,247,274,248,270,280,266,269,272,249,249,246,248,249,246,248,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,270,,,,,,,,,,,,,,,,,,,265,248,249,281,,,,,,,,,,,,,282,249,248,246,246,246,246,10,10,22,10,10,246,247,246,246,246,248,246,248,281,280,282,247,279,246,279,247,249,249,249,249,249,248,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,264,,267,,,,,,,,,,,,,,,,,282,249,247,264,,,,,,,,,,,,,282,246,278,249,247,248,246,10,55,,56,10,247,249,247,247,247,247,248,248,279,249,279,247,279,249,268,249,247,248,248,247,248,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,281,282,247,264,,,,,,,,,,,,,,,,282,249,270,,,267,,,,,,,,,,,265,247,247,248,247,248,247,10,,,76,10,248,247,249,248,249,247,249,247,275,247,281,266,273,249,275,246,246,249,249,247,247,248,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,264,,266,,,,,,,,,,,,,,,,,265,247,264,,282,246,271,,,,,,,,,,265,249,247,247,248,248,246,10,55,,56,10,247,247,246,247,247,247,247,247,247,246,271,282,248,249,246,249,247,246,249,246,248,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,271,,,,,267,,,,,267,,,,,,267,,,,266,,,265,248,246,271,267,,,,267,,,,265,248,247,249,246,247,249,10,10,22,10,10,249,247,248,247,249,247,248,249,247,248,247,279,249,249,246,249,247,246,248,248,246,247,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,271,,,273,246,281,267,267,265,246,271,267,,,265,248,271,267,267,267,267,267,273,249,247,246,249,271,267,265,248,264,,267,265,246,270,280,272,247,249,249,247,246,247,249,246,248,248,248,246,248,249,249,247,246,248,279,246,247,246,246,249,249,246,246,246,248,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,249,281,273,249,247,275,248,247,275,247,249,247,271,,273,248,246,249,247,246,247,247,247,248,248,246,247,249,248,275,246,271,273,247,271,280,273,249,279,246,249,249,247,249,248,248,249,246,249,247,247,249,246,246,247,246,249,268,247,247,248,248,248,249,249,249,248,246,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,246,268,246,247,246,248,247,249,248,248,247,248,249,268,246,247,246,246,247,249,249,247,249,246,246,249,249,246,246,247,247,247,247,247,247,248,246,246,279,247,246,249,248,246,247,248,247,246,246,246,249,248,246,246,246,246,246,268,248,247,249,249,246,246,246,247,246,246,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,248,279,249,249,249,249,247,249,246,248,246,248,249,200,247,246,249,247,247,249,246,248,247,249,247,247,249,246,246,246,249,246,248,249,248,248,249,249,279,248,248,248,248,248,248,248,249,248,247,248,248,246,247,249,248,246,246,279,249,248,246,248,249,248,249,248,248,247,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,247,249,279,249,246,249,248,247,247,249,246,249,247,248,279,246,247,248,248,246,248,248,246,246,249,248,247,246,247,247,248,247,246,247,246,246,248,247,248,268,249,249,247,249,248,248,248,249,246,248,249,249,246,247,248,247,248,246,317,249,246,249,247,248,246,249,246,249,247,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,246,268,247,248,248,249,249,248,248,247,249,246,246,268,246,246,249,247,247,247,247,246,246,248,248,246,249,247,248,248,248,248,246,247,248,248,246,249,279,247,246,247,247,247,246,247,249,246,249,249,270,272,248,246,249,247,249,279,249,247,246,246,248,247,246,248,248,249,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,247,268,248,248,249,247,247,249,248,247,246,247,246,268,248,246,247,248,249,248,246,247,248,247,246,246,247,247,247,248,248,247,249,247,249,247,248,246,268,246,248,248,246,249,248,246,249,247,247,270,,282,246,249,248,248,248,279,248,249,246,247,248,247,247,247,246,249,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,246,246,268,247,249,249,248,246,248,248,248,246,246,249,279,248,247,248,247,246,246,247,248,249,247,249,247,247,247,247,246,248,249,248,247,248,248,249,270,265,248,246,248,248,249,249,248,249,246,248,264,,282,248,249,247,247,270,282,248,249,249,246,248,249,248,249,249,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,248,247,279,247,247,247,246,249,247,248,248,249,247,249,275,248,246,249,247,248,248,248,247,247,248,248,246,246,248,249,247,248,247,248,246,249,247,276,,,272,249,247,247,248,248,248,249,246,248,264,,282,247,247,246,270,,265,246,276,266,68,248,249,247,248,248,246,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,248,279,247,248,248,247,247,249,248,247,246,248,248,249,247,246,248,249,246,246,247,247,249,247,246,246,248,246,249,247,246,246,247,249,249,248,247,271,267,267,280,280,269,280,280,280,280,280,269,,,,266,272,247,264,267,,272,246,264,68,247,247,247,247,247,247,248,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,248,339,268,246,246,246,247,249,249,249,248,247,247,248,246,246,247,246,248,249,247,246,248,247,248,248,248,247,246,246,249,248,246,246,248,249,247,249,246,247,249,247,248,248,248,249,246,249,248,249,264,,,,,266,265,246,281,,266,,68,246,247,249,247,246,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,249,339,275,247,246,248,247,246,246,248,246,249,249,249,248,246,247,247,249,248,246,248,247,247,247,248,246,247,246,248,247,248,248,247,249,247,248,247,248,247,249,249,249,247,248,248,247,248,246,276,,,,,,,265,246,264,,,265,249,248,248,247,248,249,249,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,339,247,249,248,246,248,247,246,247,248,249,247,249,247,246,248,246,249,248,249,249,249,248,249,249,247,248,248,246,248,248,246,248,249,249,248,248,249,248,248,248,249,247,248,249,248,247,247,247,281,,,,,,265,246,264,,,282,249,249,246,246,247,248,247,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,339,246,246,247,249,246,248,246,249,249,249,247,248,249,249,248,246,249,246,246,249,247,247,249,249,248,246,246,249,249,247,247,248,246,247,246,246,246,249,249,248,249,249,247,246,248,247,246,270,,,,267,,,,266,,,,282,249,247,249,247,247,246,246,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,339,249,248,246,249,248,248,247,246,246,247,249,247,249,247,249,249,249,248,249,248,247,249,246,246,246,247,246,248,246,246,246,248,246,248,248,248,249,248,248,246,249,249,247,339,339,339,339,281,,,265,248,281,,,,267,,,,68,246,248,248,247,248,249,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,247,339,247,246,249,246,246,247,249,246,247,247,249,249,246,247,249,247,249,249,249,247,249,246,246,249,247,248,246,246,248,246,246,246,247,249,246,249,249,246,247,246,247,246,247,339,339,249,247,271,,,282,247,281,,,265,249,271,,,68,247,249,248,246,249,249,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,248,339,339,246,249,247,246,249,246,246,246,246,247,247,246,246,246,247,247,247,248,249,249,246,247,248,249,246,249,248,249,249,247,249,246,247,249,246,249,248,247,247,249,249,248,249,339,247,248,249,271,,265,246,271,,,273,248,246,271,267,68,246,246,249,247,246,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n247,246,270,272,246,247,246,246,247,246,249,247,248,246,246,247,247,246,249,247,246,247,246,246,246,249,247,246,248,247,248,249,247,249,247,246,247,248,248,248,247,248,246,249,246,248,246,339,249,249,249,247,271,273,249,248,271,273,247,247,248,249,249,248,247,247,248,246,247,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n248,249,264,265,248,247,247,248,248,247,246,247,247,246,246,247,247,247,249,247,246,247,246,248,246,247,249,247,247,249,247,249,247,248,248,247,249,246,247,249,249,247,246,249,246,249,247,339,247,246,246,246,248,248,247,247,249,247,248,247,246,246,248,249,246,247,247,249,249,247,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,271,273,248,247,247,247,249,249,247,249,246,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,272,249,249,249,249,248,247,246,248,339,246,249,249,249,246,247,248,246,247,246,247,247,247,247,248,249,246,249,248,247,248,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,249,248,248,248,249,247,247,248,248,247,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,282,249,249,248,247,249,246,247,248,339,248,249,247,247,247,249,248,247,247,246,246,246,249,248,247,247,248,246,247,246,248,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,249,246,247,246,247,247,247,246,247,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,246,246,249,247,249,246,339,249,247,247,246,247,247,247,248,246,248,247,247,247,249,246,246,249,246,246,247,247,246,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n249,247,247,249,246,247,248,246,248,248,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,247,248,249,249,246,249,339,248,247,247,247,247,248,249,249,247,246,249,248,247,249,249,247,248,247,247,246,246,247,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,248,249,249,249,247,248,247,249,247,248,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,247,249,249,247,249,247,339,246,249,246,246,246,249,248,249,247,246,247,247,246,246,249,247,248,249,249,248,246,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n246,246,249,249,247,249,249,249,246,246,246,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,246,248,246,249,246,248,339,248,246,249,248,246,246,246,249,248,249,247,249,247,247,248,247,248,247,249,247,246,249,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,249,249,246,248,247,248,270,272,247,249,248,248,248,246,246,246,247,246,247,248,246,246,246,247,248,247,249,247,246,247,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,248,249,247,248,249,281,,272,247,249,248,247,246,248,247,246,247,249,270,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,247,248,249,246,249,281,,282,249,247,249,247,247,248,246,248,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,246,246,248,246,271,267,273,247,247,246,246,249,246,249,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,247,247,246,249,247,248,249,247,246,246,246,246,249,248,249,246,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,249,248,249,248,248,246,248,247,246,249,248,246,248,248,246,249,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,249,247,248,249,246,249,248,246,247,249,249,246,246,249,247,248,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2884 posEnd=4162;2884 posCurrent=4162;2884 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;448 posEnd=3458;448 posCurrent=3458;448 step=1 time=0 phase=907 channel=10 icon=51 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1092 posEnd=2306;1092 posCurrent=2306;1092 step=1 time=0 phase=907 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1092 posEnd=2626;1092 posCurrent=2626;1092 step=1 time=0 phase=907 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1092 posEnd=2882;1092 posCurrent=2882;1092 step=1 time=0 phase=907 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;1284 posEnd=3970;1284 posCurrent=3970;1284 step=1 time=0 phase=907 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;1284 posEnd=4162;1284 posCurrent=4162;1284 step=1 time=0 phase=907 channel=10 icon=15 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;136 posEnd=1602;136 posCurrent=1602;136 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3396 posEnd=4674;3396 posCurrent=4674;3396 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3716 posEnd=5314;3716 posCurrent=5314;3716 step=1 time=0 phase=907 channel=10 icon=15 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;576 posEnd=1666;576 posCurrent=1666;576 step=1 time=0 phase=907 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;576 posEnd=1794;576 posCurrent=1794;576 step=1 time=0 phase=907 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;576 posEnd=1922;576 posCurrent=1922;576 step=1 time=0 phase=907 channel=10 icon=51 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;192 posEnd=4992;192 posCurrent=4992;192 step=1 time=0 phase=907 channel=1 icon=246 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;3080 posEnd=6018;3080 posCurrent=6018;3080 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=768;512 posEnd=1152;512 posCurrent=972;512 step=2 time=32 phase=907 channel=1 icon=340 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3784 posEnd=4674;3784 posCurrent=4674;3784 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;3080 posEnd=6082;3080 posCurrent=6082;3080 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;3080 posEnd=6146;3080 posCurrent=6146;3080 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1604 posEnd=1474;1604 posCurrent=1474;1604 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1864 posEnd=1602;1864 posCurrent=1602;1864 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;776 posEnd=898;776 posCurrent=898;776 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=1664;704 posEnd=1664;640 posCurrent=1664;698 step=4 time=20 phase=907 channel=1 icon=340 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1864 posEnd=1666;1864 posCurrent=1666;1864 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1864 posEnd=1730;1864 posCurrent=1730;1864 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;200 posEnd=5442;200 posCurrent=5442;200 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;200 posEnd=5506;200 posCurrent=5506;200 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;200 posEnd=5570;200 posCurrent=5570;200 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=1792;640 posEnd=1792;704 posCurrent=1792;650 step=2 time=1 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=1920;640 posEnd=1920;704 posCurrent=1920;646 step=4 time=20 phase=907 channel=1 icon=340 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;136 posEnd=1666;136 posCurrent=1666;136 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;136 posEnd=1730;136 posCurrent=1730;136 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2176;704 posEnd=2176;1024 posCurrent=2176;883 step=2 time=28 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=2368;896 posEnd=2368;448 posCurrent=2368;448 step=3 time=5 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2560;512 posEnd=2560;768 posCurrent=2560;692 step=4 time=12 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2752;640 posEnd=2752;768 posCurrent=2752;640 step=2 time=0 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3072;704 posEnd=3328;704 posCurrent=3252;704 step=4 time=12 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3136;704 posEnd=3392;704 posCurrent=3316;704 step=4 time=12 phase=907 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3200;704 posEnd=3456;704 posCurrent=3380;704 step=4 time=12 phase=907 channel=1 icon=340 \r\nMoveObject: type=4 stepAdvance=180 stepRecede=180 timeStopStart=20 timeStopEnd=20 posStart=3072;640 posEnd=3456;640 posCurrent=3238;640 step=2 time=78 phase=907 channel=10 icon=59 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;196 posEnd=4866;196 posCurrent=4866;196 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;964 posEnd=3906;964 posCurrent=3906;964 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;1028 posEnd=3970;1028 posCurrent=3970;1028 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;964 posEnd=4034;964 posCurrent=4034;964 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;1028 posEnd=4098;1028 posCurrent=4098;1028 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;964 posEnd=4162;964 posCurrent=4162;964 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;1028 posEnd=4226;1028 posCurrent=4226;1028 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2308 posEnd=4098;2308 posCurrent=4098;2308 step=1 time=0 phase=907 channel=10 icon=35 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;1284 posEnd=4098;1284 posCurrent=4098;1284 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;132 posEnd=4162;132 posCurrent=4162;132 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2180 posEnd=4418;2180 posCurrent=4418;2180 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;3396 posEnd=4738;3396 posCurrent=4738;3396 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3396 posEnd=4802;3396 posCurrent=4802;3396 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3140 posEnd=4930;3140 posCurrent=4930;3140 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1604 posEnd=1922;1604 posCurrent=1922;1604 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1604 posEnd=1858;1604 posCurrent=1858;1604 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3972 posEnd=5186;3972 posCurrent=5186;3972 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3972 posEnd=5058;3972 posCurrent=5058;3972 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3972 posEnd=5122;3972 posCurrent=5122;3972 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3652 posEnd=5058;3652 posCurrent=5058;3652 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3652 posEnd=5442;3652 posCurrent=5442;3652 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3396 posEnd=5442;3396 posCurrent=5442;3396 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3396 posEnd=4866;3396 posCurrent=4866;3396 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3972 posEnd=4162;3972 posCurrent=4162;3972 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;3588 posEnd=3970;3588 posCurrent=3970;3588 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;3652 posEnd=4994;3652 posCurrent=4994;3652 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;2568 posEnd=4546;2568 posCurrent=4546;2568 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2824 posEnd=3778;2824 posCurrent=3778;2824 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;1288 posEnd=4034;1288 posCurrent=4034;1288 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;648 posEnd=3010;648 posCurrent=3010;648 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;648 posEnd=1602;648 posCurrent=1602;648 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;324 posEnd=1410;324 posCurrent=1410;324 step=1 time=0 phase=907 channel=10 icon=6 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;456 posEnd=1218;456 posCurrent=1218;456 step=1 time=0 phase=907 channel=10 icon=194 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1344;384 posEnd=1344;704 posCurrent=1344;563 step=2 time=28 phase=907 channel=1 icon=340 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;776 posEnd=1282;776 posCurrent=1282;776 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1604 posEnd=1410;1604 posCurrent=1410;1604 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3652 posEnd=5122;3652 posCurrent=5122;3652 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;3396 posEnd=5250;3396 posCurrent=5250;3396 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3592 posEnd=4162;3592 posCurrent=4162;3592 step=1 time=0 phase=907 channel=10 icon=23 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;964 posEnd=4290;964 posCurrent=4290;964 step=1 time=0 phase=907 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;968 posEnd=4866;968 posCurrent=4866;968 step=1 time=0 phase=907 channel=10 icon=23 \r\n"); + worlds.Add(46, "DescFile: posDecor=0;5920 dimDecor=100;100 world=0 music=9 region=9 blupiPos=194;6214 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,248\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,282,247,249\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,56,10,59,,,282,247,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,56,10,59,,56,10,59,,273,248,249,247\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,273,249,248,339,248\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,58,,,,54,,,273,246,339,247,339,248\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,334,248,248,248,247,247,249\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,53,,53,,,,,10,,,,53,267,273,247,246,248,246,248,248\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,273,246,249,248,246,247,247,248,248\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,339,246,249,249,246,248,248,249\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,248,249,249,249,246,246,247,247,249\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,249,246,249,247,247,249,248,248,246,247\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,246,249,247,246,249,249,246,248,249,249,247\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,339,248,247,249,249,246,248,246,246,246,247,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,339,339,249,246,247,246,246,248,246,247,248,247,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,339,339,339,248,249,246,246,247,246,246,248,246,247,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,246,249,278,248,246,246,249,248,248,248,247,248,246,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,339,247,248,248,247,249,248,246,247,246,248,246,247,248,248\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,248,339,246,246,247,247,248,248,247,247,247,248,247,246,248,246,246\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,339,249,248,249,249,247,248,247,249,246,248,246,248,248,246,248,270,266\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,273,246,246,339,249,246,249,249,248,249,249,249,248,249,246,247,248,247,246,264,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,273,339,249,249,246,248,247,248,249,247,249,246,247,249,249,247,246,248,247,248,281,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,53,53,,57,,273,247,339,248,249,246,248,247,248,246,248,247,246,247,248,249,248,248,246,246,248,281,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,247,339,247,248,249,247,249,247,247,248,249,249,248,248,248,249,247,248,248,246,281,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,339,248,274,246,246,249,249,247,248,247,248,246,248,248,249,248,247,248,270,266,266,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,249,274,247,271,92,91,249,247,247,249,247,248,247,247,248,247,247,247,247,281,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,248,247,279,249,246,249,91,249,246,246,247,246,249,248,247,249,247,247,247,246,264,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,246,249,249,279,248,270,92,91,249,249,248,247,249,247,246,249,246,248,247,247,246,264,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,247,249,247,271,280,273,246,246,248,247,249,249,249,249,249,249,246,248,247,249,247,264,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,339,339,249,246,247,248,246,249,248,247,247,247,246,248,246,249,246,249,270,266,272,249,281,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,248,247,246,339,248,249,247,248,247,248,246,249,249,246,248,247,248,247,247,248,264,,,266,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,246,247,246,247,247,249,248,249,247,248,247,248,249,248,248,249,246,248,247,248,246,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,339,249,249,246,246,248,249,248,249,249,248,247,248,248,247,248,248,249,247,247,248,246,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,247,339,247,246,248,247,247,247,246,247,246,248,248,248,246,248,248,248,246,246,249,246,247,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,249,247,248,247,248,248,248,248,247,247,246,247,246,247,246,247,248,246,249,246,249,248,247,248,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,247,247,248,249,246,246,247,248,248,248,246,246,246,248,248,247,246,248,248,246,249,248,246,246,248,264,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,248,247,247,246,246,248,248,246,246,248,248,247,248,248,246,249,249,249,246,247,249,247,249,247,249,249,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,339,249,246,249,247,246,248,249,246,247,247,248,246,246,246,247,247,247,247,248,248,247,247,247,246,248,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,56,15,,54,54,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,248,249,249,247,246,246,249,248,247,248,246,246,247,248,248,247,246,247,247,247,247,247,247,246,248,248,247,264,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,249,246,248,249,247,247,247,247,248,249,249,246,246,247,247,248,248,246,248,248,248,247,248,248,247,247,247,247,247,281,,,,,,,,\r\n,,,,,,,,,,,,,,,,,60,10,10,3,27,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,246,246,248,249,248,247,248,248,247,246,248,248,247,248,247,246,247,248,247,246,247,248,246,248,246,247,247,248,248,264,,,,,,,,\r\n,,,,,,,,,,,,,,,56,9,,10,18,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,248,249,246,249,246,246,248,247,249,246,247,248,248,246,247,248,246,248,248,248,246,248,246,248,247,248,246,248,246,246,281,,,,,,,,\r\n,,,,,,,,,,,,,60,3,27,9,27,10,,,,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,246,339,249,248,247,248,247,247,246,249,246,247,246,248,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,\r\n,,,,,,,,,,,,,,,56,9,,10,55,,56,10,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,249,248,246,247,249,248,248,249,248,249,249,247,246,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,9,,25,,,,60,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,248,248,246,247,246,249,247,246,246,248,247,248,246,247,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,9,55,5,138,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,249,248,247,248,249,248,247,247,246,247,246,247,246,247,270,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,9,,25,,,,60,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,247,248,248,247,247,248,249,248,247,248,248,246,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,56,9,,10,55,,56,10,17,,,,,54,,,,,,,,,,,,,,,,,,,,,,,,273,339,248,339,247,247,249,249,248,248,248,246,246,246,248,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,60,3,27,9,27,10,,,,10,59,,,,60,10,,,,,,,,,,,,,,,,,,,,,,,273,249,339,339,339,249,248,248,247,248,249,247,247,248,246,246,246,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,56,9,,10,16,,,10,,,,,,53,,,,,,,,,,,,,,,,,,,,,,273,249,247,248,248,249,246,249,246,247,248,249,249,246,248,248,247,247,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,60,10,10,3,27,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,247,339,246,246,339,247,249,249,249,247,247,246,246,246,248,246,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,339,339,247,248,249,246,247,247,246,247,247,246,247,246,247,270,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,56,17,,53,53,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,249,247,247,247,247,246,249,248,246,248,247,247,247,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,249,249,247,247,249,249,247,248,249,247,246,248,247,246,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,,,,,,,,,,,273,246,339,339,248,246,247,248,248,246,247,249,247,248,248,248,246,247,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,15,,54,,,10,,,54,,,,54,,,,58,,,273,248,247,247,339,249,248,248,249,247,246,249,248,247,247,246,246,247,247,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,60,3,236,236,236,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,335,246,246,246,247,247,247,249,247,247,246,246,248,248,248,248,247,270,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,56,15,,,,,,,,,,,,17,,57,,,57,,,57,,,,57,,,,53,267,273,248,246,249,247,248,247,247,248,246,248,248,246,246,247,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,27,27,16,,,,,,,,,54,,54,,,,,,,,,,,,,,273,247,249,249,246,249,246,248,249,247,249,246,246,246,246,246,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,58,,10,,,10,,,,,,,,,10,27,10,59,,54,,54,,,,,,,,273,247,248,339,249,247,246,248,248,246,248,248,248,247,247,246,248,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,10,56,10,59,,10,55,,,,,,,,53,,10,,,10,27,10,59,,,,,,273,249,339,249,249,246,248,248,246,249,247,247,246,249,248,248,247,246,248,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,60,10,27,10,55,,10,15,,,,56,15,,,,,53,,,53,,10,,,,,,273,249,339,249,248,247,249,248,248,246,246,248,249,247,248,247,270,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,10,,25,,,51,49,,,60,3,25,,,,,,,,,,53,,,,,273,248,247,246,249,247,246,249,246,249,247,246,248,246,247,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,60,10,27,10,55,,10,17,,,,56,17,,,,,,,,,,,,,,273,339,249,339,246,248,246,247,246,247,247,249,248,248,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,10,56,10,59,,10,55,,,,,,,,,,,,,,,,,,273,339,339,249,249,247,249,247,247,247,248,246,248,247,246,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,57,,10,,,10,,,,,,,,,,,,,,,,,,273,246,248,339,249,248,247,248,248,249,247,249,248,248,248,270,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,10,27,27,18,,,,,,,,,,,,,,,,,273,246,246,247,339,248,249,246,248,248,249,249,246,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,56,17,,,,,,,,,,,,,,,,,,,273,246,339,248,247,339,246,247,246,248,249,246,248,247,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,339,339,246,246,339,246,248,249,249,247,247,248,247,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,248,247,247,247,339,249,246,248,249,246,246,248,248,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,249,246,247,249,249,246,278,248,249,248,247,248,247,247,247,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,247,249,246,249,246,246,248,339,247,247,246,248,248,247,247,247,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,248,247,248,247,246,248,215,215,52,215,215,246,248,248,248,248,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,248,247,248,246,249,246,249,215,,,,215,248,246,248,246,247,248,270,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,273,247,247,249,248,249,249,248,248,249,215,,,,215,248,246,246,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,265,247,248,247,247,249,247,247,249,248,248,215,,,,215,248,247,248,248,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,267,265,248,246,249,247,248,246,247,247,247,249,215,215,52,215,215,248,248,246,248,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,58,,58,58,,,,273,248,268,247,249,249,247,248,247,246,246,246,247,249,247,248,246,246,248,246,248,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,336,246,249,279,248,248,248,248,248,247,246,248,247,246,246,248,249,248,247,246,248,248,247,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,57,,57,57,,267,273,247,246,279,246,248,249,249,248,248,247,248,249,247,246,247,248,247,246,248,246,246,247,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,273,247,247,247,249,279,246,246,247,246,270,266,68,248,246,248,246,249,248,249,247,248,247,246,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,273,249,248,249,339,339,268,247,248,247,248,281,,68,249,246,248,249,247,246,246,247,248,247,247,247,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,273,247,247,247,246,339,248,268,246,249,246,246,281,,68,247,248,247,247,248,246,246,247,248,247,248,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,273,246,249,247,248,247,339,246,268,249,247,247,246,264,,68,249,246,249,249,249,246,249,270,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,273,249,246,246,249,249,247,274,249,279,249,247,249,248,264,,68,248,246,249,247,247,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,273,247,246,248,249,249,249,249,279,247,275,247,248,248,249,281,,68,247,247,246,248,246,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,273,249,249,246,247,248,249,249,248,279,246,249,247,246,247,270,,,68,247,246,247,247,249,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,273,249,247,247,246,247,249,246,249,248,268,248,270,280,272,248,281,267,282,246,247,249,248,247,249,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,273,248,249,249,247,246,248,270,266,272,247,264,280,265,246,281,280,282,246,279,248,248,246,247,248,249,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,273,248,248,248,248,249,274,247,281,267,267,280,273,246,271,280,273,246,264,266,265,248,247,248,246,249,246,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,273,246,248,246,246,246,246,279,249,268,247,246,247,248,249,246,247,248,246,271,,,68,248,248,246,248,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,273,249,248,248,246,247,247,247,268,247,264,266,266,68,248,247,249,248,248,247,246,264,,68,249,247,249,248,249,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,273,247,247,249,249,249,248,248,246,268,249,281,,,68,249,247,246,249,247,248,246,264,,68,249,249,247,249,249,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,273,248,247,249,249,247,248,248,247,249,279,249,264,267,267,68,246,248,246,249,249,249,246,264,,68,248,247,249,246,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,273,248,246,249,248,247,248,248,248,248,249,268,248,279,249,249,246,247,248,246,247,246,249,247,264,,68,248,249,247,248,248,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,282,249,246,247,246,247,248,246,246,247,246,246,271,280,273,249,248,247,246,246,246,249,249,247,246,264,,68,249,246,249,248,246,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,265,248,248,249,246,249,246,247,248,248,247,246,246,246,247,247,246,246,249,247,247,246,247,246,246,271,267,68,248,248,247,246,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,265,249,247,246,248,246,246,248,249,247,248,247,246,247,246,249,249,247,248,246,248,248,247,249,248,247,248,247,247,248,246,247,247,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;4928 posEnd=1474;4928 posCurrent=1474;4928 step=1 time=0 phase=10122 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5316 posEnd=1154;5316 posCurrent=1154;5316 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5252 posEnd=1218;5252 posCurrent=1218;5252 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4484 posEnd=1986;4484 posCurrent=1986;4484 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4356 posEnd=2114;4356 posCurrent=2114;4356 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4100 posEnd=2370;4100 posCurrent=2370;4100 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3908 posEnd=2562;3908 posCurrent=2562;3908 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3460 posEnd=3010;3460 posCurrent=3010;3460 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3396 posEnd=3074;3396 posCurrent=3074;3396 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;2368 posEnd=4352;2368 posCurrent=4352;2368 step=1 time=0 phase=10122 channel=1 icon=32 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1984 posEnd=3650;1984 posCurrent=3650;1984 step=1 time=0 phase=10122 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2500 posEnd=3970;2500 posCurrent=3970;2500 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2116 posEnd=4354;2116 posCurrent=4354;2116 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2052 posEnd=4418;2052 posCurrent=4418;2052 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;1988 posEnd=4482;1988 posCurrent=4482;1988 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1924 posEnd=4546;1924 posCurrent=4546;1924 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1860 posEnd=4610;1860 posCurrent=4610;1860 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1796 posEnd=4674;1796 posCurrent=4674;1796 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1732 posEnd=4738;1732 posCurrent=4738;1732 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5888;576 posEnd=5888;320 posCurrent=5888;320 step=3 time=0 phase=10122 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=6016;448 posEnd=6016;192 posCurrent=6016;192 step=3 time=0 phase=10122 channel=10 icon=74 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4932 posEnd=1538;4932 posCurrent=1538;4932 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;5632 posEnd=1152;5632 posCurrent=1152;5632 step=1 time=0 phase=10122 channel=1 icon=33 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;966 posEnd=3970;966 posCurrent=3970;966 step=1 time=0 phase=10122 channel=10 icon=178 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;966 posEnd=4226;966 posCurrent=4226;966 step=1 time=0 phase=10122 channel=10 icon=178 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1668 posEnd=4802;1668 posCurrent=4802;1668 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;1536 posEnd=5120;1536 posCurrent=5120;1536 step=1 time=0 phase=10122 channel=1 icon=246 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5056;1536 posEnd=5056;1536 posCurrent=5056;1536 step=1 time=0 phase=10122 channel=1 icon=246 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;1536 posEnd=5184;1536 posCurrent=5184;1536 step=1 time=0 phase=10122 channel=1 icon=246 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;1536 posEnd=4992;1536 posCurrent=4992;1536 step=1 time=0 phase=10122 channel=1 icon=246 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;1536 posEnd=5248;1536 posCurrent=5248;1536 step=1 time=0 phase=10122 channel=1 icon=246 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;5380 posEnd=322;5380 posCurrent=322;5380 step=1 time=0 phase=10122 channel=10 icon=210 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;5188 posEnd=578;5188 posCurrent=578;5188 step=1 time=0 phase=10122 channel=10 icon=68 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1856;4544 posEnd=1856;4672 posCurrent=1856;4544 step=1 time=10 phase=10122 channel=1 icon=340 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1856;4480 posEnd=1728;4480 posCurrent=1850;4480 step=2 time=1 phase=10122 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2304;4160 posEnd=2368;4160 posCurrent=2304;4160 step=1 time=2 phase=10122 channel=1 icon=340 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=2560;3968 posEnd=2496;3968 posCurrent=2560;3968 step=1 time=2 phase=10122 channel=1 icon=340 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2752;3712 posEnd=2560;3712 posCurrent=2695;3712 step=2 time=9 phase=10122 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2880;3584 posEnd=2688;3584 posCurrent=2823;3584 step=2 time=9 phase=10122 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3584;2368 posEnd=3584;2624 posCurrent=3584;2615 step=4 time=3 phase=10122 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3648;2368 posEnd=3648;2112 posCurrent=3648;2121 step=4 time=3 phase=10122 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3392;1856 posEnd=3584;2112 posCurrent=3577;2103 step=4 time=3 phase=10122 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3328;1856 posEnd=3072;1856 posCurrent=3081;1856 step=4 time=3 phase=10122 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3008;1600 posEnd=3008;1856 posCurrent=3008;1847 step=4 time=3 phase=10122 channel=1 icon=29 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1348 posEnd=2818;1348 posCurrent=2818;1348 step=1 time=0 phase=10122 channel=10 icon=221 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1352 posEnd=3202;1352 posCurrent=3202;1352 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2440 posEnd=4866;2440 posCurrent=4866;2440 step=1 time=0 phase=10122 channel=10 icon=140 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1544 posEnd=3650;1544 posCurrent=3650;1544 step=1 time=0 phase=7016 channel=10 icon=139 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;1028 posEnd=5890;1028 posCurrent=5890;1028 step=1 time=0 phase=10122 channel=10 icon=228 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;1024 posEnd=5952;1024 posCurrent=5952;1024 step=1 time=0 phase=10122 channel=1 icon=32 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;968 posEnd=3010;968 posCurrent=3010;968 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;968 posEnd=2946;968 posCurrent=2946;968 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;968 posEnd=3074;968 posCurrent=3074;968 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;648 posEnd=4098;648 posCurrent=4098;648 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;260 posEnd=6210;260 posCurrent=6210;260 step=1 time=0 phase=10122 channel=10 icon=123 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5440;896 posEnd=5568;896 posCurrent=5446;896 step=2 time=1 phase=10122 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=5952;1280 posEnd=6080;1280 posCurrent=6080;1280 step=3 time=16 phase=10122 channel=1 icon=340 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5760;704 posEnd=5632;704 posCurrent=5754;704 step=2 time=1 phase=10122 channel=10 icon=74 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;1928 posEnd=5698;1928 posCurrent=5698;1928 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;1928 posEnd=5762;1928 posCurrent=5762;1928 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1928 posEnd=5826;1928 posCurrent=5826;1928 step=1 time=0 phase=10122 channel=10 icon=23 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5188 posEnd=1282;5188 posCurrent=1282;5188 step=1 time=0 phase=10122 channel=10 icon=14 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=576;5504 posEnd=576;5376 posCurrent=576;5504 step=1 time=10 phase=10122 channel=1 icon=17 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3456;2880 posEnd=3520;2624 posCurrent=3518;2633 step=4 time=3 phase=10122 channel=1 icon=29 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1544 posEnd=3778;1544 posCurrent=3778;1544 step=1 time=0 phase=7002 channel=10 icon=140 \r\n"); + worlds.Add(50, "DescFile: posDecor=1650;2600 dimDecor=100;100 world=0 music=0 region=7 blupiPos=1986;2886 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,79,81,82,79,81,83,82,80,83,78,83,82,82,80,82,82,83,81,81,79,82,83,81,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,82,79,81,81,78,82,78,80,79,78,82,83,81,82,80,79,82,83,80,83,80,79,83,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,83,82,81,78,81,83,78,78,80,81,79,79,82,83,80,82,78,78,81,83,80,80,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,80,82,83,79,82,80,82,82,80,82,82,80,83,78,82,80,80,82,78,83,82,78,79,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,82,82,81,82,82,82,80,81,82,82,80,82,82,82,81,83,80,82,82,83,83,81,82,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,78,83,80,81,82,83,82,83,83,82,82,80,81,79,80,82,82,81,80,82,79,81,80,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,81,82,82,78,81,80,78,80,80,83,78,83,82,82,83,79,81,78,82,82,80,78,83,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,79,83,78,78,79,81,79,82,83,83,201,83,200,83,83,201,83,83,83,80,82,82,82,79,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,81,82,83,83,200,82,78,87,63,,63,,63,63,,63,63,82,78,82,82,81,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,83,82,80,82,82,87,63,,63,63,,,,,,,,,,,81,82,82,81,80,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,81,79,82,,,,,,,,201,201,201,201,201,201,201,201,80,81,80,83,83,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,81,81,79,,,,,,,,79,,79,,79,,79,,78,82,82,81,81,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,83,81,78,201,201,201,201,201,201,201,83,182,83,182,83,182,83,,83,78,83,80,78,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,81,80,82,,79,,79,,79,,83,177,83,176,83,175,83,174,82,81,79,82,78,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,81,83,83,182,83,182,83,182,83,182,83,83,83,83,83,83,83,83,83,79,83,82,82,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,83,82,83,181,83,180,83,179,83,178,83,82,83,80,82,78,82,79,81,83,83,82,83,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,81,82,83,83,83,83,83,83,83,83,78,80,82,79,83,78,81,79,79,81,82,82,82,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,80,82,82,82,82,82,78,82,82,80,81,80,81,80,83,83,79,82,78,78,81,81,78,82,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,80,82,79,82,82,82,82,78,78,80,82,82,81,81,80,83,79,81,78,81,78,82,78,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,82,83,81,80,79,83,79,78,78,83,83,82,82,80,80,83,82,80,83,80,81,82,78,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,82,78,80,78,82,83,83,80,80,82,83,83,81,83,82,83,80,83,81,82,80,81,79,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,81,79,81,82,83,82,79,81,79,78,80,78,80,80,83,82,82,78,78,80,79,81,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,80,82,82,82,80,82,78,83,81,79,82,80,79,83,83,82,79,83,82,83,82,78,82,82,80,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,83,82,78,82,83,82,81,80,82,82,83,81,83,83,82,83,82,83,81,78,78,78,82,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=2048;2944 posEnd=2048;2432 posCurrent=2048;2476 step=4 time=7 phase=662 channel=1 icon=84 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2176;2432 posEnd=2176;2048 posCurrent=2176;2067 step=4 time=3 phase=662 channel=1 icon=84 \r\n"); + worlds.Add(51, "DescFile: posDecor=750;950 dimDecor=100;100 world=0 music=7 region=24 blupiPos=1218;1158 blupiDir=1 \r\nDecor: \r\n84,82,82,81,81,79,79,78,84,80,82,80,79,79,80,82,78,83,83,78,79,83,83,78,83,79,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,78,78,81,79,78,83,81,82,79,84,83,84,83,81,84,81,81,79,78,81,83,78,82,82,82,80,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,78,83,80,79,84,82,79,82,83,84,83,79,80,84,83,83,78,83,83,86,83,78,84,82,81,80,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,79,82,80,79,84,80,81,83,84,79,80,84,80,79,82,80,78,79,81,86,81,78,83,80,84,80,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,82,82,79,84,80,84,84,80,82,78,84,83,79,82,79,79,79,82,79,86,80,82,80,80,81,83,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,84,80,79,81,80,82,83,80,78,78,78,80,81,83,84,83,79,82,79,86,79,63,84,81,81,84,83,84,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,81,81,80,81,78,78,83,81,84,79,78,83,82,79,82,83,84,81,84,86,81,,80,79,82,84,81,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,84,81,81,84,88,63,63,63,201,63,78,82,80,78,79,81,82,81,80,86,84,,82,78,78,82,80,82,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,84,78,82,82,,,,,201,,110,81,78,80,80,78,82,84,80,86,80,200,82,84,82,82,84,81,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,81,84,83,82,,,,,201,,110,83,79,81,79,83,83,84,82,63,63,,83,79,83,79,82,80,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,80,83,82,84,,,,,201,,110,110,110,84,79,78,83,82,81,200,89,,80,79,82,83,83,84,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,78,84,78,79,,,,,201,,110,110,110,110,63,10,63,63,87,,81,64,63,81,84,79,83,83,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,82,80,79,83,330,,89,,201,,110,110,110,110,60,10,55,,,,79,81,200,81,82,79,84,81,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,79,82,84,78,64,64,201,64,201,64,110,110,110,110,,10,,89,,,81,83,,84,78,84,84,79,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,81,79,81,80,79,79,80,84,80,78,110,110,110,110,64,201,64,83,201,201,78,80,,82,80,83,80,84,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,84,79,80,84,80,82,83,80,80,81,126,126,126,126,83,82,84,80,82,82,81,84,,79,84,82,80,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,79,79,81,78,84,81,84,80,78,84,82,82,83,81,81,81,82,84,81,83,83,80,,79,83,79,79,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,79,80,80,79,81,80,84,79,78,81,80,81,80,80,81,80,78,82,84,79,79,82,200,81,78,84,79,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,81,83,81,84,80,82,80,79,81,83,84,83,82,84,81,84,80,63,201,,,201,64,81,83,83,78,79,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,79,79,331,,,,201,201,,,,,,,201,201,63,60,3,5,79,84,81,81,78,79,80,83,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,84,82,78,79,81,80,84,82,79,79,81,81,82,83,78,81,89,,,,80,83,82,84,82,78,78,83,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,84,83,82,81,78,83,81,80,78,83,81,82,80,82,84,82,80,,,,80,79,84,82,78,82,84,80,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,80,82,84,84,83,78,81,82,83,78,82,81,81,84,83,81,82,,,,63,81,83,79,83,82,83,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,82,78,79,79,79,80,79,79,83,81,81,78,81,79,80,80,82,90,,,,84,83,80,84,78,79,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,78,78,82,78,84,83,81,83,82,84,84,78,84,79,83,82,79,84,201,201,201,80,83,83,81,78,80,83,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,78,78,81,78,82,81,82,84,78,84,79,83,78,78,84,81,83,87,,,,84,81,82,79,78,80,81,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,84,81,80,80,83,81,80,84,80,78,82,78,78,84,78,81,82,,,,,78,78,81,79,81,82,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,82,80,78,83,84,80,81,83,78,80,83,81,83,81,80,79,84,89,64,64,,82,78,82,81,78,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,82,78,83,78,79,80,79,79,81,79,79,83,84,80,82,83,83,79,79,80,200,82,82,84,83,84,81,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,82,78,82,79,82,81,83,79,79,84,83,87,63,63,79,84,80,78,78,80,,80,81,82,84,80,79,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,84,78,81,81,84,82,,,,83,79,82,83,81,80,201,79,84,81,84,78,83,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,82,82,80,80,78,81,,,,201,63,201,63,201,63,201,84,84,79,80,79,84,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,80,83,81,80,81,82,,,,201,,201,,201,,201,82,82,84,81,80,83,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,84,79,84,81,78,84,82,,,,201,,201,,201,,201,78,78,79,81,84,78,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,83,79,83,78,79,79,,,,201,,201,,201,,201,83,81,83,79,80,80,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,80,83,81,78,79,78,,,,201,,201,,201,,201,79,83,84,79,83,79,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,84,80,78,84,83,79,,,,201,,201,,201,,201,80,81,79,81,81,81,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,81,80,81,83,84,81,,,,201,,201,,201,,201,83,78,78,80,84,80,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,81,84,80,79,78,81,,,,201,64,201,64,201,64,201,79,84,82,83,79,83,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,83,83,82,80,78,82,,,,79,82,79,80,78,82,81,84,79,84,81,81,79,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,82,80,81,80,83,84,90,64,64,81,79,79,79,78,82,80,82,83,79,80,84,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,79,84,79,83,84,82,80,84,79,79,84,78,81,79,78,82,80,79,84,84,84,79,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,78,79,79,78,83,80,84,80,79,83,79,83,83,83,78,80,84,82,79,80,80,84,81,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,78,78,83,84,80,83,83,81,82,79,80,82,82,79,83,81,80,79,78,80,82,84,84,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,84,78,82,82,83,80,81,80,81,83,80,78,83,79,84,81,83,78,78,81,78,81,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,83,79,81,81,79,82,80,84,82,81,78,82,83,78,83,84,81,83,84,83,78,82,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,83,84,84,78,78,82,78,81,78,82,82,84,78,79,84,83,79,78,84,78,78,83,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,80,80,80,80,78,82,80,78,80,83,82,78,78,78,78,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,80,80,80,84,80,83,83,78,80,78,82,84,84,78,81,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,80,80,80,83,82,84,79,80,84,79,84,80,83,81,83,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,80,80,79,84,82,79,79,79,79,84,84,84,83,84,80,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n262,262,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,263,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,401,92,91,91,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,263,261,,92,91,91,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,403,263,76,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,263,263,,,,261,261,261,261,261,261,261,261,263,261,263,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,401,,,262,76,261,261,261,261,261,261,261,263,76,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,,,,261,,92,91,91,261,261,261,261,401,,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,,,,261,402,92,91,91,261,261,261,261,331,,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,,,,261,262,261,91,91,261,261,261,261,402,,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,,,,261,263,261,91,91,261,261,261,261,262,76,263,76,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,402,,,261,,92,91,91,261,261,261,261,261,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,262,262,283,261,,92,91,91,261,261,261,261,261,262,262,76,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,,263,76,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,,,,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,402,262,76,261,261,261,261,261,261,261,261,261,261,378,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,262,261,,92,91,91,261,261,261,261,261,261,261,378,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,402,92,91,91,261,261,261,261,261,261,261,378,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,262,261,91,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,263,263,261,261,261,261,261,261,261,91,91,261,261,261,261,261,261,263,,263,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,261,,54,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,261,76,10,76,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,92,91,261,91,91,261,263,261,261,261,261,261,261,261,261,,53,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,263,283,283,261,261,261,91,91,261,401,92,91,261,261,261,261,261,261,262,,262,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,401,,,92,91,91,91,91,261,,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,330,,,92,91,91,91,91,261,,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,402,,,92,91,91,91,91,261,,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,262,283,283,261,261,261,91,91,261,402,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,92,91,261,91,91,261,262,261,261,261,261,261,261,261,261,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,263,263,76,263,263,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,401,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,262,262,261,261,261,261,261,261,261,91,91,261,261,261,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,263,261,91,91,261,261,261,261,261,,,,140,376,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,401,92,91,91,261,261,261,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,,92,91,91,261,261,261,261,261,402,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,422,261,261,261,261,261,261,261,261,262,262,76,262,262,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,76,261,263,263,263,263,263,263,263,263,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,,201,,,,,,,,,201,,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,76,261,262,262,262,262,262,262,262,262,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,402,261,261,261,261,261,261,261,261,261,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,263,263,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,25,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,24,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,23,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,25,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,24,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,203,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,203,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,203,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,203,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2048;960 posEnd=2368;960 posCurrent=2195;960 step=2 time=23 phase=2886 channel=1 icon=13 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2368;1088 posEnd=2048;1088 posCurrent=2221;1088 step=2 time=23 phase=2886 channel=1 icon=13 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1536;1344 posEnd=1536;1344 posCurrent=1536;1344 step=1 time=0 phase=2886 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2048;1216 posEnd=2368;1216 posCurrent=2195;1216 step=2 time=23 phase=2886 channel=1 icon=13 \r\nMoveObject: type=33 stepAdvance=40 stepRecede=40 timeStopStart=23 timeStopEnd=23 posStart=576;1408 posEnd=320;1408 posCurrent=564;1408 step=2 time=2 phase=2886 channel=12 icon=250 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=704;896 posEnd=896;896 posCurrent=736;896 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1288 posEnd=130;1288 posCurrent=130;1288 step=1 time=0 phase=2886 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=896;832 posEnd=704;832 posCurrent=864;832 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=512;576 posEnd=832;576 posCurrent=659;576 step=2 time=23 phase=2886 channel=1 icon=13 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;516 posEnd=4290;516 posCurrent=4290;516 step=1 time=0 phase=2886 channel=10 icon=7 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;520 posEnd=4418;520 posCurrent=4418;520 step=1 time=0 phase=2886 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2368;1344 posEnd=2048;1344 posCurrent=2221;1344 step=2 time=23 phase=2886 channel=1 icon=13 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;516 posEnd=4162;516 posCurrent=4162;516 step=1 time=0 phase=2886 channel=10 icon=7 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;900 posEnd=1922;900 posCurrent=1922;900 step=1 time=0 phase=2886 channel=10 icon=30 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;520 posEnd=3714;520 posCurrent=3714;520 step=1 time=0 phase=2886 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3904;512 posEnd=4096;512 posCurrent=3936;512 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=4928;512 posEnd=5184;512 posCurrent=4945;512 step=2 time=4 phase=2886 channel=10 icon=79 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1288 posEnd=194;1288 posCurrent=194;1288 step=1 time=0 phase=2886 channel=10 icon=22 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=4544;768 posEnd=4736;768 posCurrent=4620;768 step=2 time=18 phase=2886 channel=10 icon=78 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4928;768 posEnd=4992;768 posCurrent=4992;768 step=3 time=6 phase=2886 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=5184;768 posEnd=5056;768 posCurrent=5184;768 step=1 time=42 phase=2886 channel=10 icon=87 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=5184;832 posEnd=4992;832 posCurrent=5108;832 step=2 time=18 phase=2886 channel=10 icon=81 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=5568;704 posEnd=5632;704 posCurrent=5632;704 step=3 time=6 phase=2886 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=3904;832 posEnd=4160;832 posCurrent=3921;832 step=2 time=4 phase=2886 channel=10 icon=79 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3584;704 posEnd=3648;704 posCurrent=3648;704 step=3 time=6 phase=2886 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4864;384 posEnd=4800;384 posCurrent=4800;384 step=3 time=6 phase=2886 channel=10 icon=87 \r\nMoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=5248;384 posEnd=5376;384 posCurrent=5248;384 step=1 time=42 phase=2886 channel=10 icon=85 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;904 posEnd=2498;904 posCurrent=2498;904 step=1 time=0 phase=2886 channel=10 icon=22 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;1350 posEnd=5506;1350 posCurrent=5506;1350 step=1 time=0 phase=2886 channel=10 icon=178 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1348 posEnd=5186;1348 posCurrent=5186;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1348 posEnd=5058;1348 posCurrent=5058;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;1344 posEnd=5122;1344 posCurrent=5122;1344 step=1 time=0 phase=2886 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;1344 posEnd=4994;1344 posCurrent=4994;1344 step=1 time=0 phase=2886 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1348 posEnd=4930;1348 posCurrent=4930;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1412 posEnd=4738;1412 posCurrent=4738;1412 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1280 posEnd=4738;1280 posCurrent=4738;1280 step=1 time=0 phase=2886 channel=10 icon=50 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1412 posEnd=4866;1412 posCurrent=4866;1412 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5376;1344 posEnd=5376;1408 posCurrent=5376;1376 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5376;1280 posEnd=5376;1344 posCurrent=5376;1312 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1280 posEnd=4866;1280 posCurrent=4866;1280 step=1 time=0 phase=2886 channel=10 icon=50 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4736;1344 posEnd=4864;1344 posCurrent=4845;1344 step=4 time=3 phase=2886 channel=10 icon=74 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1348 posEnd=4674;1348 posCurrent=4674;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1348 posEnd=4546;1348 posCurrent=4546;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;1348 posEnd=4418;1348 posCurrent=4418;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1348 posEnd=4610;1348 posCurrent=4610;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;1348 posEnd=4354;1348 posCurrent=4354;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;1348 posEnd=4290;1348 posCurrent=4290;1348 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=4032;1344 posEnd=3904;1344 posCurrent=4032;1344 step=1 time=6 phase=2886 channel=12 icon=238 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5632;1216 posEnd=5632;1472 posCurrent=5632;1401 step=2 time=29 phase=2886 channel=10 icon=74 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1352 posEnd=3842;1352 posCurrent=3842;1352 step=1 time=0 phase=2886 channel=10 icon=22 \r\n"); + worlds.Add(52, "DescFile: posDecor=0;2070 dimDecor=100;100 world=0 music=2 region=13 blupiPos=322;2374 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,78,80,83,80,84,81,79,79,80,81,79,84,80,79,78,83,82,84,80,84,81,84,78,83,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,80,79,80,81,82,80,79,83,81,79,79,78,83,79,84,81,83,80,79,78,84,79,84,81,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,81,80,79,84,78,79,79,82,79,82,81,84,79,84,79,79,79,80,84,78,84,84,80,84,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,83,82,78,83,82,79,82,81,81,79,201,201,201,81,80,82,78,83,79,83,84,79,84,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,78,82,78,81,81,84,78,84,84,78,,,,82,81,83,81,82,78,78,79,81,84,78,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,82,79,78,81,83,83,80,83,84,79,,,,84,84,82,79,78,83,81,78,84,81,80,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,80,78,80,83,81,84,79,78,82,80,,,,78,83,83,78,82,78,83,80,79,83,80,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,84,79,79,80,80,84,83,82,79,82,,,,84,81,82,80,80,78,81,81,84,82,82,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,83,78,79,80,84,81,80,87,63,83,,,,84,79,78,82,84,81,79,79,82,81,81,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,82,80,80,83,81,82,81,,,81,,,,78,80,79,80,84,79,80,80,81,84,79,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,82,79,81,78,,,201,201,201,201,82,80,80,82,81,78,78,78,79,84,82,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,82,82,84,82,79,84,79,,,84,78,422,78,79,80,79,82,82,81,82,83,84,78,83,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,78,81,81,83,78,80,82,89,64,83,63,,63,80,82,81,84,79,83,78,80,82,82,83,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,84,84,84,78,83,83,84,84,81,80,,,,82,84,81,81,81,81,80,80,84,80,80,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,80,82,80,81,82,81,78,83,84,79,,,,81,78,84,82,84,80,83,83,81,84,82,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,78,80,80,79,84,79,83,83,81,84,,,,80,80,81,83,80,84,84,82,81,79,84,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,81,78,83,80,79,84,83,80,82,78,,,,78,84,81,81,82,82,82,80,82,82,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,84,83,80,80,79,84,84,80,81,81,,,,81,79,84,80,81,79,80,83,82,82,80,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,79,80,78,79,83,84,84,87,63,81,,,,79,84,81,84,83,79,81,81,84,78,84,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,80,84,78,84,82,79,81,,,84,,,,81,81,84,80,78,84,84,84,79,83,80,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,78,83,81,83,80,81,79,,,201,201,201,201,78,82,80,81,83,82,82,84,80,82,78,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,84,82,80,82,79,81,83,,,84,78,424,78,79,80,82,84,82,80,80,78,83,78,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,80,84,82,84,81,82,80,89,64,82,63,,63,79,82,82,80,81,81,80,80,81,81,83,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,78,80,81,80,82,84,83,78,83,82,,,,84,82,83,80,80,83,78,83,82,84,80,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,82,79,80,83,82,84,80,79,81,79,,,,82,82,63,63,201,63,84,78,81,81,78,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,82,80,81,82,78,78,82,78,83,81,,,,201,201,64,,84,,84,82,83,78,78,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,80,81,80,83,81,78,81,83,81,82,,,,201,201,84,201,201,201,84,81,84,80,78,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,82,82,78,79,79,80,82,82,82,80,,,,201,201,63,,84,,84,79,80,78,78,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,81,81,82,82,78,80,80,79,81,83,,,,80,81,64,64,201,64,84,84,78,79,79,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,81,83,81,84,79,84,79,81,80,79,64,,64,83,78,81,79,80,78,78,84,84,82,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,80,84,80,79,78,425,78,79,82,80,82,78,81,83,81,82,81,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,79,78,63,,63,83,78,80,83,79,81,84,81,83,84,81,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,82,78,83,,,,81,81,63,63,201,63,84,82,81,81,79,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,84,83,79,83,,,,201,201,64,,84,,84,82,78,79,83,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,78,81,78,,,,201,201,84,201,201,201,84,82,78,80,83,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,82,78,79,,,,201,201,63,,84,,84,81,81,84,80,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,79,78,81,,,,78,84,64,64,201,64,84,81,82,81,83,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,81,83,80,64,,64,80,83,78,80,82,80,83,79,80,80,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,80,80,79,78,426,81,80,80,83,79,83,84,79,82,78,81,81,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,80,79,83,83,63,,63,79,78,83,84,78,81,82,80,83,78,78,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,82,84,,,,79,79,63,63,201,63,84,83,83,84,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,78,80,81,,,,201,201,64,,84,,84,79,82,83,79,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,78,84,78,79,,,,201,201,84,201,201,201,84,84,83,81,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,84,83,81,,,,201,201,63,,84,,84,83,82,79,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,82,78,84,,,,79,78,64,64,201,64,84,83,84,83,83,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,82,84,82,81,64,,64,83,81,79,78,79,81,82,81,82,78,84,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,83,84,82,78,427,78,79,83,80,78,83,80,83,81,83,83,84,80,80,80,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,83,84,81,63,,63,82,83,78,83,78,78,82,84,81,80,79,80,82,79,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,80,83,81,84,,,,81,79,82,79,82,84,82,80,80,80,80,79,80,83,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,79,80,84,,,,78,83,84,81,80,83,84,82,82,78,82,81,78,84,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,79,81,80,84,,,,84,84,78,82,79,81,79,81,78,81,80,78,80,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,80,80,80,82,64,,64,83,84,79,80,201,201,81,79,80,83,84,78,78,79,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,80,82,84,78,200,78,81,79,84,82,201,201,78,82,82,82,81,82,80,78,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,80,81,83,63,,63,81,82,78,63,,,63,63,82,82,81,82,84,83,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,80,83,81,,,,84,79,63,,,,,,63,83,81,80,81,78,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,79,80,81,,,,201,201,,,,,,,,79,82,84,84,83,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,83,80,84,,,,201,201,,,,,,,,201,80,81,81,81,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,84,84,81,,,,201,201,,,,,,,,84,84,78,78,84,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,78,82,78,,,,81,81,64,,,,,,64,81,84,81,81,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,81,82,84,64,,64,84,83,84,64,,,64,64,82,80,84,80,82,82,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,78,84,78,78,430,78,82,79,80,78,201,201,78,81,78,80,80,78,83,81,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,80,79,63,,63,78,79,84,80,201,201,81,79,83,82,78,81,78,81,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,81,80,83,80,81,83,80,83,84,82,84,80,79,83,79,78,80,83,79,78,79,82,84,82,83,83,84,83,83,64,64,64,92,78,78,80,78,78,78,79,82,81,83,84,78,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,79,79,84,80,78,82,83,82,78,84,80,80,79,84,84,79,79,83,82,82,80,81,79,82,83,83,81,80,79,83,82,79,92,78,78,83,80,78,83,82,81,81,80,78,79,79,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,83,83,83,83,79,82,78,81,84,80,80,83,79,80,82,84,82,80,84,80,80,84,78,84,81,81,83,84,81,84,63,63,63,92,80,79,80,83,83,80,81,84,79,83,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,84,83,83,78,82,82,78,84,82,84,84,79,79,80,83,84,82,81,84,80,80,82,80,80,83,81,79,78,79,64,,64,83,83,78,80,80,82,80,81,78,81,82,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,84,81,81,81,84,84,83,81,79,78,84,78,84,83,81,82,84,78,80,79,82,78,78,80,80,81,84,79,82,80,81,200,84,79,78,82,81,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,83,78,82,80,80,80,81,84,79,81,78,84,78,79,81,80,82,84,78,78,80,81,84,80,83,78,78,82,80,78,138,,63,83,84,84,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,83,84,80,84,84,84,82,201,201,201,82,82,84,84,78,78,78,78,78,83,79,81,83,83,83,84,79,82,84,138,,,81,84,81,81,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,84,80,83,79,87,63,63,201,84,201,78,81,82,83,79,84,63,63,78,82,63,63,201,63,84,81,78,84,82,138,,,80,80,84,78,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,81,83,82,80,,,,201,63,,201,63,201,63,84,138,,,202,202,,,201,,201,63,201,63,78,138,,,80,82,81,81,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,80,78,79,79,78,,,60,3,55,,201,,84,,202,202,,56,3,138,,,84,,201,,84,,202,202,,,82,80,83,82,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,78,78,82,82,,,,201,64,,201,64,201,64,83,138,,,202,202,,,201,,201,64,201,64,83,138,,,82,79,84,78,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,78,80,81,80,80,89,64,64,201,84,201,81,80,78,80,84,80,64,64,78,83,64,64,201,64,80,81,82,80,78,138,,,82,80,80,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,78,79,83,84,78,79,84,84,201,201,201,78,78,81,83,78,78,78,78,78,79,79,80,80,84,78,83,83,80,79,138,,,84,84,78,78,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,81,78,81,81,83,82,78,83,79,80,78,78,79,81,84,80,82,80,82,83,82,78,84,80,78,80,80,82,82,138,,64,81,84,84,84,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,81,83,79,83,80,80,78,80,84,80,82,82,82,83,78,80,79,78,79,84,78,79,81,84,78,83,80,84,84,78,200,78,82,79,79,83,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,83,82,79,80,81,78,82,81,84,79,80,83,81,82,78,82,81,82,78,82,81,84,83,84,84,81,82,82,80,81,81,80,81,83,79,80,81,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,78,83,80,81,81,80,83,81,82,78,81,79,82,84,81,83,80,81,84,83,84,84,84,84,82,81,84,78,81,82,79,80,78,78,84,79,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,82,79,79,78,81,83,78,80,78,83,78,83,78,83,83,78,83,83,82,78,78,78,84,84,84,84,80,78,84,84,81,78,84,84,79,78,83,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,79,83,80,79,84,81,79,81,78,82,79,81,83,83,81,78,80,79,83,82,80,84,78,80,78,78,82,84,84,79,80,81,83,82,80,80,81,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,81,78,84,83,83,80,82,78,80,79,84,79,81,78,81,82,84,79,80,78,82,78,79,78,84,83,79,84,79,84,82,83,81,79,84,80,79,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,79,82,79,82,81,81,81,82,82,79,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,82,84,80,78,80,84,79,81,80,81,80,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,80,82,84,83,79,84,83,81,79,83,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,78,84,82,84,78,78,78,80,84,79,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,83,79,79,83,79,79,79,78,81,83,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,82,82,80,78,83,78,81,80,82,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,78,83,79,83,78,84,80,82,82,84,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,83,81,78,80,81,83,79,81,80,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,78,82,78,83,80,82,81,81,84,80,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,79,78,83,79,80,84,78,80,80,81,79,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,82,79,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,78,84,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,80,82,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=512;2240 posEnd=512;2240 posCurrent=512;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2756 posEnd=3906;2756 posCurrent=3906;2756 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2756 posEnd=3266;2756 posCurrent=3266;2756 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;1920 posEnd=4544;1920 posCurrent=4544;1920 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1536;2560 posEnd=1536;2560 posCurrent=1536;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;2560 posEnd=2048;2560 posCurrent=2048;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1792;2560 posEnd=1792;2560 posCurrent=1792;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;2560 posEnd=2112;2560 posCurrent=2112;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;2560 posEnd=2240;2560 posCurrent=2240;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;2560 posEnd=2304;2560 posCurrent=2304;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3136;2368 posEnd=3136;2368 posCurrent=3136;2368 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2756 posEnd=2690;2756 posCurrent=2690;2756 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2756 posEnd=2178;2756 posCurrent=2178;2756 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;2560 posEnd=2560;2560 posCurrent=2560;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;2560 posEnd=2816;2560 posCurrent=2816;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;2560 posEnd=3456;2560 posCurrent=3456;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;2624 posEnd=3392;2624 posCurrent=3392;2624 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;2880 posEnd=3392;2880 posCurrent=3392;2880 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;2944 posEnd=3456;2944 posCurrent=3456;2944 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;2944 posEnd=3712;2944 posCurrent=3712;2944 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;2880 posEnd=3776;2880 posCurrent=3776;2880 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;2560 posEnd=3712;2560 posCurrent=3712;2560 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;2624 posEnd=3776;2624 posCurrent=3776;2624 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;1408 posEnd=4544;1408 posCurrent=4544;1408 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;2240 posEnd=4416;2240 posCurrent=4416;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;2240 posEnd=4480;2240 posCurrent=4480;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;2240 posEnd=4608;2240 posCurrent=4608;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;2240 posEnd=4672;2240 posCurrent=4672;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;832 posEnd=4480;832 posCurrent=4480;832 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;896 posEnd=4544;896 posCurrent=4544;896 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;832 posEnd=4608;832 posCurrent=4608;832 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;704 posEnd=4544;704 posCurrent=4544;704 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;2116 posEnd=578;2116 posCurrent=578;2116 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2116 posEnd=706;2116 posCurrent=706;2116 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;2116 posEnd=1218;2116 posCurrent=1218;2116 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2116 posEnd=1346;2116 posCurrent=1346;2116 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2756 posEnd=1666;2756 posCurrent=1666;2756 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;2752 posEnd=2560;2752 posCurrent=2560;2752 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;2752 posEnd=2816;2752 posCurrent=2816;2752 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;3012 posEnd=3586;3012 posCurrent=3586;3012 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;2372 posEnd=3458;2372 posCurrent=3458;2372 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2372 posEnd=3394;2372 posCurrent=3394;2372 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2372 posEnd=3714;2372 posCurrent=3714;2372 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2372 posEnd=3778;2372 posCurrent=3778;2372 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2756 posEnd=3330;2756 posCurrent=3330;2756 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2756 posEnd=3842;2756 posCurrent=3842;2756 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;2372 posEnd=4802;2372 posCurrent=4802;2372 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2372 posEnd=4290;2372 posCurrent=4290;2372 step=1 time=0 phase=3254 channel=10 icon=6 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;772 posEnd=4546;772 posCurrent=4546;772 step=1 time=0 phase=3254 channel=10 icon=33 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2948 posEnd=3522;2948 posCurrent=3522;2948 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2948 posEnd=3650;2948 posCurrent=3650;2948 step=1 time=0 phase=3254 channel=10 icon=68 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=640;2368 posEnd=640;2240 posCurrent=640;2310 step=4 time=11 phase=3254 channel=1 icon=80 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1280;2368 posEnd=1280;2240 posCurrent=1280;2310 step=4 time=11 phase=3254 channel=1 icon=80 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;2240 posEnd=896;2240 posCurrent=896;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;2240 posEnd=960;2240 posCurrent=960;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;2240 posEnd=1024;2240 posCurrent=1024;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;2240 posEnd=1088;2240 posCurrent=1088;2240 step=1 time=0 phase=3254 channel=10 icon=257 \r\n"); + worlds.Add(53, "DescFile: posDecor=0;4720 dimDecor=100;100 world=0 music=3 region=1 blupiPos=322;5062 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,78,78,79,78,84,80,78,82,82,81,84,78,82,81,81,84,84,78,78,84,83,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,80,82,80,81,83,80,83,81,82,82,82,81,79,82,80,79,83,78,82,79,82,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,82,84,83,80,80,79,79,79,79,79,80,81,79,82,78,84,,,,,,,,,,,,,,,,,,,,,,,,,83,84,80,83,80,83,80,80,81,84,80,79,83,83,78,78,79,84,83,80,84,82,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,79,79,79,80,83,83,82,82,83,82,84,82,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,83,81,80,79,80,84,84,81,82,80,81,84,80,83,83,78,80,83,79,84,79,80,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,81,78,82,78,84,82,83,78,81,80,81,79,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,81,79,81,79,78,84,82,80,81,84,81,80,82,81,83,84,80,78,80,82,82,79,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,79,84,82,82,81,81,79,78,79,81,79,81,82,80,79,,,,,,,,,,,,,,,,,,,,,,,,,78,81,83,81,63,63,63,63,63,63,63,63,63,63,63,63,63,78,80,82,81,80,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,78,83,81,81,80,78,82,83,78,79,80,78,84,79,79,84,,,,,,,,,,,,,,,,,,,,,,,,,79,83,84,83,,,,,,,,,,,,,,83,80,79,80,82,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,78,83,83,79,84,82,82,84,82,80,79,79,83,81,80,80,,,,,,,,,,,,,,,,,,,,,,,,,81,83,83,79,,,,,,,,,,64,,,,84,78,81,82,80,82,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,80,80,81,81,83,83,79,83,78,83,79,82,82,80,83,,,,,,,,,,,,,,,,,,,,,,,,,83,78,78,83,,,,,,,,,,78,201,201,201,80,78,82,79,81,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,83,78,79,84,79,84,78,79,81,80,78,84,80,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,83,,,,,,,,,,63,64,,,79,79,79,83,81,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,79,82,82,80,79,79,79,80,82,78,82,83,83,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,84,84,83,79,,,,,,,201,201,201,201,84,201,201,81,78,83,84,82,83,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,81,79,83,81,81,79,82,79,80,79,79,79,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,81,78,80,83,,,,,,,,,,,63,,,81,83,80,82,78,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,78,79,79,79,83,80,83,84,82,79,83,79,79,81,79,80,,,,,,,,,,,,,,,,,,,,,,,,,83,83,78,78,,,,,,,64,,,,64,,,84,84,81,79,84,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,80,78,83,80,81,79,82,79,81,78,83,78,78,80,84,,,,,,,,,,,,,,,,,,,,,,,,,79,80,79,79,,,,,,,78,201,201,201,84,201,201,84,80,84,81,80,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,84,81,83,83,83,78,80,83,81,81,81,83,81,79,81,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,78,,,,,,64,63,,,,63,64,,81,81,81,81,78,79,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,82,83,84,80,84,78,81,81,79,79,80,84,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,82,79,79,81,,,,,,84,201,201,201,201,201,84,201,80,82,78,78,79,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,82,82,78,78,78,79,81,84,81,79,81,79,79,81,81,,,,,,,,,,,,,,,,,,,,,,,,,80,80,81,81,,,,,,64,,,,,,63,,84,82,80,80,78,82,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,78,83,82,83,80,84,80,84,80,83,81,82,84,78,78,84,,,,,,,,,,,,,,,,,,,,,,,,,81,78,81,84,,,,,,84,201,201,201,201,201,201,201,78,84,82,82,80,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,78,82,84,84,83,83,79,83,78,83,83,81,80,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,83,81,80,81,,,,,,63,,,,,,,,79,78,82,78,82,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,82,80,84,83,79,201,201,201,82,79,79,82,79,82,83,,,,,,,,,,,,,,,,,,,,,,,,,80,80,78,84,64,64,64,,89,64,64,64,64,64,64,64,64,82,81,83,79,79,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,82,80,82,79,79,83,,,,81,78,84,79,83,80,82,,,,,,,,,,,,,,,,,,,,,,,,,84,84,79,80,82,80,79,201,83,78,84,78,84,78,81,78,80,78,82,84,78,79,82,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,78,80,79,81,81,81,201,201,201,78,83,80,84,80,83,80,,,,,,,,,,,,,,,,,,,,,,,,,78,79,83,78,79,82,83,201,79,81,83,84,80,82,82,83,80,79,80,80,83,80,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,81,83,80,80,83,,,,78,79,83,81,83,80,83,,,,,,,,,,,,,,,,,,,,,,,,,80,82,81,84,84,82,81,201,80,83,80,79,79,80,82,79,84,78,82,78,79,78,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,82,83,79,82,82,,,,78,82,80,81,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,83,82,79,84,82,87,63,,79,82,82,81,79,84,82,80,80,84,83,82,79,84,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,82,83,83,81,78,83,,,,78,84,82,78,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,84,78,81,78,78,,,,78,83,81,80,78,82,81,82,81,83,81,82,82,82,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,79,82,78,84,81,83,,,,78,84,81,81,81,78,78,,,,,,,,,,,,,,,,,,,,,,,,,82,81,78,79,82,,,,82,84,79,78,82,78,79,81,84,80,81,80,79,78,79,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,79,81,82,78,82,,,,78,78,81,78,84,81,78,,,,,,,,,,,,,,,,,,,,,,,,,82,83,83,78,79,89,64,,80,82,79,83,80,81,80,80,84,78,83,84,78,80,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,82,82,80,81,84,82,,,,81,80,82,79,81,83,80,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,81,80,84,80,201,79,81,81,83,82,82,80,78,83,81,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,80,81,84,78,78,,,,83,82,79,83,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,81,78,84,78,82,81,82,201,79,79,78,80,80,78,79,84,83,79,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,78,84,79,79,82,,,,82,83,83,78,80,79,79,,,,,,,,,,,,,,,,,,,,,,,,,82,83,83,81,81,78,82,201,84,80,78,79,78,83,82,82,80,84,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,78,80,78,80,80,,,,79,80,82,82,78,84,79,,,,,,,,,,,,,,,,,,,,,,,,,82,82,84,80,80,84,201,201,87,201,,68,81,84,79,79,82,82,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,83,80,80,83,83,82,,,,84,82,81,83,80,81,83,,,,,,,,,,,,,,,,,,,,,,,,,80,84,84,80,80,83,201,,,201,,68,80,82,78,82,84,79,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,78,81,84,82,80,,,,78,78,83,79,83,84,80,,,,,,,,,,,,,,,,,,,,,,,,,78,82,81,82,81,83,201,,,78,,68,79,82,84,84,84,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,81,82,81,80,82,83,,,,79,82,80,80,83,78,82,,,,,,,,,,,,,,,,,,,,,,,,,84,81,79,78,78,80,201,,,201,,68,84,81,84,78,80,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,80,82,82,83,82,,,,79,80,78,81,81,84,78,,,,,,,,,,,,,,,,,,,,,,,,,84,83,82,80,83,80,201,,,201,,68,81,84,84,79,82,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,80,82,81,80,81,84,,,,82,78,81,81,78,79,79,,,,,,,,,,,,,,,,,,,,,,,,,83,81,83,79,79,82,201,,,201,,68,81,79,79,84,80,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,84,78,82,80,80,83,,,,82,82,78,84,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,83,83,79,81,84,79,201,,,201,,68,80,78,80,81,82,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,84,83,81,80,80,79,,,,79,82,82,80,81,81,81,82,79,80,82,78,83,,,,,,,,,,,,,,,,,,,79,78,78,78,82,78,201,,,201,,68,84,82,80,78,78,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,80,81,79,83,80,78,,,,81,79,78,80,82,84,82,82,83,83,79,80,83,,,,,,,,,,,,,,,,,,,84,81,81,83,80,82,201,,,201,,68,81,84,79,83,79,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,84,84,80,78,81,79,,,,81,84,78,78,82,82,81,78,80,84,83,80,78,,,,,,,,,,,,,,,,,,,81,82,80,81,84,78,201,,,201,,68,84,82,81,84,83,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,79,81,84,82,81,83,,,,84,84,78,84,80,81,82,81,81,83,83,80,84,,,,,,,,,,,,,,,,,,,81,79,78,82,84,78,201,,,201,,68,78,83,80,84,81,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,80,84,84,82,78,78,,,,80,79,84,82,84,83,79,79,79,79,82,79,84,,,,,,,,,,,,,,,,,,,81,81,81,84,79,80,201,,,201,,68,79,82,79,78,80,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,81,84,81,78,83,82,,,,78,84,81,78,78,78,84,84,81,84,83,84,80,,,,,,,,,,,,,,,,,,,81,83,82,79,83,82,201,,,201,,68,84,80,83,81,79,82,84,78,79,80,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,82,79,78,82,80,84,,,,79,81,82,78,82,82,79,78,79,83,80,79,78,,,,,,,,,,,,,,,,,,,79,79,84,79,79,81,201,,,78,,68,84,81,83,78,82,79,78,83,80,82,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,83,80,81,80,80,81,,,,83,79,83,81,84,82,81,83,79,79,79,80,78,,,,,,,,,,,,,,,,,,,79,78,79,84,81,80,201,,,201,,68,79,81,80,79,83,82,84,82,81,80,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,82,80,79,83,79,79,,,,78,63,63,63,80,83,78,78,80,84,78,81,79,80,81,80,80,78,81,84,82,82,83,84,84,78,80,84,83,82,82,84,78,82,83,80,81,201,201,89,201,,68,83,78,84,83,79,82,81,81,83,81,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,84,82,78,83,80,79,,,56,3,,,,63,78,80,83,81,79,84,83,82,81,79,79,82,79,80,80,81,82,79,80,84,78,80,84,81,82,78,81,81,79,82,82,83,83,201,78,84,83,80,84,79,80,80,80,79,80,84,83,81,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,78,81,80,81,82,84,,,,201,201,3,59,,215,83,78,82,81,80,80,84,81,83,79,78,84,84,78,82,82,79,79,82,80,82,80,81,83,81,80,80,82,82,82,81,80,201,83,79,84,80,84,83,81,83,82,82,82,83,84,83,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,79,80,81,82,78,78,89,64,56,3,,,,64,79,80,83,80,83,82,79,84,78,80,84,81,84,78,83,78,78,79,80,84,84,83,84,82,80,79,81,78,80,78,82,78,81,201,84,84,80,83,83,79,63,63,79,78,81,80,81,79,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,84,84,79,79,81,80,83,82,201,84,64,64,64,83,78,83,83,82,82,84,81,83,82,80,80,78,82,82,81,84,78,83,79,82,79,81,82,80,81,78,80,79,83,81,84,80,63,,201,63,63,63,63,63,,,81,79,82,78,84,81,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,78,84,81,81,80,81,83,82,201,78,81,83,84,79,78,82,78,81,83,80,80,78,83,80,80,84,84,79,78,82,81,83,84,84,78,81,78,84,83,83,81,79,78,84,82,82,,,201,,,,,,,,83,82,78,80,81,80,83,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,78,80,84,80,78,84,82,201,,201,81,78,82,79,83,84,84,83,84,80,80,80,82,82,82,78,83,80,84,79,201,201,201,81,78,84,83,83,78,80,79,80,78,79,78,84,,,201,,,,,,,,81,78,80,79,80,80,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,80,78,83,80,78,78,79,79,433,79,82,82,79,82,78,80,83,84,81,78,78,78,81,83,63,63,63,80,78,81,,,201,63,63,82,84,81,82,84,84,81,78,83,79,81,,,201,,,,,,,,79,83,82,78,80,82,83,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,78,82,79,80,80,78,84,201,,201,79,82,84,78,84,78,81,84,80,84,78,80,84,81,,,,201,201,84,200,78,82,84,200,79,82,79,80,84,83,81,82,84,84,79,,,201,,,,,,,,81,83,84,80,79,79,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,81,84,80,81,82,82,84,83,201,82,84,84,79,84,63,63,63,63,201,201,201,201,81,82,,,,201,201,201,64,82,82,82,,78,78,79,84,81,82,78,79,80,78,81,64,,201,64,64,64,64,64,,,79,81,80,82,80,78,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,79,82,83,79,79,79,79,79,201,80,82,80,83,81,,,,,201,201,201,,63,83,,64,,201,201,84,82,82,82,81,200,79,79,84,83,82,80,79,80,81,82,84,80,201,80,79,84,78,81,79,64,64,84,83,80,80,84,78,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,79,78,83,83,84,79,81,79,201,84,83,82,80,83,,,,,80,201,84,,,201,201,84,201,83,83,83,81,63,63,201,,82,84,83,83,81,82,83,78,80,79,81,81,201,79,82,82,84,78,82,81,81,82,81,81,84,79,83,81,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,81,79,79,84,83,87,63,63,,83,79,80,84,84,,64,,,201,201,84,64,64,83,,63,,82,82,83,84,,,84,201,84,78,83,83,79,79,79,79,84,82,83,84,201,84,83,82,81,80,80,82,79,80,78,82,84,80,82,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,79,84,82,79,80,,,,,201,63,84,63,201,200,84,,64,201,84,79,80,78,81,,,,201,201,82,201,64,64,84,,63,63,201,63,63,63,80,84,63,63,63,63,,63,63,68,80,81,78,83,82,80,80,80,84,80,80,84,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,84,81,78,79,82,,,,,201,,201,,84,,,,83,80,82,80,79,79,81,,,,201,201,201,201,84,78,84,,,,78,,,,201,201,,,,,,,,68,80,81,80,79,83,83,83,84,80,84,78,78,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,78,79,82,81,82,,,,,201,64,84,64,201,200,84,,63,201,84,81,84,81,83,,,,201,201,82,201,63,63,84,,64,64,201,64,64,64,81,78,64,64,64,64,64,64,64,68,81,83,78,80,81,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,81,80,83,81,82,89,64,64,,84,80,80,78,80,,63,,,201,201,84,63,63,79,,64,,82,82,81,78,,,84,201,83,78,83,80,78,80,78,84,84,83,81,79,82,80,81,78,81,82,83,79,81,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,79,79,84,83,80,80,83,79,201,80,83,80,80,83,,,,,81,201,84,,,201,201,84,201,79,81,83,79,64,64,201,,81,78,78,81,83,79,80,81,80,81,84,84,78,79,82,80,80,82,79,79,84,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,80,82,78,84,80,80,79,84,201,82,84,80,78,78,,,,,201,201,201,,64,81,,63,,201,201,83,80,81,82,82,200,79,82,80,78,78,79,83,80,79,82,79,84,84,83,81,78,80,83,78,78,78,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,80,82,84,78,80,84,79,79,201,82,79,82,83,80,64,64,64,64,201,201,201,201,82,80,,,,201,201,201,63,84,81,79,,82,80,83,79,84,83,81,78,79,78,82,82,80,80,78,84,82,81,79,82,83,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,82,82,84,83,80,81,80,201,,201,81,81,84,80,80,83,83,84,79,81,80,79,83,79,,,,201,201,81,200,81,83,80,200,83,84,81,79,78,78,84,83,84,83,79,78,82,84,82,83,80,81,78,82,81,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,84,83,79,80,81,78,79,82,434,83,84,81,82,83,84,81,78,80,80,80,84,84,84,78,64,64,64,81,79,81,,63,201,64,64,78,79,81,81,82,84,78,80,81,79,81,79,84,80,84,81,84,79,79,79,79,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,81,80,83,83,83,80,78,201,,201,83,82,80,83,79,80,80,84,79,78,78,84,82,82,78,84,79,79,78,78,201,201,201,79,78,82,78,78,80,78,63,84,79,83,82,80,82,84,81,78,79,83,81,84,82,80,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,79,83,78,83,81,82,83,79,201,79,80,78,80,83,81,78,83,79,82,82,78,80,78,83,83,83,84,81,82,84,79,78,79,78,79,84,80,84,,201,,80,82,82,81,81,83,82,79,84,79,83,83,81,82,78,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,78,81,84,78,78,78,81,80,201,83,78,83,83,81,84,79,81,81,81,79,79,83,80,63,78,78,79,78,82,83,84,81,78,83,82,81,84,80,86,84,64,82,80,82,83,78,80,80,82,82,82,82,81,82,82,81,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,82,83,78,84,82,79,78,82,201,81,79,83,80,80,81,83,82,82,79,78,84,84,78,,201,63,78,81,82,83,78,82,81,84,81,79,83,81,200,82,80,79,81,80,83,82,81,82,83,80,84,84,78,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,84,82,78,83,78,82,82,78,317,84,79,82,82,81,80,78,83,80,81,78,83,82,80,64,84,200,79,79,79,84,78,79,81,88,63,201,201,201,,79,82,81,84,80,80,84,79,79,82,80,84,83,78,82,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,82,84,81,78,84,78,84,87,,63,63,84,79,84,81,82,84,79,81,78,83,83,79,82,78,,84,84,78,83,78,81,87,,,79,78,79,200,83,80,80,82,84,82,78,79,83,83,79,81,83,82,80,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,81,84,84,83,78,81,79,,,,,68,82,79,82,82,81,83,78,82,79,79,83,78,82,200,80,81,83,78,81,79,,,,79,83,81,,63,63,63,63,63,63,63,82,83,82,84,84,81,78,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,83,79,81,80,79,80,79,,,,,68,82,79,83,78,78,78,78,79,,,,,,,82,79,79,83,83,80,,,,82,80,83,,,,,,,64,,80,82,79,79,81,80,81,80,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,83,82,80,84,84,79,83,89,,,,84,83,84,84,82,78,81,78,81,200,200,78,84,83,200,84,79,83,81,83,82,,,,78,79,82,,,,,64,,84,200,81,78,84,80,79,83,83,82,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,83,82,79,80,83,81,82,84,90,,,68,84,84,84,84,80,81,84,,,,84,79,79,,84,80,82,84,78,84,,,,82,78,81,,,,,79,200,200,200,84,80,79,84,84,79,82,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,81,80,78,84,78,78,80,84,82,,,68,82,82,83,84,82,79,81,,,,84,83,79,,,68,78,82,83,83,,,,84,82,80,,,,,63,,84,200,78,84,84,80,83,79,78,81,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,82,81,78,78,78,82,79,84,81,,,68,79,82,82,82,79,83,80,78,200,200,80,81,80,,,84,80,80,83,78,,,,78,81,82,,,,,,,63,,78,84,81,82,83,81,84,80,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,78,82,82,84,80,78,83,84,84,,,84,79,79,83,83,82,84,81,,,,84,82,78,89,,,68,83,81,78,,,,81,79,83,64,64,64,64,64,64,64,,82,80,81,82,80,82,80,79,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,83,82,78,83,79,80,78,84,80,,,,68,83,80,84,83,80,81,,,,79,82,81,83,,,84,78,81,81,,,,81,82,79,81,82,80,79,78,80,81,200,79,80,83,84,80,78,82,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,82,83,81,80,78,78,78,201,201,,,,84,79,79,81,80,82,83,79,200,200,80,78,82,82,89,,,68,82,82,,,,81,84,79,84,78,84,80,78,82,78,200,80,81,78,78,82,80,82,81,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,81,81,80,78,201,201,201,201,84,,,,,68,79,83,81,81,78,,,,81,84,82,78,83,,,84,81,79,,,,84,82,82,78,78,83,81,79,79,80,,80,80,81,84,78,78,83,83,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,81,80,79,84,201,81,84,78,83,89,,,,84,84,82,84,82,82,,,,83,84,82,78,81,89,,,68,78,,,,82,81,82,79,83,82,78,84,82,84,,82,84,80,80,81,78,81,80,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,81,82,80,78,,84,83,84,79,79,89,64,64,,68,79,78,84,81,84,200,200,83,81,82,78,82,79,,,84,84,,,,82,82,84,78,82,79,84,78,79,78,,79,83,81,83,79,84,84,79,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,83,79,79,81,,,68,78,83,78,79,79,79,200,79,79,79,87,63,63,,,81,80,82,80,83,83,89,,78,82,,,64,82,81,79,82,80,79,81,79,79,80,200,79,81,78,79,82,83,80,83,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,78,80,78,80,,,84,84,84,78,79,82,79,317,84,81,82,,,,,,79,84,84,79,78,79,81,201,201,201,201,201,84,81,78,82,84,80,83,80,84,82,81,200,80,79,82,80,78,80,82,81,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,78,78,78,79,,,,68,83,82,81,80,81,317,84,79,82,201,201,201,201,201,83,80,81,82,83,79,79,83,83,83,84,84,80,79,81,79,79,82,84,78,80,83,88,,63,80,80,84,83,80,81,81,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,80,79,78,82,,,,84,82,81,78,78,84,317,84,80,87,,,,,,83,83,82,79,79,79,84,84,81,80,80,81,81,78,83,84,84,78,81,78,83,84,,,,81,82,82,81,83,81,80,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,79,80,83,82,89,,,,68,81,80,79,88,,63,63,,,,,,,78,79,83,84,84,79,83,78,79,79,83,84,83,79,80,81,78,84,84,83,84,80,,,,80,81,79,79,80,83,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,83,82,81,78,82,,,,84,79,79,88,,,,,,,,,,,79,78,82,80,78,81,82,82,78,78,81,82,78,79,82,79,80,78,82,78,83,82,90,64,64,84,81,81,81,83,82,83,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,82,83,79,84,78,89,,,,68,84,,,,,,,,,,,,80,82,84,84,79,80,79,80,81,78,84,84,80,83,81,83,81,83,82,79,84,83,82,84,81,79,83,84,83,79,81,78,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,82,84,78,79,83,80,,,,84,79,90,,,,,,,,,,,79,82,80,81,81,79,82,80,84,84,80,78,80,80,80,82,84,78,80,79,79,79,82,79,82,83,80,84,81,78,84,78,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,81,82,79,84,79,79,89,,,,68,83,90,64,64,64,,,,,,,81,84,84,84,79,81,81,78,82,84,78,82,83,84,79,81,84,82,78,84,80,83,78,83,83,82,83,83,84,79,84,81,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,80,80,80,83,80,78,84,,,,84,83,80,84,81,84,89,,,,,,78,82,82,81,79,80,79,83,82,84,78,78,80,80,79,79,83,79,79,80,83,81,82,80,83,84,80,78,81,84,84,81,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,84,82,81,83,81,83,84,89,,,,68,78,81,84,81,84,201,201,201,201,201,84,78,84,79,79,80,83,80,81,81,83,84,81,82,80,82,79,80,78,81,84,81,79,81,84,81,83,79,78,83,80,82,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,83,83,79,84,83,82,82,83,,,,84,78,82,81,84,78,,,,,,78,79,79,80,78,83,79,81,80,79,79,80,84,81,79,83,78,84,82,78,83,81,81,82,79,82,78,79,80,80,84,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,82,82,79,79,80,78,82,79,89,,,,84,79,83,82,80,89,,,,,81,80,84,79,80,82,81,78,79,83,83,81,84,83,79,79,83,78,81,80,83,81,81,82,82,84,81,82,83,82,84,80,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,80,78,83,84,81,78,79,79,81,89,,,,201,201,201,201,201,201,201,201,200,79,79,84,79,81,84,82,81,79,84,81,81,78,79,83,82,83,82,84,82,78,78,80,84,78,82,81,83,82,78,79,84,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,79,83,80,80,79,78,84,79,78,80,82,81,83,79,81,80,83,82,81,79,78,78,84,82,78,83,79,82,78,83,79,84,82,79,82,79,80,84,84,82,83,84,83,82,83,81,81,80,82,78,81,79,82,84,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;4800 posEnd=576;4800 posCurrent=576;4800 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;4608 posEnd=704;4608 posCurrent=704;4608 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;4416 posEnd=832;4416 posCurrent=832;4416 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=640;4736 posEnd=640;4672 posCurrent=640;4672 step=3 time=6 phase=1788 channel=1 icon=78 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;4416 posEnd=2112;4416 posCurrent=2112;4416 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;4416 posEnd=2240;4416 posCurrent=2240;4416 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;4416 posEnd=2368;4416 posCurrent=2368;4416 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2496;4416 posEnd=2496;4416 posCurrent=2496;4416 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;4416 posEnd=2624;4416 posCurrent=2624;4416 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4416 posEnd=3138;4416 posCurrent=3138;4416 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;4416 posEnd=3202;4416 posCurrent=3202;4416 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4416 posEnd=3266;4416 posCurrent=3266;4416 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;4416 posEnd=3330;4416 posCurrent=3330;4416 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4416 posEnd=3394;4416 posCurrent=3394;4416 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;4416 posEnd=3458;4416 posCurrent=3458;4416 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3904 posEnd=3778;3904 posCurrent=3778;3904 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;4224 posEnd=3714;4224 posCurrent=3714;4224 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;4224 posEnd=3842;4224 posCurrent=3842;4224 step=1 time=0 phase=1788 channel=10 icon=50 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3712;3968 posEnd=3840;3968 posCurrent=3830;3968 step=4 time=1 phase=1788 channel=10 icon=196 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2116 posEnd=3714;2116 posCurrent=3714;2116 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3780 posEnd=3778;3780 posCurrent=3778;3780 step=1 time=0 phase=1788 channel=10 icon=14 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2116 posEnd=3842;2116 posCurrent=3842;2116 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2310 posEnd=3010;2310 posCurrent=3010;2310 step=1 time=0 phase=1788 channel=10 icon=178 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;3072 posEnd=4224;3072 posCurrent=4224;3072 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3328;3072 posEnd=3328;3072 posCurrent=3328;3072 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;2880 posEnd=3584;2880 posCurrent=3584;2880 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;2880 posEnd=3968;2880 posCurrent=3968;2880 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;3072 posEnd=3456;3072 posCurrent=3456;3072 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3072 posEnd=3776;3072 posCurrent=3776;3072 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;3072 posEnd=4096;3072 posCurrent=4096;3072 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;2368 posEnd=3584;2368 posCurrent=3584;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;2368 posEnd=3968;2368 posCurrent=3968;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;2368 posEnd=4032;2368 posCurrent=4032;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;2368 posEnd=4096;2368 posCurrent=4096;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;2368 posEnd=3456;2368 posCurrent=3456;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;2368 posEnd=3520;2368 posCurrent=3520;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;2368 posEnd=3648;2368 posCurrent=3648;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=6272;2752 posEnd=6272;2304 posCurrent=6272;2752 step=1 time=2 phase=1788 channel=1 icon=81 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;2368 posEnd=3904;2368 posCurrent=3904;2368 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;1856 posEnd=3712;1856 posCurrent=3712;1856 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;1856 posEnd=3776;1856 posCurrent=3776;1856 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;1856 posEnd=3840;1856 posCurrent=3840;1856 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2496 posEnd=5696;2496 posCurrent=5696;2496 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2560 posEnd=5696;2560 posCurrent=5696;2560 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2624 posEnd=5696;2624 posCurrent=5696;2624 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2688 posEnd=5696;2688 posCurrent=5696;2688 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2496 posEnd=5952;2496 posCurrent=5952;2496 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2560 posEnd=5952;2560 posCurrent=5952;2560 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2624 posEnd=5952;2624 posCurrent=5952;2624 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2688 posEnd=5952;2688 posCurrent=5952;2688 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5312;3648 posEnd=5312;3648 posCurrent=5312;3648 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;3648 posEnd=5120;3648 posCurrent=5120;3648 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3648 posEnd=4928;3648 posCurrent=4928;3648 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3652 posEnd=4802;3652 posCurrent=4802;3652 step=1 time=0 phase=1788 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3652 posEnd=4674;3652 posCurrent=4674;3652 step=1 time=0 phase=1788 channel=10 icon=14 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4160 posEnd=4800;4160 posCurrent=4800;4160 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4096 posEnd=4800;4096 posCurrent=4800;4096 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4160 posEnd=4928;4160 posCurrent=4928;4160 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4096 posEnd=4928;4096 posCurrent=4928;4096 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4032 posEnd=4800;4032 posCurrent=4800;4032 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;4032 posEnd=4864;4032 posCurrent=4864;4032 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4032 posEnd=4928;4032 posCurrent=4928;4032 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4032 posEnd=4736;4032 posCurrent=4736;4032 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4096 posEnd=4736;4096 posCurrent=4736;4096 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4160 posEnd=4736;4160 posCurrent=4736;4160 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4224 posEnd=4736;4224 posCurrent=4736;4224 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4224 posEnd=4800;4224 posCurrent=4800;4224 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;4224 posEnd=4864;4224 posCurrent=4864;4224 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4224 posEnd=4928;4224 posCurrent=4928;4224 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4224 posEnd=4992;4224 posCurrent=4992;4224 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4160 posEnd=4992;4160 posCurrent=4992;4160 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4096 posEnd=4992;4096 posCurrent=4992;4096 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4032 posEnd=4992;4032 posCurrent=4992;4032 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1536;4352 posEnd=1536;4480 posCurrent=1536;4448 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1600;4480 posEnd=1600;4352 posCurrent=1600;4384 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2112;4608 posEnd=2368;4608 posCurrent=2208;4608 step=4 time=15 phase=1788 channel=1 icon=79 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2688;4608 posEnd=2432;4608 posCurrent=2592;4608 step=4 time=15 phase=1788 channel=1 icon=79 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3136;4864 posEnd=3200;4864 posCurrent=3200;4864 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3264;4864 posEnd=3328;4864 posCurrent=3328;4864 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3392;4864 posEnd=3456;4864 posCurrent=3456;4864 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3200;4928 posEnd=3264;4928 posCurrent=3264;4928 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3328;4928 posEnd=3392;4928 posCurrent=3392;4928 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=3200;4544 posEnd=3392;4544 posCurrent=3254;4544 step=4 time=13 phase=1788 channel=1 icon=79 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3072;4928 posEnd=3136;4928 posCurrent=3136;4928 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3456;4928 posEnd=3520;4928 posCurrent=3520;4928 step=3 time=0 phase=1788 channel=10 icon=207 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3712;4544 posEnd=3840;4544 posCurrent=3830;4544 step=4 time=1 phase=1788 channel=10 icon=196 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2884 posEnd=3522;2884 posCurrent=3522;2884 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2884 posEnd=3650;2884 posCurrent=3650;2884 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2884 posEnd=3906;2884 posCurrent=3906;2884 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2884 posEnd=4034;2884 posCurrent=4034;2884 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;2564 posEnd=3586;2564 posCurrent=3586;2564 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2564 posEnd=3970;2564 posCurrent=3970;2564 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2500 posEnd=3778;2500 posCurrent=3778;2500 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;3140 posEnd=3330;3140 posCurrent=3330;3140 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3140 posEnd=4226;3140 posCurrent=4226;3140 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;3140 posEnd=3586;3140 posCurrent=3586;3140 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;3140 posEnd=3970;3140 posCurrent=3970;3140 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3840;4608 posEnd=3712;4608 posCurrent=3722;4608 step=4 time=1 phase=1788 channel=10 icon=200 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;2820 posEnd=5698;2820 posCurrent=5698;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2820 posEnd=6018;2820 posCurrent=6018;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4864;2688 posEnd=4864;2816 posCurrent=4864;2784 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;2820 posEnd=5634;2820 posCurrent=5634;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4928;2816 posEnd=4928;2688 posCurrent=4928;2720 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;1920 posEnd=2816;1920 posCurrent=2816;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5056;2688 posEnd=5056;2816 posCurrent=5056;2784 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5120;2816 posEnd=5120;2688 posCurrent=5120;2720 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5248;2688 posEnd=5248;2816 posCurrent=5248;2784 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5312;2816 posEnd=5312;2688 posCurrent=5312;2720 step=4 time=5 phase=1788 channel=10 icon=74 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;4100 posEnd=4866;4100 posCurrent=4866;4100 step=1 time=0 phase=1788 channel=10 icon=32 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;2820 posEnd=5762;2820 posCurrent=5762;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;2820 posEnd=5954;2820 posCurrent=5954;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;2820 posEnd=5890;2820 posCurrent=5890;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;2820 posEnd=5826;2820 posCurrent=5826;2820 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2688;1920 posEnd=2688;1920 posCurrent=2688;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2432;1920 posEnd=2432;1920 posCurrent=2432;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;1920 posEnd=2560;1920 posCurrent=2560;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;1920 posEnd=2304;1920 posCurrent=2304;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;1920 posEnd=2176;1920 posCurrent=2176;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;1920 posEnd=2048;1920 posCurrent=2048;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;1920 posEnd=1920;1920 posCurrent=1920;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1792;1920 posEnd=1792;1920 posCurrent=1792;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1664;1920 posEnd=1664;1920 posCurrent=1664;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1536;1920 posEnd=1536;1920 posCurrent=1536;1920 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4864 posEnd=896;4864 posCurrent=896;4864 step=1 time=0 phase=1788 channel=10 icon=262 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;1988 posEnd=1282;1988 posCurrent=1282;1988 step=1 time=0 phase=1788 channel=10 icon=1 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;4424 posEnd=5570;4424 posCurrent=5570;4424 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;4424 posEnd=5634;4424 posCurrent=5634;4424 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;4424 posEnd=5698;4424 posCurrent=5698;4424 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;4424 posEnd=5762;4424 posCurrent=5762;4424 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3400 posEnd=4098;3400 posCurrent=4098;3400 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;3400 posEnd=3458;3400 posCurrent=3458;3400 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2056 posEnd=3266;2056 posCurrent=3266;2056 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2056 posEnd=3394;2056 posCurrent=3394;2056 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2056 posEnd=4162;2056 posCurrent=4162;2056 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2056 posEnd=4290;2056 posCurrent=4290;2056 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;1736 posEnd=5378;1736 posCurrent=5378;1736 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;2184 posEnd=6210;2184 posCurrent=6210;2184 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2952 posEnd=4418;2952 posCurrent=4418;2952 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;2952 posEnd=4546;2952 posCurrent=4546;2952 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;4040 posEnd=4354;4040 posCurrent=4354;4040 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4040 posEnd=4290;4040 posCurrent=4290;4040 step=1 time=0 phase=1788 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4040 posEnd=4418;4040 posCurrent=4418;4040 step=1 time=0 phase=1788 channel=10 icon=27 \r\n"); + worlds.Add(54, "DescFile: posDecor=82;5920 dimDecor=100;100 world=0 music=4 region=26 blupiPos=386;6214 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,201,201,201,201,201,201,201,201,201,201,201,201,201,201,79,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,201,201,201,201,201,201,201,201,201,201,201,201,201,201,78,78\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,201,201,201,201,201,201,201,201,201,201,201,201,201,201,81,80\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,78,78,81,81,81,78,81,79,80,79,79,82,81,80,80\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,63,63,81,82,81,79,86,84,82,84,78,78,200,80,81\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,63,63,63,79,63,63,63,87,,84,81\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,78,82\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,84,81\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,64,,83,200,79,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,200,78,200,84,,84,78\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,200,78,200,84,,78,84\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,63,,79,200,82,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,79,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,,81,82\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,64,79,64,64,64,89,,82,81\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,81,80,83,79,86,79,81,81,79,83,200,78,81\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,83,82,78,79,80,79,86,83,79,79,80,81,79,82,78\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,90,,80,201,201,201,201,201,201,201,201,201,201,201,201,201,79,83,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,,,,89,,,,,201,79,201,79,201,81,201,201,201,201,201,201,201,201,201,201,201,201,201,79,82,84\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,,,201,,,,,201,79,201,79,201,83,201,201,201,201,201,201,201,201,201,201,201,201,201,79,81,80\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,201,,,,,201,201,201,201,79,201,201,201,79,201,83,83,84,78,78,79,79,84,81,84,78,81,80,82,81,81,84\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,,,,,201,,,,201,84,201,201,201,80,201,201,201,80,201,201,201,201,201,82,83,81,83,82,79,84,83,85,78,80,79,83,79,81,83,80\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,,,,201,201,201,82,201,201,201,83,201,201,201,80,201,201,201,201,201,201,201,84,82,82,82,80,81,84,83,79,82,81,82,82,79,81,80,83\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,89,,201,201,84,201,201,201,81,201,201,201,201,201,201,80,201,201,201,201,201,201,201,201,201,201,201,83,78,80,82,80,82,80,82,82,78,79,81,83,78,79,80,82\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,80,201,84,201,80,201,201,201,80,201,201,201,201,80,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,83,78,82,84,81,82,78,78,82,84,83,80,78,81,79,79,82\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,201,201,201,80,201,81,201,201,201,78,201,201,80,201,201,201,80,201,201,201,201,201,201,201,201,201,201,201,201,201,81,80,79,79,78,79,81,80,81,81,82,78,78,82,79,81,80\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,80,83,84,83,80,79,84,78,81,78,79,80,78,79,78,84,84,80,82,81,79,80,79,80,81,79,80,83,84,83,83,84,78,78,78,78,81,83,84,81,79,83,79,82,84,82\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,83,83,83,79,84,79,79,84,81,84,79,83,79,83,83,79,81,78,80,78,83,83,80,78,80,84,80,82,80,79,84,80,79,78,79,79,78,82,84,80,80,78,78,79,80,82,82,78\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,201,201,201,201,201,84,83,84,80,78,84,80,80,81,83,79,83,78,82,80,80,79,79,80,81,84,82,84,81,80,84,79,78,79,78,84,80,79,80,81,80,79,82,82,79,80,81,78,79,82,84,83,79\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,201,201,201,201,201,82,,,,,79,78,80,84,78,82,81,81,82,78,80,78,83,84,84,83,83,81,84,80,80,78,80,78,81,80,79,78,84,79,84,78,83,80,83,84,78,84,80,80,82,83,82,81,84,78,81,81\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,201,201,201,201,201,78,,,,,84,,,,,79,82,79,81,83,84,79,81,78,83,81,79,78,83,83,84,79,80,82,78,81,81,82,78,81,84,83,78,81,78,82,79,81,82,84,80,82,83,81,83,83,82,84,82,81,83,81,82\r\n,,,,,,,,,,,,,,,89,,,,,,,,,,,,89,,,,,201,201,201,201,201,84,,,,,84,,,,,81,64,,,64,83,79,81,79,80,84,80,80,83,78,78,80,81,82,82,82,80,80,83,83,80,82,79,81,83,82,79,84,81,79,80,78,79,81,81,82,84,79,83,83,79,83,79,84,81,82,82,81\r\n,,,,,,,,,,,,,,,82,90,,,,,,89,,,,,201,201,201,201,201,81,,,,,81,,,,,79,,,,,80,78,,,79,78,81,81,84,83,79,83,82,82,78,84,81,79,82,82,83,80,81,80,81,84,79,78,78,81,79,83,78,84,83,84,80,79,82,80,84,81,83,81,78,82,81,78,81,84,82,81,83\r\n,,,,,,,,,,,,,,,80,80,89,,,,,201,201,201,201,201,83,,,,,79,,,,,81,,,,,80,,,,,81,82,,,82,79,78,80,78,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,80,82,82,83,83,82,80,80,83,82,84,78,83,81,80,84,81\r\n,,,,,,,,,,,,,,,79,83,84,201,201,201,201,79,,,,,83,,,,,83,64,,,64,79,,,,,80,,,,,78,83,,,82,82,83,82,78,84,84,81,,,,,,,,,,,,,,,,,,,,,,,,,79,82,81,78,78,83,78,81,82,79,81,79,84,80,82,81,79\r\n,,,,,,,,,,,,,,,82,84,80,83,84,,,78,,,,,83,,,,,79,84,,,84,82,64,64,,,80,,,,,79,82,,,79,83,78,82,80,82,83,81,,,,,,,,,,,,,,,,,,,,,,,,,83,80,80,78,83,82,81,82,79,81,84,82,84,83,81,80,83\r\n,,,,,,,,,,,,,,,82,78,79,63,63,,,78,,,,,81,,,,,82,63,,,63,84,81,80,,,78,,,,,84,63,,,63,78,80,78,80,78,78,81,,,,,,,,,,,,,,,,,,,,,,,,,78,81,80,84,84,80,83,79,82,80,83,83,83,84,81,82,84\r\n,,,,,,,,,,,,,,,84,84,81,,,,,82,,,,,81,,,,,82,,,,,81,79,84,,,78,,,,,83,,,,,83,80,78,80,81,83,79,,,,,,,,,,,,,,,,,,,,,,,,,78,83,82,83,81,84,81,80,80,81,81,82,78,78,79,83,82\r\n,,,,,,,,,,,,,,,83,80,79,,,,,82,,,,,78,,,,,84,,,,,79,81,84,,,79,,,,,84,,,,,82,84,79,82,78,83,79,,,,,,,,,,,,,,,,,,,,,,,,,80,81,79,82,84,78,79,81,82,79,84,78,80,82,81,80,84\r\n,,,,,,,,,,,,,,,78,82,84,,,,64,84,,,,,81,,,,,80,,,,,80,84,80,,,84,,,,,83,,,,,79,82,83,78,82,82,83,,,,,,,,,,,,,,,,,,,,,,,,,79,84,78,79,81,78,84,78,82,82,78,81,78,79,83,81,80\r\n,,,,,,,,,,,,,,,78,83,83,201,201,201,84,79,,,64,64,80,64,64,,,81,64,64,64,64,82,79,78,64,64,79,64,64,64,64,83,64,64,64,64,81,80,83,78,83,81,79,,,,,,,,,,,,,,,,,,,,,,,,,79,81,83,84,84,82,82,82,80,78,81,79,83,79,79,82,78\r\n,,,,,,,,,,,,,,,79,83,82,201,82,78,81,78,201,201,82,82,81,83,79,201,201,80,81,82,84,79,80,84,80,82,78,78,83,79,82,78,78,79,80,82,84,80,78,80,84,79,84,81,,,,,,,,,,,,,,,,,,,,,,,,,82,80,80,82,79,81,82,83,81,80,84,78,83,83,80,79,80\r\n,,,,,,,,,,,,,,,80,80,83,84,81,84,78,83,84,80,80,83,78,201,84,,,79,84,84,83,78,83,82,83,80,84,84,84,83,84,84,81,82,82,82,78,83,81,84,84,84,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,81,79,81,80,79,79,81,84,84,80,81,82,81,201,84,,,78,80,82,83,79,84,84,80,78,83,83,80,79,81,83,78,84,83,78,81,78,82,81,84,80,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,79,81,84,81,78,78,82,82,81,84,80,81,83,201,79,,,79,79,79,78,80,79,84,79,82,84,79,81,79,81,84,79,82,84,79,80,78,81,81,83,80,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,84,81,78,79,83,82,78,81,81,81,83,79,80,81,82,84,82,79,81,79,84,82,83,78,83,82,83,78,79,201,201,81,80,83,82,83,84,79,79,83,82,80,80,82,81,78,80,82,80,82,80,84,80,78,84,84,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,82,84,81,79,80,80,81,78,82,84,81,84,83,82,84,82,82,79,78,84,82,79,83,81,81,80,81,201,201,,,83,83,84,79,84,82,78,79,81,84,83,78,79,84,84,79,82,83,79,84,83,84,83,80,82,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,80,79,84,82,81,82,84,78,78,82,78,80,79,82,82,82,83,81,81,80,79,80,79,81,78,78,80,201,201,,,80,80,81,79,343,341,341,342,341,341,341,344,345,341,344,343,84,79,84,80,81,80,84,79,78,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,79,84,79,81,82,78,81,84,81,79,80,83,82,81,79,79,84,80,78,80,81,78,81,79,84,83,78,78,78,201,201,83,79,80,79,341,344,343,341,346,343,344,346,342,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,80,80,84,83,83,80,81,81,83,83,79,82,78,83,82,78,84,80,84,81,83,83,84,80,79,80,82,78,78,,,84,80,80,83,343,344,343,344,343,345,342,341,344,343,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,84,78,78,79,78,79,84,82,84,83,78,79,84,79,83,78,79,82,78,83,82,78,84,83,82,80,79,81,78,,,80,79,84,83,343,345,346,344,345,346,344,343,345,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,83,83,82,83,82,80,63,63,63,82,81,78,79,78,78,83,83,79,81,79,84,84,81,78,81,80,82,83,80,,,83,82,83,82,345,345,343,350,343,344,342,342,343,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,82,79,82,81,84,80,200,78,200,84,80,80,83,80,84,80,80,81,78,78,81,80,80,81,82,81,84,78,84,201,201,78,80,84,84,341,343,356,,347,341,343,345,344,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,83,84,80,82,78,84,,82,,63,63,79,79,79,81,81,87,63,63,63,63,63,63,63,63,63,63,63,63,,,78,79,79,80,343,356,,,362,344,343,341,343,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,78,81,78,81,79,83,,78,,,,63,63,84,79,201,,,,,,,,,,,,,,,,81,84,78,79,356,,,,347,344,341,345,346,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,81,81,80,84,78,84,,82,,,,,,80,87,201,,,,,,,,,,,,,,,,201,201,201,201,,,,,347,345,341,346,341,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,81,83,81,82,78,82,200,83,,,,,,87,,201,,,,,,,,,,,,,,,,83,84,80,83,355,,,,347,342,342,346,344,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,82,84,80,88,63,63,,87,,,,,,,,79,,,,,,,,,,,90,,,,,81,79,82,83,342,355,,,362,344,344,346,344,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,79,84,81,,,,,,,,,,,,,201,,,,,,,,,,,78,200,200,200,200,84,79,83,82,343,345,355,,362,344,342,345,344,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,80,84,79,,,,,,,,,,,,,201,,,,,,,,,,,88,,,,,84,78,78,84,341,341,346,349,344,342,344,345,344,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,83,78,78,89,64,64,,90,,,,,,,,79,,,,,,,,,,,,,,,,80,78,79,82,341,345,345,343,346,346,346,341,346,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,82,84,84,84,79,78,200,78,,,,,,90,,201,,,,,,,,,,,,,,,,78,79,80,79,344,342,343,343,343,342,346,343,344,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,84,82,82,83,79,83,,78,,,,,,78,89,201,,,,,,,,,,,,,,,,84,81,80,81,341,344,344,346,342,345,344,346,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,84,81,81,81,81,84,,80,,,,64,64,78,82,201,,,,,,,,,,,,,,,,80,78,81,84,342,341,343,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,78,82,81,80,82,84,,79,,64,64,79,79,81,79,78,89,,,,,,,,,,,,,,,80,84,78,82,82,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,80,84,78,81,79,78,200,84,200,78,81,82,83,84,83,81,80,89,64,64,64,64,64,64,64,64,64,64,64,64,64,84,78,82,79,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,83,83,84,84,79,81,64,64,,80,81,78,80,82,83,79,81,79,80,82,81,83,79,83,80,80,80,78,84,81,80,78,78,78,79,80,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,79,80,79,82,80,81,78,84,201,81,80,82,84,80,78,83,78,78,79,78,83,79,78,79,83,83,82,82,78,79,81,83,84,79,80,84,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,80,81,83,81,79,84,83,83,201,81,83,82,80,80,79,81,78,81,81,83,82,80,82,80,81,81,84,82,84,79,84,78,81,81,82,83,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,83,79,83,83,83,79,79,81,201,84,84,80,79,81,84,79,81,81,82,84,81,78,84,79,79,82,82,83,81,81,78,84,80,80,79,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,82,82,81,80,81,83,84,83,201,82,82,84,83,83,80,82,83,80,80,80,78,82,78,79,80,81,78,82,79,79,82,81,83,82,84,80,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n63,63,63,63,63,63,63,63,63,,80,84,82,79,82,81,83,80,84,81,84,78,82,82,79,84,84,80,84,83,83,79,78,79,80,83,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,87,63,63,63,63,83,79,82,83,84,81,82,80,81,80,79,84,83,79,83,81,79,78,81,83,80,82,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,201,80,78,84,84,82,82,82,81,79,84,81,80,80,78,79,82,80,79,82,84,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,79,201,201,82,82,79,83,79,84,84,83,81,83,80,78,78,81,78,79,78,78,79,79,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,201,201,201,201,201,201,201,201,84,82,84,80,79,82,81,82,81,78,81,78,78,78,82,83,82,79,83,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,79,201,201,78,79,78,79,80,79,83,82,79,78,80,80,78,78,78,81,82,79,79,79,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,201,83,84,80,81,79,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,89,64,64,64,64,78,81,79,83,81,80,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n64,64,64,64,64,64,64,64,64,,78,84,84,80,82,80,84,80,80,80,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,80,78,83,82,78,83,79,80,201,83,79,84,80,81,81,84,82,84,79,81,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,82,78,82,83,81,84,84,84,201,81,79,84,82,80,80,80,83,83,79,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,82,80,81,81,81,82,80,83,201,79,82,78,83,83,82,78,79,80,82,79,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,342,341,346,344,344,344,343,356,,362,345,345,341,343,345,345,345,342,346,346,345,344,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,345,343,342,341,344,344,356,,,362,344,344,341,341,343,343,341,343,341,343,342,341,345,346,342,345,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,342,343,343,346,342,356,,,,347,341,345,345,342,342,345,342,344,345,346,343,343,344,341,344,343,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,342,345,341,344,363,,,,353,342,345,346,342,341,342,343,350,350,344,342,343,346,345,341,344,344,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,342,345,344,346,356,,,,362,341,345,343,343,341,350,356,,,354,344,346,345,341,342,345,341,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,341,345,345,348,,,,,362,344,343,344,346,356,,,,,,354,343,345,343,342,345,342,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,341,346,341,356,,,,,347,341,342,341,356,,,353,349,355,,,362,344,342,341,344,346,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,346,342,363,,,,,353,342,341,343,348,,,353,341,341,363,,,347,346,341,342,346,343,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,346,345,363,,,,,347,345,345,346,363,,,362,341,344,356,,,354,343,342,345,343,346,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,345,346,348,,,,353,343,343,343,345,356,,,347,343,356,,,,,362,346,341,341,345,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,343,344,348,,,353,344,342,341,342,348,,,353,341,363,,,,,,362,346,345,342,343,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,345,342,363,,,354,350,350,350,350,356,,,347,341,363,,,,,359,341,342,344,342,342,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,346,344,363,,,,,,,,,,353,341,342,348,,,,,,347,346,342,342,341,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,344,345,345,349,349,349,349,349,349,349,349,349,341,342,346,342,355,,,,,347,344,341,345,346,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,345,342,344,342,341,341,341,345,341,345,344,341,344,343,343,342,341,349,349,349,349,341,345,342,341,341,346,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,68,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,67,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1920;3328 posEnd=1920;3008 posCurrent=1920;3270 step=4 time=41 phase=4082 channel=1 icon=84 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3072 posEnd=1986;3072 posCurrent=1986;3072 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3072 posEnd=2050;3072 posCurrent=2050;3072 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3072 posEnd=2114;3072 posCurrent=2114;3072 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;3136 posEnd=2178;3136 posCurrent=2178;3136 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3136 posEnd=2242;3136 posCurrent=2242;3136 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3136 posEnd=2306;3136 posCurrent=2306;3136 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3136 posEnd=2370;3136 posCurrent=2370;3136 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;2752 posEnd=2050;2752 posCurrent=2050;2752 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1984;2688 posEnd=1984;3008 posCurrent=1984;2746 step=4 time=41 phase=4082 channel=1 icon=84 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2432 posEnd=2370;2432 posCurrent=2370;2432 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2560 posEnd=2690;2560 posCurrent=2690;2560 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2560 posEnd=2626;2560 posCurrent=2626;2560 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2176 posEnd=2370;2176 posCurrent=2370;2176 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2048;2688 posEnd=2048;2368 posCurrent=2048;2630 step=4 time=41 phase=4082 channel=1 icon=84 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;1792 posEnd=2242;1792 posCurrent=2242;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2240;1856 posEnd=2496;1856 posCurrent=2452;1856 step=4 time=7 phase=4082 channel=10 icon=73 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1792 posEnd=2306;1792 posCurrent=2306;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1792 posEnd=2434;1792 posCurrent=2434;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1792 posEnd=2690;1792 posCurrent=2690;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1472 posEnd=2370;1472 posCurrent=2370;1472 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2112;2048 posEnd=2112;2368 posCurrent=2112;2106 step=4 time=41 phase=4082 channel=1 icon=84 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1472 posEnd=2306;1472 posCurrent=2306;1472 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2176;2048 posEnd=2176;1728 posCurrent=2176;1990 step=4 time=41 phase=4082 channel=1 icon=84 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1152 posEnd=2434;1152 posCurrent=2434;1152 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3072;1792 posEnd=3072;2048 posCurrent=3072;2004 step=4 time=7 phase=4082 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3136;2048 posEnd=3136;1792 posCurrent=3136;1836 step=4 time=7 phase=4082 channel=10 icon=73 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3264;2048 posEnd=3264;1984 posCurrent=3264;1984 step=3 time=1 phase=4082 channel=1 icon=84 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1668 posEnd=2370;1668 posCurrent=2370;1668 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;1668 posEnd=2498;1668 posCurrent=2498;1668 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;1348 posEnd=2498;1348 posCurrent=2498;1348 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1544 posEnd=2754;1544 posCurrent=2754;1544 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3392;1984 posEnd=3392;2048 posCurrent=3392;2048 step=3 time=1 phase=4082 channel=1 icon=84 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;6152 posEnd=1282;6152 posCurrent=1282;6152 step=1 time=0 phase=4082 channel=10 icon=136 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4040 posEnd=1410;4040 posCurrent=1410;4040 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2880 posEnd=2432;2880 posCurrent=2374;2880 step=2 time=1 phase=4082 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2816 posEnd=2432;2816 posCurrent=2374;2816 step=2 time=1 phase=4082 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2752 posEnd=2432;2752 posCurrent=2374;2752 step=2 time=1 phase=4082 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2112;2560 posEnd=2304;2560 posCurrent=2196;2560 step=4 time=17 phase=4082 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2752;1856 posEnd=2496;1856 posCurrent=2540;1856 step=4 time=7 phase=4082 channel=10 icon=73 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1160 posEnd=2754;1160 posCurrent=2754;1160 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3584;2368 posEnd=3712;2368 posCurrent=3680;2368 step=2 time=9 phase=4082 channel=10 icon=202 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=4928;640 posEnd=4928;768 posCurrent=4928;724 step=4 time=7 phase=4082 channel=1 icon=84 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;2504 posEnd=3458;2504 posCurrent=3458;2504 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2504 posEnd=3522;2504 posCurrent=3522;2504 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3712;1856 posEnd=3776;1856 posCurrent=3718;1856 step=2 time=1 phase=4082 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3904;1344 posEnd=4096;1344 posCurrent=3988;1344 step=4 time=17 phase=4082 channel=10 icon=73 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=5824;512 posEnd=5632;512 posCurrent=5824;512 step=1 time=12 phase=4082 channel=13 icon=244 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=5952;256 posEnd=6016;256 posCurrent=5952;256 step=1 time=22 phase=4082 channel=13 icon=273 \r\nMoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=6016;1152 posEnd=6208;1152 posCurrent=6016;1152 step=1 time=2 phase=4082 channel=13 icon=74 \r\nMoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=6080;1152 posEnd=6272;1152 posCurrent=6080;1152 step=1 time=2 phase=4082 channel=13 icon=74 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;1284 posEnd=6146;1284 posCurrent=6146;1284 step=1 time=0 phase=4082 channel=10 icon=29 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3776;1536 posEnd=3904;1536 posCurrent=3872;1536 step=2 time=9 phase=4082 channel=10 icon=202 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;3204 posEnd=2178;3204 posCurrent=2178;3204 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3204 posEnd=2242;3204 posCurrent=2242;3204 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3204 posEnd=2306;3204 posCurrent=2306;3204 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3204 posEnd=2370;3204 posCurrent=2370;3204 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3268 posEnd=2050;3268 posCurrent=2050;3268 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2240;1408 posEnd=2240;1728 posCurrent=2240;1466 step=4 time=41 phase=4082 channel=1 icon=84 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2944 posEnd=2432;2944 posCurrent=2374;2944 step=2 time=1 phase=4082 channel=10 icon=73 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2948 posEnd=2178;2948 posCurrent=2178;2948 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2112;2624 posEnd=2304;2624 posCurrent=2196;2624 step=4 time=17 phase=4082 channel=10 icon=73 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2628 posEnd=2370;2628 posCurrent=2370;2628 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2628 posEnd=2434;2628 posCurrent=2434;2628 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2560 posEnd=2434;2560 posCurrent=2434;2560 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2432 posEnd=2178;2432 posCurrent=2178;2432 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2432 posEnd=2242;2432 posCurrent=2242;2432 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2244 posEnd=2370;2244 posCurrent=2370;2244 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2312 posEnd=2690;2312 posCurrent=2690;2312 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1988 posEnd=2370;1988 posCurrent=2370;1988 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1988 posEnd=2626;1988 posCurrent=2626;1988 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1920 posEnd=3266;1920 posCurrent=3266;1920 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;1988 posEnd=2946;1988 posCurrent=2946;1988 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1988 posEnd=2818;1988 posCurrent=2818;1988 step=1 time=0 phase=4082 channel=10 icon=18 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;1920 posEnd=3394;1920 posCurrent=3394;1920 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1792 posEnd=2370;1792 posCurrent=2370;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;1792 posEnd=2498;1792 posCurrent=2498;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1792 posEnd=2562;1792 posCurrent=2562;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1792 posEnd=2626;1792 posCurrent=2626;1792 step=1 time=0 phase=4082 channel=10 icon=54 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2504 posEnd=3778;2504 posCurrent=3778;2504 step=1 time=0 phase=4082 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2504 posEnd=3842;2504 posCurrent=3842;2504 step=1 time=0 phase=4082 channel=10 icon=25 \r\n"); + worlds.Add(55, "DescFile: posDecor=500;1200 dimDecor=100;100 world=0 music=6 region=29 blupiPos=898;1478 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,87,63,63,63,78,63,63,63,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,63,63,,,,,88,,64,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,,,,,,,,,79,201,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,,,,,,,89,,63,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,,,90,64,64,64,78,64,64,64,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,201,201,78,63,201,64,63,64,63,64,63,64,63,64,63,201,63,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,422,78,201,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,64,201,64,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,63,63,63,201,63,63,63,78,63,63,63,63,63,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,,78,,,,201,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,,78,,,,201,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,64,201,64,64,64,78,64,64,64,64,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,64,64,64,63,64,63,64,63,64,63,64,63,64,63,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,63,63,63,63,63,63,201,63,63,63,63,63,63,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,,,,,201,,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,,,,,201,,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,64,64,64,64,201,64,64,64,64,64,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,64,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,200,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,63,63,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,84,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,84,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,,,,84,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,84,78,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,84,78,,,,84,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,84,78,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,63,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,84,78,64,64,,78,78,78,78,78,78,78,78,78,78,78,63,63,63,63,,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,,78,78,78,63,78,78,78,63,78,78,63,,,,90,64,63,63,63,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,424,78,63,63,,78,63,63,,78,63,,,89,64,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,,88,,89,,87,,89,,88,,90,,78,78,78,63,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,64,64,,78,64,64,,78,64,64,,78,64,78,78,78,304,305,305,305,81,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,64,78,78,78,64,78,78,78,64,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,87,63,63,63,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,63,63,,,,64,63,78,78,78,78,304,305,305,305,81,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,79,201,201,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,63,,,63,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,81,81,81,64,64,,,68,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,,,68,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,201,201,82,78,304,305,305,305,81,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,,,68,78,,,,,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,82,78,78,78,78,,,68,78,,,,,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,82,78,78,78,78,201,201,78,78,,,,,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,,,63,78,,,,,63,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,,,,78,,,,90,,63,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,,,,80,201,201,201,78,201,201,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,63,63,,,78,78,78,78,78,,,,63,,64,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,,,,,64,78,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,,,,,78,78,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,,,,64,78,78,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,64,64,64,78,78,78,78,78,89,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,64,64,64,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,427,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,63,63,,201,63,63,63,63,63,63,63,63,63,63,63,63,201,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,,,,201,64,64,64,64,64,64,64,64,64,64,64,64,201,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,63,,63,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,64,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;896 posEnd=834;896 posCurrent=834;896 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;896 posEnd=898;896 posCurrent=898;896 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;896 posEnd=962;896 posCurrent=962;896 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;896 posEnd=1026;896 posCurrent=1026;896 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;964 posEnd=1154;964 posCurrent=1154;964 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5440;1408 posEnd=5440;1600 posCurrent=5440;1575 step=4 time=4 phase=3685 channel=10 icon=72 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1600 posEnd=1730;1600 posCurrent=1730;1600 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1088 posEnd=1730;1088 posCurrent=1730;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1600 posEnd=1922;1600 posCurrent=1922;1600 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1088 posEnd=1794;1088 posCurrent=1794;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1088 posEnd=1858;1088 posCurrent=1858;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1088 posEnd=2050;1088 posCurrent=2050;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1344 posEnd=1794;1344 posCurrent=1794;1344 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1344 posEnd=1858;1344 posCurrent=1858;1344 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1088 posEnd=2178;1088 posCurrent=2178;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;1088 posEnd=2242;1088 posCurrent=2242;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1088 posEnd=2306;1088 posCurrent=2306;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1088 posEnd=2370;1088 posCurrent=2370;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1156 posEnd=2562;1156 posCurrent=2562;1156 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1156 posEnd=3010;1156 posCurrent=3010;1156 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1156 posEnd=3138;1156 posCurrent=3138;1156 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;1156 posEnd=3330;1156 posCurrent=3330;1156 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;1156 posEnd=3458;1156 posCurrent=3458;1156 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1540 posEnd=3906;1540 posCurrent=3906;1540 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1412 posEnd=3650;1412 posCurrent=3650;1412 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1284 posEnd=3906;1284 posCurrent=3906;1284 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1796 posEnd=3906;1796 posCurrent=3906;1796 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1924 posEnd=3842;1924 posCurrent=3842;1924 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2180 posEnd=3522;2180 posCurrent=3522;2180 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2052 posEnd=3714;2052 posCurrent=3714;2052 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2372 posEnd=3970;2372 posCurrent=3970;2372 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2372 posEnd=4354;2372 posCurrent=4354;2372 step=1 time=0 phase=3685 channel=10 icon=18 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4288;1728 posEnd=4288;1600 posCurrent=4288;1619 step=4 time=6 phase=3685 channel=1 icon=89 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2052 posEnd=5186;2052 posCurrent=5186;2052 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;1732 posEnd=4226;1732 posCurrent=4226;1732 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1668 posEnd=3650;1668 posCurrent=3650;1668 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=832;1152 posEnd=960;1152 posCurrent=917;1152 step=2 time=8 phase=3685 channel=10 icon=201 \r\nMoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=1728;1728 posEnd=1920;1728 posCurrent=1835;1728 step=4 time=8 phase=3685 channel=10 icon=197 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2176;1536 posEnd=2368;1536 posCurrent=2343;1536 step=4 time=4 phase=3685 channel=10 icon=72 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2368;1408 posEnd=2176;1408 posCurrent=2201;1408 step=4 time=4 phase=3685 channel=10 icon=72 \r\nMoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2176;1728 posEnd=2368;1728 posCurrent=2283;1728 step=4 time=8 phase=3685 channel=10 icon=197 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1160 posEnd=2818;1160 posCurrent=2818;1160 step=1 time=0 phase=3685 channel=10 icon=187 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1160 posEnd=3650;1160 posCurrent=3650;1160 step=1 time=0 phase=3685 channel=10 icon=187 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2564 posEnd=4930;2564 posCurrent=4930;2564 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2564 posEnd=4994;2564 posCurrent=4994;2564 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2564 posEnd=5058;2564 posCurrent=5058;2564 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;2564 posEnd=5122;2564 posCurrent=5122;2564 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;2500 posEnd=5954;2500 posCurrent=5954;2500 step=1 time=0 phase=3685 channel=10 icon=33 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;1156 posEnd=3074;1156 posCurrent=3074;1156 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;1156 posEnd=3394;1156 posCurrent=3394;1156 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1224 posEnd=1858;1224 posCurrent=1858;1224 step=1 time=0 phase=3685 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1224 posEnd=1794;1224 posCurrent=1794;1224 step=1 time=0 phase=3685 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1220 posEnd=770;1220 posCurrent=770;1220 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1220 posEnd=1026;1220 posCurrent=1026;1220 step=1 time=0 phase=3685 channel=10 icon=4 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;1540 posEnd=5122;1540 posCurrent=5122;1540 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1540 posEnd=5186;1540 posCurrent=5186;1540 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;1540 posEnd=5250;1540 posCurrent=5250;1540 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1540 posEnd=5058;1540 posCurrent=5058;1540 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;1540 posEnd=4994;1540 posCurrent=4994;1540 step=1 time=0 phase=3685 channel=10 icon=208 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2504 posEnd=5314;2504 posCurrent=5314;2504 step=1 time=0 phase=3685 channel=10 icon=22 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1088 posEnd=2434;1088 posCurrent=2434;1088 step=1 time=0 phase=3685 channel=10 icon=54 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2564 posEnd=5186;2564 posCurrent=5186;2564 step=1 time=0 phase=3685 channel=10 icon=208 \r\n"); + worlds.Add(56, "DescFile: posDecor=0;3400 dimDecor=100;100 world=0 music=5 region=1 blupiPos=130;3654 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,343,343,345,345,345,350,350,343,343,343,342,345,341,342,343,341,346,342,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,343,342,346,343,348,,,347,350,341,341,342,345,345,344,345,343,344,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,342,342,343,342,363,,,358,,354,350,342,346,342,345,344,345,342,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,346,346,342,342,343,355,,,,,,354,343,345,341,345,341,345,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,342,344,341,346,346,348,,,,,,,354,344,345,345,341,344,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,341,346,341,342,350,356,,,,353,355,,,362,346,343,343,342,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,345,344,345,363,,,,,353,346,363,,,354,341,346,346,344,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,341,341,346,348,,,,,347,342,345,355,,,347,345,342,343,346,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,342,344,343,356,,,,353,343,341,341,356,,,347,344,341,343,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,344,343,363,,,,359,350,343,341,348,,,,347,342,346,346,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,344,345,348,,,,,,347,346,348,,,,347,345,346,346,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,346,345,363,,,,,,354,343,348,,,353,341,342,342,342,346,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,343,345,343,355,,,357,,,354,356,,,347,343,342,344,345,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,345,345,345,363,,359,348,,,,,,,347,345,341,341,344,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,345,344,346,348,,,351,,,,357,,,354,345,343,341,345,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,346,346,341,344,355,,351,,353,349,363,,,,362,341,342,341,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,343,345,344,344,363,,351,,347,346,345,355,,,354,344,341,341,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,345,346,343,346,346,342,356,,347,349,342,346,346,343,355,,,347,345,346,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,342,342,344,345,346,342,344,345,343,346,345,348,,,354,345,344,346,346,343,346,355,,362,341,342,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,341,345,346,345,342,341,345,342,341,346,341,348,,,,347,341,346,343,346,342,348,,362,344,345,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,346,341,344,346,343,342,346,341,343,342,341,342,355,,,362,345,341,343,341,345,343,349,346,341,341,344,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,343,346,346,342,345,341,346,345,344,341,344,343,348,,359,350,350,342,346,343,341,346,343,345,341,342,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,342,344,343,346,341,345,345,341,345,346,345,344,356,,,,,362,346,343,344,346,346,341,344,344,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,80,80,84,82,80,81,81,79,81,83,82,79,82,81,346,350,350,363,,,,,,354,342,345,345,341,344,343,346,342,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,84,79,81,79,78,81,79,79,81,79,63,63,201,201,201,201,201,201,201,201,201,201,201,341,341,345,344,341,346,346,346,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,83,80,82,79,78,80,84,82,78,81,,64,81,344,349,348,,,,,,347,349,344,345,344,342,341,344,342,343,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,78,80,79,79,84,81,80,81,84,201,201,80,79,345,343,344,349,355,,,353,341,344,344,342,341,341,345,344,345,346,341,344,342,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,83,80,80,81,81,82,80,201,201,79,82,84,345,343,345,344,342,355,,347,344,341,345,344,343,344,346,342,342,343,345,341,343,346,342,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,81,83,79,81,81,80,84,201,201,81,81,79,78,343,341,343,346,346,348,,362,342,345,346,341,341,343,342,342,341,345,344,345,346,343,341,342,344,341,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,79,84,80,79,82,84,201,201,79,83,79,78,80,345,342,343,346,344,348,,362,342,344,344,345,341,344,346,344,346,342,346,346,341,341,346,345,343,342,343,345,344,341,348,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,81,81,84,81,83,201,201,78,82,80,78,81,78,341,345,345,342,345,341,349,346,343,342,344,342,344,341,344,343,350,341,344,342,343,343,346,343,341,342,345,345,343,344,348,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,81,82,78,83,81,201,79,78,82,78,82,80,80,341,345,342,342,343,345,342,342,344,342,346,341,342,345,343,356,,347,345,344,343,343,341,345,346,346,343,346,346,342,348,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,78,79,79,80,79,201,79,79,80,84,79,82,80,346,341,344,343,342,342,345,341,343,344,346,346,343,344,363,,,347,346,344,344,346,341,344,342,341,342,344,343,345,346,349,349,355,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,84,84,79,84,83,201,81,78,83,83,78,83,84,341,344,346,342,345,346,343,343,345,344,342,346,342,345,348,,,354,350,350,345,343,343,343,341,344,341,345,344,341,342,341,341,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,78,81,81,79,201,63,,87,63,373,345,343,344,343,350,350,350,350,350,350,350,346,345,341,341,346,343,344,356,,,,,,354,350,345,346,341,343,343,344,344,341,343,342,345,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,81,83,79,78,201,,,,,373,345,342,341,348,,,,,,,,347,342,344,342,346,342,363,,,,,357,,,,354,345,342,341,345,346,341,341,342,345,341,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,82,82,83,201,,,,,373,342,343,344,348,,,,,,,,362,344,345,346,346,341,344,355,,,201,344,349,355,,,354,345,342,341,341,343,342,343,345,344,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,84,80,83,201,,,,,373,343,346,345,348,,,,,,,,362,342,341,342,342,344,346,348,,,201,201,201,344,355,,,354,342,342,346,343,343,343,342,342,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,84,83,79,201,,,,,373,341,341,342,363,,,,,,,,362,346,344,344,343,346,345,345,349,349,348,,201,201,343,355,,,354,346,345,346,342,343,343,342,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,80,78,82,201,,,,,373,346,346,342,363,,,,,,,,362,341,344,343,342,344,344,342,344,344,348,,,201,201,346,355,,,354,346,344,342,346,341,345,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,84,79,81,82,201,,,,,373,345,342,346,363,,,,,,,,362,343,343,342,346,341,344,344,343,343,363,,,,201,201,344,355,,,354,341,345,345,341,346,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,79,81,83,201,,,,,373,346,344,346,363,,,,,,,,362,345,343,344,346,341,346,346,341,345,363,,,,,201,201,343,355,,,347,341,345,345,344,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,83,80,82,201,64,,89,64,373,344,343,341,346,78,82,82,84,78,81,78,80,78,78,81,81,81,79,78,341,344,348,,,,,,201,201,363,,,347,345,344,343,343,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,79,79,78,84,78,201,79,81,80,79,80,80,80,80,78,79,78,82,83,83,83,80,84,84,80,84,78,82,342,343,348,,,,,,,201,363,,,362,344,345,346,346,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,78,79,84,82,201,81,84,81,83,80,79,84,80,80,82,81,82,79,80,78,78,84,83,83,82,78,84,346,345,363,,,,,,,,358,,,362,343,345,343,343,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,78,80,84,80,78,201,83,80,84,84,84,81,82,83,81,80,81,78,80,79,80,84,83,78,82,78,78,82,343,345,363,,,,,,,,,,,362,341,343,341,346,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,78,78,80,80,84,81,82,78,201,83,78,78,80,78,81,84,81,79,83,82,80,80,78,81,78,78,80,81,79,78,81,346,342,363,,,,,,,201,355,,,347,342,344,341,343,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,79,84,80,78,78,81,82,81,201,81,78,78,82,78,84,78,82,83,84,82,81,79,80,79,78,84,78,84,84,78,81,343,342,363,,,,,,201,344,348,,,347,343,342,345,341,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,84,82,83,82,81,82,82,84,201,78,80,83,78,80,83,81,84,80,79,78,81,82,201,201,201,201,82,81,78,78,79,341,343,348,,,,,201,342,344,348,,,362,344,345,344,341,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,79,83,78,78,78,84,78,83,201,83,82,82,81,82,83,79,82,81,81,79,87,,,,80,201,82,78,82,78,82,344,342,363,,,,201,342,345,344,348,,,347,345,344,345,346,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,78,81,80,79,84,201,82,,,347,356,,82,83,82,78,81,83,87,,,,,82,201,78,78,81,78,78,345,345,348,,,201,345,343,343,341,348,,,362,342,341,342,344,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,84,80,83,83,82,81,82,201,78,,,351,,,84,80,81,81,79,87,,,,,,83,201,78,81,79,78,80,350,350,350,201,201,345,343,346,350,350,356,,,347,345,345,341,346,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83,79,79,82,78,81,82,201,83,,,351,,,86,86,86,86,86,,,,,,,78,201,201,201,201,201,201,,,,,347,344,344,356,,,,,353,342,344,343,342,346,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,80,80,84,80,84,78,81,78,200,349,363,,,82,84,79,81,84,89,,,,,,78,201,78,83,83,83,83,349,349,355,,362,343,363,,,,357,,362,346,341,342,346,343,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,79,81,80,82,81,80,201,86,,354,341,349,201,78,82,82,78,82,80,89,,,,,82,201,78,82,79,82,78,345,344,348,,347,342,363,,,353,345,349,345,344,344,342,345,344,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,84,82,84,83,78,80,201,81,,,373,348,,82,84,79,82,79,79,81,89,,,,84,201,83,84,83,78,78,344,343,348,,347,341,363,,353,343,345,345,346,344,342,344,341,341,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,83,83,82,82,83,84,79,201,80,,,373,356,,201,201,79,78,82,79,84,81,84,201,201,201,201,80,80,84,79,83,345,341,363,,347,344,363,,347,341,344,346,345,344,341,342,341,345,363,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,80,79,84,80,83,84,80,201,82,,,351,,,81,201,83,83,81,84,83,83,78,82,83,84,84,81,83,81,81,81,341,342,343,201,350,350,345,201,345,344,345,342,345,342,346,344,344,342,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,79,81,81,82,79,84,201,84,,,362,355,,84,201,81,80,81,82,80,84,78,84,84,83,80,82,78,79,83,80,343,344,348,,,,358,,347,345,341,342,344,342,341,342,341,342,348,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,78,84,78,84,84,84,84,201,86,,,347,348,,80,201,79,83,81,83,82,83,80,80,84,81,83,84,83,79,83,82,342,346,363,,,,,,362,342,346,344,342,345,345,345,350,350,356,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,83,84,78,78,78,81,79,78,,,347,363,,79,201,80,80,79,78,82,81,81,80,79,78,78,78,79,79,78,80,344,342,341,355,,,,353,346,343,341,345,342,343,342,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,80,84,82,84,81,79,86,79,,,347,363,,201,201,79,78,84,82,83,84,81,84,82,82,79,81,83,82,80,83,342,342,343,346,349,349,349,345,345,345,342,343,344,343,342,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,80,78,80,78,84,81,83,86,79,,353,345,356,,82,82,78,83,78,80,83,78,82,80,83,78,79,80,81,84,78,81,346,344,345,344,342,345,346,344,343,342,345,343,345,342,343,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,79,83,79,79,79,78,82,82,78,200,345,363,,,201,201,78,81,81,78,81,81,79,80,86,80,81,78,86,86,83,81,344,341,345,345,346,344,345,343,343,341,346,345,344,342,344,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,82,82,83,80,81,83,83,82,,347,348,,,79,86,80,82,78,80,86,86,86,81,79,78,84,82,86,86,84,80,341,341,344,343,342,342,344,342,344,344,341,346,344,343,341,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,80,79,84,83,82,82,79,201,,347,348,,,82,86,84,201,201,201,201,78,201,201,201,201,201,81,86,86,82,79,345,345,344,344,343,341,342,342,343,342,343,344,341,345,343,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,81,80,81,81,79,82,84,201,,354,363,,,83,201,79,201,201,201,201,79,84,81,84,83,201,82,81,81,78,79,344,344,342,341,341,343,341,343,341,345,344,343,343,341,341,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,84,80,81,83,78,82,79,201,,,347,355,,63,,354,343,343,343,344,343,343,343,344,342,342,344,341,343,342,342,341,342,345,345,342,343,343,341,342,342,341,341,342,345,343,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,79,81,82,80,79,,,354,348,,,,,362,343,345,341,344,343,344,343,345,342,344,341,343,345,341,342,345,344,345,345,343,343,344,344,345,345,342,343,344,345,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,84,78,81,86,84,,,,354,349,355,,,347,345,342,343,341,344,341,343,343,343,345,342,344,344,341,345,342,344,345,344,345,341,345,342,341,345,342,344,343,341,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,78,82,82,86,80,,89,,,354,356,,,362,343,341,345,341,344,341,341,343,343,345,341,341,344,343,343,342,342,341,343,344,342,344,342,345,341,342,344,345,341,363,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,81,79,84,86,80,200,84,,,,,,353,341,344,343,344,342,341,343,345,345,341,343,343,342,343,345,341,345,341,342,343,342,341,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,82,82,80,82,64,80,,90,64,,353,345,343,345,83,79,201,81,84,201,81,79,79,81,80,81,82,78,79,82,82,79,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,78,79,82,83,82,78,78,201,84,79,201,78,201,201,201,84,82,201,82,79,201,78,86,86,83,83,84,81,78,82,79,84,80,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,78,78,78,78,84,83,79,81,79,86,78,84,78,79,80,84,78,64,84,82,201,80,82,80,83,78,78,78,84,84,81,83,78,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,81,83,78,78,81,81,78,80,83,86,80,82,79,83,79,83,82,78,80,78,79,84,80,82,81,79,80,78,83,81,82,81,83,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,82,84,79,84,81,81,80,83,79,84,81,84,84,82,84,80,82,84,80,78,83,83,83,81,80,80,81,83,84,81,83,80,84,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,80,80,84,82,83,84,80,84,84,80,79,84,80,82,79,81,79,83,79,82,83,79,81,83,84,80,81,79,81,84,78,79,80,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,84,78,78,83,80,82,80,81,84,84,80,78,79,81,82,83,83,81,81,84,78,79,84,81,80,82,80,78,79,83,84,78,79,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=704;3328 posEnd=640;3328 posCurrent=704;3328 step=1 time=7 phase=1057 channel=13 icon=74 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=384;3392 posEnd=512;3392 posCurrent=384;3392 step=1 time=25 phase=1057 channel=13 icon=274 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=64;3520 posEnd=128;3520 posCurrent=64;3520 step=1 time=7 phase=1057 channel=13 icon=248 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=1024;3584 posEnd=960;3584 posCurrent=1024;3584 step=1 time=7 phase=1057 channel=13 icon=239 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=896;3904 posEnd=704;3904 posCurrent=704;3904 step=3 time=12 phase=1057 channel=13 icon=243 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;4040 posEnd=1218;4040 posCurrent=1218;4040 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=10 timeStopEnd=10 posStart=1536;3712 posEnd=1536;3072 posCurrent=1536;3315 step=4 time=38 phase=1057 channel=1 icon=80 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3528 posEnd=1858;3528 posCurrent=1858;3528 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2240;2688 posEnd=2560;2688 posCurrent=2272;2688 step=2 time=3 phase=1057 channel=1 icon=89 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2304;2688 posEnd=2624;2688 posCurrent=2336;2688 step=2 time=3 phase=1057 channel=1 icon=88 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=3648;2688 posEnd=3712;2688 posCurrent=3648;2688 step=1 time=7 phase=1057 channel=13 icon=248 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=2368;2752 posEnd=2496;2752 posCurrent=2496;2752 step=3 time=22 phase=1057 channel=13 icon=249 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=3840;2880 posEnd=3648;2880 posCurrent=3648;2880 step=3 time=12 phase=1057 channel=13 icon=243 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4168 posEnd=2050;4168 posCurrent=2050;4168 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4484 posEnd=3138;4484 posCurrent=3138;4484 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4356 posEnd=2370;4356 posCurrent=2370;4356 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;4420 posEnd=2434;4420 posCurrent=2434;4420 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4484 posEnd=2498;4484 posCurrent=2498;4484 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4548 posEnd=2562;4548 posCurrent=2562;4548 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4612 posEnd=2626;4612 posCurrent=2626;4612 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2432;4352 posEnd=2496;4352 posCurrent=2432;4352 step=1 time=7 phase=1057 channel=13 icon=248 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;4676 posEnd=2690;4676 posCurrent=2690;4676 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;4488 posEnd=3842;4488 posCurrent=3842;4488 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2560;4480 posEnd=2624;4480 posCurrent=2560;4480 step=1 time=7 phase=1057 channel=13 icon=248 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;4616 posEnd=3458;4616 posCurrent=3458;4616 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4744 posEnd=2498;4744 posCurrent=2498;4744 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4232 posEnd=2242;4232 posCurrent=2242;4232 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4488 posEnd=2242;4488 posCurrent=2242;4488 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4040 posEnd=1090;4040 posCurrent=1090;4040 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4040 posEnd=1154;4040 posCurrent=1154;4040 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4676 posEnd=2946;4676 posCurrent=2946;4676 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2688;4608 posEnd=2752;4608 posCurrent=2688;4608 step=1 time=7 phase=1057 channel=13 icon=248 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;4612 posEnd=3010;4612 posCurrent=3010;4612 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;4548 posEnd=3074;4548 posCurrent=3074;4548 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;4420 posEnd=3202;4420 posCurrent=3202;4420 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4356 posEnd=3266;4356 posCurrent=3266;4356 step=1 time=0 phase=1057 channel=10 icon=0 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4868 posEnd=2882;4868 posCurrent=2882;4868 step=1 time=0 phase=1057 channel=10 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;2632 posEnd=4610;2632 posCurrent=4610;2632 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2888 posEnd=3202;2888 posCurrent=3202;2888 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4168 posEnd=1986;4168 posCurrent=1986;4168 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4808 posEnd=3394;4808 posCurrent=3394;4808 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;3974 posEnd=578;3974 posCurrent=578;3974 step=1 time=0 phase=1057 channel=10 icon=178 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2760 posEnd=4674;2760 posCurrent=4674;2760 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2952 posEnd=4674;2952 posCurrent=4674;2952 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2888 posEnd=3266;2888 posCurrent=3266;2888 step=1 time=0 phase=1057 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3528 posEnd=1794;3528 posCurrent=1794;3528 step=1 time=0 phase=1057 channel=10 icon=21 \r\n"); + worlds.Add(57, "DescFile: posDecor=3350;3770 dimDecor=100;100 world=0 music=1 region=10 blupiPos=3778;4102 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,81,82,82,79,84,81,83,83,82,79,78,81,80,84,79,83,80,84,83,81,83,83,79,81,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,79,81,83,84,82,83,81,79,82,83,78,80,81,82,201,201,201,81,79,82,81,81,81,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,81,82,83,84,82,201,79,81,82,81,80,80,79,84,201,201,201,201,201,82,79,80,80,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,84,81,78,81,81,82,201,80,80,78,84,83,83,82,82,201,201,80,201,201,78,79,78,81,84,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,83,83,83,81,80,201,84,83,78,79,84,83,82,81,,80,79,78,,83,82,80,81,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,84,83,79,81,79,201,82,79,78,83,81,83,82,78,200,81,81,78,200,78,78,84,81,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,78,84,84,82,84,79,201,83,80,83,81,80,80,79,80,,81,79,78,,82,79,82,81,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,80,79,84,78,79,201,78,83,82,83,78,81,78,201,201,201,84,201,201,84,81,80,84,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,82,80,82,84,201,201,201,78,78,81,83,79,78,80,201,201,201,201,201,201,83,83,84,83,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,80,81,,,,63,84,201,201,201,84,201,201,201,78,78,201,78,83,81,81,81,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,78,79,,,,,201,201,84,201,201,201,84,84,80,80,201,201,84,78,84,84,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,83,83,82,84,,,,64,82,83,79,79,78,81,80,78,78,83,201,81,82,79,82,81,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,81,83,80,,,,84,81,80,80,78,84,78,80,83,80,84,,80,83,82,80,82,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,81,83,82,,,,201,63,84,84,78,82,80,83,84,78,79,,82,80,83,78,82,84,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,79,83,80,,,,201,,63,78,84,83,84,80,83,80,78,,84,81,79,83,79,80,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,80,81,82,84,,,,201,,,92,84,78,80,79,80,79,81,,83,84,83,84,82,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,78,83,84,,,,201,,,92,84,79,82,78,82,84,80,201,81,84,79,79,80,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,84,83,83,,,,201,,,92,84,83,84,78,79,80,78,201,201,82,83,83,83,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83,81,84,81,,,,201,,,92,84,82,81,80,81,79,79,201,78,81,80,84,78,81,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,78,81,79,,,,201,,,92,84,83,84,81,81,83,80,,81,78,78,81,81,82,81,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,83,84,84,,,,201,,,92,84,81,83,83,79,79,84,,84,80,79,78,81,78,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,83,78,78,,,,201,,,92,84,82,78,82,80,83,83,,84,84,82,78,84,84,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,84,81,83,,,64,201,,,92,84,82,79,82,78,78,82,,82,79,79,81,83,81,81,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,82,78,83,200,200,78,201,,,92,84,84,81,84,84,79,81,201,82,82,79,82,82,80,81,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,79,79,81,,,63,201,,,92,84,82,84,84,80,80,82,201,201,82,84,83,81,81,81,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,82,83,83,82,81,84,83,79,82,82,82,79,82,83,82,83,79,,,,201,,,92,84,83,80,79,84,78,84,201,78,79,84,82,78,80,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,78,79,84,78,81,79,79,84,80,80,84,83,82,78,80,80,80,,,,201,,,92,84,84,79,80,78,82,80,,80,79,81,81,84,83,81,82,82,,,,,,,,,,,,,84,83,80,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,80,83,78,79,79,83,78,81,83,82,84,78,80,80,80,82,83,,,,201,,,92,84,79,79,81,81,79,81,,80,84,78,84,81,81,80,83,78,,,,,,,,,,,,81,78,79,83,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,83,80,81,83,80,78,82,81,84,78,79,82,78,82,83,83,78,,,,201,,,92,84,79,82,78,78,79,78,,78,84,79,80,84,80,84,81,83,,,,,,,,,,,,80,78,81,80,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,81,84,78,79,80,81,84,83,82,84,79,82,78,81,81,80,84,,,,201,,,92,84,81,81,81,83,84,80,,84,82,78,78,84,84,78,80,80,,,,,,,,,,,,79,80,79,82,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,78,80,83,79,80,82,79,80,82,80,79,84,83,84,78,81,83,,,,201,,,92,84,82,80,80,82,81,78,201,84,80,80,84,83,84,78,82,79,,,,,,,,,,,,,82,83,78,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,79,83,83,81,82,84,78,83,83,78,80,78,80,83,81,80,78,,,,201,,,92,84,79,79,78,83,80,78,201,201,81,83,81,84,79,83,78,84,,,,,,,,,,,,,,80,82,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,81,79,78,84,81,83,83,80,81,83,79,78,83,83,84,83,82,,,,201,,,92,84,84,78,84,84,82,83,201,82,83,83,81,78,81,83,82,84,,,,,,,,,,,,,,84,84,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,81,80,84,80,83,201,63,63,63,84,79,81,82,82,78,79,78,,,,201,64,64,92,84,82,83,79,82,78,84,,83,83,82,81,79,80,80,83,80,,,,,,,,,,,,,,82,84,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,79,79,78,79,87,,,90,,63,84,84,80,82,79,84,82,201,201,201,83,79,84,83,83,83,80,78,84,81,80,,80,83,83,82,81,81,82,79,,,,,,,,,,,,,,,78,84,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,84,81,83,88,,,,81,200,200,79,84,84,84,83,81,78,201,201,201,81,81,80,78,78,79,81,78,80,83,82,,81,84,84,81,84,81,79,81,,,,,,,,,,,,,,,84,81,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,79,79,81,,,,230,81,,,82,82,79,81,80,81,82,79,201,79,78,78,84,82,83,84,80,83,78,84,83,,82,82,79,78,79,81,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,82,81,81,90,,,,81,200,200,79,84,80,82,80,80,82,79,,83,84,82,82,78,79,83,80,80,80,80,83,201,78,83,83,82,84,83,79,83,,,,,,,,,,,,,,,78,80,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,78,79,84,80,89,,,88,,,81,82,80,83,83,80,79,78,,82,79,82,80,80,82,78,82,84,78,79,78,201,201,81,81,83,84,82,79,82,,,,,,,,,,,,,,,80,83,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,79,81,82,83,84,201,,,,,81,82,84,82,82,83,84,84,,78,82,81,81,80,78,78,80,83,78,84,84,201,80,79,82,79,81,82,80,81,,,,,,,,,,,,,,,78,80,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,84,82,79,81,83,201,201,201,201,201,80,84,82,81,82,78,82,81,200,80,82,78,80,78,81,83,84,82,83,87,63,,78,81,78,81,82,83,80,81,,,,,,,,,,,,,,,82,84,78,78,79,84,78,82,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,84,78,84,83,83,201,,,,,201,84,82,84,84,78,82,84,,83,78,83,80,84,78,83,81,84,87,,,,84,82,79,83,84,78,83,82,,,,,,,,,,,,,,,83,80,81,79,82,78,78,81,80,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,80,83,80,79,78,201,,,,,201,201,84,79,80,80,82,81,,82,78,84,84,84,84,81,80,81,,,,,79,81,82,78,84,82,78,79,,,,,,,,,,,,,,,81,81,78,79,80,82,79,78,83,,,84,83,84,80,83,81,81,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,84,84,82,83,82,201,201,201,201,201,83,201,201,79,81,80,83,82,,83,83,83,80,79,79,78,84,81,,,,,79,83,81,78,80,78,80,78,,,,,,,,,,,,,,,79,79,83,84,82,83,81,81,80,,,79,81,79,83,78,82,82,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,84,84,84,81,81,201,,,,,80,,,63,81,80,81,82,,79,82,80,83,79,82,82,80,79,89,,,,81,80,80,78,81,82,79,81,,,,,,,,,,,,,,,81,80,83,78,84,79,78,78,79,,,81,84,82,79,79,79,78,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,80,80,82,83,83,201,,,,,82,,,,80,81,82,80,201,84,80,81,79,84,82,78,83,78,84,89,,64,81,83,82,83,78,84,83,79,,,,,,,,,,,,,,,81,83,79,79,83,80,82,84,81,,,79,80,79,83,79,81,79,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,81,78,79,83,82,201,,,,,80,201,201,201,201,201,201,201,201,84,84,79,83,80,78,78,81,80,84,78,201,79,82,84,80,84,78,84,82,82,,,,,,,,,,,,,,,80,78,84,84,81,81,82,79,84,,,81,81,84,84,84,80,83,80,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,79,80,78,81,78,201,,,,,82,,,,,,,,,84,81,78,82,80,79,80,78,84,80,84,201,84,78,82,84,79,80,84,81,79,,,,,,,,,,,,,,,79,84,81,78,83,81,84,81,79,,,79,80,80,81,83,82,82,78,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,83,84,78,83,81,201,,,,,79,,,,,359,355,,,79,78,79,81,82,80,78,79,81,81,80,422,80,80,82,79,83,78,78,79,83,80,84,82,82,84,84,79,79,78,79,79,,,,78,83,84,84,79,83,80,81,80,,,84,81,84,82,83,81,80,81,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,84,80,81,82,78,201,,,,81,83,,,,,,351,,,81,83,78,78,84,78,78,83,80,83,81,201,84,81,80,81,81,82,79,82,83,80,81,79,81,78,81,84,84,81,80,79,,,,84,81,79,78,79,78,78,83,82,82,83,83,83,81,79,79,82,84,79,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,80,83,79,82,81,201,,,,83,83,,,,,,351,,,82,82,83,82,82,82,84,81,82,79,78,201,81,84,79,81,82,78,78,80,78,79,81,80,82,79,80,79,81,78,84,79,,,,82,81,83,78,79,80,81,80,79,79,81,78,78,79,78,82,80,83,84,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,79,80,82,79,81,201,,,,,79,,,,,359,356,,,84,80,83,80,83,87,63,63,201,201,201,201,80,78,78,82,78,84,79,81,83,83,82,78,84,78,81,79,82,78,79,78,,,,78,80,84,82,84,78,83,81,79,83,79,82,82,81,81,84,78,83,80,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,83,79,78,81,78,201,,,,,78,,,,,,,,,79,84,81,82,81,,,,,,,,79,83,79,81,81,82,78,82,82,83,84,79,83,78,82,79,79,81,81,79,,,,80,79,80,80,81,83,81,81,80,82,79,81,83,78,78,84,81,79,80,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,83,81,79,78,80,201,,,,,201,201,201,84,201,201,201,201,201,80,84,83,80,79,,,,359,355,,,84,83,84,78,80,79,81,83,78,80,83,82,79,78,82,82,82,81,79,82,,,,83,81,84,82,82,83,79,81,79,81,80,80,84,82,79,84,81,82,83,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,78,79,82,83,80,201,,,,,80,82,83,80,201,83,79,83,201,83,81,79,79,80,,,,,351,,,84,81,81,80,83,83,82,84,84,83,78,80,83,78,83,81,81,82,78,78,,,,83,83,84,78,78,83,79,80,84,81,78,83,78,83,78,79,81,83,81,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,79,84,78,78,78,201,,,,,78,81,84,78,201,83,78,80,,78,82,83,80,84,,,,,351,,,84,79,78,78,80,80,79,80,83,84,82,83,82,78,80,81,84,80,82,78,,,,80,82,82,82,81,81,83,79,84,80,79,84,83,84,80,80,82,79,78,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,80,80,81,81,78,201,,,,,80,79,84,83,82,82,84,82,,84,82,82,78,84,,,,,351,,,81,83,81,84,81,83,84,78,82,79,83,80,80,78,81,82,81,81,84,83,,,,82,78,82,83,80,84,79,81,81,78,84,78,79,82,84,78,79,83,82,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,80,83,78,83,80,201,,,,,83,84,78,83,81,82,82,81,201,80,79,79,84,83,,,,,347,349,349,81,83,84,80,78,83,83,81,83,83,78,78,78,78,83,83,83,78,82,84,,,,81,81,78,79,83,84,84,78,80,80,79,82,84,79,78,80,81,78,81,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,78,81,80,79,80,201,,,,,83,81,84,83,81,83,81,87,,84,79,79,84,80,,,,,362,350,350,84,79,83,79,81,84,87,63,63,63,63,78,78,82,82,82,84,78,82,84,,,,80,81,84,82,81,79,78,78,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,81,82,81,80,84,201,,,,,80,81,84,80,83,82,80,,,78,82,83,78,84,,,,,351,,,84,78,79,78,80,81,,,,,,78,78,78,83,81,81,81,83,81,,,,84,79,80,79,84,79,84,81,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,84,82,78,80,78,201,,,,,79,84,83,83,84,83,83,89,64,82,83,81,78,83,,,,,351,,,80,79,78,81,78,79,,,,,64,79,83,78,78,79,80,84,78,81,,,,82,78,83,79,78,79,81,83,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,78,83,80,81,78,201,,,,,84,80,78,81,84,79,82,80,83,83,79,80,83,82,,,,,351,,,82,84,83,81,82,80,201,201,201,201,84,78,79,79,82,80,83,84,83,82,,,,80,84,81,79,78,82,80,78,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,78,79,82,82,84,201,,,,,79,81,79,78,84,80,82,84,81,79,79,84,78,81,,,,359,356,,,83,82,80,82,82,83,,,,,63,81,82,81,78,81,84,80,83,78,,,,84,78,83,79,79,80,83,82,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,84,84,81,80,83,79,201,,,,,81,78,79,80,78,79,82,84,83,82,80,78,79,79,,,,,,,,78,78,80,78,80,78,,,,,,81,78,80,82,79,81,83,78,81,,,,82,83,80,80,78,81,80,83,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,78,80,82,80,80,201,,,,,79,79,81,82,83,78,78,83,82,84,78,83,83,81,89,64,64,201,201,201,201,81,80,83,79,81,84,,,,,,81,84,84,80,80,78,82,83,83,,,,80,82,81,81,79,81,80,82,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,78,82,79,80,81,79,78,,,,,79,81,78,78,81,82,78,78,79,79,83,81,80,79,80,80,78,78,78,201,79,81,78,80,84,83,83,,,,,,81,82,79,84,82,84,80,80,79,,,,,,,,80,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,82,78,82,80,83,78,89,64,64,64,78,78,81,82,78,78,78,81,83,83,81,81,82,78,80,83,80,81,81,201,79,80,83,83,80,82,82,,,,,,81,78,78,83,79,78,81,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,84,78,84,79,80,84,83,79,84,83,80,82,79,82,80,84,84,80,81,78,81,78,83,79,79,82,82,84,83,201,79,84,78,84,81,78,83,,,,,,81,78,83,78,78,79,81,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,79,83,79,78,78,83,82,81,82,84,81,84,81,78,79,84,84,81,83,82,82,82,79,78,84,82,82,83,79,,63,84,84,83,81,79,81,,,,,,81,78,78,80,82,81,78,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,81,84,83,82,81,81,83,80,79,82,78,84,81,79,83,81,80,82,80,83,80,78,82,80,82,80,78,81,79,82,,,79,84,80,81,83,83,,,,,,81,80,79,78,82,84,82,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,83,82,84,80,78,81,83,79,82,78,84,81,81,78,84,81,78,81,79,80,78,82,78,82,81,81,83,80,83,82,,,201,81,84,83,83,82,,,,,,81,79,78,81,81,82,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,80,83,80,83,80,82,82,82,79,83,79,79,81,81,83,82,83,82,79,80,83,79,78,84,81,83,81,84,82,79,,,79,82,79,79,79,78,,,,,,81,78,81,81,79,82,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,82,78,84,84,80,82,83,80,80,79,81,82,78,84,78,84,80,82,84,81,78,83,79,81,79,84,83,83,79,83,201,201,81,80,81,82,78,83,,,,,,81,80,81,80,80,80,78,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,79,83,80,84,81,79,81,79,82,81,82,82,83,81,78,82,78,84,80,83,84,83,79,84,84,84,80,82,84,63,,,79,84,83,78,79,82,,,,,,81,80,78,83,79,81,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,79,80,80,84,79,83,84,79,80,,,,78,78,79,84,84,79,,,,,,81,79,83,82,80,82,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,83,83,80,81,84,84,78,78,81,,,,79,81,82,79,82,83,,,,,64,81,79,81,84,78,80,82,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,79,82,81,84,84,78,79,84,83,81,,,,82,83,82,83,81,80,201,201,201,201,84,78,78,80,81,80,84,80,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,82,80,84,83,84,80,78,79,79,78,,,,84,78,82,81,78,82,,,,,63,78,78,84,78,82,84,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,80,78,83,84,84,82,79,82,,64,64,79,78,80,82,78,84,89,64,64,64,,83,78,80,79,84,78,84,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,83,82,84,78,83,82,80,80,84,201,82,82,83,79,79,80,80,80,81,81,78,79,201,84,80,80,80,80,81,83,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,83,81,82,80,79,83,78,80,84,80,201,81,79,84,79,82,78,80,79,82,80,78,84,,63,64,63,79,82,84,83,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,81,80,82,78,79,81,82,84,201,83,84,82,84,83,82,81,84,82,84,81,78,80,82,80,201,79,84,82,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,82,78,82,83,81,84,84,79,84,201,83,83,83,82,79,80,79,79,78,81,82,82,84,82,84,201,80,80,78,82,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,80,78,84,78,79,80,83,81,81,78,201,84,81,79,82,84,79,79,81,78,79,84,81,78,79,87,,84,84,82,82,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,82,79,80,84,82,78,84,80,78,201,201,201,83,84,83,63,63,63,78,78,81,81,82,80,87,,,79,84,79,83,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,82,84,83,80,84,78,82,201,201,201,201,201,81,84,,,,63,80,82,78,79,87,,,,79,82,78,78,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,79,81,79,82,84,80,84,63,,,84,,,63,81,,,,,63,80,82,87,,,,,81,79,83,83,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,78,79,84,81,82,81,,,,83,,,,79,,,,,,63,87,,,,,,84,83,84,81,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,84,81,82,79,84,201,,,,79,,,,201,201,201,201,201,201,201,201,201,201,201,201,201,82,82,84,79,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,82,80,81,80,81,78,,,,83,,,,78,,,,,,64,89,,,,,,81,81,83,78,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,79,84,82,79,84,79,64,,,84,,,64,78,,,,,64,80,81,89,,,,,84,80,81,84,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,83,78,78,82,80,83,79,201,201,201,201,201,81,78,,,,64,79,80,84,84,89,,,,82,80,84,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,84,79,83,78,78,79,84,84,82,201,201,201,82,84,84,64,64,64,81,84,82,78,84,78,89,,,83,84,82,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,82,78,82,84,80,81,79,83,81,201,83,82,78,80,81,81,83,81,84,83,80,84,79,82,89,,79,81,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,83,81,81,78,80,84,80,80,80,201,82,79,79,83,84,80,80,79,80,78,83,78,84,81,80,201,84,78,84,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,83,80,78,80,80,83,84,83,84,201,80,79,80,79,78,79,78,82,81,79,83,84,84,78,83,201,79,84,78,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83,80,78,81,81,80,80,78,79,79,201,80,82,84,80,82,81,83,84,80,78,81,84,84,80,83,201,80,83,83,79,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,79,79,78,81,84,79,84,82,201,81,78,80,84,81,84,78,80,82,79,82,80,78,81,82,201,78,81,82,82,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,81,79,83,81,80,83,83,78,78,79,81,79,83,81,79,84,81,82,81,80,81,82,79,79,83,201,79,83,78,79,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,82,84,79,83,78,84,78,79,83,80,82,79,83,83,84,78,81,82,81,84,79,78,81,84,81,84,82,82,80,82,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5632;3840 posEnd=5632;3584 posCurrent=5632;3616 step=2 time=35 phase=4934 channel=1 icon=78 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=5376;3584 posEnd=5440;3584 posCurrent=5440;3584 step=2 time=8 phase=4934 channel=12 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=5888;3584 posEnd=5824;3584 posCurrent=5824;3584 step=2 time=8 phase=4934 channel=12 icon=66 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3264;3200 posEnd=3264;3456 posCurrent=3264;3424 step=2 time=35 phase=4934 channel=1 icon=87 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;4296 posEnd=6274;4296 posCurrent=6274;4296 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;4296 posEnd=6210;4296 posCurrent=6210;4296 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3784 posEnd=5442;3784 posCurrent=5442;3784 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;3784 posEnd=5826;3784 posCurrent=5826;3784 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;3208 posEnd=5634;3208 posCurrent=5634;3208 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3968;3904 posEnd=4032;3904 posCurrent=4032;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4096;3904 posEnd=4160;3904 posCurrent=4160;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4224;3904 posEnd=4288;3904 posCurrent=4288;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4352;3904 posEnd=4416;3904 posCurrent=4416;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4480;3904 posEnd=4544;3904 posCurrent=4544;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4608;3904 posEnd=4672;3904 posCurrent=4672;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4736;3904 posEnd=4800;3904 posCurrent=4800;3904 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=5632;4352 posEnd=5632;3968 posCurrent=5632;4180 step=2 time=27 phase=4934 channel=1 icon=78 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=5568;4096 posEnd=5696;4096 posCurrent=5616;4096 step=2 time=6 phase=4934 channel=13 icon=65 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3840;3072 posEnd=3776;3072 posCurrent=3776;3072 step=2 time=8 phase=4934 channel=13 icon=66 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3584;3072 posEnd=3520;3072 posCurrent=3520;3072 step=2 time=8 phase=4934 channel=13 icon=66 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=4096;3456 posEnd=4096;3200 posCurrent=4096;3232 step=2 time=35 phase=4934 channel=1 icon=89 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=4864;3392 posEnd=4800;3392 posCurrent=4800;3392 step=2 time=10 phase=4934 channel=13 icon=250 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2632 posEnd=3714;2632 posCurrent=3714;2632 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2632 posEnd=3778;2632 posCurrent=3778;2632 step=1 time=0 phase=4934 channel=10 icon=138 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2632 posEnd=3842;2632 posCurrent=3842;2632 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2752;3456 posEnd=2688;3456 posCurrent=2688;3456 step=2 time=10 phase=4934 channel=13 icon=250 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;3204 posEnd=3650;3204 posCurrent=3650;3204 step=1 time=0 phase=4934 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;3204 posEnd=3714;3204 posCurrent=3714;3204 step=1 time=0 phase=4934 channel=10 icon=6 \r\nMoveObject: type=33 stepAdvance=60 stepRecede=60 timeStopStart=23 timeStopEnd=23 posStart=512;2688 posEnd=128;2688 posCurrent=512;2688 step=1 time=4 phase=4934 channel=13 icon=238 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=832;2752 posEnd=1152;2752 posCurrent=937;2752 step=2 time=33 phase=4934 channel=1 icon=89 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=896;2752 posEnd=1216;2752 posCurrent=1001;2752 step=2 time=33 phase=4934 channel=1 icon=87 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1664;2752 posEnd=1344;2752 posCurrent=1559;2752 step=2 time=33 phase=4934 channel=1 icon=88 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1600;2752 posEnd=1280;2752 posCurrent=1495;2752 step=2 time=33 phase=4934 channel=1 icon=90 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1728;2752 posEnd=2048;2752 posCurrent=1833;2752 step=2 time=33 phase=4934 channel=1 icon=89 \r\nMoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1792;2752 posEnd=2112;2752 posCurrent=1897;2752 step=2 time=33 phase=4934 channel=1 icon=87 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2436 posEnd=3202;2436 posCurrent=3202;2436 step=1 time=0 phase=4934 channel=10 icon=33 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2436 posEnd=3138;2436 posCurrent=3138;2436 step=1 time=0 phase=4934 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2376 posEnd=3522;2376 posCurrent=3522;2376 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3072;2304 posEnd=3136;2304 posCurrent=3136;2304 step=2 time=8 phase=4934 channel=12 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3008;2240 posEnd=3072;2240 posCurrent=3072;2240 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3136;2240 posEnd=3200;2240 posCurrent=3200;2240 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3264;2240 posEnd=3328;2240 posCurrent=3328;2240 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3072;2176 posEnd=3136;2176 posCurrent=3136;2176 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3200;2176 posEnd=3264;2176 posCurrent=3264;2176 step=2 time=8 phase=4934 channel=13 icon=61 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3200;2304 posEnd=3264;2304 posCurrent=3264;2304 step=2 time=8 phase=4934 channel=12 icon=61 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1798 posEnd=2306;1798 posCurrent=2306;1798 step=1 time=0 phase=4934 channel=10 icon=178 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;3720 posEnd=5378;3720 posCurrent=5378;3720 step=1 time=0 phase=4934 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3720 posEnd=5890;3720 posCurrent=5890;3720 step=1 time=0 phase=4934 channel=10 icon=22 \r\n"); + worlds.Add(58, "DescFile: posDecor=0;1300 dimDecor=100;100 world=0 music=9 region=21 blupiPos=194;1606 blupiDir=2 \r\nDecor: \r\n79,83,84,83,82,81,83,81,80,82,82,78,80,81,78,82,84,79,79,79,83,83,79,82,83,84,82,84,81,78,78,78,78,78,78,78,78,78,78,84,81,84,80,78,78,78,78,78,83,84,81,84,84,78,78,78,79,79,79,84,84,80,78,81,82,83,84,84,83,81,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,83,63,63,63,79,201,78,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,78,83,83,78,78,83,80,81,82,80,79,79,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,,,,,,,,,,,,,,,,,,,,,,84,,,,84,,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,79,81,78,201,83,83,79,82,78,80,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,,,,,,,,,,,,,,,,,,,,,,82,,,,81,,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,79,,82,83,83,84,79,81,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,,,,,,,,,,,,,,,,,,,,,,84,,64,,201,,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,63,82,84,,84,83,78,78,81,84,82,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n79,,,,,,,,,,,,,,,,,,,,,,201,,80,201,80,,78,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,358,,,201,80,,80,80,84,84,83,84,84,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,,,,,,,,,,,,,,,,,,,,,,81,64,63,64,81,334,79,,,,,,,,,,,,,,,,,,,,,,,,361,,353,363,,,,,201,201,,83,84,81,78,79,82,79,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n80,,,,,,,,,,,,,,,,,,,,,,78,84,83,80,81,201,78,,,,,,,,,,,,,,,,,,,,,,357,,,,362,348,,,,,201,83,,82,84,83,81,82,78,84,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,,,,,,,,,,,,,,,,,,,,,64,63,68,82,63,63,,84,,,,,,,,,,,,,,,,,,,,361,,351,,,,347,345,360,,,,79,84,,82,84,81,84,80,81,84,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,,,,,,,,,,,,,,,,,,,,,84,200,84,80,,,,84,,,,,,,,,,,,,,,,,,357,,,,358,,,,347,363,,,,,82,84,,79,80,78,80,84,84,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,,,,,,,,,,,,,,,,,,,,,63,,68,81,,,,81,,,,,,,,,,,,,,,,,,351,,,,,,,,354,363,,,,,80,78,,84,82,80,81,79,78,83,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,,,,,,,,,,,,,,,,,,,,,64,,68,80,,,,81,,,,,,,,,,,,,,,,,,347,355,,,,,,,,358,,,,,78,80,201,82,80,80,81,80,83,81,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,,,,,,,,,,,,,,,,,,,,,84,200,84,80,,,,84,,,,,,,361,,,,,,,,,,,362,356,,,,,,,,,,,,,84,80,,82,79,79,84,82,83,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,,,,,,,,,,,,,,,,,,,,64,63,,68,78,,,,80,,,,,,,,,357,,,,,,,,,351,,,,,,,,357,,,,,,79,84,201,79,80,79,84,82,78,81,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,,,,,,,,,,,,,,,,,,,,84,200,200,84,79,,,,84,,,,,,357,,,351,,,,,,,,,358,,,,,,,353,356,,,,,,84,82,78,83,83,83,78,82,80,83,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,,,,,,,,,,,,,,,,,,,,63,,,68,83,,,,78,,,,,,351,,,362,355,,,,,,,,,,,,,,,351,,,,,,,82,82,78,82,83,84,84,82,78,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n84,,,,,,,,,,,,,,,,,,,,64,,,68,78,201,201,201,84,,,,,,351,,,347,348,,,,,,357,,,,,,,,,362,352,360,,,,,80,80,78,84,80,83,79,80,84,82,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n83,,,,,,,,,,,,,,,,,,64,,84,200,200,84,80,,,,84,,,,,,351,,,362,356,,,,,,351,,,,,,,,,351,,,,,,,84,83,78,79,84,84,81,80,83,79,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,,,,,,,,,,,,,,,,,,84,200,200,200,200,84,82,201,201,201,79,,,,,,358,,,351,,,,,357,,362,355,,,,,,,,354,355,,,,,,79,83,78,78,82,81,81,83,78,82,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,,,,,,,,,,,,,,,,,,63,,,,,68,78,,,,78,,,,357,,,,,358,,,,359,348,,362,343,360,,,,,357,,,358,,,,,,84,81,82,80,81,81,79,82,80,84,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n81,,,,,,,,,,,,,,,,,,,,,,,68,80,201,201,201,83,,,353,356,,,361,,,,361,,,358,,362,356,,,,,353,363,,,,,,,,,83,82,79,80,78,81,79,81,83,82,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n78,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,68,84,,,,78,,,351,,,,,,,,,,,,,351,,,,,,362,345,355,,,,,,,,84,81,80,82,80,84,82,79,79,78,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n82,82,83,83,80,83,81,79,81,84,78,84,78,83,81,83,81,78,84,82,84,81,84,80,81,201,201,201,78,,,347,360,,,,,,,,,,,,358,,,,,,362,344,356,,,,,,,64,83,201,84,82,79,78,84,84,82,81,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,88,,,,87,,,351,,,,,,,,,,,,,,,357,,,,354,348,,,,,,,,78,82,83,82,84,84,83,82,79,78,79,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,355,,,,,,,,,,,,,,358,,357,,,358,,,,,,,,79,80,79,84,82,78,82,79,80,79,79,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,,,351,,,,,,,,,,64,83,84,82,82,78,79,83,78,84,79,79,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,359,201,201,83,79,78,78,78,78,80,80,79,80,80,82,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,361,,,,,,,,,,,,,,,,,,,,,,,,64,83,201,84,81,80,84,78,79,83,82,84,84,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,,,,,,,,,,,,,,,,,,64,83,82,81,82,80,78,79,79,81,83,79,81,83,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,89,,,90,,64,64,83,79,79,84,81,84,84,83,78,81,82,78,79,78,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,361,,,,,,,,,,,,78,,64,201,,80,84,79,201,79,78,78,78,84,84,84,80,83,83,83,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,201,64,82,78,201,78,81,78,79,81,78,83,81,78,82,84,79,81,80,78,80,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,64,64,84,78,201,84,81,82,82,82,79,82,84,84,81,80,81,78,80,83,79,79,81,81,79,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,361,,,,,64,201,64,82,81,86,82,201,81,79,86,81,80,82,83,80,79,78,80,81,80,78,83,78,84,78,81,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,81,201,79,80,83,83,79,84,83,78,84,82,80,83,78,80,84,84,78,84,79,78,83,79,78,84,78,78,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,64,64,78,78,83,79,83,79,82,79,84,82,83,78,83,82,80,79,84,78,84,78,78,84,83,78,79,80,83,84,80,83,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,201,64,84,79,83,201,84,82,81,84,81,83,78,83,80,84,78,82,84,79,81,80,82,83,79,79,84,79,81,79,81,81,82,79,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,,64,82,78,80,82,86,86,80,79,82,83,79,78,81,78,82,79,83,81,84,83,80,82,81,83,83,80,82,82,78,79,78,78,84,79,80,84,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,64,81,79,201,84,84,86,86,81,80,82,82,80,79,83,81,82,78,84,84,78,78,79,79,80,81,84,84,81,84,84,83,84,78,79,83,84,81,80,79,82,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,64,64,78,78,81,78,84,80,84,201,201,80,81,84,84,81,81,82,79,78,78,83,83,83,82,81,82,84,79,84,82,78,78,78,83,82,80,80,83,79,84,84,81,78,82,82,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,214,,,,,,,,,64,84,79,82,86,81,86,83,83,82,79,201,81,82,83,81,81,81,80,78,83,79,83,80,81,84,82,80,78,80,81,80,82,79,79,80,79,84,78,83,81,79,79,80,79,82,78,79,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,214,,,,64,80,82,86,81,83,84,86,83,78,84,83,86,81,78,79,80,83,82,83,78,80,84,78,80,80,81,80,79,78,78,80,80,82,79,79,81,84,79,80,78,81,78,81,83,79,83,84,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,81,79,86,82,84,83,84,82,82,79,79,79,86,82,80,78,84,82,80,78,82,78,80,78,78,79,78,79,83,79,80,80,80,80,78,81,81,84,82,80,81,81,83,81,81,83,83,79,82,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,63,80,79,78,86,80,81,78,78,81,82,84,86,80,79,82,84,80,80,78,80,79,78,78,79,84,81,84,81,83,80,83,79,78,83,83,84,78,78,83,80,78,84,82,78,83,83,82,82,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,63,63,83,81,79,86,79,78,83,80,79,86,82,82,80,83,79,78,81,81,82,84,80,81,82,83,84,82,81,78,83,80,81,80,78,83,82,81,80,79,82,79,84,79,82,82,84,83,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,63,63,63,84,82,82,86,84,78,201,80,81,79,80,84,82,82,78,81,84,81,81,84,83,80,78,83,84,78,83,84,81,82,81,79,78,81,82,83,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,80,86,80,78,86,84,78,80,78,79,78,79,80,78,,84,80,82,81,81,82,79,79,83,82,79,78,79,80,79,78,81,83,83,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,79,81,84,86,84,84,79,80,84,79,78,80,81,,82,84,78,82,84,80,81,80,83,80,81,83,80,78,78,81,79,79,79,79,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,78,83,201,79,79,86,83,80,84,83,80,80,,81,84,81,83,80,84,83,82,82,84,81,78,79,80,81,80,82,83,82,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,,63,79,82,81,201,83,201,83,84,,79,79,79,84,79,80,78,81,83,83,81,78,83,84,81,78,80,83,83,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,87,63,79,80,201,81,81,,79,84,79,78,82,78,80,80,82,81,87,63,80,83,79,79,81,80,81,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,63,201,63,80,201,80,79,82,84,78,84,78,79,82,79,,,80,81,82,78,82,80,82,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,63,,80,201,82,79,78,80,78,79,84,79,,,81,83,78,78,80,81,81,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,79,81,83,83,83,82,78,79,82,,,63,63,82,78,78,82,83,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,84,86,79,80,80,79,80,81,79,89,,,,78,83,78,82,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,79,81,79,81,80,78,84,78,81,84,81,,,,83,81,84,78,84,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,344,201,201,80,201,86,82,81,80,79,81,81,80,,,,79,84,80,84,81,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,345,201,201,78,79,78,84,78,79,83,80,78,80,,,,80,84,80,79,79,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,342,201,201,79,201,78,81,84,79,78,83,84,80,64,64,,81,80,84,78,81,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,82,83,85,84,79,80,83,81,78,79,80,82,,79,79,81,80,84,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,81,82,79,78,78,82,79,78,81,,80,81,83,78,82,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,201,201,201,201,84,84,79,84,81,81,83,83,79,80,84,80,,81,83,78,84,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,201,201,201,201,82,86,84,79,84,84,84,79,82,80,81,81,,81,84,84,83,81,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,81,78,81,81,80,84,82,79,83,79,,82,80,80,83,78,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,81,201,85,79,81,78,79,79,82,84,88,63,,84,79,83,79,84,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,352,201,201,78,80,83,81,81,83,83,80,78,81,87,,,,84,80,83,83,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,3,79,81,81,84,80,79,78,79,,,,,81,81,80,78,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,85,201,80,84,86,201,86,85,,,,,84,84,82,83,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,201,201,201,201,3,78,201,86,86,85,79,78,84,,,,,78,82,81,84,80,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,201,201,79,201,81,79,83,84,78,82,81,78,81,89,,,,83,83,79,82,82,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,,81,78,84,79,83,81,83,84,81,84,90,64,,80,81,82,79,84,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,85,78,79,78,79,79,82,82,79,79,86,80,79,84,80,79,81,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,201,201,201,80,82,82,78,80,81,83,80,84,82,82,86,81,80,81,80,83,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,201,201,201,201,84,201,79,79,81,80,78,80,83,81,78,86,81,84,80,78,80,83,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,84,81,78,79,79,83,84,83,81,86,78,78,79,83,78,79,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,78,79,82,83,78,81,84,83,83,80,78,200,79,83,80,84,83,82,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,79,85,81,84,79,82,79,83,80,80,79,,83,78,83,84,78,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,201,78,84,81,78,82,84,83,84,84,81,83,84,200,81,80,81,84,82,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,78,201,82,82,79,79,81,78,78,82,78,79,86,83,82,80,84,83,84,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,84,86,79,83,83,82,84,80,83,81,78,78,87,63,63,84,84,82,81,84,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,,64,64,84,201,80,78,83,78,78,83,80,82,79,80,83,,,,82,79,81,78,80,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,,64,82,201,78,81,79,82,81,83,84,82,80,81,78,83,83,84,78,,,,78,81,84,81,78,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,79,201,84,81,201,81,82,86,80,80,83,84,83,79,84,79,80,82,80,80,201,201,201,83,80,84,84,80,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,82,81,82,82,84,80,84,78,84,84,84,84,80,78,84,80,79,83,79,82,78,88,,,,84,78,84,80,84,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,,64,,79,201,83,83,78,201,82,84,80,84,80,81,81,78,82,81,82,79,79,81,82,83,,,,64,84,82,78,84,80,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,64,82,201,84,200,80,81,84,81,79,78,84,81,80,81,81,79,81,81,84,84,78,79,80,82,80,82,,64,64,80,78,79,83,81,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,64,64,64,64,64,64,78,83,84,86,80,84,80,84,,78,82,80,84,82,80,78,84,78,78,78,83,79,82,84,82,84,81,83,78,82,78,200,81,78,79,84,83,80,81,81,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,64,64,84,83,79,82,80,78,78,78,83,86,80,83,80,82,200,78,80,79,84,83,78,83,83,82,80,81,79,84,78,79,80,83,81,80,81,79,88,,84,82,83,84,83,78,78,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,64,84,81,83,79,79,78,86,79,81,82,81,78,84,79,83,201,,81,81,79,83,83,78,78,83,83,81,80,82,78,82,80,82,80,82,84,81,78,,,81,83,78,82,79,81,83,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,78,80,83,83,78,81,82,79,84,78,83,79,83,82,78,83,78,200,81,79,78,83,81,84,79,80,78,201,84,82,81,83,80,80,81,201,84,82,82,,,83,81,80,82,83,82,79,82,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,80,82,80,80,84,82,80,81,83,79,84,82,82,82,83,78,79,,80,78,81,81,82,84,81,84,80,82,84,83,78,81,81,83,84,78,82,82,79,201,201,84,82,82,79,79,82,79,84,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,63,79,81,78,82,81,78,78,80,82,81,82,83,78,81,82,80,201,78,83,82,82,80,81,79,81,88,63,63,87,63,63,63,87,63,63,63,87,63,,,84,81,80,82,79,84,78,80,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,63,63,83,82,84,78,80,80,84,84,83,81,79,80,84,83,201,78,201,84,78,82,79,81,81,,,64,64,64,64,64,64,64,64,64,64,64,64,64,83,84,84,82,80,79,83,80,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,63,78,84,82,81,84,84,83,79,81,83,201,80,83,,78,78,79,82,83,80,83,80,200,200,84,78,84,84,82,80,80,82,84,84,83,84,83,80,79,82,81,80,84,82,83,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,82,83,84,80,80,83,80,82,84,82,80,80,81,200,78,82,82,78,78,78,201,84,,,78,80,79,82,84,84,82,78,83,80,201,81,82,80,78,83,84,82,78,79,79,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,84,82,81,84,80,82,79,78,79,83,79,78,79,64,201,63,64,201,63,84,81,78,,,201,201,63,64,63,81,79,83,82,84,81,78,82,82,84,83,83,81,79,84,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,80,81,81,82,80,80,80,82,81,81,81,78,84,79,80,82,80,79,64,201,64,201,64,64,78,80,83,78,78,78,78,78,79,84,80,80,83,80,84,82,83,80,82,83,82,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,83,80,82,78,79,83,84,82,80,83,78,78,80,81,82,78,201,78,78,83,81,82,82,78,82,78,79,201,78,78,78,78,79,78,82,78,78,80,81,84,78,78,79,78,82,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,83,78,79,80,80,83,81,84,83,81,78,78,78,78,78,78,78,78,78,78,84,82,80,78,78,78,78,78,78,82,80,81,80,83,82,78,82,83,83,78,83,79,79,80,81,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,81,78,83,80,80,80,81,81,84,81,78,84,78,78,78,78,78,84,80,78,79,84,79,79,84,84,79,78,80,82,78,79,83,79,79,79,82,83,82,82,82,80,78,78,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,66,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,66,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,23,,,,,,23,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;1732 posEnd=5442;1732 posCurrent=5442;1732 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;1028 posEnd=5570;1028 posCurrent=5570;1028 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3652 posEnd=5186;3652 posCurrent=5186;3652 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;3456 posEnd=5378;3456 posCurrent=5378;3456 step=1 time=0 phase=3750 channel=10 icon=50 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;2952 posEnd=6082;2952 posCurrent=6082;2952 step=1 time=0 phase=3750 channel=10 icon=138 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;3652 posEnd=5378;3652 posCurrent=5378;3652 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3460 posEnd=5698;3460 posCurrent=5698;3460 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;1092 posEnd=1154;1092 posCurrent=1154;1092 step=1 time=0 phase=3750 channel=10 icon=210 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1732 posEnd=578;1732 posCurrent=578;1732 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1732 posEnd=706;1732 posCurrent=706;1732 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1732 posEnd=834;1732 posCurrent=834;1732 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1732 posEnd=962;1732 posCurrent=962;1732 step=1 time=0 phase=3750 channel=10 icon=14 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2118 posEnd=1026;2118 posCurrent=1026;2118 step=1 time=0 phase=3750 channel=10 icon=178 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;3398 posEnd=514;3398 posCurrent=514;3398 step=1 time=0 phase=3750 channel=10 icon=178 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2566 posEnd=3650;2566 posCurrent=3650;2566 step=1 time=0 phase=3750 channel=10 icon=178 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;3648 posEnd=4032;3648 posCurrent=4032;3648 step=1 time=0 phase=3750 channel=1 icon=84 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3648 posEnd=3968;3648 posCurrent=3968;3648 step=1 time=0 phase=3750 channel=1 icon=84 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3648 posEnd=3904;3648 posCurrent=3904;3648 step=1 time=0 phase=3750 channel=1 icon=79 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3648 posEnd=3840;3648 posCurrent=3840;3648 step=1 time=0 phase=3750 channel=1 icon=84 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3648 posEnd=3776;3648 posCurrent=3776;3648 step=1 time=0 phase=3750 channel=1 icon=79 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2308 posEnd=1026;2308 posCurrent=1026;2308 step=1 time=0 phase=3750 channel=10 icon=123 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2630 posEnd=4930;2630 posCurrent=4930;2630 step=1 time=0 phase=3750 channel=10 icon=178 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1288 posEnd=2690;1288 posCurrent=2690;1288 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=3904;2432 posEnd=4288;2432 posCurrent=4089;2432 step=2 time=29 phase=3750 channel=10 icon=74 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2500 posEnd=4354;2500 posCurrent=4354;2500 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2500 posEnd=4418;2500 posCurrent=4418;2500 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3652 posEnd=4098;3652 posCurrent=4098;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3652 posEnd=4162;3652 posCurrent=4162;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3652 posEnd=4226;3652 posCurrent=4226;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3652 posEnd=4290;3652 posCurrent=4290;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;3652 posEnd=4354;3652 posCurrent=4354;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3652 posEnd=4418;3652 posCurrent=4418;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3652 posEnd=4482;3652 posCurrent=4482;3652 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=3648;2816 posEnd=3840;2816 posCurrent=3648;2816 step=1 time=10 phase=3750 channel=13 icon=245 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=4544;2816 posEnd=4736;2816 posCurrent=4544;2816 step=1 time=10 phase=3750 channel=13 icon=245 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=3008;2752 posEnd=3200;2752 posCurrent=3008;2752 step=1 time=10 phase=3750 channel=13 icon=245 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5888;3392 posEnd=5952;3392 posCurrent=5952;3392 step=3 time=12 phase=3750 channel=1 icon=89 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3528 posEnd=3202;3528 posCurrent=3202;3528 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5888;3136 posEnd=5952;3136 posCurrent=5952;3136 step=3 time=12 phase=3750 channel=1 icon=89 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5888;2880 posEnd=5952;2880 posCurrent=5952;2880 step=3 time=12 phase=3750 channel=1 icon=89 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3528 posEnd=3266;3528 posCurrent=3266;3528 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;580 posEnd=2562;580 posCurrent=2562;580 step=1 time=0 phase=3750 channel=10 icon=68 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;3528 posEnd=3330;3528 posCurrent=3330;3528 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=1152;2752 posEnd=1280;2752 posCurrent=1280;2752 step=3 time=15 phase=3750 channel=13 icon=247 \r\nMoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=640;2880 posEnd=832;2880 posCurrent=640;2880 step=1 time=10 phase=3750 channel=13 icon=245 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=960;3328 posEnd=1088;3328 posCurrent=1088;3328 step=3 time=15 phase=3750 channel=13 icon=247 \r\nMoveObject: type=33 stepAdvance=50 stepRecede=50 timeStopStart=23 timeStopEnd=23 posStart=576;3776 posEnd=896;3776 posCurrent=576;3776 step=1 time=0 phase=3750 channel=13 icon=249 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3136;1920 posEnd=3200;1920 posCurrent=3200;1920 step=3 time=5 phase=3750 channel=13 icon=73 \r\nMoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=4288;2176 posEnd=4480;2176 posCurrent=4472;2176 step=4 time=1 phase=3750 channel=13 icon=67 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2760 posEnd=2946;2760 posCurrent=2946;2760 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1088;1600 posEnd=1088;1728 posCurrent=1088;1657 step=2 time=9 phase=3750 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1216;1728 posEnd=1216;1600 posCurrent=1216;1671 step=2 time=9 phase=3750 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1344;1600 posEnd=1344;1728 posCurrent=1344;1657 step=2 time=9 phase=3750 channel=10 icon=74 \r\nMoveObject: type=33 stepAdvance=60 stepRecede=60 timeStopStart=23 timeStopEnd=23 posStart=192;3968 posEnd=576;3968 posCurrent=192;3968 step=1 time=10 phase=3750 channel=13 icon=245 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2888 posEnd=706;2888 posCurrent=706;2888 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;3144 posEnd=1410;3144 posCurrent=1410;3144 step=1 time=0 phase=3750 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3972 posEnd=770;3972 posCurrent=770;3972 step=1 time=0 phase=3750 channel=10 icon=5 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3462 posEnd=1666;3462 posCurrent=1666;3462 step=1 time=0 phase=3750 channel=10 icon=178 \r\n"); + worlds.Add(60, "DescFile: posDecor=450;2350 dimDecor=100;100 world=0 music=0 region=31 blupiPos=642;2630 blupiDir=2 \r\nDecor: \r\n341,350,346,350,342,350,344,343,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,351,,351,,347,346,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,358,,351,,354,343,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,358,,,362,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,,,347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,361,,,,347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,355,,,,357,,362,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,363,,357,,351,,347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,350,355,,353,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,363,,351,,351,,362,,,,,,,,,,,,,,,,,,,,,,,,,,353,355,,353,348,,354,352,350,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,345,349,344,349,343,349,343,,,,,,,,,,,,,,,,,,,,,,,,,359,344,350,352,350,356,,,,,362,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,357,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,348,,,351,174,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,354,352,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,182,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,348,175,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,,362,349,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,353,182,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,363,,,351,176,342,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,354,352,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,182,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,363,177,345,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,182,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,178,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,353,182,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,349,348,179,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(61, "DescFile: posDecor=2982;2950 dimDecor=100;100 world=0 music=1 region=31 blupiPos=3330;3142 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,353,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,342,342,341,341,345,343,341,344,344,345,344,341,343,345,342,343,342,342,345,345,341,343,344,341,344,345,344,345,342,341,341,343,345,341,343,343,345,342,342,341,342,345,345,345,341,342,342,342,342,343,342,343,341,342,344,341,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,342,344,342,343,342,341,345,342,342,344,345,343,342,343,342,343,343,344,345,341,341,342,344,342,342,341,343,342,343,345,341,344,345,341,343,343,344,341,341,344,343,343,343,345,342,345,345,341,345,341,344,342,344,345,341,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,343,345,345,342,345,342,341,344,343,341,345,344,345,345,344,345,344,341,345,345,344,342,341,341,342,343,341,344,343,344,341,345,345,344,341,342,343,341,342,342,341,341,341,342,344,343,341,344,343,344,343,344,341,342,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,343,342,345,344,344,343,341,344,344,341,341,345,345,341,343,344,343,341,342,344,342,343,345,344,345,344,343,341,345,342,343,344,342,343,345,344,344,345,341,342,343,344,344,341,345,342,345,343,341,342,344,344,343,342,342,342,342,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,344,342,341,345,343,341,344,345,345,344,344,344,343,341,344,345,341,345,341,344,345,343,341,342,342,344,345,344,342,344,342,342,344,344,344,341,341,343,343,345,341,341,343,345,345,345,344,345,344,344,341,345,344,342,345,343,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,346,346,346,344,342,341,342,343,345,346,344,344,346,344,343,341,344,341,342,346,342,341,342,341,343,342,341,345,343,345,343,346,342,342,344,344,343,341,342,341,344,346,345,344,344,342,344,342,346,345,345,341,343,344,343,342,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,344,344,342,345,341,341,344,345,342,341,342,344,341,346,343,346,345,343,345,346,341,346,343,342,345,343,341,346,343,345,341,346,346,346,346,344,346,342,346,342,345,345,344,345,344,341,345,346,343,342,345,344,342,341,344,342,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,343,343,342,346,345,342,341,343,345,345,342,343,341,343,345,344,343,342,341,342,344,342,344,342,341,344,344,342,343,344,346,343,346,343,346,345,344,345,346,345,343,341,344,346,342,345,346,345,341,341,343,345,341,342,343,341,345,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,345,343,345,343,343,346,344,341,345,341,343,341,344,345,346,343,341,342,344,344,344,342,345,342,345,342,345,346,343,341,345,346,343,341,342,345,344,343,346,344,342,343,344,341,341,341,344,346,343,342,346,346,345,343,344,342,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,346,342,341,345,345,345,345,341,341,344,341,345,350,350,344,345,345,341,342,345,344,342,342,341,343,346,341,341,341,344,343,346,344,342,342,341,341,344,345,341,346,344,346,346,343,342,341,342,341,341,341,341,342,346,344,341,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,341,343,346,346,344,346,346,344,346,350,356,,,354,350,341,344,346,344,341,341,343,341,345,350,345,343,341,345,346,341,342,343,344,343,344,346,342,344,342,343,345,346,344,344,346,342,344,342,344,346,346,342,342,343,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,344,345,345,344,343,350,350,350,356,,,,,,,354,350,350,350,350,343,343,345,363,,362,346,345,344,343,342,346,345,343,350,350,350,350,350,350,343,346,342,344,343,342,345,342,341,342,342,343,345,343,344,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,342,344,344,342,356,,,,,,,,,,,,,,,,347,344,341,363,,347,341,343,345,343,346,342,345,356,,,,,,,10,350,346,341,345,341,341,344,345,346,343,343,341,345,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,342,342,345,346,363,,,,,,,,361,,,,,,,,,347,344,342,348,,347,342,345,346,346,344,350,356,,,,54,,10,,,,354,350,343,341,344,346,344,344,344,344,344,341,346,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,343,341,345,342,356,,,,,,,,,,,,,,,,353,342,342,345,363,,347,342,344,341,343,348,,,,,,10,349,343,349,355,,,,354,344,341,341,344,341,345,341,344,346,344,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,343,344,348,,,,,,,,,,,,,,,,218,345,344,343,342,363,,362,345,344,346,342,356,,,,353,349,341,344,343,346,341,349,355,,,354,350,342,344,345,341,346,344,344,342,342,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,343,342,343,348,,,,,,,,,,,,,,,,,354,345,346,343,348,,362,342,341,346,363,,,353,349,345,343,346,345,342,345,344,343,348,,,,,354,343,342,343,341,342,344,346,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,345,343,346,363,,,,,,58,,58,,,,,361,,,,,362,342,343,348,,347,343,345,342,363,,353,342,342,344,346,343,343,343,345,342,342,346,355,,,,,10,342,345,343,341,345,341,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,345,345,344,348,,,,60,3,10,10,10,10,15,,,,,,,353,346,341,341,348,,362,345,341,346,363,,347,341,341,345,350,350,350,350,350,342,345,345,348,,,,,,362,342,342,344,345,346,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,344,341,348,,,,,,10,53,73,53,10,59,,353,349,349,349,346,344,346,341,345,236,342,345,343,343,342,235,362,345,346,348,,,,,,362,346,341,363,,,,,,347,344,346,343,343,343,346,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,346,345,363,,,,,56,10,427,10,55,10,27,10,350,350,350,350,350,350,350,350,356,,354,350,350,350,356,,354,350,350,356,,,,,,362,345,341,363,,,,,,354,345,344,346,344,346,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,342,346,342,363,,,,,,73,,3,,73,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,343,343,363,,,,,,,347,343,343,345,344,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,344,344,346,363,,,,,56,10,427,10,55,10,27,10,349,349,349,349,349,349,349,349,355,,353,349,349,349,355,,353,349,349,355,,,,,,347,344,342,363,,60,3,236,236,236,10,10,344,345,345,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,342,343,344,363,,,,,,10,54,73,54,10,59,,354,350,344,346,342,346,343,345,341,236,343,344,346,344,341,235,341,344,345,343,355,,,,,347,343,341,348,,,,,,,68,10,343,345,344,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,345,343,343,363,,,,60,3,10,10,10,10,17,,,,,354,350,341,346,346,345,348,,362,341,342,350,356,,362,342,341,341,341,360,,359,352,345,344,341,363,,,,,,,68,10,343,343,341,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,344,341,363,,,,,,57,,57,,,,,,,,,354,344,344,345,348,,362,345,363,,,,3,10,10,344,363,,,,,362,342,341,363,,,,,,,68,10,343,342,343,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,345,344,363,,,,,,,,,,,,,,,,,,362,344,344,348,,347,341,348,,,,,68,10,344,342,355,,353,349,346,346,345,356,,60,3,236,236,236,10,10,342,341,342,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,345,346,345,363,,,,,,,,,,,,,,,,,,362,344,345,363,,347,346,344,138,,,,68,10,342,343,356,,354,350,344,350,356,,,,,,,,362,344,345,342,341,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,342,345,345,348,,,,,,,,,,,,,,,,,,362,346,342,363,,347,345,341,138,,,56,10,10,344,348,,,,,351,,,,,,,,,,347,345,346,342,343,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,342,345,341,348,,56,10,235,10,55,,,,,,,,,,,,347,343,345,363,,362,341,348,,,,3,10,10,344,363,,,,,351,,,,,,,,353,349,343,343,345,342,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,343,345,341,235,235,10,235,235,235,10,55,,,,,,,,,,347,344,344,345,349,341,341,363,,,,,92,10,343,345,360,,359,352,363,,,,,,353,349,346,345,342,345,342,342,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,344,345,343,363,,56,10,235,235,235,235,235,10,55,,,,,,,,362,345,345,345,341,341,344,342,138,,,,92,10,341,363,,,,,351,,,,,10,343,346,343,341,346,343,341,346,346,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,344,346,342,348,,,,,,,,,,,,,,,,,,347,345,341,342,344,342,342,344,138,,,56,10,10,342,363,,,,,351,,,,,,354,350,342,343,341,346,341,343,343,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,345,341,345,363,,,,,,,,,,,,,,,,,,347,342,345,342,344,342,343,348,,,,3,10,10,341,343,360,,359,352,363,,,,,,,,354,350,343,346,342,346,346,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,345,344,344,363,,,,,,,,,,,,,,,,,,347,341,346,341,342,344,342,363,,,,,92,10,344,348,,,,,351,,,,,,,,,,347,345,345,342,344,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,346,345,348,,,,,,,,,,,,,,,,,,347,342,341,345,345,342,344,341,138,,,,92,10,343,363,,,,,351,,,,,,,,,,347,345,344,342,345,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,343,346,345,363,,,,,,,,,,,,,,,,,,347,342,342,345,344,342,344,343,138,,,56,10,10,341,363,,,,353,356,,,,,,,,,353,345,346,341,341,341,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,342,346,348,,,,,,60,10,236,10,235,235,235,235,10,235,235,235,362,343,341,341,345,343,341,363,,,,3,10,10,345,215,235,215,235,215,,,,,,,,,,354,346,344,343,345,345,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,346,341,363,,,,,,,,,,,,,,,,,,347,346,344,345,342,341,345,341,355,,,,,347,350,215,,215,422,215,,,,,,,,,,,347,342,344,345,346,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,345,342,348,,,,,,,,,,,,,,,,,,347,346,343,343,343,342,342,342,345,349,355,,,351,,,,351,,351,,,,,,,60,3,236,236,10,10,10,341,342,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,344,342,344,363,,,,,,,,,,,,,,,,,,362,344,346,341,344,343,341,342,350,350,356,,,351,,,,351,,351,,,,,,,,,,,364,68,10,344,342,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,343,342,342,348,,,,,,,,,,,,,,,,,,362,344,342,342,342,341,344,356,,,,,,217,235,217,235,217,,351,,,,,,,,,,,364,68,10,343,346,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,342,345,348,,,,,,,,56,10,236,10,235,235,235,235,235,235,362,346,346,341,344,344,363,,,,,353,349,217,,217,,217,,351,,,,,,,,,,,364,68,10,343,344,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,345,341,342,348,,,,,,,,,,,,,,,,,,347,344,345,345,344,343,363,,,353,352,350,350,356,410,348,,351,,351,,,,,,,,,,,364,68,10,345,346,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,344,345,345,348,,,,,,,,,,,,,,,,,,347,345,341,343,345,343,363,,,351,,,,,,351,,351,,351,,,,,,,,,,,364,68,10,341,345,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,343,341,341,355,,,,,,,,,,,,,,,,,347,342,346,342,343,344,348,,,351,,,,353,352,356,,351,,351,,,,,,,,,,,364,68,10,344,342,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,344,346,345,346,342,355,,,,,,,,,,,,,,,,362,343,342,344,343,343,348,,,216,235,216,235,216,,,,351,,351,,,,,,,,,,,364,68,10,343,341,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,341,341,342,350,348,,,,,,,,,,,,,,,,347,346,346,345,345,341,363,,,216,,216,,216,,,,351,,351,,,,,,,60,3,236,236,10,10,10,343,345,346,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,344,344,343,363,,354,349,235,235,235,235,235,11,10,426,10,11,235,235,235,235,347,346,345,344,344,341,348,,,351,,351,410,363,,,,351,,351,,,,,,,,,,,347,342,341,342,344,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,344,342,342,363,,,351,,,,,,,,,,,,,,,362,342,342,344,345,344,348,,,351,,351,,218,235,218,235,218,,351,,,,,,,,,,,362,344,345,342,343,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,344,341,348,,,362,355,,,,,,,,,,,,,,347,345,345,344,344,345,348,,,351,,351,,218,424,218,421,218,,351,,,,,,,,,,,354,341,345,346,343,346,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,344,342,341,363,,,362,363,,,,,,,,,,,,,,362,344,344,344,345,344,348,,,351,,351,,351,,351,,351,,351,,,,,,,,,,,,347,344,345,345,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,344,343,346,363,,,347,363,,,,,,,,,,,,,,362,343,346,343,343,345,363,,,358,,351,,351,,351,,347,235,356,,,,,,,,,,,,354,343,341,345,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,342,342,342,363,410,,362,356,,,,56,10,236,10,235,235,235,235,235,235,362,344,346,346,341,341,342,355,,,,351,,351,410,351,,351,,,,,,,,,,,,,,,10,343,344,346,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,343,344,346,348,,,351,,,,,,,,,,,,,359,349,343,346,342,345,341,343,342,341,349,349,349,363,,351,,351,,362,349,360,,,,,,,,,,,,353,343,342,345,346,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,344,341,348,,,351,,,,,,,,,,,,,,354,345,345,346,341,343,341,346,346,346,345,343,342,352,356,,351,410,341,356,,,,,,,,,,,,,347,342,342,341,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,345,346,342,363,,,358,,,,,,,,,,,,,,,10,350,345,343,344,344,341,345,342,345,350,356,,,,351,,351,,,,,,,,,,,,,353,346,344,341,342,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,346,346,348,,,,,,,,,,,,,,,,,,,,354,350,343,343,346,346,350,356,,,,353,352,356,,351,,,,,,,,,,,,,362,344,341,345,341,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,345,341,342,348,,,,,,,,,,,,,,,,,,10,,,,354,344,350,356,,,,353,349,356,,,,354,349,355,,,,,,,,353,349,349,344,342,344,342,345,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,346,343,343,363,,,,,,,,,,,,,,,,,353,344,349,355,,,10,,,,353,349,342,348,,,,,,362,343,349,349,349,349,349,349,349,343,343,343,343,344,342,342,345,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,345,342,346,342,355,,,,,,,,,,,,,,,359,350,341,341,344,355,,,,353,349,344,341,350,356,,,,,,354,344,345,342,342,345,345,345,345,343,342,344,345,342,345,344,342,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,343,343,344,343,348,,,56,10,235,235,235,235,235,10,59,,,,,,347,342,344,344,349,349,349,341,345,344,348,,,,,,,,,347,341,341,345,342,343,344,342,344,344,345,344,341,346,344,343,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,342,341,343,346,360,,,,,,,,,,,,,,,,362,346,343,345,345,346,343,341,341,346,348,,,,,,,353,236,362,343,342,341,345,344,343,343,341,343,345,344,346,345,346,341,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,341,341,342,345,348,,,,,,,,,,,,,,,,,347,343,342,346,344,342,341,341,346,345,356,,,,,353,236,363,,347,343,344,345,343,345,344,343,343,344,343,345,343,342,345,341,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,341,345,345,345,343,355,,,,,,,,,,,,,,,353,346,345,342,346,341,343,343,343,346,356,,,,353,236,348,,362,349,344,345,345,344,344,344,341,345,342,345,344,341,345,344,343,344,345,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,346,344,346,341,342,344,355,,,,,,,,,,,,357,,362,345,346,346,342,341,346,342,342,363,,,353,236,341,349,341,349,341,342,343,343,343,343,342,341,341,342,342,343,345,345,342,342,344,344,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,362,346,341,343,343,345,346,346,349,355,,,,,,,,,353,346,349,343,346,341,343,344,345,344,346,345,342,236,236,345,342,344,342,343,341,342,345,346,341,343,345,341,342,343,345,343,343,343,341,346,342,342,343,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,347,343,345,345,343,343,346,346,346,346,349,349,349,349,349,349,349,349,345,341,346,344,343,345,341,344,342,345,343,346,345,349,349,341,342,342,344,342,345,342,341,345,346,345,341,345,346,343,346,341,342,341,343,346,343,341,345,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3460 posEnd=4034;3460 posCurrent=4034;3460 step=1 time=0 phase=4178 channel=10 icon=12 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3140 posEnd=2818;3140 posCurrent=2818;3140 step=1 time=0 phase=4178 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;3080 posEnd=6082;3080 posCurrent=6082;3080 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;2952 posEnd=6146;2952 posCurrent=6146;2952 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;3140 posEnd=3842;3140 posCurrent=3842;3140 step=1 time=0 phase=4178 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3140 posEnd=4098;3140 posCurrent=4098;3140 step=1 time=0 phase=4178 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3140 posEnd=4290;3140 posCurrent=4290;3140 step=1 time=0 phase=4178 channel=10 icon=12 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;3652 posEnd=3138;3652 posCurrent=3138;3652 step=1 time=0 phase=4178 channel=10 icon=12 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4800;3776 posEnd=4800;3776 posCurrent=4800;3776 step=1 time=0 phase=4178 channel=10 icon=70 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3592 posEnd=4546;3592 posCurrent=4546;3592 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3648;1088 posEnd=3840;1088 posCurrent=3783;1088 step=4 time=9 phase=4178 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2568 posEnd=3906;2568 posCurrent=3906;2568 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2564 posEnd=4162;2564 posCurrent=4162;2564 step=1 time=0 phase=4178 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;904 posEnd=3906;904 posCurrent=3906;904 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;904 posEnd=4034;904 posCurrent=4034;904 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3520;3776 posEnd=3648;3776 posCurrent=3564;3776 step=2 time=7 phase=4178 channel=1 icon=29 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;3140 posEnd=3394;3140 posCurrent=3394;3140 step=1 time=0 phase=4178 channel=10 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3784 posEnd=5698;3784 posCurrent=5698;3784 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=5120;2560 posEnd=5376;2560 posCurrent=5212;2560 step=2 time=29 phase=4178 channel=10 icon=250 \r\nMoveObject: type=54 stepAdvance=100 stepRecede=100 timeStopStart=200 timeStopEnd=200 posStart=4672;3072 posEnd=4992;3072 posCurrent=4829;3072 step=4 time=51 phase=4178 channel=10 icon=250 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3136;1472 posEnd=2880;1472 posCurrent=3136;1472 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3136;1728 posEnd=2880;1728 posCurrent=3136;1728 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;2564 posEnd=6274;2564 posCurrent=6274;2564 step=1 time=0 phase=4178 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3908 posEnd=5442;3908 posCurrent=5442;3908 step=1 time=0 phase=519 channel=10 icon=4 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3136;1216 posEnd=2880;1216 posCurrent=3136;1216 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;1800 posEnd=6210;1800 posCurrent=6210;1800 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1732 posEnd=3010;1732 posCurrent=3010;1732 step=1 time=0 phase=4178 channel=10 icon=6 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=88 timeStopStart=2 timeStopEnd=2 posStart=4352;1344 posEnd=4096;1344 posCurrent=4352;1344 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=4480;1344 posEnd=4672;1472 posCurrent=4555;1394 step=4 time=11 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=4800;1472 posEnd=5056;1536 posCurrent=4800;1472 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5184;1536 posEnd=5376;1472 posCurrent=5259;1511 step=4 time=11 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=5504;1472 posEnd=5568;1728 posCurrent=5504;1472 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=5824;1728 posEnd=5888;1472 posCurrent=5824;1728 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=6016;1472 posEnd=6016;1088 posCurrent=6016;1440 step=4 time=33 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;1088 posEnd=5696;960 posCurrent=5813;1038 step=4 time=11 phase=4178 channel=1 icon=361 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;900 posEnd=5314;900 posCurrent=5314;900 step=1 time=0 phase=4178 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1416 posEnd=2690;1416 posCurrent=2690;1416 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;840 posEnd=5122;840 posCurrent=5122;840 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3968;1920 posEnd=4224;1920 posCurrent=3968;1920 step=1 time=2 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=4608;1920 posEnd=4992;1920 posCurrent=4640;1920 step=4 time=33 phase=4178 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5312;1920 posEnd=5440;1920 posCurrent=5344;1920 step=4 time=9 phase=4178 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;1608 posEnd=6274;1608 posCurrent=6274;1608 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2696 posEnd=5442;2696 posCurrent=5442;2696 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;2696 posEnd=5506;2696 posCurrent=5506;2696 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3016 posEnd=2882;3016 posCurrent=2882;3016 step=1 time=0 phase=4178 channel=10 icon=25 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;1284 posEnd=5442;1284 posCurrent=5442;1284 step=1 time=0 phase=4178 channel=10 icon=6 \r\n"); + worlds.Add(62, "DescFile: posDecor=1100;1150 dimDecor=100;100 world=0 music=2 region=4 blupiPos=1410;1414 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,354,350,350,350,345,350,343,350,350,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,358,,351,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,357,,,,,362,355,,354,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,351,,353,352,349,350,363,,,354,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,16,,58,,,,,,,,,,,,,351,,351,,351,,347,355,,,362,349,352,352,352,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,60,10,10,10,54,15,,,,,,,,,,,351,,347,349,356,,354,363,,,362,363,,,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,10,10,50,10,10,10,,,,,,,,,,,358,,347,363,,,,354,355,,347,348,,353,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,56,10,25,,10,10,18,,,,,,,,,,,,353,341,350,352,360,,,351,,347,356,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,56,10,25,,51,10,55,,,,,,,,,,,353,342,356,,,,,353,356,,358,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,10,10,50,10,10,16,,58,,,,,,,,,347,363,,,353,352,349,356,,,,,353,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,60,10,55,,57,10,10,10,10,15,,,,359,349,349,350,356,,353,356,,358,,,,353,352,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,10,15,,,53,,11,10,10,355,,,,347,356,,,,351,,,,,361,,351,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,56,10,10,304,305,305,305,305,11,363,,353,349,348,,,359,349,350,355,,,,,353,363,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,10,10,10,10,52,52,10,10,343,349,350,350,344,355,,,358,,354,349,355,,,354,363,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,347,344,356,,,351,,354,356,,,354,356,,357,,,,354,343,349,355,,354,349,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,354,363,,,,347,355,,,353,360,,,353,356,,357,,,347,346,363,,,362,356,,,,,,,,357,,,,,,,,,,,353,349,360,,,357,,,,,,359,352,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,351,,,,362,350,349,349,356,,,,351,,,351,,,362,344,363,,,351,,,,,,,,,351,,,,,,359,352,360,,359,345,348,,,,351,,,353,349,355,,,362,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,362,355,,,351,,362,356,,,353,235,348,,353,356,,359,341,344,363,,353,356,,,,,,,353,352,356,,,,,,,,,,,362,346,349,349,349,341,349,349,350,346,345,352,349,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,347,342,352,235,341,349,356,,,359,235,235,348,,351,404,,,354,350,363,,351,,,,357,,353,352,356,,,,,,353,352,349,352,355,,,362,341,350,350,344,345,343,348,,362,363,,362,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,354,363,,,354,356,,,357,,,359,363,,354,355,,,,,347,349,363,,,353,345,352,348,,,,353,352,355,,351,,351,,362,352,352,350,363,,,362,341,344,356,,347,346,349,350,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,351,,,,,,353,356,,357,,351,,,351,,357,,,347,345,363,,353,342,348,,358,,,353,348,,347,349,363,,354,349,348,,,,347,360,,362,345,348,,,214,68,363,,347,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,347,360,,,,353,356,,,354,352,350,355,,362,349,350,355,,362,342,341,352,346,341,350,360,,357,,347,348,,347,350,350,355,,347,350,355,,,351,,353,343,342,363,,,214,68,348,,347,350,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,359,363,,,,353,348,,,357,,,,5,,354,363,,358,,354,345,363,,347,348,,,353,356,,362,356,,358,,,362,352,356,,347,355,,362,349,345,345,350,356,,,214,68,345,349,348,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,354,355,,,362,344,352,235,348,,,,347,360,,354,355,,,,373,363,,362,348,,359,363,,,351,,357,,,353,363,,,,347,344,352,350,343,345,356,,,,,214,68,342,341,348,,,357,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,347,235,352,350,363,,,354,355,,,358,,,,362,349,349,349,342,341,349,342,344,355,,351,,,351,,347,360,,347,356,,,353,341,363,,,354,356,,,,353,352,346,344,342,350,343,352,349,356,,357,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,353,356,,,,354,355,,,354,355,,,,357,,347,342,345,344,343,342,344,344,343,348,,351,,,358,,351,,,358,,,353,350,343,350,360,,,,,353,349,356,,362,341,348,,351,,358,,353,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,351,,,,357,,354,355,,,354,352,349,235,350,349,345,344,345,345,345,345,342,345,343,363,,351,,357,,,351,,,,,353,356,,358,,,,,353,352,350,348,,,362,345,356,,351,,,353,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,351,,,359,363,,,347,355,,,,351,,,347,342,342,345,341,344,344,344,341,350,343,349,346,349,356,,,351,,,,353,356,,,,,,,353,348,,,354,352,349,342,356,,359,348,,353,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,362,352,360,,351,,,347,356,,,,351,,,354,341,350,341,345,344,344,343,363,,354,350,345,363,,,,354,352,352,352,356,,,,,,,,354,342,355,,,,362,356,,361,,347,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,351,,,,351,,353,356,,,,,351,,,,358,,354,342,346,343,343,356,,,,347,342,355,,357,,,,,,,,,,,,,,347,345,355,,353,356,,357,,,362,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,347,355,,,351,,351,,,357,,,351,,,,,,,347,345,350,363,410,,353,336,345,342,363,,351,,,,,,,,,,,,,,362,346,343,349,348,,359,350,349,349,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,354,363,,359,348,,347,349,349,356,,,347,235,352,355,,,353,344,363,,347,360,,362,335,350,350,350,352,350,214,214,214,214,214,214,214,,,,,,,354,350,342,346,363,,,,362,350,356,,361,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,351,,,362,352,341,344,348,,,,351,,,354,352,235,345,344,356,,351,,,351,,,,,,,,,,,,,,,,,,,,,,362,342,344,355,,353,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,354,355,,351,,347,345,341,355,,,354,355,,,,,362,363,,,351,,,362,349,349,214,214,214,214,214,214,214,214,214,214,214,,,,,,,353,349,343,342,344,343,349,345,341,349,349,349,349,349,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,354,349,356,,347,343,342,348,,,,362,360,,,,362,348,,,354,355,,362,350,356,,,,,,,,,,,,,,,,,,354,344,345,343,342,346,342,342,341,344,342,345,344,344,346,346,345,341,343,343,348,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,351,,353,345,341,342,356,,,,201,,,353,349,350,356,,,,358,,351,,,,,,,,,,,,,,,,,,,,,373,343,345,341,346,345,346,350,350,350,350,341,341,346,343,341,341,342,341,348,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,362,349,344,342,342,348,,,,,201,,359,350,363,410,,,357,,,,362,355,,357,,,,,,,,,,,,,,,,353,349,344,342,341,341,343,346,348,,,,,347,345,346,344,346,342,346,344,348,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,347,342,345,345,342,345,349,355,,,351,,,,358,,,359,356,,,,347,356,,358,,,,,,,,,,,,,,,,354,341,350,350,350,345,350,350,356,,353,360,,347,343,343,342,345,345,341,346,363,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,359,346,350,343,341,344,341,344,356,,,351,410,,,,,357,,,,,353,356,,357,,,,,,,,,,,,,,353,360,,,201,,,,201,,,,,351,,,347,344,341,343,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,351,,362,341,345,342,348,,,,354,349,355,,359,349,363,,,353,349,356,,,351,,,,,,,,,,,,353,349,348,,,,362,349,349,349,348,,,,,351,,,347,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,357,,,359,349,356,,362,343,341,343,356,,,,,68,348,,,362,356,,359,346,348,,,353,356,,357,,,,,,,,,,362,346,348,,353,349,342,342,343,345,363,,,,,354,360,,364,68,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,353,352,349,349,363,,,,351,,,347,343,344,348,,,357,,,68,363,,359,348,,,,354,348,,,358,,353,356,,,,,,,359,235,349,345,350,341,349,341,344,342,343,344,345,363,,,,,,,,364,68,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n349,349,349,349,352,363,,354,341,343,355,,353,350,355,,347,344,342,363,,,351,,,68,348,,,354,360,,,,358,,,,353,356,,,,,,,,,,347,348,,347,343,346,341,341,342,346,341,363,,,,,,,,364,68,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,343,345,348,,358,,,354,350,344,349,356,,347,349,343,341,345,363,,,351,,,68,344,349,355,,,361,,,,,353,349,363,,,,,,,,,,,362,344,349,345,344,345,341,342,346,345,341,363,,,,,,,,364,68,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,343,346,363,,,353,360,,,362,356,,353,345,342,343,345,345,363,,,351,,,68,343,343,346,355,,,353,355,,,362,345,348,,,,,,,,,,353,343,343,346,343,345,341,350,346,344,344,346,348,,,,,,357,,364,68,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,342,343,348,,353,356,,353,352,363,,353,350,350,345,344,345,341,348,,,351,,,68,344,342,343,345,355,,347,344,336,349,342,343,348,,,,,,,,353,349,344,341,345,350,350,346,363,,347,341,343,342,348,,,,,353,348,,364,68,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,344,345,341,352,356,,353,356,,351,,351,,,362,344,341,343,348,,,351,,,68,345,343,341,346,342,349,342,345,335,350,350,350,356,,,,,,359,235,344,350,350,346,363,,,354,345,349,345,341,342,345,346,349,349,349,349,342,363,,347,341,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,346,345,356,,,,351,,353,350,352,356,,353,345,345,343,341,363,,,358,,,68,341,342,342,344,344,345,342,348,,,,,,,,,,,,,358,,,347,356,,,,362,350,345,343,344,343,345,344,343,342,341,345,356,,354,350,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,343,363,,,359,349,348,,351,,,,,347,343,344,344,342,348,,,,,,68,345,345,344,346,346,345,350,350,352,352,352,349,355,,,,,,,,,,353,356,,357,,,351,,362,345,345,343,342,342,342,344,341,356,,,,,362,342,355,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,341,363,,357,,354,363,,351,,359,349,352,342,346,341,344,342,343,355,,,,353,343,346,344,342,341,350,356,,,,,,354,345,349,349,355,,,353,349,235,349,363,,359,345,349,349,343,349,341,342,343,341,345,343,345,342,363,,,,,,92,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,341,348,,351,,,351,,358,,,351,,347,343,346,344,344,342,344,349,349,349,342,343,350,350,350,356,,,,359,349,360,,,347,341,343,344,349,349,341,348,,354,348,,,354,346,350,342,344,350,345,341,346,341,344,342,344,348,,,,,,92,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,348,,351,,353,348,,,,,347,349,342,350,343,341,341,350,350,350,350,350,343,363,,,,,,353,360,,351,,,353,345,342,345,345,345,341,346,363,,,354,355,,,351,,362,348,,362,346,346,346,344,341,342,348,,,364,,,92,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,348,,358,,362,350,355,,,353,346,350,348,,362,350,356,,,,,,347,356,,,353,349,349,356,,,354,349,349,350,350,350,341,345,342,345,350,350,355,,,351,,353,348,,354,363,,354,343,341,342,343,344,343,348,,,364,,,92,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,345,360,,,351,,354,352,352,350,348,,347,349,356,,,,,,,,358,,,353,342,346,356,,,,,354,356,,,,354,350,350,348,,,351,,,351,,362,348,,,351,,,354,346,342,344,341,345,363,,,364,,,92,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,343,363,,,,351,,,,,,347,349,346,356,,,,,359,360,,,,,353,341,341,356,,,,,,,,,,,,,,354,355,,347,355,,351,,362,346,355,,351,,,,347,342,344,343,345,363,,,,,,92,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,342,349,352,349,363,,353,349,349,349,342,343,356,,353,355,,,,,,,,353,341,350,348,,,,,,,,,,,,359,360,,,351,,347,350,352,350,352,346,344,356,,351,,357,,354,344,341,346,341,363,,,,,,92,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n350,350,350,356,,354,350,352,343,344,343,344,343,363,,359,350,350,360,,,,,,353,344,356,,351,,,,,,,,,,,,,,357,,354,349,363,,,,,354,356,,359,363,,358,,,347,345,345,346,344,355,,,,,92,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,354,350,343,345,341,348,,,,,,359,360,,,,362,348,,353,356,,,,,,,,,,,,,,351,,,362,363,,353,352,360,,,,,351,,,,,362,345,346,344,342,341,355,,353,349,344,344,356,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,354,350,345,344,349,352,352,352,355,,,359,360,,354,356,,351,,,,,,,,,,,,,,,358,,,354,350,352,356,,,357,,353,349,348,,,,,362,345,343,346,344,341,363,,354,345,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,354,350,363,,,,362,352,355,,,,,,,351,,,,,,,,,,,,,,,,357,,,,,,359,349,350,352,341,341,348,,,,,362,341,346,344,343,343,363,,,354,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,201,,,,201,,351,,,,353,349,349,348,,,,,,,,,,,,,,,,354,349,349,352,352,360,,358,,,354,350,356,,,,,362,341,341,346,342,345,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,201,,353,349,363,,347,349,352,349,346,350,350,356,,,,,,,,,,,,,,,,,354,356,,,,,,,,,,,,,,,362,344,346,343,341,342,363,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,362,349,341,344,341,235,343,363,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,341,341,345,342,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,353,349,345,342,346,343,342,235,344,343,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,341,341,345,345,348,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,56,10,10,10,343,341,344,345,363,,362,345,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,344,344,341,341,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,373,10,341,343,342,346,363,,362,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,341,343,344,345,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,56,10,10,10,343,342,346,342,348,,362,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,342,341,343,344,342,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,362,344,343,341,344,341,344,344,235,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,341,343,343,342,363,,,378,347,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,353,346,341,342,345,341,345,346,342,235,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,341,345,344,345,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,362,342,346,342,342,342,341,341,344,426,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,341,342,345,344,363,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,362,343,341,341,342,341,345,350,356,,347,344,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,342,343,345,342,343,345,363,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,362,344,343,341,343,350,356,,,,347,342,341,341,341,344,342,344,342,344,341,345,344,343,344,344,342,343,341,345,345,344,342,343,342,341,343,344,344,343,341,342,341,344,342,345,345,345,343,346,341,346,344,345,344,343,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,378,10,341,344,344,356,,,,,,362,342,341,343,345,343,344,345,344,345,343,343,345,342,345,345,343,343,342,341,343,344,342,345,345,345,344,341,344,344,343,341,344,342,345,343,344,341,345,345,343,342,344,344,342,343,348,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,347,341,345,363,,,,58,15,,362,345,341,343,343,341,345,343,344,345,343,341,341,343,343,344,341,344,344,342,343,343,343,345,342,345,344,345,341,345,341,342,345,341,343,343,344,342,342,343,343,345,342,345,345,344,363,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,347,346,342,363,,,,10,10,235,345,345,345,344,341,343,344,342,343,345,341,342,344,344,345,342,344,344,345,343,343,343,342,344,341,343,341,344,344,342,345,341,341,344,345,343,343,350,350,342,342,343,341,346,341,342,342,355,,,347,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,347,343,345,348,,,56,10,25,,347,341,344,344,345,345,345,350,350,350,350,350,350,350,350,350,350,350,346,346,343,343,343,343,345,343,341,344,342,345,345,341,343,345,342,342,356,,,354,350,350,350,350,350,350,350,350,360,,354,345,355,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,378,10,342,346,348,,,,10,10,235,342,341,345,343,341,344,363,,,,,,,,,,,,362,343,346,344,341,343,341,345,342,343,343,342,343,345,343,344,341,348,,,,,,,,,,,,,,,,68,348,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,362,344,345,348,,,,57,17,,362,341,344,345,342,345,363,,,,,,,,,,357,,362,345,346,345,341,343,342,346,345,343,341,344,341,344,343,342,342,363,,,,353,349,349,349,349,349,349,349,349,360,,353,342,356,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,378,10,345,343,343,355,,,,,,354,342,344,341,344,342,348,,,,,,,,,353,342,235,342,345,341,343,344,350,350,350,350,350,350,350,350,350,350,350,350,356,,,,354,342,345,343,345,341,350,345,356,,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,362,343,342,346,341,355,,,,,,373,343,344,346,344,363,,,,,,,,353,350,341,235,345,343,343,345,348,,,,,,,,,,,,,,,,,,347,341,342,350,356,,351,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,378,10,345,346,345,341,346,355,,,,353,343,346,345,342,341,348,,,,,,,353,356,,347,235,344,342,346,345,344,355,,,353,349,349,349,349,349,349,352,352,349,349,349,349,349,342,342,348,,,,351,,,378,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,347,350,343,346,342,342,344,355,,,347,343,345,346,346,345,363,,,,,,353,356,,,351,,362,346,344,342,346,356,,,347,343,346,345,343,350,356,,,354,350,343,342,342,350,350,356,,,359,363,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,201,,354,342,346,343,342,356,,56,10,350,350,350,350,350,10,59,,,378,10,356,,,,354,352,350,350,350,350,356,,,,364,68,346,345,356,,,,,,,354,350,356,,,,,,,354,355,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,378,10,59,,362,343,344,363,410,,,201,,,,,,201,,,,,201,,,361,,,,,,,,,,,,364,68,344,348,,,,,,,,,,,,,,,,,,354,352,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,10,55,,362,341,346,342,349,349,349,10,349,349,349,349,349,10,55,,,378,10,355,,,,353,352,349,349,349,349,355,,,,364,68,342,363,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,,,,,,,,201,,353,345,343,346,343,343,342,343,341,341,343,342,345,346,363,,,,,,354,355,,,351,,347,346,343,341,341,355,,,347,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,,,,,,347,349,343,345,341,341,341,345,345,343,345,344,342,341,342,346,363,,,,,,,354,355,,362,235,341,344,343,341,344,363,,,362,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,,,,,,354,350,350,350,341,344,346,343,342,345,346,342,341,341,342,343,348,,,,,,,,354,349,345,235,345,341,344,343,344,341,349,349,345,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,,,,,,,,,,10,342,346,346,345,346,346,343,342,341,344,342,363,,,,,,,,,354,343,235,341,343,341,342,345,343,342,344,342,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,355,,,,,,,,,,,,10,10,344,342,345,344,346,341,344,344,343,344,344,348,,,,,,,,,,358,,347,344,343,345,344,343,341,343,343,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,363,,,,,,,,,,56,10,10,345,344,342,346,342,344,345,342,343,344,344,345,348,,,,,,,,,,,,362,342,344,341,343,344,341,344,345,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,348,,,,,,,,,378,10,10,341,342,345,344,342,343,345,343,344,343,341,343,345,345,349,349,349,349,349,349,349,349,349,349,349,343,344,345,344,343,341,345,345,345,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,341,355,,,,,,,,10,10,341,344,345,341,341,344,343,345,341,341,342,344,344,341,342,345,345,342,344,341,343,343,345,342,342,344,345,343,345,342,345,343,344,342,341,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,344,348,,,,,,378,10,10,345,343,343,346,346,346,346,341,341,342,342,343,342,341,345,343,345,344,341,345,342,345,344,345,345,344,345,344,343,344,344,344,343,344,342,341,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,348,,,,,,10,10,344,345,343,341,345,346,341,342,341,346,345,344,342,342,341,345,344,344,344,344,344,341,341,344,341,343,344,343,344,343,343,341,341,343,342,342,343,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,342,345,349,355,410,56,10,10,345,342,344,342,344,342,345,341,341,345,345,342,345,343,344,341,341,345,341,341,341,341,343,341,342,344,342,344,341,342,343,341,342,345,342,342,342,343,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,344,344,341,355,,,347,345,344,342,346,345,346,346,341,344,341,345,344,345,344,346,345,343,341,342,345,343,343,343,346,342,344,342,341,344,346,342,342,342,345,344,341,344,341,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,342,341,343,344,363,,,3,345,345,345,346,343,342,342,344,341,342,345,345,344,343,346,345,341,343,342,341,342,344,341,341,345,342,344,346,342,343,342,346,341,341,344,344,343,343,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,344,343,341,345,363,410,,362,345,343,345,342,344,343,344,341,342,344,345,343,341,345,345,344,343,343,344,343,341,341,344,343,343,345,345,343,345,345,345,341,343,344,341,343,341,344,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,344,342,341,341,345,349,349,343,341,345,341,343,345,341,344,345,343,343,343,341,345,345,342,345,342,341,344,342,341,342,343,342,341,345,344,343,345,341,342,345,341,343,343,342,343,341,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,69,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,69,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=66 stepRecede=66 timeStopStart=3 timeStopEnd=3 posStart=5312;2304 posEnd=5312;3008 posCurrent=5312;2453 step=2 time=14 phase=302 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2376 posEnd=5186;2376 posCurrent=5186;2376 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2376 posEnd=5442;2376 posCurrent=5442;2376 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=140 stepRecede=140 timeStopStart=10 timeStopEnd=10 posStart=5312;1280 posEnd=5312;2176 posCurrent=5312;1287 step=4 time=139 phase=302 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;4424 posEnd=5250;4424 posCurrent=5250;4424 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=3072;4352 posEnd=3584;4352 posCurrent=3488;4352 step=4 time=15 phase=302 channel=1 icon=361 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;452 posEnd=6210;452 posCurrent=6210;452 step=1 time=0 phase=302 channel=10 icon=33 \r\nMoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=4864;4544 posEnd=4864;3776 posCurrent=4864;4490 step=4 time=67 phase=302 channel=1 icon=361 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;516 posEnd=450;516 posCurrent=450;516 step=1 time=0 phase=302 channel=10 icon=225 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1476 posEnd=3138;1476 posCurrent=3138;1476 step=1 time=0 phase=302 channel=10 icon=220 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2688;1344 posEnd=2944;1344 posCurrent=2900;1344 step=4 time=7 phase=302 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3328;4288 posEnd=3328;4288 posCurrent=3328;4288 step=1 time=0 phase=302 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3264;4288 posEnd=3264;4288 posCurrent=3264;4288 step=1 time=0 phase=302 channel=10 icon=73 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;3080 posEnd=3458;3080 posCurrent=3458;3080 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=54 stepAdvance=120 stepRecede=120 timeStopStart=200 timeStopEnd=200 posStart=2112;1408 posEnd=1728;1408 posCurrent=1789;1408 step=2 time=101 phase=302 channel=10 icon=250 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3392;4288 posEnd=3392;4288 posCurrent=3392;4288 step=1 time=0 phase=302 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2368;3392 posEnd=2112;3392 posCurrent=2156;3392 step=4 time=7 phase=302 channel=10 icon=73 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;776 posEnd=5314;776 posCurrent=5314;776 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=54 stepAdvance=40 stepRecede=40 timeStopStart=200 timeStopEnd=200 posStart=1856;3520 posEnd=1984;3520 posCurrent=1984;3520 step=3 time=60 phase=302 channel=10 icon=243 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1984;3200 posEnd=1792;3200 posCurrent=1875;3200 step=4 time=13 phase=302 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2112;3200 posEnd=2304;3200 posCurrent=2221;3200 step=4 time=13 phase=302 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;3392 posEnd=2560;3392 posCurrent=2560;3392 step=1 time=0 phase=302 channel=10 icon=73 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3912 posEnd=1218;3912 posCurrent=1218;3912 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3912 posEnd=1154;3912 posCurrent=1154;3912 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=4416;640 posEnd=4736;640 posCurrent=4691;640 step=2 time=43 phase=302 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=84 stepRecede=84 timeStopStart=3 timeStopEnd=3 posStart=5056;3776 posEnd=5056;2880 posCurrent=5056;3210 step=4 time=31 phase=302 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;776 posEnd=5378;776 posCurrent=5378;776 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4168 posEnd=2818;4168 posCurrent=2818;4168 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4104 posEnd=2882;4104 posCurrent=2882;4104 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;2244 posEnd=5506;2244 posCurrent=5506;2244 step=1 time=0 phase=302 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2244 posEnd=5442;2244 posCurrent=5442;2244 step=1 time=0 phase=302 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2244 posEnd=5378;2244 posCurrent=5378;2244 step=1 time=0 phase=302 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;2244 posEnd=5250;2244 posCurrent=5250;2244 step=1 time=0 phase=302 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2244 posEnd=5186;2244 posCurrent=5186;2244 step=1 time=0 phase=302 channel=10 icon=10 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;2244 posEnd=5122;2244 posCurrent=5122;2244 step=1 time=0 phase=302 channel=10 icon=10 \r\nMoveObject: type=54 stepAdvance=120 stepRecede=120 timeStopStart=200 timeStopEnd=200 posStart=4992;1216 posEnd=4608;1216 posCurrent=4669;1216 step=2 time=101 phase=302 channel=10 icon=250 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4928;1024 posEnd=4672;1024 posCurrent=4716;1024 step=4 time=7 phase=302 channel=10 icon=73 \r\nMoveObject: type=54 stepAdvance=180 stepRecede=180 timeStopStart=200 timeStopEnd=200 posStart=4480;1216 posEnd=3904;1216 posCurrent=4157;1216 step=2 time=101 phase=302 channel=10 icon=250 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2180 posEnd=4994;2180 posCurrent=4994;2180 step=1 time=0 phase=302 channel=10 icon=18 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;584 posEnd=514;584 posCurrent=514;584 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;2056 posEnd=1986;2056 posCurrent=1986;2056 step=1 time=0 phase=302 channel=10 icon=24 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;2180 posEnd=5634;2180 posCurrent=5634;2180 step=1 time=0 phase=302 channel=10 icon=18 \r\n"); + worlds.Add(63, "DescFile: posDecor=132;4320 dimDecor=100;100 world=0 music=3 region=13 blupiPos=450;4614 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,345,343,341,343,345,343,345,342,343,341,342,344,345,342,363,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,343,343,342,343,343,344,343,345,342,345,341,344,343,342,348,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,344,342,341,345,341,343,342,342,343,341,345,344,342,342,341,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,345,346,345,341,344,344,346,346,346,343,345,341,345,343,342,344,345,346,343,345,346,343,346,344,345,344,343,346,341,343,344,344,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,345,344,342,343,342,346,341,350,350,350,341,342,343,343,344,345,345,344,341,343,345,345,341,344,344,341,344,341,342,346,342,343,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,342,341,341,341,343,350,356,,,,362,346,343,342,342,343,342,345,346,342,343,344,344,345,346,346,341,346,341,345,344,345,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,343,346,342,341,363,,,,353,201,343,342,342,342,342,345,342,341,344,346,344,342,344,345,343,345,346,345,346,344,346,342,344\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,350,350,350,350,356,,359,349,350,201,344,344,344,341,345,344,344,343,350,350,350,350,350,350,350,350,350,350,350,350,350,343,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,342,344,345,344,342,344,348,,,,,,,,,,,,,,347,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,343,344,344,343,343,341,348,,,,,,,,,,,,,,362,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,342,341,341,343,345,344,363,,,,,,,,,,,,,,362,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,345,345,342,343,341,343,363,,,,,,,,,,,,,,347,343\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,362,345,344,342,342,343,341,348,,,,,,,,,,,,,,347,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,341,345,343,345,342,345,363,,,,,,,,,,,,,,362,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,341,342,341,342,343,344,348,,,,,,,,,,,,,,347,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,344,344,343,342,342,344,363,,,,,,,,,,,,,,362,344\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,344,344,341,341,341,343,363,,,,,,,,,,,,,,362,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,342,341,345,343,341,344,363,,,,,,,,,,,,,,347,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,344,342,341,342,342,342,363,,,,,,,,,,,,,,362,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,343,349,349,345,342,345,345,343,343,341,344,349,349,349,349,349,349,349,349,349,349,349,349,349,343,346\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,201,349,201,201,201,201,344,342,344,346,343,343,344,342,342,345,345,343,341,343,342,346,343,345,346,341,346,341,342,342,344,341,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,350,201,201,201,201,201,201,201,201,78,342,344,345,344,344,342,345,346,344,343,341,343,341,343,343,341,345,346,344,343,344,342,343,341,345,342,343\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,,,,,,,,,,,,84,200,83,344,343,343,344,344,341,342,341,346,345,341,341,345,342,344,341,344,343,345,341,343,345,343,343,344,343,343\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,200,200,79,,,,,,,,,84,200,79,345,344,341,342,341,346,344,344,346,342,343,346,342,344,343,344,342,344,345,345,344,343,345,345,343,346,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,,,,,,,,201,,78,343,344,342,342,343,342,344,345,345,342,346,345,341,343,346,344,344,344,341,342,341,341,344,344,342,346,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,342,349,349,349,349,349,349,349,343,349,343,342,345,345,341,341,345,344,345,341,343,344,346,345,346,345,346,341,343,344,342,343,343,343,346,344,341,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,,,,362,83,80,346,343,341,344,344,344,344,342,342,342,341,344,342,345,345,346,346,345,341,343,346,345,342,346,344,344,346,345,343,342,346,341,343,341,345,346\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,,,,362,81,80,345,346,343,341,343,342,344,343,343,345,345,345,346,341,342,344,343,344,341,345,342,346,345,345,344,345,341,345,346,346,341,341,342,341,343,343\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,201,201,345,345,81,84,345,344,342,346,346,344,342,343,341,344,344,346,345,346,342,346,344,342,345,341,343,345,344,342,344,346,342,345,343,346,346,342,343,344,344\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,,,201,350,343,81,84,341,341,343,345,346,344,341,344,345,343,345,343,345,344,341,346,343,342,346,345,342,342,344,344,343,345,346,344,342,342,341,342,344,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,,,201,,354,342,81,83,342,346,344,344,346,345,343,341,341,341,345,341,341,341,346,342,341,346,346,346,341,343,341,346,345,344,342,346,343,344,345,344,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,,,201,,,354,345,82,84,342,346,346,346,341,343,343,345,341,341,341,341,346,346,346,342,346,344,345,341,341,341,342,343,342,344,344,343,345,342,341,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,,,201,,,,354,346,83,84,345,346,346,346,345,345,345,343,346,346,342,345,341,346,344,346,342,342,343,345,344,342,344,346,345,345,341,345,341,345,346\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,201,352,201,,,,,354,344,80,83,345,343,341,343,342,345,346,343,345,345,344,342,346,343,344,342,345,345,346,345,344,344,346,341,345,345,341,345,345,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,84,,,,201,,,,,,362,343,84,344,345,345,345,341,343,346,344,346,344,343,344,341,345,343,346,342,341,342,342,346,342,343,343,341,344,344,346,344,342\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,,,,,201,,,,,,92,341,82,346,346,342,341,344,345,343,346,341,343,346,342,344,346,346,342,344,344,343,342,345,343,343,341,343,346,343,343,341,346\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,201,201,83,,,,,,201,,,,,,92,342,78,341,343,346,346,342,346,345,346,345,345,342,341,346,341,342,344,342,345,344,345,341,344,343,346,343,344,346,341,341,345\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,201,201,201,78,,,84,,,,,,201,,,,,,92,342,79,342,346,341,346,344,346,341,343,341,344,342,345,343,342,344,343,345,344,346,344,342,343,345,345,345,345,342,344,344,344\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,201,201,201,83,,,,82,,,78,201,201,201,201,352,201,,,,,,92,343,78,344,343,343,346,341,344,345,344,341,346,341,345,344,345,343,345,343,342,346,341,344,341,341,344,342,341,345,346,342,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,201,201,201,82,,,80,,,,,,201,,,,,,92,344,84,341,343,343,341,341,346,345,346,346,344,341,341,346,345,345,345,342,343,341,344,341,343,341,345,346,341,343,341,345,346\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,201,201,80,,,,,,201,,,,,,92,342,79,346,345,344,344,345,345,346,345,345,345,342,345,341,346,343,345,345,344,342,343,342,342,344,345,346,342,343,345,344,341\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,,,,,201,,,,,,92,343,79,343,345,341,342,343,346,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,78,,,,201,,,,,,362,345,82,341,345,342,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,201,352,201,,,,,353,342,82,81,342,344,344,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,,,201,,,,353,342,81,84,343,341,342,346,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,,,201,81,,353,346,80,84,342,342,341,341,343,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,,,201,81,349,344,78,83,346,341,346,344,341,346,346,344,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,,,201,341,344,81,84,342,345,341,342,346,342,341,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,83,201,201,344,344,80,83,345,345,342,345,342,345,341,343,341,346,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,,,,362,83,80,342,344,343,345,343,344,341,342,344,345,341,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,81,84,78,342,345,342,344,342,346,341,343,342,345,346,346,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,78,342,341,345,341,341,344,341,344,345,344,346,341,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,345,344,345,344,342,344,345,343,346,342,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,341,341,341,345,342,345,342,341,343,342,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,83,81,342,345,344,342,343,344,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,200,345,79,79,345,346,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,347,344,79,79,345,341,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,344,79,79,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,347,344,342,346,79,79,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,200,200,341,344,341,343,341,79,79,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,362,343,344,344,342,345,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,344,343,341,342,343,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,344,341,341,346,343,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,342,342,341,341,342,346,341,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,343,344,343,345,343,345,345,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,344,344,343,343,345,345,343,346,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,342,343,344,341,345,341,346,345,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,345,343,342,346,346,342,345,345,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,345,345,346,346,343,345,342,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,346,346,343,346,343,341,346,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,341,346,346,342,342,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,344,342,345,345,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,341,342,341,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,345,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,378,89,,,,89,,,378,89,,,,347,345,344,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,81,201,201,201,81,201,201,201,81,201,201,201,81,201,342,341,345,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,87,,,378,87,,,378,87,,,,362,346,345,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,346,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,355,,,,,,357,,,,,,,,,,,,,,353,343,344,342,344,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,362,342,343,343,345,343,344,344,344,341,346,343,344,341,341,344,346,345,345,344,345,342,344,341,90,,,,353,342,355,,,,,,,,,,,,353,343,345,345,344,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,347,344,344,345,344,346,341,344,345,342,342,344,343,345,343,343,344,345,343,346,341,345,346,342,82,84,235,349,345,343,341,355,,,,,,,,,,353,341,346,345,341,341,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,347,344,344,346,345,343,343,343,341,344,344,342,342,341,343,345,342,344,341,344,346,342,343,345,83,80,410,362,341,342,346,343,355,,,,,,,384,349,346,345,341,346,345,344,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,347,346,345,342,344,346,341,343,343,345,346,345,343,345,345,346,342,345,342,344,344,341,344,341,83,81,235,346,345,344,341,343,341,355,,,,,,347,342,342,346,344,341,345,345,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,362,345,343,344,344,344,344,350,350,350,350,350,350,350,346,350,350,350,350,350,342,350,350,350,350,350,235,343,342,341,343,342,341,341,355,,,,353,344,342,341,344,345,345,343,343,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,362,345,341,342,341,345,81,,,,,,,,351,,,,,,358,,,,,,,362,345,346,342,341,346,344,345,355,,,373,342,343,345,341,343,344,344,342,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,347,342,341,342,346,346,81,,,357,,,,,358,,,,,,,,,,,,,347,341,345,344,344,345,346,345,363,,,362,346,341,342,343,342,346,343,346,342,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,362,342,343,341,346,341,78,,,351,,,,,,,,,,,357,,,,,,,373,344,345,341,344,345,342,346,348,,,347,341,341,342,345,342,346,345,342,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,362,344,342,341,346,346,343,235,235,341,349,349,349,349,349,349,349,349,349,349,346,349,349,349,349,349,349,343,346,342,343,341,343,346,344,363,,,362,342,343,345,341,343,345,346,346,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,344,346,341,343,342,341,346,235,235,342,345,344,341,346,344,345,343,346,342,341,342,341,346,343,344,343,344,345,346,341,341,345,343,343,342,345,349,349,346,342,341,345,341,346,346,343,343,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,341,346,344,345,343,345,341,342,345,342,345,344,345,346,345,341,345,345,344,346,342,345,341,343,348,410,,362,343,345,343,346,341,341,343,343,343,343,344,341,343,346,345,344,341,341,345,343,342,346,344,346,341,342,345,342,345,346,344,341,343,346,343,342,346,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,341,343,344,343,343,344,344,342,346,341,341,341,341,342,344,343,346,345,341,346,344,346,345,345,348,410,,362,343,345,345,343,344,344,344,341,341,341,341,345,346,346,342,345,343,342,345,344,341,345,346,343,342,345,344,341,342,345,341,344,346,343,345,344,344,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,344,344,342,346,343,344,342,344,346,344,344,345,345,346,344,343,345,342,346,346,341,342,343,344,342,235,235,344,346,342,342,341,346,345,344,342,341,346,342,346,341,346,345,341,345,346,342,343,346,343,346,346,345,344,345,344,345,342,345,342,345,342,345,346,345,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,344,344,342,344,343,345,341,345,341,344,346,343,346,343,343,341,345,342,343,343,344,345,346,342,348,410,,347,342,343,341,345,343,341,345,342,341,341,346,343,344,345,342,341,345,342,342,341,341,342,343,344,342,346,341,344,343,346,342,345,343,345,345,345,346,344,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,343,345,343,346,341,341,346,344,342,343,342,345,345,345,341,346,341,346,342,343,346,341,344,343,348,410,,362,342,341,343,343,341,342,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,235,235,345,342,342,341,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,342,343,345,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,201,200,201,,,378,89,,,,89,,,,,,,,,201,373,341,343,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,201,,201,201,81,201,201,201,81,201,201,201,81,201,201,201,201,201,81,81,344,346,342,344,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,201,200,201,,,,87,,,378,87,,,,,,,,,201,362,343,341,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,345,343,345,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=1856;3904 posEnd=2688;3904 posCurrent=2560;3904 step=4 time=20 phase=173 channel=1 icon=78 \r\nMoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=1920;3904 posEnd=2752;3904 posCurrent=2624;3904 step=4 time=20 phase=173 channel=1 icon=78 \r\nMoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=1984;3904 posEnd=2816;3904 posCurrent=2688;3904 step=4 time=20 phase=173 channel=1 icon=78 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;3588 posEnd=3970;3588 posCurrent=3970;3588 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3588 posEnd=4034;3588 posCurrent=4034;3588 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3588 posEnd=4098;3588 posCurrent=4098;3588 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3588 posEnd=4162;3588 posCurrent=4162;3588 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3588 posEnd=4226;3588 posCurrent=4226;3588 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3588 posEnd=4290;3588 posCurrent=4290;3588 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=2048;3904 posEnd=2880;3904 posCurrent=2752;3904 step=4 time=20 phase=173 channel=1 icon=78 \r\nMoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=2112;3904 posEnd=2944;3904 posCurrent=2816;3904 step=4 time=20 phase=173 channel=1 icon=78 \r\nMoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=2176;3904 posEnd=3008;3904 posCurrent=2880;3904 step=4 time=20 phase=173 channel=1 icon=78 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3781 posEnd=3266;3781 posCurrent=3266;3781 step=1 time=0 phase=173 channel=10 icon=129 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3592 posEnd=5570;3592 posCurrent=5570;3592 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;580 posEnd=6210;580 posCurrent=6210;580 step=1 time=0 phase=173 channel=10 icon=30 \r\nMoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=6144;1600 posEnd=6144;1344 posCurrent=6144;1600 step=4 time=24 phase=173 channel=1 icon=361 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3460 posEnd=4866;3460 posCurrent=4866;3460 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;3204 posEnd=4738;3204 posCurrent=4738;3204 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3780 posEnd=5122;3780 posCurrent=5122;3780 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=1088;4736 posEnd=704;4736 posCurrent=973;4736 step=2 time=18 phase=173 channel=1 icon=78 \r\nMoveObject: type=1 stepAdvance=96 stepRecede=96 timeStopStart=3 timeStopEnd=3 posStart=5376;2816 posEnd=5376;1792 posCurrent=5376;2517 step=4 time=68 phase=173 channel=1 icon=79 \r\nMoveObject: type=1 stepAdvance=96 stepRecede=96 timeStopStart=3 timeStopEnd=3 posStart=5440;2816 posEnd=5440;1792 posCurrent=5440;2517 step=4 time=68 phase=173 channel=1 icon=80 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=1024;4736 posEnd=640;4736 posCurrent=909;4736 step=2 time=18 phase=173 channel=1 icon=78 \r\nMoveObject: type=1 stepAdvance=96 stepRecede=96 timeStopStart=3 timeStopEnd=3 posStart=5504;2816 posEnd=5504;1792 posCurrent=5504;2517 step=4 time=68 phase=173 channel=1 icon=83 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5696;1792 posEnd=5696;1728 posCurrent=5696;1770 step=4 time=4 phase=173 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5760;1728 posEnd=5760;1792 posCurrent=5760;1750 step=4 time=4 phase=173 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5888;1728 posEnd=5888;1792 posCurrent=5888;1750 step=4 time=4 phase=173 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=960;4736 posEnd=576;4736 posCurrent=845;4736 step=2 time=18 phase=173 channel=1 icon=78 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=832;4672 posEnd=832;4672 posCurrent=832;4672 step=1 time=0 phase=173 channel=10 icon=70 \r\nMoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=1280;4480 posEnd=1280;3712 posCurrent=1280;4320 step=2 time=15 phase=173 channel=1 icon=84 \r\nMoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=1344;4480 posEnd=1344;3712 posCurrent=1344;4320 step=2 time=15 phase=173 channel=1 icon=79 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5952;1792 posEnd=5952;1728 posCurrent=5952;1770 step=4 time=4 phase=173 channel=1 icon=361 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2760 posEnd=2434;2760 posCurrent=2434;2760 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3272 posEnd=2306;3272 posCurrent=2306;3272 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3016 posEnd=2370;3016 posCurrent=2370;3016 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3272 posEnd=2434;3272 posCurrent=2434;3272 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;3016 posEnd=2498;3016 posCurrent=2498;3016 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3272 posEnd=2562;3272 posCurrent=2562;3272 step=1 time=0 phase=173 channel=10 icon=24 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;836 posEnd=6146;836 posCurrent=6146;836 step=1 time=0 phase=173 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;1092 posEnd=6274;1092 posCurrent=6274;1092 step=1 time=0 phase=173 channel=10 icon=17 \r\n"); + worlds.Add(64, "DescFile: posDecor=350;5920 dimDecor=100;100 world=0 music=4 region=31 blupiPos=642;6278 blupiDir=2 \r\nDecor: \r\n342,341,342,343,343,342,342,341,345,343,345,345,342,342,342,345,345,341,341,344,345,342,341,344,342,343,341,343,342,343,345,344,344,343,344,344,343,341,345,343,341,341,343,344,344,341,344,344,341,344,341,341,341,341,344,343,342,344,344,344,344,343,344,343,342,341,342,342,343,346,342,344,342,344,344,342,345,343,341,345,345,341,342,344,343,342,341,342,343,341,343,341,345,341,341,342,344,345,344,344\r\n345,345,344,342,344,345,342,343,341,345,341,341,345,342,345,345,344,341,341,342,343,345,343,342,345,342,342,344,345,345,344,341,343,343,343,341,345,345,344,341,341,345,343,341,344,342,342,341,343,341,342,341,345,344,341,342,342,345,343,342,342,343,343,345,344,341,344,343,345,343,344,345,343,342,342,343,341,344,341,345,341,344,344,342,342,344,345,344,344,345,345,341,345,343,341,342,344,342,345,341\r\n342,343,341,345,342,341,343,342,344,342,342,345,341,344,345,343,345,341,342,343,344,341,342,344,341,341,342,345,341,342,343,343,345,341,345,345,345,344,341,341,342,345,344,344,341,343,342,341,345,344,343,341,345,344,341,343,343,344,343,344,342,343,343,345,341,344,345,345,343,343,345,341,342,345,345,342,342,343,343,345,345,342,345,341,343,345,341,341,342,344,344,345,345,342,342,345,342,342,343,345\r\n341,344,343,345,345,342,341,345,344,341,344,341,344,341,343,341,341,344,345,343,343,344,341,344,343,344,344,342,342,345,342,342,341,345,343,344,343,343,344,345,344,345,344,341,342,344,345,342,345,341,342,343,345,342,341,343,343,344,344,344,343,342,342,342,343,342,343,343,343,342,344,341,341,343,341,343,345,342,343,342,344,343,341,343,344,342,344,344,341,343,345,343,342,341,342,341,345,343,343,344\r\n342,343,342,341,341,344,341,345,342,341,344,345,345,343,345,342,343,345,344,342,344,345,342,344,344,345,343,345,345,341,343,344,342,342,344,341,344,343,343,344,345,345,345,345,344,344,345,344,345,341,341,345,343,343,342,342,342,344,341,345,344,342,343,341,341,344,345,343,345,344,342,345,342,342,344,341,342,344,342,345,341,342,344,341,344,344,342,342,342,341,343,342,345,342,341,342,342,345,345,341\r\n342,341,343,344,341,345,341,344,345,344,345,345,343,343,342,343,343,341,344,344,341,342,341,345,341,344,344,341,343,345,345,345,341,345,341,345,345,343,345,341,344,341,344,341,341,344,343,341,341,345,341,342,341,341,344,343,342,345,341,345,341,343,341,344,342,341,343,341,344,342,341,341,345,343,344,345,343,341,341,344,344,342,342,344,344,344,343,343,342,345,345,341,344,345,341,344,343,345,343,344\r\n345,341,343,345,344,345,343,341,342,343,342,341,341,341,343,343,344,344,345,345,344,343,341,342,341,341,345,344,344,343,343,343,341,342,342,341,342,343,343,342,344,343,345,345,343,345,345,341,341,344,343,344,341,342,342,343,343,341,343,343,341,345,345,342,344,343,342,343,342,342,341,341,344,344,341,344,341,343,344,345,344,345,343,345,345,341,341,341,343,343,341,345,343,344,343,342,343,344,342,345\r\n343,344,341,345,342,343,342,345,341,343,342,342,343,342,344,341,342,343,345,341,341,343,342,345,344,342,342,344,344,343,345,345,341,342,343,344,343,343,341,341,341,345,345,344,345,344,344,345,341,343,342,341,344,345,345,343,345,343,344,342,344,342,344,345,344,344,342,344,342,345,345,342,343,345,345,344,345,343,345,343,344,344,345,343,341,345,344,342,345,343,344,341,344,343,342,345,345,342,345,341\r\n345,343,341,343,345,345,345,344,343,345,343,342,341,343,344,342,341,342,342,345,343,345,345,342,341,344,343,341,342,341,344,344,345,344,341,345,342,342,343,341,342,343,343,343,345,345,343,343,344,342,344,344,341,341,345,345,342,343,343,342,344,344,342,342,345,343,342,342,344,345,342,342,345,343,343,345,341,343,343,344,342,342,344,342,345,344,341,341,344,342,343,344,345,343,345,343,345,345,344,345\r\n343,343,342,343,344,342,341,342,350,384,342,350,350,350,350,343,350,350,350,344,342,343,350,350,350,350,350,350,350,350,350,350,345,350,350,350,350,344,341,345,350,350,350,350,350,350,342,350,350,346,343,343,342,344,344,343,341,350,350,350,341,341,344,344,342,350,350,350,342,350,350,350,341,350,350,350,341,350,341,350,341,343,350,350,343,342,344,343,343,343,350,350,350,350,350,350,350,350,350,345\r\n344,342,350,350,350,350,350,363,,,358,,,,,,,,,347,342,356,,,,,,,,,,,351,,,,,354,341,348,,,,,,,351,,,,347,344,344,345,344,342,356,,,,354,343,342,341,348,,,,351,,,,351,,,,351,,358,,362,363,,,92,91,91,91,91,363,,,,,,,,,,362\r\n341,356,,,,,,358,,,,,,,,,,,,347,356,,,,,,,56,5,76,76,76,343,138,,353,138,,362,350,236,352,352,349,352,235,347,235,349,235,344,345,341,342,341,356,,378,357,,,354,343,345,363,,353,235,363,,353,235,348,,353,235,348,,,,362,348,,,362,91,91,91,91,363,,,,,,,,,,347\r\n348,,,,,,,,,,,,,353,349,355,,,,347,76,76,76,5,55,,,,,,,,362,138,,347,138,,351,,,,,347,138,,351,,351,,347,343,345,341,356,,378,353,341,355,,,354,342,348,,351,,351,,351,,351,,351,,351,,,,362,363,,,347,91,91,91,91,363,,,,,,,,,,362\r\n348,,,,,,,,,,,,,92,91,363,,,,201,,,,,,,,,,,,,351,,,347,138,,351,,,,,351,,,351,,351,,347,342,342,356,,378,353,345,343,343,355,,,354,363,,351,,351,,351,,351,,351,,351,,,,354,348,,,347,91,91,91,91,363,,359,352,349,352,352,352,349,352,343\r\n363,,,4,4,4,4,4,,,353,349,349,341,91,348,,,,201,,,,,,,56,5,76,76,76,76,342,138,,362,138,,351,,,,,351,,,351,,351,,362,344,356,,378,353,341,345,343,344,344,355,,,354,235,363,,354,235,345,235,350,235,363,,351,,357,,,351,,,347,91,91,91,91,348,,,,351,,,,351,,347\r\n348,,,73,,53,,4,,378,347,345,350,342,91,348,,,,351,,,,,,,,,,,,,347,138,,347,138,,351,,,,353,343,138,,351,,351,,362,356,,378,353,343,345,342,341,343,341,363,,,,,351,,,,351,,,,362,424,345,352,350,235,235,350,235,235,350,350,350,350,350,350,421,355,,358,,357,,358,,347\r\n363,,,73,,,50,4,,378,362,363,,92,91,348,,,,347,355,76,76,76,5,55,,,,,,,362,138,,347,138,,358,,,353,343,343,138,,354,235,342,235,356,,378,353,343,343,342,345,341,343,344,363,,,353,235,348,,353,235,342,235,349,235,344,235,363,,,,,,,,,,,,,,,351,,,,351,,,,347\r\n343,355,,73,,54,,4,,,347,348,,347,344,343,355,,,362,343,355,,,,,,,,,,,201,,353,348,,,,,353,342,343,345,138,,,,351,,,378,353,345,344,343,343,342,341,343,344,363,,,351,,351,,351,,351,,351,,351,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,348,,,,351,,,,362\r\n343,342,349,4,4,4,4,4,349,349,344,341,349,343,342,341,342,349,349,345,344,345,349,349,349,349,349,349,349,349,349,349,342,349,342,343,349,349,349,349,342,342,343,345,349,349,349,349,344,349,349,349,344,345,345,341,342,343,342,342,342,343,349,349,343,349,343,349,344,349,344,349,345,349,345,349,344,344,343,344,342,342,342,345,345,341,342,343,342,341,345,341,349,349,349,342,349,349,349,341\r\n343,341,341,342,341,344,342,343,343,342,345,344,342,342,342,345,345,341,341,342,344,341,342,341,342,345,344,345,343,345,341,341,341,344,344,344,345,343,345,345,344,341,343,341,343,344,342,345,344,341,345,345,345,344,342,343,341,343,343,344,342,341,345,342,345,344,342,341,343,345,344,345,345,345,342,345,345,342,342,344,342,343,343,344,344,343,345,341,342,341,343,343,341,344,345,344,341,341,345,345\r\n344,345,344,342,343,342,345,344,344,342,345,345,344,343,344,344,343,343,343,343,344,341,343,341,344,345,345,343,343,343,341,341,343,343,342,344,342,341,342,342,344,345,344,342,342,345,344,343,342,345,342,342,345,343,343,344,341,342,344,345,345,345,341,344,344,343,342,344,344,344,341,345,343,341,341,343,342,342,343,341,344,341,342,343,341,343,342,343,344,342,344,342,345,341,342,345,343,345,343,344\r\n342,343,343,342,345,343,344,344,342,341,345,343,344,343,344,344,343,344,341,345,342,341,345,343,341,344,344,344,344,344,344,345,341,344,344,344,341,341,342,344,341,344,341,343,343,342,343,342,344,342,345,342,343,341,344,341,344,342,343,341,341,345,342,343,345,341,341,344,344,344,345,344,344,343,342,342,344,341,342,343,344,341,343,345,341,345,343,341,345,343,344,341,343,342,343,341,343,343,341,343\r\n342,345,341,342,341,341,341,341,345,345,342,342,343,342,345,344,343,345,343,345,345,343,345,345,343,344,343,342,344,343,344,345,341,342,341,343,344,341,344,343,341,344,344,345,343,342,344,341,342,342,343,342,345,342,345,344,342,345,341,342,341,345,343,343,345,341,344,345,342,342,343,342,341,342,342,345,342,344,342,343,343,343,341,341,343,343,343,341,342,345,342,343,341,344,345,341,343,344,341,342\r\n344,345,344,342,343,341,342,343,345,345,344,341,343,343,345,343,343,341,343,341,341,344,344,342,342,344,345,342,342,345,341,345,345,341,344,344,341,344,345,345,343,341,344,341,342,345,343,345,345,345,344,342,343,343,341,341,341,341,342,341,341,343,341,344,342,341,345,345,345,341,345,341,342,344,341,344,342,345,343,343,344,345,345,344,344,342,343,342,341,342,345,344,341,342,341,342,343,342,343,342\r\n341,342,343,342,345,344,343,343,345,345,343,343,342,344,344,344,345,343,341,343,343,343,343,341,341,344,344,343,342,341,343,342,344,342,344,344,343,345,341,342,341,341,343,343,343,343,344,343,345,342,341,341,341,341,345,344,342,343,341,345,342,342,345,344,343,345,344,344,342,343,343,343,341,345,341,342,343,344,345,341,344,344,342,342,342,343,343,342,342,344,341,345,341,342,342,344,341,344,341,344\r\n350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,\r\n,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=576;6208 posEnd=640;6208 posCurrent=583;6208 step=4 time=18 phase=333 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=768;6144 posEnd=832;6144 posCurrent=775;6144 step=4 time=18 phase=333 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=576;6080 posEnd=640;6080 posCurrent=583;6080 step=4 time=18 phase=333 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=768;6016 posEnd=832;6016 posCurrent=775;6016 step=4 time=18 phase=333 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=576;5952 posEnd=640;5952 posCurrent=583;5952 step=4 time=18 phase=333 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=768;5888 posEnd=832;5888 posCurrent=775;5888 step=4 time=18 phase=333 channel=1 icon=361 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=896;5888 posEnd=960;5888 posCurrent=960;5888 step=3 time=18 phase=333 channel=12 icon=249 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=896;6144 posEnd=960;6144 posCurrent=960;6144 step=3 time=18 phase=333 channel=12 icon=249 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;6276 posEnd=898;6276 posCurrent=898;6276 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;5636 posEnd=898;5636 posCurrent=898;5636 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=640;5440 posEnd=896;5440 posCurrent=896;5440 step=3 time=6 phase=333 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=896;5568 posEnd=640;5568 posCurrent=640;5568 step=3 time=6 phase=333 channel=10 icon=87 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;4932 posEnd=642;4932 posCurrent=642;4932 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;4932 posEnd=898;4932 posCurrent=898;4932 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5064 posEnd=642;5064 posCurrent=642;5064 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=3 timeStopEnd=3 posStart=1088;4864 posEnd=1088;5824 posCurrent=1088;5355 step=4 time=44 phase=333 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=768;4672 posEnd=1088;4672 posCurrent=896;4672 step=2 time=20 phase=333 channel=10 icon=77 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=1088;4416 posEnd=768;4416 posCurrent=896;4416 step=2 time=24 phase=333 channel=10 icon=98 \r\nMoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=704;4160 posEnd=1088;4160 posCurrent=948;4160 step=4 time=22 phase=333 channel=10 icon=77 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4038 posEnd=1090;4038 posCurrent=1090;4038 step=1 time=0 phase=333 channel=10 icon=178 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;3972 posEnd=834;3972 posCurrent=834;3972 step=1 time=0 phase=333 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3908 posEnd=770;3908 posCurrent=770;3908 step=1 time=0 phase=333 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;3844 posEnd=706;3844 posCurrent=706;3844 step=1 time=0 phase=333 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3780 posEnd=642;3780 posCurrent=642;3780 step=1 time=0 phase=333 channel=10 icon=16 \r\nMoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=960;2880 posEnd=768;2880 posCurrent=773;2880 step=2 time=88 phase=333 channel=10 icon=66 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2888 posEnd=642;2888 posCurrent=642;2888 step=1 time=0 phase=333 channel=10 icon=142 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2496 posEnd=834;2496 posCurrent=834;2496 step=1 time=0 phase=333 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2496 posEnd=770;2496 posCurrent=770;2496 step=1 time=0 phase=333 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;2496 posEnd=898;2496 posCurrent=898;2496 step=1 time=0 phase=333 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2692 posEnd=834;2692 posCurrent=834;2692 step=1 time=0 phase=333 channel=10 icon=16 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1024;2368 posEnd=896;2368 posCurrent=908;2368 step=4 time=2 phase=333 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=768;2304 posEnd=896;2304 posCurrent=884;2304 step=4 time=2 phase=333 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=704;2176 posEnd=1024;2176 posCurrent=832;2176 step=2 time=20 phase=333 channel=10 icon=77 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1732 posEnd=706;1732 posCurrent=706;1732 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1668 posEnd=898;1668 posCurrent=898;1668 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1412 posEnd=770;1412 posCurrent=770;1412 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1476 posEnd=1026;1476 posCurrent=1026;1476 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1988 posEnd=642;1988 posCurrent=642;1988 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1988 posEnd=770;1988 posCurrent=770;1988 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1988 posEnd=834;1988 posCurrent=834;1988 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1988 posEnd=962;1988 posCurrent=962;1988 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1988 posEnd=1026;1988 posCurrent=1026;1988 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;772 posEnd=1090;772 posCurrent=1090;772 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;512 posEnd=1026;512 posCurrent=1026;512 step=1 time=0 phase=333 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;512 posEnd=962;512 posCurrent=962;512 step=1 time=0 phase=333 channel=10 icon=52 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;580 posEnd=1090;580 posCurrent=1090;580 step=1 time=0 phase=333 channel=10 icon=0 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1156 posEnd=642;1156 posCurrent=642;1156 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1156 posEnd=706;1156 posCurrent=706;1156 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1156 posEnd=1026;1156 posCurrent=1026;1156 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1156 posEnd=1090;1156 posCurrent=1090;1156 step=1 time=0 phase=333 channel=10 icon=68 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;324 posEnd=1026;324 posCurrent=1026;324 step=1 time=0 phase=333 channel=10 icon=35 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;392 posEnd=706;392 posCurrent=706;392 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;6280 posEnd=1090;6280 posCurrent=1090;6280 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5640 posEnd=642;5640 posCurrent=642;5640 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=896;5056 posEnd=640;5056 posCurrent=883;5056 step=4 time=38 phase=333 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4552 posEnd=1090;4552 posCurrent=1090;4552 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4296 posEnd=1090;4296 posCurrent=1090;4296 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;392 posEnd=962;392 posCurrent=962;392 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;392 posEnd=1090;392 posCurrent=1090;392 step=1 time=0 phase=333 channel=10 icon=24 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=704;3200 posEnd=1024;3200 posCurrent=875;3200 step=4 time=14 phase=333 channel=1 icon=361 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=1024;3072 posEnd=704;3072 posCurrent=853;3072 step=4 time=14 phase=333 channel=1 icon=361 \r\n"); + worlds.Add(65, "DescFile: posDecor=550;1450 dimDecor=100;100 world=0 music=10 region=4 blupiPos=962;1734 blupiDir=2 \r\nDecor: \r\n341,350,350,350,343,342,344,343,346,344,343,341,345,343,344,345,343,345,345,345,350,350,350,346,342,342,342,350,350,350,346,341,341,346,344,346,343,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,235,235,235,344,342,342,344,343,343,342,343,344,344,344,342,345,342,345,363,,,,347,341,341,356,,,,354,342,343,343,345,343,346,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,362,342,343,345,344,345,344,344,344,345,345,343,345,343,344,341,330,,,354,343,356,,,357,,,354,350,345,344,341,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,347,342,343,343,341,342,345,345,344,341,345,343,345,344,345,363,,,,,351,,,,351,,,,,347,346,342,344,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,362,342,346,345,346,346,345,345,344,345,345,341,345,342,344,348,,,,384,363,,,378,347,355,,,,354,344,343,343,342,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,347,344,343,342,345,345,342,346,342,345,345,342,342,341,343,348,,,353,350,363,,,378,347,348,,,,,347,344,344,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349\r\n342,235,235,235,350,350,350,350,350,350,350,350,350,350,350,350,342,346,343,344,76,349,356,,347,355,,,362,348,,,,,347,345,341,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,346,345,345,341,346,346,345,345,343,343,346,344,341,342,346,343,345\r\n363,,,,,,,,,,,,,,,,347,346,342,348,,351,,378,347,356,,,362,346,355,,353,349,345,342,345,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,344,342,344,346,343,343,346,346,345,342,346,342,345,343,342,342,343\r\n348,,,378,4,,,378,4,55,54,378,4,,,,347,342,344,348,,351,,378,351,,,378,362,346,345,349,341,341,342,346,343,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,343,341,343,344,346,345,341,341,343,345,343,344,342,344,343,343,346,342\r\n348,,,,201,201,4,201,201,201,4,201,201,201,4,201,362,346,344,348,,351,,378,351,,,,362,346,342,343,345,342,343,342,343,345,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,342,346,345,341,342,341,343,344,343,344,342,345,344,342,344,341,341\r\n363,,,60,4,55,53,378,4,,,60,4,55,53,,347,342,345,348,,351,,,351,,,,347,345,345,342,346,341,341,345,346,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,350,350,350,350,350,350,350,350,350,350,350,344,345,342,345,344,346\r\n348,,,,,,,,,,,,,,,,347,345,345,348,,362,352,335,348,,353,349,342,345,341,342,345,343,346,343,343,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,343,346,341,343\r\n343,235,235,349,349,349,349,384,349,349,201,201,349,355,,,347,342,345,343,76,356,,,351,,362,384,345,341,341,343,345,341,346,343,342,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,343,346,344\r\n348,,,362,341,345,341,201,345,201,201,201,344,356,,,354,344,344,363,,,,,354,76,350,334,343,342,344,343,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,344,345\r\n363,,,362,341,341,341,201,201,201,345,345,348,,,,,354,350,356,,,,,,,,,347,344,343,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341\r\n363,,,362,342,342,344,341,342,345,342,342,348,,,,,202,202,,,,,,,,,,347,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341\r\n363,,,362,341,342,344,345,342,345,342,345,363,,,,,359,355,,,,,,,,,,347,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,345\r\n341,355,,384,343,343,343,345,342,342,346,343,346,349,355,,,,351,,,,353,76,76,349,76,76,343,344,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n342,343,349,342,344,341,342,346,345,345,346,344,345,344,348,,,,362,76,349,336,348,,,351,,378,347,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347\r\n345,344,344,344,346,342,343,341,343,346,345,346,346,343,348,,,353,356,,351,,351,,378,351,,378,362,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347\r\n344,342,344,343,344,343,343,342,346,342,343,344,344,342,356,,,351,,,351,,347,138,,351,,378,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n341,344,343,341,344,345,342,344,345,346,341,346,342,356,,,,351,,,351,,347,138,378,351,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n341,341,344,345,345,341,342,344,345,345,346,341,363,,,,,351,,,351,,362,138,378,362,349,421,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n344,343,341,345,341,345,345,344,341,342,346,344,348,,,,353,356,,,351,,351,,,347,348,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,345\r\n342,343,342,343,344,344,342,345,344,342,342,344,348,,,353,356,,,353,356,,351,,,362,348,,201,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,343,342\r\n345,343,343,343,342,345,341,343,343,343,343,343,348,,,351,,,353,356,,,351,,,354,344,349,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,343\r\n341,344,344,341,345,342,343,341,346,344,345,341,363,,,351,,,351,,,,362,355,,,354,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347\r\n342,345,343,345,345,343,342,344,344,341,346,341,363,,,351,,,351,,,,354,348,,,,347,345,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347\r\n350,350,350,350,350,344,344,343,346,344,346,342,348,,,351,,,362,138,,,378,362,355,,,347,341,346,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n,,,,,362,341,342,342,345,342,342,348,,,351,,,362,138,,378,359,344,356,,,362,343,342,344,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347\r\n,,,,,362,344,342,341,346,342,342,348,,,351,,,362,138,,,378,351,,,,364,68,344,346,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n,,,,,362,344,344,343,345,344,350,356,,,351,,,351,,,384,352,363,,,,364,68,344,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n,,,,,362,341,345,342,341,356,,,,,351,,,351,,,,378,351,,,,364,68,345,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362\r\n,,,,,362,343,344,344,348,,,,,,351,,,351,,,378,359,363,,,,364,68,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,343\r\n,,,,,362,342,341,344,363,,,,,353,356,,,351,,,,378,351,,,,364,68,341,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342\r\n,,,,,362,343,345,342,363,,,,,351,,,,351,,,378,359,348,,,,364,68,343,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,344,346\r\n,,,,,347,342,342,346,348,,,,,351,,,,351,,,,378,347,355,,,362,343,343,346,345,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,345,341,341\r\n,,,,,362,344,345,342,341,349,349,355,,347,355,,,347,355,,,353,343,363,,,354,350,341,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,341,342,341,345\r\n,,,,,347,344,345,343,345,345,345,343,349,345,342,349,384,342,348,,,362,341,345,355,,,,347,344,344,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,343,343,342,345,343,345\r\n,,,,,362,344,343,341,341,345,341,350,350,350,350,342,350,341,344,355,,92,91,341,343,355,,,354,346,343,346,349,349,349,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,349,349,343,346,341,345,345,344,345,342,345\r\n,,,,,347,341,345,344,343,345,356,,,,,358,378,347,345,350,352,342,91,342,343,345,355,,,347,342,343,345,345,341,341,342,345,342,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,343,343,344,346,344,343,342,343,346,346,345,343,343,346,341,345,345,344\r\n,,,,,347,345,344,346,341,348,,,,,,,378,362,356,,,92,91,345,342,346,363,,378,347,341,342,346,343,346,343,345,344,345,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,346,345,345,343,345,342,342,342,345,346,341,346,342,341,344,343,345\r\n,,,,,347,344,341,345,343,348,,,,353,349,355,378,358,,,,362,343,345,344,341,363,,,347,346,343,346,346,341,343,341,343,344,345,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,343,344,346,342,343,345,344,346,343,345,346,343,342,344,344,342,341\r\n,,,,,347,343,341,341,342,304,305,305,305,350,343,363,,,,353,349,341,345,345,341,341,363,,,92,91,91,345,341,342,346,345,342,345,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,345,345,341,343,345,341,342,342,341,343,342,344,345,345,342,342,341\r\n,,,,,362,344,343,345,363,,58,,58,,362,341,349,349,349,345,345,342,341,345,341,344,348,,,347,346,91,343,345,346,345,345,345,346,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,345,343,343,345,344,343,342,341,341,346,342,341,344,341,342,342,345\r\n,,,,,347,341,343,344,342,11,11,22,11,11,341,343,344,341,341,341,344,343,342,345,343,344,348,,353,342,343,91,343,343,342,345,346,345,341,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350\r\n,,,,,362,342,343,344,342,11,53,,53,11,345,343,345,342,341,341,344,342,341,341,346,344,341,349,346,346,342,91,91,345,346,346,346,345,341,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,343,342,346,345,11,,,376,11,343,344,341,343,341,343,342,344,343,345,345,342,344,345,342,341,341,344,91,346,342,341,341,341,342,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,347,343,345,341,343,11,54,,54,11,344,345,345,342,341,345,344,345,343,341,343,345,346,344,346,346,346,343,91,343,342,344,343,344,343,346,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,341,342,342,341,11,11,22,11,11,341,341,343,345,341,344,341,342,342,341,346,345,346,344,346,345,342,343,91,343,342,346,346,345,344,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,343,344,345,342,345,343,341,341,345,344,344,342,341,341,345,344,344,342,342,343,343,344,345,346,346,341,344,91,341,341,346,341,346,343,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,345,342,341,344,346,344,344,344,344,342,341,342,343,344,342,345,341,341,345,341,345,346,344,346,346,346,345,91,341,345,343,344,343,343,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,345,345,344,342,342,342,344,342,344,342,346,344,343,343,343,342,343,341,345,345,344,344,341,346,344,342,343,91,345,344,345,345,345,345,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,362,345,341,345,344,345,343,344,345,344,342,345,341,343,344,343,344,344,341,346,343,346,346,343,342,345,343,346,91,91,344,345,346,346,345,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,347,341,341,342,341,343,344,345,342,341,346,344,345,344,344,344,345,341,345,342,341,345,344,343,343,345,344,343,91,91,341,342,343,343,344,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,347,344,343,344,344,343,346,341,346,345,346,341,343,341,345,346,341,345,344,345,342,346,345,343,346,343,344,344,91,91,343,345,342,344,345,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n349,349,349,349,349,345,345,345,341,345,342,343,342,343,342,343,346,341,345,342,345,341,343,341,345,343,346,346,342,341,345,344,91,91,91,342,341,342,341,344,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,344,341,342,344,344,345,342,343,343,341,341,343,343,343,342,342,341,341,342,342,345,350,350,346,346,344,346,344,343,343,345,91,91,91,341,342,341,345,341,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,342,342,343,342,344,344,344,342,345,344,342,342,344,345,346,344,342,344,342,356,,,362,344,343,345,342,343,344,345,91,91,91,344,345,342,344,346,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,342,344,342,344,341,346,341,346,343,341,341,345,346,346,344,342,344,345,345,356,,,,347,343,346,342,341,345,342,91,91,91,91,342,342,344,346,344,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,341,341,344,342,343,345,345,344,344,341,346,346,341,346,344,344,341,345,348,,,,,347,341,341,346,346,346,341,91,91,91,91,91,343,344,344,342,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,341,344,344,342,341,343,343,346,341,346,346,344,345,342,346,343,343,346,356,,,,,354,342,345,341,345,342,344,91,91,91,91,91,343,342,344,345,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,341,344,344,341,343,344,344,341,346,343,343,346,344,345,346,345,342,356,,,,,,,362,346,346,345,346,343,91,91,91,91,91,346,342,341,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,342,341,342,341,346,346,345,341,342,344,346,344,341,342,344,344,363,,,,,,,,354,345,341,345,346,341,91,91,91,91,91,344,345,345,346,341,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,342,341,350,350,350,343,341,342,342,346,343,344,342,344,342,342,348,,,,,,,,,362,342,345,343,341,91,91,91,91,91,91,91,343,345,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,343,356,,,,354,346,342,345,346,342,344,345,343,343,345,348,,,,,,,,,362,341,343,345,343,91,91,91,91,91,91,91,343,344,346,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,356,,,357,,,362,341,341,344,341,344,341,346,344,345,348,,,,,,,,,362,342,341,345,342,341,91,91,91,91,341,346,343,344,346,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,353,363,,,362,341,346,343,345,342,343,343,343,341,346,355,,,,,,,,92,91,91,91,91,91,91,91,91,91,346,343,346,341,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,354,363,,,347,342,341,343,345,346,346,345,346,342,345,346,355,,,,,,,362,343,344,343,345,346,346,344,344,342,346,342,345,346,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,355,,,358,,353,341,343,345,341,342,345,345,344,342,342,345,346,348,,,,,,,347,345,342,346,346,344,343,345,342,344,343,344,345,346,346,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,342,355,,,,362,345,343,344,346,344,342,345,345,344,342,341,341,356,,,,,,,347,343,342,341,345,344,341,345,343,346,342,343,346,346,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,344,363,,,,347,345,342,343,341,346,342,345,341,345,342,345,363,,,,,,,,68,343,343,342,341,345,346,341,345,341,343,344,343,345,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,342,344,330,,,347,344,350,350,350,344,343,345,344,345,344,346,356,,,,,,,,68,341,345,343,342,343,344,346,343,345,342,345,345,342,341,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,342,356,,,353,342,356,,,,354,343,346,346,341,344,363,,,,,,,,,68,345,346,346,342,346,344,345,346,343,344,345,342,342,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,363,,,,362,356,,,,,,354,341,344,345,345,344,355,,,,,,,,68,343,344,342,343,344,345,350,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,348,,,,351,,,,357,,,,347,342,345,342,341,356,,,,,,,,347,342,344,342,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,342,138,,,201,201,352,201,201,201,352,201,362,342,346,342,363,,,,,,,,,68,343,344,345,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,363,,,,351,,,,358,,,,347,342,345,344,348,,,,,,,,,68,345,344,341,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,345,355,,353,343,355,,,,,,359,344,344,343,345,348,,,,,,,,,68,345,343,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,342,342,349,342,342,343,349,349,355,,,,362,343,343,346,346,355,,,,,,,,362,343,343,343,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,345,345,345,343,345,341,342,344,346,355,,,347,343,341,342,344,348,,,,,,,,362,346,345,345,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,343,341,342,345,343,345,346,344,345,345,355,,362,342,343,346,343,341,355,,,,,,359,346,342,344,342,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,343,342,345,345,346,346,341,341,344,346,363,,347,346,344,346,343,345,356,,,,,,,347,342,345,344,346,345,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,341,343,341,343,341,345,343,344,345,342,348,,347,344,341,341,342,348,,,,,,359,349,346,345,341,345,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,341,344,344,345,350,343,341,343,341,344,363,,362,344,346,343,345,356,,,,,,,347,344,341,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,341,343,343,356,,362,345,345,343,343,356,,362,344,343,343,348,,,,,,359,349,343,344,341,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,344,348,,,362,343,341,341,356,,,362,342,343,343,348,,,,,,,347,346,346,346,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,341,342,344,200,200,345,350,350,356,,,,362,346,345,345,344,355,,,,359,349,341,343,346,346,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,341,343,363,,,201,,,,,,,347,343,346,343,344,356,,,,,362,344,345,346,344,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,343,342,348,,,201,201,201,201,201,201,201,342,344,341,341,348,,,,359,349,344,345,342,346,341,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,343,344,348,,,201,,,,,,,347,343,342,345,348,,,,,347,346,344,345,345,346,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,341,344,344,200,200,345,349,349,355,,,,362,342,350,341,348,,,353,349,346,341,343,342,341,344,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,345,344,363,,,347,345,344,348,,,,347,356,,347,363,,,68,346,346,342,346,343,346,346,341,342,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,343,341,345,355,,362,343,344,363,,,,351,,,362,363,,,68,344,344,342,341,343,342,343,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,342,344,342,343,349,345,341,342,363,,353,349,348,,,362,363,,,68,346,346,341,345,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,341,343,344,346,345,341,346,341,363,,354,345,356,,,347,356,,,68,344,344,342,341,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,343,346,346,343,346,344,344,345,363,,,358,,,,358,,,,362,341,346,342,345,346,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,346,341,342,342,344,345,346,341,343,76,76,76,76,352,76,76,76,352,76,343,342,345,345,344,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,341,342,343,345,341,344,342,345,363,,,,,,,357,,,,347,344,341,342,343,345,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,342,345,344,344,344,341,342,341,345,349,349,349,349,349,349,343,349,349,349,345,346,342,341,344,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,24,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,\r\n,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,68,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,67,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,\r\n,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,203,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,19,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,24,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,24,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;772 posEnd=3010;772 posCurrent=3010;772 step=1 time=0 phase=979 channel=10 icon=222 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1092 posEnd=1858;1092 posCurrent=1858;1092 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1092 posEnd=2114;1092 posCurrent=2114;1092 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1092 posEnd=1666;1092 posCurrent=1666;1092 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1092 posEnd=1090;1092 posCurrent=1090;1092 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;964 posEnd=1474;964 posCurrent=1474;964 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;134 posEnd=834;134 posCurrent=834;134 step=1 time=0 phase=979 channel=10 icon=252 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1732 posEnd=642;1732 posCurrent=642;1732 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;772 posEnd=5250;772 posCurrent=5250;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;772 posEnd=5314;772 posCurrent=5314;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;772 posEnd=5378;772 posCurrent=5378;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;772 posEnd=5442;772 posCurrent=5442;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;772 posEnd=5506;772 posCurrent=5506;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;772 posEnd=5570;772 posCurrent=5570;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;772 posEnd=5186;772 posCurrent=5186;772 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;324 posEnd=5442;324 posCurrent=5442;324 step=1 time=0 phase=979 channel=10 icon=89 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;324 posEnd=5506;324 posCurrent=5506;324 step=1 time=0 phase=979 channel=10 icon=89 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;260 posEnd=4802;260 posCurrent=4802;260 step=1 time=0 phase=979 channel=10 icon=15 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;832 posEnd=2304;832 posCurrent=2304;832 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;832 posEnd=2176;832 posCurrent=2176;832 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;832 posEnd=2240;832 posCurrent=2240;832 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;768 posEnd=2176;768 posCurrent=2176;768 step=1 time=0 phase=979 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;768 posEnd=2240;768 posCurrent=2240;768 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;768 posEnd=2304;768 posCurrent=2304;768 step=1 time=0 phase=979 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;704 posEnd=2176;704 posCurrent=2176;704 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;704 posEnd=2240;704 posCurrent=2240;704 step=1 time=0 phase=979 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;704 posEnd=2304;704 posCurrent=2304;704 step=1 time=0 phase=979 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=384;1728 posEnd=384;1728 posCurrent=384;1728 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;768 posEnd=5952;768 posCurrent=5952;768 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;384 posEnd=4352;384 posCurrent=4352;384 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;320 posEnd=4160;320 posCurrent=4160;320 step=1 time=0 phase=979 channel=1 icon=32 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;324 posEnd=5890;324 posCurrent=5890;324 step=1 time=0 phase=979 channel=10 icon=89 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=960;1664 posEnd=960;1344 posCurrent=960;1664 step=4 time=30 phase=979 channel=1 icon=29 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1476 posEnd=386;1476 posCurrent=386;1476 step=1 time=0 phase=979 channel=10 icon=211 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1988 posEnd=450;1988 posCurrent=450;1988 step=1 time=0 phase=979 channel=10 icon=4 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;6148 posEnd=1538;6148 posCurrent=1538;6148 step=1 time=0 phase=979 channel=10 icon=35 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;6280 posEnd=1410;6280 posCurrent=1410;6280 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;6280 posEnd=1666;6280 posCurrent=1666;6280 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2240;896 posEnd=2240;1152 posCurrent=2240;1076 step=4 time=12 phase=979 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2304;1152 posEnd=2304;896 posCurrent=2304;972 step=4 time=12 phase=979 channel=10 icon=75 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;776 posEnd=3138;776 posCurrent=3138;776 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=1216;1344 posEnd=1472;1344 posCurrent=1472;1344 step=3 time=133 phase=979 channel=10 icon=243 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1984;1152 posEnd=1792;1152 posCurrent=1804;1152 step=4 time=2 phase=979 channel=1 icon=361 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1472;1216 posEnd=1280;1216 posCurrent=1357;1216 step=2 time=18 phase=979 channel=10 icon=75 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1160 posEnd=1538;1160 posCurrent=1538;1160 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;134 posEnd=898;134 posCurrent=898;134 step=1 time=0 phase=979 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;134 posEnd=962;134 posCurrent=962;134 step=1 time=0 phase=979 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;134 posEnd=1026;134 posCurrent=1026;134 step=1 time=0 phase=979 channel=10 icon=252 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;200 posEnd=130;200 posCurrent=130;200 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;200 posEnd=194;200 posCurrent=194;200 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;200 posEnd=258;200 posCurrent=258;200 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;200 posEnd=322;200 posCurrent=322;200 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;836 posEnd=2370;836 posCurrent=2370;836 step=1 time=0 phase=979 channel=10 icon=227 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1664;960 posEnd=1664;768 posCurrent=1664;845 step=2 time=18 phase=979 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1856;768 posEnd=1856;960 posCurrent=1856;883 step=2 time=18 phase=979 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1984;1664 posEnd=2176;1664 posCurrent=2099;1664 step=2 time=18 phase=979 channel=10 icon=75 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1800 posEnd=2882;1800 posCurrent=2882;1800 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;1476 posEnd=3714;1476 posCurrent=3714;1476 step=1 time=0 phase=979 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1476 posEnd=3778;1476 posCurrent=3778;1476 step=1 time=0 phase=979 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1476 posEnd=3842;1476 posCurrent=3842;1476 step=1 time=0 phase=979 channel=10 icon=208 \r\nMoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1476 posEnd=3906;1476 posCurrent=3906;1476 step=1 time=0 phase=979 channel=10 icon=208 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5632;640 posEnd=5632;384 posCurrent=5632;436 step=2 time=32 phase=979 channel=1 icon=29 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;324 posEnd=5954;324 posCurrent=5954;324 step=1 time=0 phase=979 channel=10 icon=89 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;968 posEnd=6082;968 posCurrent=6082;968 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;968 posEnd=6018;968 posCurrent=6018;968 step=1 time=0 phase=979 channel=10 icon=25 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5760;384 posEnd=5760;640 posCurrent=5760;588 step=2 time=32 phase=979 channel=1 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;968 posEnd=5954;968 posCurrent=5954;968 step=1 time=0 phase=979 channel=10 icon=25 \r\n"); + worlds.Add(66, "DescFile: posDecor=0;0 dimDecor=100;100 world=0 music=9 region=31 blupiPos=258;390 blupiDir=2 \r\nDecor: \r\n346,341,350,342,341,350,350,341,344,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,330,,362,348,,,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,347,363,,,362,344,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,362,348,,,362,344,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,347,348,,,362,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,373,363,,,347,343,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,353,344,348,,,362,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,354,345,304,305,305,343,341,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,362,348,,,347,343,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,359,346,356,,,347,341,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,364,,,,347,341,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,359,343,355,,,362,341,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,362,348,,,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,362,348,,,347,344,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,354,350,355,,347,343,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,138,,,,351,,347,342,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,138,,,,351,,347,342,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,138,,,,351,,362,343,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,351,,347,344,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,,351,,362,341,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,351,,347,341,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,,351,,362,341,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,353,356,,347,341,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,351,,,347,343,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,351,,,362,344,345,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,351,,,362,342,341,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,353,356,,,347,342,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,351,,,359,342,344,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,359,348,,,,373,345,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,351,,,353,344,344,342,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,362,355,,354,343,342,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n356,,,354,363,,,347,345,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n404,,,,373,355,,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n360,,,359,346,348,,362,342,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n410,,,,373,363,,362,342,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,,,359,344,356,,362,343,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,351,,,347,344,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,351,,,362,345,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,351,,,347,343,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,,351,,,347,344,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,353,348,,,362,342,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,359,350,363,,,347,342,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,354,355,,362,341,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,349,355,,,351,,347,341,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,350,348,,,351,,347,341,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,358,,353,356,,347,342,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,,351,,,362,343,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n356,404,,359,363,,353,342,345,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,129,362,342,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,362,344,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,362,343,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,345,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,344,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,341,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,362,345,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,341,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,362,344,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,342,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,341,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,345,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,343,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,343,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,341,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,341,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,347,345,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,110,351,,114,362,342,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,126,351,,359,343,341,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,347,348,,,347,342,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n355,410,,68,348,,,362,343,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,347,348,,378,362,345,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,410,,68,348,,359,342,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,347,342,138,378,362,345,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,410,,68,363,,,347,341,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,354,350,352,235,345,341,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,355,,,,,,347,342,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,348,,,,353,349,345,345,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,344,349,349,349,345,344,341,343,342,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,342,341,344,345,343,342,342,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,341,345,341,343,341,341,344,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,345,342,346,343,342,343,343,342,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,345,341,343,346,346,344,344,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,344,350,350,350,350,344,341,345,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,330,,202,,,68,342,344,345,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,202,,,68,344,341,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,202,,,68,341,345,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,202,,,68,344,344,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,202,,,68,344,344,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,202,,,68,341,345,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n363,,,202,,,68,341,344,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n348,,,202,,,68,342,343,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n345,349,349,138,,,68,342,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n341,342,345,138,,,68,344,342,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,341,363,,,,347,342,342,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n346,343,363,,,,373,342,345,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n342,343,343,355,,,362,344,343,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,341,346,342,349,235,344,342,341,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,343,346,344,363,410,354,345,342,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n344,344,345,346,363,,,347,343,342,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n343,344,344,346,342,349,349,341,342,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;388 posEnd=322;388 posCurrent=322;388 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;388 posEnd=194;388 posCurrent=194;388 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;388 posEnd=3906;388 posCurrent=3906;388 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;388 posEnd=4162;388 posCurrent=4162;388 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;196 posEnd=3842;196 posCurrent=3842;196 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;196 posEnd=4034;196 posCurrent=4034;196 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;196 posEnd=3202;196 posCurrent=3202;196 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;260 posEnd=1026;260 posCurrent=1026;260 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;260 posEnd=1218;260 posCurrent=1218;260 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;260 posEnd=1154;260 posCurrent=1154;260 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;260 posEnd=1090;260 posCurrent=1090;260 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;260 posEnd=962;260 posCurrent=962;260 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;256 posEnd=1280;256 posCurrent=1280;256 step=1 time=0 phase=41 channel=1 icon=32 \r\nMoveObject: type=54 stepAdvance=100 stepRecede=100 timeStopStart=200 timeStopEnd=200 posStart=576;384 posEnd=896;384 posCurrent=576;384 step=1 time=41 phase=41 channel=10 icon=242 \r\nMoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=1600;384 posEnd=1344;384 posCurrent=1600;384 step=1 time=41 phase=41 channel=10 icon=242 \r\nMoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=5504;448 posEnd=5504;64 posCurrent=5504;192 step=2 time=40 phase=41 channel=10 icon=73 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5760;320 posEnd=5632;64 posCurrent=5632;64 step=2 time=32 phase=41 channel=10 icon=98 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;388 posEnd=6274;388 posCurrent=6274;388 step=1 time=0 phase=41 channel=10 icon=123 \r\nMoveObject: type=33 stepAdvance=50 stepRecede=50 timeStopStart=23 timeStopEnd=23 posStart=2304;384 posEnd=2624;384 posCurrent=2412;384 step=2 time=17 phase=41 channel=12 icon=238 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;388 posEnd=3394;388 posCurrent=3394;388 step=1 time=0 phase=41 channel=10 icon=14 \r\nMoveObject: type=4 stepAdvance=120 stepRecede=120 timeStopStart=20 timeStopEnd=20 posStart=3456;192 posEnd=3712;192 posCurrent=3498;192 step=2 time=20 phase=41 channel=10 icon=58 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=2304;256 posEnd=2496;256 posCurrent=2347;256 step=4 time=14 phase=41 channel=1 icon=361 \r\nMoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=2496;192 posEnd=2304;192 posCurrent=2454;192 step=2 time=20 phase=41 channel=10 icon=66 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=1664;64 posEnd=1920;64 posCurrent=1920;64 step=2 time=40 phase=41 channel=10 icon=73 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1536;192 posEnd=1536;192 posCurrent=1536;192 step=1 time=0 phase=41 channel=10 icon=73 \r\nMoveObject: type=54 stepAdvance=20 stepRecede=20 timeStopStart=200 timeStopEnd=200 posStart=1088;384 posEnd=1152;384 posCurrent=1088;384 step=1 time=41 phase=41 channel=10 icon=242 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;392 posEnd=4354;392 posCurrent=4354;392 step=1 time=0 phase=41 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;72 posEnd=2882;72 posCurrent=2882;72 step=1 time=0 phase=41 channel=10 icon=23 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;392 posEnd=66;392 posCurrent=66;392 step=1 time=0 phase=41 channel=10 icon=23 \r\n"); + worlds.Add(70, "DescFile: posDecor=500;2200 dimDecor=100;100 world=0 music=0 region=22 blupiPos=770;2502 blupiDir=1 \r\nDecor: \r\n217,234,234,231,220,231,216,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n215,,222,,215,,,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n234,,218,,219,,,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n230,,216,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n233,,,,,,220,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n217,,,,230,,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n220,,220,,215,,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,217,236,236,236,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n231,,221,,231,,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,215,178,220,218,220,235,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n231,,230,,233,,219,218,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,182,231,176,217,215,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n220,234,221,230,220,217,221,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,182,216,174,217,219,236,236,215,236,236,236,236,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,216,235,219,235,235,235,235,235,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,182,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,231,182,220,175,215,217,236,236,236,236,236,236,236,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,216,177,217,215,216,219,235,235,215,235,235,235,235,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,216,215,236,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(71, "DescFile: posDecor=300;1250 dimDecor=100;100 world=0 music=1 region=12 blupiPos=578;1542 blupiDir=2 \r\nDecor: \r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,,,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,,,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,,,218,218,218,218,218,218,218,218,218,218,218,218,218,50,218,50,218,218,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,236,236,218,218,218,218,218,218,218,218,218,218,218,218,,,218,,56,218,50,218,236,236,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,,,,218,218,218,218,218,218,218,218,,,51,,218,218,,,,,218,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,,,,218,218,,218,,51,,218,,,51,,218,218,218,52,218,218,218,236,236,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,,,,,51,,218,,51,,218,,,218,52,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,,,,218,,51,,218,,51,,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,,,,218,,51,,218,,51,,218,218,218,218,218,218,218,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,52,218,52,218,52,218,52,218,52,218,218,218,218,218,218,,,,56,48,50,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,230,236,236,236,236,236,236,236,230,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,230,236,236,236,236,236,236,236,236,230,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,230,,,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,230,236,236,236,230,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,56,48,50,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,230,,,,,,,,230,,,,68,230,,,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,,,,,,,54,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,230,236,230,230,236,236,236,236,230,236,236,236,236,236,236,236,230,138,,,68,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,218,,,,,,,,218,,,,54,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,68,230,,,,,230,,,,,,,,230,138,,,68,230,,,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,218,,,,,,,,,49,,,,49,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,230,,,,230,,,68,230,236,236,236,236,230,236,236,236,236,236,236,236,230,138,,,68,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,218,,,,,,,,,,218,,,,49,,218,218,218,218,218,218,218,218,218,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,,,68,230,,,,,230,,,,,,,,230,138,,,68,230,,,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,218,218,,,,,,,,,,,49,,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,230,,,,230,,,68,230,236,236,236,236,230,236,236,236,236,236,236,236,230,236,236,236,230,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,218,218,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,68,230,,,,,230,,,,,,,,,,,,,230,,,,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,218,218,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,230,236,230,230,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,218,218,,,,,,,218,236,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,230,,,,,,,,,,230,138,,,,,230,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,218,218,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n218,218,,,,,,,,,218,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,230,138,,,,,230,,,,230,,,,,,,,222,222,222,222,222,222\r\n218,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,,,,,,218,236,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,230,138,,,,,230,,,,230,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,218,236,236,236,218,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,202,,,,,,,,,230,,,,,,,,222,222,222,222,222,222\r\n236,236,236,218,,,,,,,,218,218,218,218,218,217,219,221,216,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,236,236,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,218,236,236,236,218,,,,218,218,218,218,218,216,230,233,215,219,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,218,218,218,218,233,221,221,231,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,,,,,,218,236,236,236,218,218,218,218,216,216,217,222,219,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,218,218,218,230,220,221,219,217,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,,,,,,,218,236,236,236,218,218,218,233,222,222,231,220,219,221,215,220,220,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,218,218,216,217,218,231,222,217,216,217,233,231,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,,,,,,,,218,236,236,236,218,218,222,219,221,221,215,219,216,222,222,218,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,218,219,234,230,230,215,221,234,216,220,216,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,218,222,220,216,234,217,234,231,216,221,220,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,218,,218,231,218,222,219,231,215,216,219,230,231,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,222,222,222,222,222,222\r\n,,,,,,,,,,,,218,218,236,218,233,234,222,220,231,230,234,219,234,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,218,218,218,,218,221,219,220,219,231,216,218,231,222,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,222,222,222,222,222,222\r\n,,,,,,,,,,,,218,218,236,218,233,218,230,222,217,234,222,234,216,222,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,218,,218,215,234,233,215,221,230,215,220,233,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,218,216,218,220,231,231,220,233,220,222,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,219,217,215,216,221,219,216,215,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,218,236,236,236,236,222,233,217,233,234,220,215,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,,,,230,217,221,230,218,220,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,218,236,236,236,236,236,220,215,220,216,230,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,,,,233,219,221,221,221,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n236,236,236,236,236,236,236,236,236,236,236,218,218,,,218,236,236,236,236,215,234,219,234,230,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,,,,220,231,220,233,216,222,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,218,236,236,236,215,220,230,215,220,221,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,222,222\r\n,,,,,,,,,,,,,,,,,,,,219,218,219,230,233,222,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,218,236,236,236,236,230,218,216,220,221,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,,,,216,230,219,233,233,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,218,236,236,236,236,236,219,231,215,216,217,234,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235,235,235,235,222,222\r\n,,,,,,,,,,,,,,,,,,,,219,234,215,234,233,219,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235,235,235,235,222,222\r\n236,236,236,236,236,236,236,236,236,236,236,218,218,,,218,236,236,236,236,215,215,217,230,219,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,,,,233,233,230,216,219,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,218,,,,221,220,234,219,218,219,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,235,235,235,222,222\r\n,,,,,,,,,,,,218,,,,218,,,,215,222,230,221,218,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,218,236,236,218,218,,,,222,231,222,233,222,233,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,218,138,,68,218,,,,221,233,219,231,222,221,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235,235,222,222\r\n,,,,,,,,,,,,218,138,,68,218,,,,218,231,234,219,230,221,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,218,138,,68,218,236,236,236,220,233,219,216,216,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n218,218,218,218,218,218,218,218,218,218,218,218,218,138,,68,218,218,218,218,231,218,233,219,231,221,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,235,222,222\r\n,,,,,,,,,,,,218,138,,68,218,236,236,236,231,234,234,221,222,222,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,218,138,,68,218,,,,222,215,218,217,233,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222\r\n,,,,,,,,,,,,218,138,,68,218,,,,217,219,217,231,215,216,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,218,236,236,218,218,,,,230,217,220,234,230,219,218,,,,,,,,,,,,,,,,,,,,,,234,219,231,221,231,233,230,221,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,218,,,,218,,,,218,218,234,219,222,218,222,,,,,,,,,,,,,,,,,,,,,,216,219,222,216,233,218,221,218,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222\r\n,,,,,,,,,,,,,,,,218,,,,217,221,216,222,221,218,234,,,,,,,,,,,,,,,,,,,,,,,231,219,222,222,230,220,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,,,,220,234,216,217,233,234,218,,,,,,,,,,,,,,,,,,,,,,,219,219,215,219,217,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,,,220,216,221,230,219,220,217,222,,,,,,,,,,,,,,,,,,,,,,,,218,217,222,234,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,220,221,219,233,221,218,221,217,216,234,,,,,,,,,,,,,,,,,,,,,,,,,216,215,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,234,222,215,233,216,233,230,231,217,231,,,,,,,,,,,,,,,,,,,,,,,,,215,218,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,233,220,222,221,233,231,215,218,215,222,,,,,,,,,,,,,,,,,231,,,,,,,,,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,234,231,231,233,233,234,216,218,234,221,216,,,,,,,,,220,,,,,,,233,215,,,,,,,,201,,,,,,,,,,,,,,,,,,,,,,,,234,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,215,233,222,234,234,216,231,218,220,217,215,217,,218,,,,,230,216,218,,,,,215,230,217,233,,,,,,,230,,,,,,,217,218,,,,,,,,,,,,,,,221,230,215,,,,,,,,,,,,,,,,,,,215,236,222,222\r\n,,,,,,,,,,,,,,,219,235,219,230,222,216,231,221,231,215,216,217,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,236,221,221,215,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,235,235,235,235,235,215,235,235,235,215,235,235,235,235,235,222,222\r\n,,,,,,,,,,,,,,,219,235,219,220,218,221,219,217,230,220,234,216,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,215,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,221,218,220,230,219,220,219,221,217,221,215,,,,,,219,,,,,220,,,,,,,220,218,216,,,,,,,,,216,,,215,217,,,,,216,215,220,218,233,,,,,,,,,,219,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,216,222,234,231,220,231,219,234,233,219,,,,,,,,,,,,,,,,,,,,234,,,,,,,,215,235,218,235,235,230,,,,,,,219,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,233,220,218,220,233,230,230,217,233,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,,,,,,,,,,,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222\r\n,,,,,,,,,,,,,,,,,218,222,220,219,218,230,234,216,218,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,233,216,217,231,222,215,217,233,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,220,217,217,234,222,218,215,215,215,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,,,217,234,233,215,220,230,217,215,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n,,,,,,,,,,,,,,,215,,222,220,220,230,217,222,220,230,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n,,,,,,,,,,,,,220,,216,216,215,230,219,216,220,216,220,234,216,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n218,217,231,230,,,,,,,,217,,216,221,215,222,222,234,217,219,234,218,217,233,222,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n231,220,218,231,215,234,231,221,217,233,233,234,215,218,222,230,221,233,218,216,221,218,220,216,230,233,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n218,230,230,221,216,215,230,222,233,217,219,218,218,233,230,221,215,220,218,220,234,230,233,219,218,218,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222\r\n221,217,231,217,216,216,217,230,231,216,222,230,215,218,221,220,215,233,234,231,216,220,231,233,234,220,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,,\r\n,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,\r\n,,,,,,,,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1540 posEnd=770;1540 posCurrent=770;1540 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;648 posEnd=6146;648 posCurrent=6146;648 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2048;640 posEnd=2048;640 posCurrent=2048;640 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2112;640 posEnd=2112;640 posCurrent=2112;640 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;1032 posEnd=1282;1032 posCurrent=1282;1032 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;832 posEnd=1728;832 posCurrent=1728;832 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2304;448 posEnd=2304;448 posCurrent=2304;448 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1984;704 posEnd=1984;704 posCurrent=1984;704 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;648 posEnd=2882;648 posCurrent=2882;648 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2432;512 posEnd=2432;512 posCurrent=2432;512 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2176;640 posEnd=2176;640 posCurrent=2176;640 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3652 posEnd=2114;3652 posCurrent=2114;3652 step=1 time=0 phase=6399 channel=10 icon=33 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;1028 posEnd=5314;1028 posCurrent=5314;1028 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;1028 posEnd=5570;1028 posCurrent=5570;1028 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;576 posEnd=2560;576 posCurrent=2560;576 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;132 posEnd=258;132 posCurrent=258;132 step=1 time=0 phase=6399 channel=10 icon=89 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4288;6080 posEnd=4352;6080 posCurrent=4339;6080 step=2 time=8 phase=6399 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4224;6080 posEnd=4288;6080 posCurrent=4275;6080 step=2 time=8 phase=6399 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3968;5952 posEnd=3840;5952 posCurrent=3968;5952 step=4 time=20 phase=6399 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3904;5952 posEnd=3776;5952 posCurrent=3904;5952 step=4 time=20 phase=6399 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2624;5696 posEnd=2624;5568 posCurrent=2624;5696 step=4 time=20 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=15 stepRecede=66 timeStopStart=2 timeStopEnd=2 posStart=2240;5184 posEnd=2240;5376 posCurrent=2240;5208 step=4 time=58 phase=6399 channel=1 icon=230 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4680 posEnd=1282;4680 posCurrent=1282;4680 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4808 posEnd=1794;4808 posCurrent=1794;4808 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=640;4608 posEnd=448;4608 posCurrent=615;4608 step=2 time=4 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=320;4416 posEnd=320;4224 posCurrent=320;4391 step=2 time=4 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1280;3840 posEnd=1536;3840 posCurrent=1536;3840 step=3 time=3 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=960;4032 posEnd=960;3840 posCurrent=960;4007 step=2 time=4 phase=6399 channel=1 icon=230 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4168 posEnd=1410;4168 posCurrent=1410;4168 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4168 posEnd=1282;4168 posCurrent=1282;4168 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4168 posEnd=1538;4168 posCurrent=1538;4168 step=1 time=0 phase=6399 channel=10 icon=28 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2112;448 posEnd=2112;448 posCurrent=2112;448 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;640 posEnd=1728;640 posCurrent=1728;640 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1984;512 posEnd=1984;512 posCurrent=1984;512 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;640 posEnd=2368;640 posCurrent=2368;640 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;704 posEnd=2496;704 posCurrent=2496;704 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2304;384 posEnd=2304;384 posCurrent=2304;384 step=1 time=0 phase=6399 channel=10 icon=77 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2560;5696 posEnd=2560;5568 posCurrent=2560;5696 step=4 time=20 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=15 stepRecede=66 timeStopStart=2 timeStopEnd=2 posStart=2176;5184 posEnd=2176;5376 posCurrent=2176;5208 step=4 time=58 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=704;4608 posEnd=512;4608 posCurrent=679;4608 step=2 time=4 phase=6399 channel=1 icon=230 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=256;4416 posEnd=256;4224 posCurrent=256;4391 step=2 time=4 phase=6399 channel=1 icon=230 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;832 posEnd=3458;832 posCurrent=3458;832 step=1 time=0 phase=6399 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;832 posEnd=3970;832 posCurrent=3970;832 step=1 time=0 phase=6399 channel=10 icon=52 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1540 posEnd=834;1540 posCurrent=834;1540 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1540 posEnd=898;1540 posCurrent=898;1540 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1540 posEnd=962;1540 posCurrent=962;1540 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1540 posEnd=1026;1540 posCurrent=1026;1540 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1540 posEnd=1090;1540 posCurrent=1090;1540 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1156 posEnd=130;1156 posCurrent=130;1156 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;772 posEnd=642;772 posCurrent=642;772 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;516 posEnd=642;516 posCurrent=642;516 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1412 posEnd=130;1412 posCurrent=130;1412 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;260 posEnd=642;260 posCurrent=642;260 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;644 posEnd=450;644 posCurrent=450;644 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;388 posEnd=450;388 posCurrent=450;388 step=1 time=0 phase=6399 channel=10 icon=16 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;768 posEnd=386;768 posCurrent=386;768 step=1 time=0 phase=6399 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1024 posEnd=130;1024 posCurrent=130;1024 step=1 time=0 phase=6399 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;512 posEnd=450;512 posCurrent=450;512 step=1 time=0 phase=6399 channel=10 icon=52 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;128 posEnd=642;128 posCurrent=642;128 step=1 time=0 phase=6399 channel=10 icon=52 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1344;1344 posEnd=1280;1344 posCurrent=1293;1344 step=2 time=8 phase=6399 channel=1 icon=218 \r\n"); + worlds.Add(72, "DescFile: posDecor=650;5170 dimDecor=100;100 world=0 music=5 region=11 blupiPos=962;5382 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,215,235,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,,,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,235,215,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,,,215,,,,215,,,,215,,,,,215,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,217,235,235,235,217,235,235,235,217,235,235,235,235,235,235,217,,,,,,,,,,217,235,235,235,235,217,,,,217,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,,,215,,,,215,,,,215,,,,,215,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,235,215,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,,,,,,,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,215,235,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5640 posEnd=1026;5640 posCurrent=1026;5640 step=1 time=0 phase=89 channel=10 icon=140 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;3460 posEnd=834;3460 posCurrent=834;3460 step=1 time=0 phase=89 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3460 posEnd=1218;3460 posCurrent=1218;3460 step=1 time=0 phase=89 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5060 posEnd=1026;5060 posCurrent=1026;5060 step=1 time=0 phase=89 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4420 posEnd=1026;4420 posCurrent=1026;4420 step=1 time=0 phase=89 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4420 posEnd=1346;4420 posCurrent=1346;4420 step=1 time=0 phase=89 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;4420 posEnd=706;4420 posCurrent=706;4420 step=1 time=0 phase=89 channel=10 icon=7 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3460 posEnd=1026;3460 posCurrent=1026;3460 step=1 time=0 phase=89 channel=10 icon=34 \r\n"); + worlds.Add(73, "DescFile: posDecor=1610;2750 dimDecor=100;100 world=0 music=2 region=22 blupiPos=1922;3014 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,221,217,215,217,222,218,233,234,231,218,231,222,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,219,220,215,222,215,233,233,216,218,216,221,230,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,217,230,222,215,234,216,231,230,230,217,215,216,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,222,217,215,231,219,217,234,231,218,234,230,233,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,218,234,231,230,234,219,220,220,221,234,234,234,222,221,234,230,231,216,219,234,220,218,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,220,215,217,221,234,219,217,216,218,218,234,216,215,219,218,216,218,233,222,231,233,219,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,231,234,221,220,219,230,221,219,215,221,222,215,233,222,218,234,219,230,218,215,217,219,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,230,222,215,234,222,230,219,216,234,231,217,220,231,233,233,216,222,233,222,218,230,234,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,216,215,221,234,218,215,231,221,222,215,218,217,220,215,231,218,221,230,221,231,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,231,234,219,233,231,220,221,222,222,219,217,220,234,218,234,217,217,234,233,219,220,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,219,215,234,215,215,221,234,231,217,233,234,231,216,221,220,221,234,220,215,218,220,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,221,219,233,218,216,217,220,231,218,220,220,219,231,215,233,233,222,230,231,222,222,216,215,215,,,,231,221,234,230,219,217,230,215,230,215,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,234,231,219,217,216,220,231,217,221,230,222,233,218,234,234,221,216,218,220,230,216,219,230,221,,,,219,215,215,221,233,220,218,221,215,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,217,220,221,220,220,220,220,219,230,222,215,234,217,217,221,216,222,216,221,221,217,217,220,219,,,,230,233,230,222,230,220,218,219,220,230,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,221,218,230,221,221,230,216,218,216,230,220,215,221,222,221,231,219,234,217,217,230,218,234,221,231,235,219,230,222,220,219,221,216,220,216,234,231,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,217,222,217,219,217,230,216,234,221,219,221,216,216,230,216,218,220,221,234,230,219,216,217,230,219,236,234,215,218,217,217,215,215,217,216,215,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,233,217,215,234,220,215,216,231,219,230,234,234,217,220,234,221,218,219,215,221,221,219,216,221,234,,,,,68,215,216,216,234,230,220,233,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,233,230,222,221,233,230,219,216,218,222,217,220,219,218,221,231,215,234,217,216,231,222,231,231,216,231,216,231,235,230,221,217,215,233,222,216,217,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,215,220,219,215,222,217,220,215,219,221,215,230,215,219,230,221,218,234,218,217,221,,,,,68,217,,,,,68,230,234,221,221,217,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,233,219,234,220,219,215,231,218,230,230,231,217,221,231,216,217,220,215,215,230,233,236,216,215,235,220,222,218,215,230,235,222,215,234,222,221,222,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,220,218,216,222,222,216,231,219,219,222,217,217,222,217,220,219,218,222,231,215,218,,219,230,,,,,68,222,,231,222,215,230,221,216,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,220,222,219,234,231,222,218,233,233,218,234,216,218,222,217,215,216,219,220,215,222,235,234,231,220,233,230,422,215,215,236,221,216,219,219,215,216,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,215,220,230,221,231,230,230,231,230,230,231,218,234,222,221,217,233,230,221,219,234,,68,218,222,,,,,,,68,216,218,218,216,234,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,218,230,217,221,220,215,215,216,216,218,219,218,216,222,233,231,231,231,219,222,231,,68,218,215,222,235,217,220,236,231,220,230,216,220,230,222,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,231,222,220,231,222,233,233,217,221,215,216,219,219,233,220,215,217,231,218,219,231,,68,219,219,217,,220,221,,220,215,215,216,215,215,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,222,218,220,222,231,222,218,219,231,218,216,219,218,234,233,221,215,217,216,218,230,236,230,222,220,221,,217,222,,215,220,219,218,217,218,221,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,219,234,230,230,221,215,221,221,219,221,233,218,231,233,235,230,220,230,216,231,216,215,233,233,215,231,221,,68,220,231,215,,234,219,,215,220,216,221,215,216,234,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,217,222,230,221,217,230,219,230,230,233,230,218,220,236,236,215,220,222,234,220,230,216,234,231,220,230,220,,68,218,233,216,231,218,234,234,231,218,233,219,234,217,222,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,222,234,222,219,233,231,220,234,219,221,218,217,,,,218,230,218,217,219,221,217,218,217,215,230,230,,68,221,216,219,230,222,218,218,233,216,219,215,220,215,234,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,231,215,231,220,217,217,233,217,233,233,220,,,,,222,216,215,216,216,221,221,221,222,216,221,219,,68,218,220,222,,68,218,217,215,231,234,220,217,231,234,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,218,231,218,217,230,216,233,218,233,234,216,215,215,234,,,,,,219,222,218,216,217,216,231,234,233,234,233,221,,68,217,216,219,,68,221,222,218,222,234,233,217,234,221,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,222,222,220,217,231,218,220,218,215,218,218,234,222,,,,,,,222,233,230,217,234,234,216,230,217,221,234,233,,68,222,234,,,215,234,217,216,217,220,218,231,221,220,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,219,218,216,219,231,222,215,219,215,215,233,230,,,,,,,,234,222,221,217,217,217,233,218,233,233,231,216,235,217,218,,,,217,221,219,219,234,219,218,215,221,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,215,220,215,215,220,219,220,221,231,230,231,220,234,218,,,,,,,,,217,234,233,218,219,220,219,218,218,230,218,235,235,230,235,235,235,235,215,222,234,230,221,222,215,230,216,231,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,219,217,218,217,221,215,234,219,217,219,218,222,234,,,,,,,,,,218,230,217,217,220,215,222,217,220,222,,,,,,,,,216,230,217,230,221,216,220,217,230,221,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,216,230,233,231,217,233,218,234,215,216,220,222,,,,,,,215,235,235,235,216,215,230,217,234,230,221,216,233,220,,,,,,,,,218,233,221,231,215,220,222,218,221,221,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,218,222,234,233,234,216,215,231,218,234,,,,,,,,215,,,,217,220,221,234,217,233,215,218,222,218,231,236,236,234,236,236,236,236,216,215,230,234,222,231,219,217,221,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,230,218,220,220,219,230,231,217,222,231,,,,,,215,235,235,215,235,235,235,231,230,233,218,219,220,216,217,233,217,230,219,236,222,218,,,,221,221,231,233,215,217,230,220,217,221,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,217,222,215,222,221,215,220,215,221,,,,,,,,,,215,,,,233,221,215,222,218,231,222,222,231,222,231,219,,221,215,231,,,217,216,221,217,216,215,233,230,216,219,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,215,217,231,219,222,216,219,217,,,,,,,,215,235,235,215,235,235,235,222,220,231,231,215,215,233,233,217,231,215,234,235,220,215,231,222,,68,216,220,219,222,216,218,216,218,218,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,217,234,221,221,230,231,220,,,,,,,,,,,,215,,,,216,220,221,233,234,233,219,,,,,,,230,233,220,215,,68,234,219,216,217,231,216,231,222,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,221,219,215,219,219,221,,,,,,,,235,235,235,235,235,215,235,235,235,233,218,218,234,234,220,221,235,217,230,216,215,235,233,217,221,231,234,233,233,230,222,222,233,221,218,231,219,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,230,216,220,231,218,,,,,,,,,,,,,,215,,,,216,233,219,219,231,,,,233,216,217,220,,233,233,217,230,218,231,216,216,234,219,216,218,221,216,217,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,230,215,220,,,,,,236,236,235,235,235,235,235,235,235,215,235,235,235,222,216,220,222,219,,,,233,233,221,217,,230,217,234,218,220,216,219,221,220,230,230,222,220,217,233,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,220,222,230,231,216,,,,,,,,,,,,,,215,,,,222,231,217,219,222,,,,217,230,219,233,236,231,215,218,216,216,220,215,217,216,215,233,215,216,230,218,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,230,219,221,231,233,222,,,,,,,,235,235,235,235,235,215,235,235,235,230,217,219,233,222,,,,219,218,218,220,,222,231,215,234,215,218,230,231,230,219,234,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,220,217,222,217,222,216,,,,,,,,,,,,,,,,216,216,217,231,233,233,218,219,234,217,222,217,,231,218,222,221,215,219,231,220,216,219,215,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,231,221,219,217,221,219,221,217,,,,,,,,235,235,235,235,235,235,235,221,230,219,215,216,231,215,219,233,218,221,231,,217,216,218,222,217,215,231,230,231,219,216,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,220,220,217,234,230,215,220,217,234,,,,,,,,,,,,,,234,222,221,215,217,234,215,215,233,230,231,233,,219,233,233,219,222,217,216,217,218,222,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,216,220,217,220,221,233,219,231,215,219,,,,,,,,,215,235,235,235,233,220,234,221,215,222,233,215,221,234,217,220,,218,221,230,233,218,219,222,215,234,220,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,231,234,217,231,233,234,216,218,233,215,,,,,,,,,,,,233,221,215,215,215,219,218,220,230,233,215,234,236,219,215,215,221,220,233,217,218,219,216,216,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,221,234,234,234,231,216,219,233,219,230,221,233,,,,,,,,,,,216,222,222,217,217,,,,,,,,,231,231,215,230,233,220,234,218,221,217,230,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,218,217,221,230,230,222,230,234,218,215,217,218,,,,,,,,235,235,234,217,231,221,218,,,,,,,,,231,234,216,231,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,233,217,233,220,217,234,218,221,231,219,216,230,221,234,,,,,,,235,235,219,222,231,222,221,,,,,,,,,68,234,217,230,222,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,234,222,215,218,222,220,217,217,221,220,221,220,221,219,,,,,,,,233,234,217,222,231,,,,,,,,,233,230,234,222,215,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,220,231,230,216,233,233,234,218,220,231,219,234,234,221,234,221,,,,,,,234,215,217,218,220,,,,,,,,,231,218,230,233,222,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,222,216,220,230,234,230,219,215,216,217,218,219,219,220,233,221,216,,,,215,235,217,216,231,222,230,,,,,,,,,234,233,220,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,234,219,231,234,221,216,217,216,233,222,233,216,216,230,233,220,222,221,,,,,233,220,234,230,220,,,,,,,,,231,230,216,221,215,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,231,221,216,231,234,233,231,233,216,222,218,222,216,220,217,215,218,215,218,,,,217,221,234,219,220,,,,,,,,,68,216,233,219,216,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,230,233,219,222,231,218,222,230,219,216,217,221,220,235,235,220,233,230,220,219,,,,,,,,,215,219,220,234,215,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,230,220,222,221,217,233,222,222,216,220,218,219,234,231,236,222,222,222,231,234,,,,,,,,,218,219,231,217,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,219,234,219,221,234,215,233,215,217,233,233,218,231,233,235,235,230,215,234,218,230,230,216,217,222,219,219,236,220,233,233,218,231,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,230,230,215,230,217,216,230,218,231,220,216,216,219,222,231,236,236,236,236,236,234,220,217,218,219,217,234,,219,222,230,216,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,234,222,234,231,233,221,234,218,220,216,231,216,220,231,221,219,235,235,234,222,221,230,218,218,215,220,233,,221,216,230,220,221,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,215,222,233,216,217,233,215,222,231,215,221,217,220,221,221,218,220,236,236,220,233,220,220,218,220,220,217,,218,233,221,233,231,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,221,221,218,234,216,234,219,217,221,216,218,216,230,230,221,221,231,219,235,235,221,216,218,215,218,218,234,,233,221,233,217,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,231,219,233,231,217,234,231,233,218,222,219,221,233,220,216,220,231,221,218,236,220,217,222,233,233,217,218,,231,219,219,234,215,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,218,215,219,219,233,221,222,234,234,222,218,218,221,231,234,221,216,216,215,,217,215,234,221,234,220,231,236,216,217,219,222,218,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,220,230,215,230,216,222,218,222,215,230,216,230,235,230,215,219,217,219,222,231,235,220,217,233,231,216,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,221,217,221,216,218,230,231,231,221,215,218,230,,,,,,,,,,215,219,217,220,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,215,215,215,230,217,231,219,221,234,222,233,218,,,,,,231,,,,221,231,216,216,215,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,215,234,215,216,222,230,222,221,220,234,218,215,221,234,215,215,219,220,217,221,219,221,234,221,231,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,220,220,230,231,220,218,231,219,215,220,220,216,231,215,218,231,220,222,216,231,218,221,219,221,218,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,218,217,217,234,233,231,216,219,230,233,233,233,231,222,218,218,230,219,230,231,216,215,231,233,215,231,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,234,222,222,216,231,219,222,231,218,221,233,216,217,219,231,231,230,220,216,220,230,234,234,230,218,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,234,231,230,218,233,217,215,222,218,217,234,222,216,219,233,233,216,233,233,219,216,222,233,220,219,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,217,233,222,233,221,233,215,217,216,233,217,220,215,215,231,218,233,217,219,216,222,222,218,221,231,234,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,218,233,234,216,215,233,219,233,230,216,222,217,216,230,221,222,220,220,217,220,230,222,215,221,215,230,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,43,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,43,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;3016 posEnd=3650;3016 posCurrent=3650;3016 step=1 time=0 phase=710 channel=10 icon=138 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2692 posEnd=4098;2692 posCurrent=4098;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2692 posEnd=4162;2692 posCurrent=4162;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2692 posEnd=4226;2692 posCurrent=4226;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2692 posEnd=4290;2692 posCurrent=4290;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2692 posEnd=4354;2692 posCurrent=4354;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2692 posEnd=5186;2692 posCurrent=5186;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;2692 posEnd=5250;2692 posCurrent=5250;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2692 posEnd=5314;2692 posCurrent=5314;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2692 posEnd=5378;2692 posCurrent=5378;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2692 posEnd=5442;2692 posCurrent=5442;2692 step=1 time=0 phase=710 channel=10 icon=15 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=5184;2176 posEnd=5184;2048 posCurrent=5184;2176 step=1 time=6 phase=710 channel=1 icon=218 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=2240;3008 posEnd=2240;3200 posCurrent=2240;3113 step=2 time=33 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2368;3072 posEnd=2368;3328 posCurrent=2368;3181 step=4 time=23 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2624;3328 posEnd=2624;2944 posCurrent=2624;3270 step=4 time=51 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2496;3136 posEnd=2496;2880 posCurrent=2496;3027 step=4 time=23 phase=710 channel=1 icon=229 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3012 posEnd=2882;3012 posCurrent=2882;3012 step=1 time=0 phase=710 channel=10 icon=6 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3204 posEnd=2882;3204 posCurrent=2882;3204 step=1 time=0 phase=710 channel=10 icon=6 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=2368;2944 posEnd=2368;2752 posCurrent=2368;2774 step=2 time=16 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2624;2752 posEnd=2752;2752 posCurrent=2624;2752 step=1 time=6 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3008;2752 posEnd=2880;2752 posCurrent=3008;2752 step=1 time=6 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3072;2752 posEnd=3200;2752 posCurrent=3072;2752 step=1 time=6 phase=710 channel=1 icon=229 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3016 posEnd=3202;3016 posCurrent=3202;3016 step=1 time=0 phase=710 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5632;2624 posEnd=5568;2624 posCurrent=5578;2624 step=2 time=17 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5632;2368 posEnd=5568;2368 posCurrent=5578;2368 step=2 time=17 phase=710 channel=1 icon=229 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=5184;1984 posEnd=5184;1856 posCurrent=5184;1984 step=1 time=6 phase=710 channel=1 icon=218 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4672;1728 posEnd=4608;1728 posCurrent=4672;1728 step=1 time=6 phase=710 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4480;1728 posEnd=4544;1728 posCurrent=4480;1728 step=1 time=6 phase=710 channel=1 icon=215 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2692 posEnd=3970;2692 posCurrent=3970;2692 step=1 time=0 phase=710 channel=10 icon=6 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=3392;2752 posEnd=3456;2752 posCurrent=3446;2752 step=2 time=17 phase=710 channel=1 icon=229 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2373 posEnd=3906;2373 posCurrent=3906;2373 step=1 time=0 phase=710 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2373 posEnd=3970;2373 posCurrent=3970;2373 step=1 time=0 phase=710 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2373 posEnd=4034;2373 posCurrent=4034;2373 step=1 time=0 phase=710 channel=10 icon=131 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2373 posEnd=4098;2373 posCurrent=4098;2373 step=1 time=0 phase=710 channel=10 icon=131 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=4224;1600 posEnd=4224;1472 posCurrent=4224;1600 step=1 time=6 phase=710 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=4096;1344 posEnd=4096;1472 posCurrent=4096;1344 step=1 time=6 phase=710 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3968;1344 posEnd=3968;1216 posCurrent=3968;1344 step=1 time=6 phase=710 channel=1 icon=215 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;1028 posEnd=3970;1028 posCurrent=3970;1028 step=1 time=0 phase=710 channel=10 icon=33 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3840;1344 posEnd=3840;1472 posCurrent=3840;1344 step=1 time=6 phase=710 channel=1 icon=215 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;1412 posEnd=3586;1412 posCurrent=3586;1412 step=1 time=0 phase=710 channel=10 icon=6 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;1864 posEnd=2946;1864 posCurrent=2946;1864 step=1 time=0 phase=710 channel=10 icon=22 \r\nMoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=4864;1856 posEnd=4736;1856 posCurrent=4794;1856 step=2 time=33 phase=710 channel=10 icon=66 \r\nMoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=3008;1856 posEnd=3200;1856 posCurrent=3044;1856 step=2 time=17 phase=710 channel=10 icon=58 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1864 posEnd=2882;1864 posCurrent=2882;1864 step=1 time=0 phase=710 channel=10 icon=22 \r\n"); + worlds.Add(74, "DescFile: posDecor=360;2900 dimDecor=100;100 world=0 music=3 region=22 blupiPos=706;3206 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,233,217,215,219,217,219,215,231,218,219,218,218,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,215,220,230,215,231,233,215,222,217,221,222,222,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,221,233,219,217,222,234,234,222,230,221,230,220,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,231,218,231,219,234,219,218,221,219,222,216,217,222,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,216,215,234,233,230,219,230,222,233,215,233,230,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,215,219,221,233,215,215,230,215,220,234,233,215,231,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,231,234,233,215,234,,,,,218,222,222,231,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,230,222,218,231,215,,,,,231,216,233,215,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,221,230,218,221,215,,,215,235,221,221,230,221,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,218,230,218,216,234,,,,,216,234,233,216,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,220,215,219,233,217,220,219,216,216,218,220,234,231,219,219,230,221,233,220,,,,,,,,,,,,,222,234,217,217,231,230,,,215,235,216,221,233,217,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,222,230,215,220,233,220,230,233,215,231,216,230,219,220,218,230,217,234,220,,,,,,,,,,,,,219,231,233,215,215,215,,,,,220,231,218,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,218,230,217,230,220,219,233,221,231,218,231,222,218,234,216,234,221,218,222,216,216,222,220,215,216,230,221,218,230,217,215,218,216,215,230,234,216,,,,,231,230,219,218,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,216,222,233,215,219,221,234,219,234,222,221,231,218,220,222,222,234,221,220,218,217,230,218,217,221,219,220,215,215,230,219,215,218,234,216,216,220,221,221,231,236,218,218,230,222,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,216,233,219,219,220,231,221,217,234,217,215,231,233,218,233,231,231,230,220,230,233,222,220,217,221,219,216,218,222,217,217,215,230,222,220,218,219,230,215,233,,220,217,219,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,219,215,233,230,221,218,231,234,218,221,230,219,231,233,222,230,219,221,233,217,220,219,221,215,233,230,222,218,218,220,222,222,230,233,216,234,219,217,234,219,,219,216,217,219,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,220,215,222,231,221,231,234,217,218,221,234,219,218,216,233,234,230,217,230,215,217,219,217,233,219,220,219,219,234,219,234,230,221,217,217,222,218,220,222,222,,217,230,233,233,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,215,231,215,221,233,220,230,220,219,234,233,219,234,220,230,215,215,231,215,233,220,219,217,221,230,230,230,218,219,218,215,234,231,218,217,216,221,216,222,221,,218,222,230,220,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,218,231,231,220,222,234,233,217,219,216,218,221,218,215,218,216,233,218,217,222,233,233,217,220,221,216,215,,,,217,221,216,218,230,222,219,233,218,231,236,233,216,219,215,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,234,220,219,217,220,233,221,218,218,215,231,234,231,217,231,222,230,218,220,234,218,221,222,215,218,219,,,,,,234,233,216,221,233,216,,,,,219,222,218,221,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,221,230,220,216,231,220,219,219,231,219,218,220,220,218,220,222,218,234,234,234,234,233,217,222,222,219,,,215,235,235,231,222,219,218,219,221,,,,,219,233,234,216,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,219,220,234,222,215,216,221,220,215,230,222,233,221,219,216,219,219,218,220,220,221,220,230,233,215,216,,,,,,234,230,218,222,217,230,,,215,235,218,219,217,233,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,221,218,219,233,217,216,221,231,216,216,216,216,216,216,216,216,216,216,216,216,218,221,220,217,222,216,217,,,,231,221,230,216,215,216,217,,,,,231,233,230,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,220,231,217,231,230,218,233,216,216,,,,,,,,,,216,219,215,215,216,230,216,218,234,217,236,236,218,215,221,217,215,221,215,,,215,235,220,215,218,218,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,215,233,219,215,217,220,216,216,,,,,,,,,,,216,231,217,216,221,216,218,219,230,217,,,233,221,217,222,217,220,230,,,,,221,234,221,218,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,221,216,234,233,234,216,216,,,,,,,,,,215,235,216,215,215,215,234,215,215,215,215,215,,,230,215,220,218,222,218,221,,,,,219,216,234,234,234,219,231,220,220,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,217,231,216,218,216,216,,,,,,,215,235,215,235,215,,216,215,235,235,235,235,235,235,235,215,235,235,215,234,230,222,216,220,218,217,231,216,236,230,230,221,234,234,230,234,216,234,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,218,217,221,220,216,216,,,236,236,3,235,235,235,215,,215,236,236,236,236,236,236,236,236,236,236,236,236,236,215,215,219,219,219,234,231,219,233,217,,216,221,219,220,234,230,215,233,233,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,231,220,234,230,216,216,,,,,,,215,235,215,235,215,,216,215,235,235,235,235,235,235,235,215,235,235,215,233,218,220,216,220,216,219,222,216,,231,219,219,230,215,215,231,218,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,234,234,219,220,220,216,216,,,,,,,,,,215,235,216,215,215,215,215,215,215,215,215,215,,,230,233,215,219,215,220,231,219,222,230,,231,218,217,233,216,215,217,222,233,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,230,230,220,221,215,219,216,216,,,,,,,,,,,216,233,230,230,215,217,234,231,234,231,,,220,234,216,219,230,217,231,233,217,231,236,217,216,216,215,218,220,219,234,233,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,220,218,222,216,216,216,233,216,216,,,,,,,,,,216,220,230,233,216,221,218,230,230,216,236,236,217,220,230,222,233,216,234,217,218,216,,,68,234,222,230,220,216,217,231,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,215,234,222,217,222,230,217,222,216,216,216,216,216,216,216,216,216,216,216,234,231,218,215,222,221,222,234,221,,,,,216,216,215,230,230,221,217,222,236,236,217,233,233,218,216,215,216,215,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,221,231,215,234,234,215,215,233,221,231,219,220,221,222,218,215,218,233,234,217,220,233,233,215,234,220,221,234,,,,,,,231,231,217,215,218,233,,,,68,234,216,219,221,216,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,217,222,231,218,218,221,219,233,216,215,233,230,220,217,216,215,216,219,233,233,233,215,230,216,230,220,231,222,222,215,236,236,236,236,215,218,230,218,222,230,218,236,236,216,215,215,215,217,231,215,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,231,222,233,221,215,231,219,217,221,215,221,220,234,233,217,216,217,219,234,222,219,230,217,222,215,234,218,230,216,230,,,,,92,230,234,230,230,217,230,,,,68,217,217,222,219,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,234,216,234,219,220,221,219,218,221,231,218,215,220,231,231,217,219,230,218,221,218,230,216,220,231,233,221,234,234,220,236,236,236,215,92,217,231,215,220,231,231,230,236,236,218,218,222,233,234,231,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,231,230,221,216,216,217,216,234,220,231,222,217,222,216,219,222,233,219,220,216,234,217,219,217,219,216,233,216,233,219,,,,,92,233,216,234,231,234,234,219,,,,230,234,215,230,231,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,215,220,218,220,234,230,216,216,220,217,221,233,217,230,233,217,219,233,233,219,230,231,215,220,219,230,219,218,217,233,236,236,236,215,92,215,219,234,220,221,221,230,218,236,236,230,233,231,230,221,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,218,221,217,221,219,215,218,219,230,230,221,221,234,220,216,217,216,216,218,217,221,233,215,215,233,215,219,234,219,218,,,,,92,222,234,218,221,219,231,221,231,,,219,222,218,216,221,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,233,231,221,233,234,220,216,220,233,216,230,234,219,231,219,217,230,219,218,215,215,217,216,216,234,234,218,216,215,,,,,,92,220,217,221,234,230,221,219,230,216,236,234,216,222,234,215,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,216,222,215,217,216,230,216,234,217,219,215,220,230,220,220,222,234,216,221,215,219,231,217,221,222,231,231,220,,,,,,,92,218,220,220,220,233,231,218,220,218,,220,219,215,220,231,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,219,221,231,218,215,220,233,221,220,215,219,221,231,217,216,215,231,218,220,216,217,231,220,216,234,215,221,,,,,,,,92,216,216,219,220,231,216,218,231,219,,231,218,220,219,218,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,233,222,217,218,234,234,222,231,231,220,219,221,230,218,230,219,219,216,222,234,231,230,230,217,230,233,,,,,,,,,92,231,219,218,217,218,230,215,222,234,,219,217,220,233,222,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,230,216,220,221,221,231,216,233,221,234,218,231,217,215,216,219,231,222,231,215,234,218,234,218,217,215,,,,,,,,,92,215,219,219,222,233,231,234,220,48,235,3,233,218,218,233,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,221,222,219,218,220,215,234,231,230,233,216,218,216,216,233,215,215,233,230,215,234,217,221,221,230,217,,,,,,,,,92,220,217,230,222,230,215,220,230,48,235,3,222,221,218,219,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,230,219,215,219,222,,,,,,,,,92,230,216,215,234,215,216,220,230,48,235,3,234,230,216,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,218,220,234,219,233,,,,,,,,,92,218,215,219,217,217,234,218,218,,,218,219,216,233,217,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,217,220,219,219,234,234,216,216,230,231,219,220,217,230,219,234,231,236,216,220,233,218,222,222,234,222,217,221,216,220,218,230,234,216,138,,68,220,215,219,234,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,218,219,222,216,216,219,215,215,215,234,220,230,221,221,233,220,222,,233,215,221,220,219,215,216,215,219,216,216,218,219,234,234,217,138,,68,216,221,219,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,231,222,231,231,234,219,222,215,230,220,219,231,230,231,218,219,218,,217,215,216,219,217,217,218,220,218,217,222,219,216,221,217,215,138,,68,231,231,216,230,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,234,221,215,234,221,215,222,221,218,222,221,234,234,218,217,222,216,,217,216,220,222,230,218,217,230,220,221,220,215,233,234,234,220,138,,68,222,218,218,217,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,222,218,234,219,220,216,231,220,216,220,216,217,215,218,217,221,231,236,215,215,233,234,217,222,233,233,222,215,218,222,217,215,222,221,,,220,218,218,231,231,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,231,233,234,221,222,233,218,,,,218,222,218,221,233,218,215,427,218,215,215,233,234,231,219,220,216,220,230,230,216,217,233,220,218,236,219,222,215,215,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,218,221,221,233,220,220,215,,,,,,215,221,215,233,,,221,220,215,231,234,215,222,219,221,233,231,234,219,233,,,,,220,217,218,220,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,216,216,233,233,221,233,218,236,236,233,221,,,,231,231,,,233,216,216,218,231,233,217,219,233,234,231,220,220,220,,,,,218,215,230,217,233,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,219,231,233,222,219,215,220,,,222,220,230,,,218,217,,,234,216,230,218,230,216,215,217,222,230,234,234,215,234,236,236,236,233,230,233,230,231,233,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,216,231,230,220,217,233,219,,,221,218,217,,,202,202,,,233,222,221,218,219,220,215,218,217,231,221,215,233,221,,,,,215,221,216,216,216,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,234,216,221,216,216,217,220,,,222,230,220,,,216,216,,,222,233,219,233,219,215,233,221,215,219,230,215,218,220,236,236,221,219,220,221,234,234,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,218,220,215,216,218,222,215,236,236,219,216,,,,233,217,,,234,220,231,215,220,215,218,233,231,219,219,221,215,,,,,231,217,221,220,234,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,218,234,222,230,220,216,215,,,,,,215,215,233,,,,234,231,233,221,216,220,216,233,230,218,230,222,230,236,236,231,233,218,218,231,221,216,221,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,219,222,218,231,221,231,219,,,,233,219,234,231,220,,216,215,234,222,222,219,230,230,216,218,234,233,222,231,,,,,234,217,217,222,216,231,221,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,231,230,234,215,215,215,218,234,218,234,230,217,221,217,218,,202,,68,221,217,233,216,218,234,221,221,216,220,230,236,236,220,221,233,215,231,216,219,230,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,216,233,219,220,234,234,230,218,221,234,216,215,231,233,218,216,138,,68,216,219,231,230,222,218,219,219,216,219,,,,,231,234,233,220,217,219,220,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,217,231,230,220,231,216,220,234,220,221,217,215,222,220,230,216,138,,68,217,216,231,220,234,216,215,233,230,218,236,236,219,218,215,221,218,219,220,234,216,231,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,221,222,220,219,234,231,230,221,220,234,220,230,233,234,222,,202,,68,219,230,216,220,215,221,215,215,216,,,,,219,221,234,218,234,219,230,220,220,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,234,234,220,216,,,,222,231,221,215,217,216,230,234,233,219,236,236,216,216,215,217,233,231,222,218,221,231,219,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,234,215,231,234,,202,,68,231,221,231,231,216,222,230,221,216,215,425,217,218,218,218,233,217,231,230,215,230,220,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,231,234,222,220,216,138,,68,230,219,217,234,218,215,222,222,230,236,236,231,219,230,219,233,215,222,233,231,230,222,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,220,220,219,220,216,138,,68,233,217,218,221,216,219,217,230,231,138,,68,220,221,233,218,233,231,219,215,216,230,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,218,221,216,215,,202,,68,219,233,218,233,222,217,218,217,218,138,,68,234,217,219,231,221,221,215,233,217,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,219,218,217,215,,,,68,216,218,219,222,219,230,221,233,217,,,220,219,221,222,219,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,220,220,215,215,236,236,236,216,221,222,216,218,233,231,221,230,219,138,,68,234,233,234,222,221,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,217,234,215,220,,,,233,218,234,219,221,217,215,230,220,219,138,,68,216,230,217,234,215,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,233,217,218,230,,,,218,222,221,220,234,222,222,221,230,220,236,236,217,216,218,220,221,215,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,234,222,231,218,,,,221,234,215,220,217,233,219,221,221,218,,,231,222,217,217,217,219,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,217,217,217,218,,,,233,216,233,220,230,217,216,217,230,231,236,236,233,216,215,220,218,221,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,219,217,234,230,236,236,236,219,219,218,220,233,230,217,221,,,,,219,230,221,221,217,220,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,220,215,217,234,,,,68,219,221,230,230,234,215,217,,,,,222,233,218,219,230,217,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,222,220,216,230,,,,220,217,221,230,215,220,215,221,,,215,235,234,216,215,234,233,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,220,221,230,221,,,,230,222,219,217,216,231,215,215,,,,,217,222,217,215,218,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,231,217,219,231,,,,68,218,219,230,234,221,220,234,,,215,235,231,217,219,215,216,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,234,218,215,216,236,236,236,218,219,231,220,218,231,219,231,,,,,234,215,216,215,220,221,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,216,216,234,233,,,,220,218,219,233,233,234,234,217,,,,,222,234,216,231,231,221,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,221,215,230,217,,,,216,215,233,216,222,222,219,233,215,221,236,236,234,216,230,215,217,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,234,233,218,215,,,,222,221,218,221,221,219,233,231,217,234,,,222,222,215,221,217,231,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,218,216,222,216,236,236,236,221,219,222,221,217,219,217,231,234,222,236,236,222,231,233,221,215,221,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,216,219,221,230,,,,,,,,,,,,,,,,233,220,231,234,219,219,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,219,222,230,218,,,,,,,,,,,,,,,,230,222,218,220,215,218,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,230,218,215,220,,,,,,,,,,,,,,,,218,218,217,217,221,221,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,220,219,231,218,,,,,,,,,,,,,,,,234,230,231,221,220,217,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,216,219,233,215,233,236,236,236,231,215,220,233,219,221,216,234,216,216,220,216,233,220,233,218,218,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,230,221,220,222,219,215,230,230,231,220,218,234,233,219,217,233,219,220,216,233,231,219,220,221,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,215,221,222,230,218,221,233,233,219,231,220,233,215,219,217,234,230,234,215,222,219,216,219,231,233,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,216,220,222,219,221,220,221,220,219,215,222,221,220,222,218,217,215,233,234,231,234,218,218,221,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,220,218,234,220,217,221,219,215,218,230,230,222,215,215,215,216,230,221,219,234,230,230,233,215,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,221,231,222,231,234,215,220,215,233,220,216,219,233,218,218,219,216,218,221,234,215,220,219,217,221,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,221,231,220,219,234,220,218,217,231,219,215,233,230,220,218,219,217,231,217,218,219,219,215,215,216,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3204 posEnd=1218;3204 posCurrent=1218;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3204 posEnd=1154;3204 posCurrent=1154;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3460 posEnd=2818;3460 posCurrent=2818;3460 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;3460 posEnd=2754;3460 posCurrent=2754;3460 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3460 posEnd=2882;3460 posCurrent=2882;3460 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2308 posEnd=5442;2308 posCurrent=5442;2308 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;2308 posEnd=5570;2308 posCurrent=5570;2308 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5696;3136 posEnd=5696;2880 posCurrent=5696;2906 step=2 time=36 phase=3167 channel=1 icon=215 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;1736 posEnd=3714;1736 posCurrent=3714;1736 step=1 time=0 phase=3167 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1736 posEnd=3778;1736 posCurrent=3778;1736 step=1 time=0 phase=3167 channel=10 icon=28 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;2308 posEnd=5506;2308 posCurrent=5506;2308 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2308 posEnd=3266;2308 posCurrent=3266;2308 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2308 posEnd=3330;2308 posCurrent=3330;2308 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2308 posEnd=3394;2308 posCurrent=3394;2308 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3077 posEnd=642;3077 posCurrent=642;3077 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3077 posEnd=770;3077 posCurrent=770;3077 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3077 posEnd=1602;3077 posCurrent=1602;3077 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;3077 posEnd=1474;3077 posCurrent=1474;3077 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2949 posEnd=5186;2949 posCurrent=5186;2949 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2949 posEnd=5314;2949 posCurrent=5314;2949 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5760;3136 posEnd=5760;2880 posCurrent=5760;2906 step=2 time=36 phase=3167 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5824;2624 posEnd=5824;2880 posCurrent=5824;2854 step=2 time=36 phase=3167 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5888;2624 posEnd=5888;2880 posCurrent=5888;2854 step=2 time=36 phase=3167 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5760;2624 posEnd=5760;2368 posCurrent=5760;2394 step=2 time=36 phase=3167 channel=1 icon=215 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5696;2624 posEnd=5696;2368 posCurrent=5696;2394 step=2 time=36 phase=3167 channel=1 icon=215 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1736 posEnd=3842;1736 posCurrent=3842;1736 step=1 time=0 phase=3167 channel=10 icon=28 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2692 posEnd=2434;2692 posCurrent=2434;2692 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2692 posEnd=2562;2692 posCurrent=2562;2692 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1856;2560 posEnd=1856;2304 posCurrent=1856;2330 step=2 time=36 phase=3167 channel=1 icon=227 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2053 posEnd=3650;2053 posCurrent=3650;2053 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2053 posEnd=3714;2053 posCurrent=3714;2053 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2053 posEnd=3842;2053 posCurrent=3842;2053 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2053 posEnd=3906;2053 posCurrent=3906;2053 step=1 time=0 phase=3167 channel=10 icon=130 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1792;2048 posEnd=1792;2304 posCurrent=1792;2278 step=2 time=36 phase=3167 channel=1 icon=227 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2376 posEnd=1410;2376 posCurrent=1410;2376 step=1 time=0 phase=3167 channel=10 icon=28 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1920;2048 posEnd=1920;2304 posCurrent=1920;2278 step=2 time=36 phase=3167 channel=1 icon=227 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1856;2048 posEnd=1856;1792 posCurrent=1856;1818 step=2 time=36 phase=3167 channel=1 icon=227 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1092 posEnd=1858;1092 posCurrent=1858;1092 step=1 time=0 phase=3167 channel=10 icon=36 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2308 posEnd=3778;2308 posCurrent=3778;2308 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2308 posEnd=4354;2308 posCurrent=4354;2308 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3460 posEnd=3778;3460 posCurrent=3778;3460 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;3396 posEnd=3906;3396 posCurrent=3906;3396 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3332 posEnd=4034;3332 posCurrent=4034;3332 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3268 posEnd=4162;3268 posCurrent=4162;3268 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3204 posEnd=4290;3204 posCurrent=4290;3204 step=1 time=0 phase=3167 channel=10 icon=1 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3204 posEnd=1026;3204 posCurrent=1026;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;3204 posEnd=1090;3204 posCurrent=1090;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3204 posEnd=1858;3204 posCurrent=1858;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3204 posEnd=1922;3204 posCurrent=1922;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3204 posEnd=1986;3204 posCurrent=1986;3204 step=1 time=0 phase=3167 channel=10 icon=20 \r\n"); + worlds.Add(75, "DescFile: posDecor=0;2500 dimDecor=100;100 world=0 music=4 region=15 blupiPos=194;2822 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,200,200,200,200,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,,,201,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,,,,,,,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,,,,201,,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,,,,,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,,,,217,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,,,,201,,218,218,218,218,218,218,218,217,217,217,217,217,217,217,,,,217,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,217,,,,217,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,200,218,,,201,,,92,218,218,218,218,218,217,217,217,217,217,217,,,,217,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,217,,,,68,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,218,200,200,218,,201,,,92,218,218,218,218,218,217,217,217,217,217,217,200,200,217,217,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,,,217,217,217,217,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,200,200,218,218,218,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,200,200,218,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,200,200,200,218,201,200,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,217,138,,,68,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,138,,,68,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,138,,,68,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,218,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,,,,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,201,218,,218,218,218,218,218,218,217,217,217,217,217,200,217,217,217,217,,,,,92,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,218,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,217,,,,,92,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,217,,,,,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,218,218,217,217,217,218,218,200,218,218,217,217,217,,,,,,92,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,218,217,217,217,218,,,,218,217,217,217,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,217,217,217,218,,,201,218,217,217,217,,,,,,,92,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,218,,,,218,217,217,217,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,218,218,200,218,218,217,217,217,,,,,,,,92,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,201,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,201,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,200,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,,92,91,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,,92,91,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,200,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,200,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,217,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,200,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,201,201,218,,92,91,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,427,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,201,201,218,218,91,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,201,,92,91,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,201,201,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,218,,,,,,,,,,,,,,,,,,,,,,,,,,217,201,201,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,218,,,,,,,,,,,,,,,,,,,,,,,,,,217,,,201,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,218,218,218,218,,,,,,,,,,,,,,218,,,,,,,,218,,,,,,,,,,,,,218,,,,,217,,,201,,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,218,218,218,218,214,214,214,214,214,214,218,214,214,214,214,214,214,214,218,214,214,214,214,214,214,214,218,218,214,214,214,214,214,214,214,214,214,214,214,218,214,214,214,214,217,,,201,,,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,201,,,201,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,201,,,,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,214,214,214,214,214,214,214,214,214,218,218,218,214,214,214,214,214,214,214,214,218,214,214,214,214,214,214,214,218,214,214,214,214,214,214,214,214,214,214,214,217,,,201,,,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,218,,,,,,,,,,218,,,,,,,218,218,218,,,,,,,,,,,217,,,201,,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,,,,,,,,,,218,,,,,,218,218,218,218,218,,,,,,,,,,217,,,201,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,217,201,201,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;2564 posEnd=258;2564 posCurrent=258;2564 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2628 posEnd=386;2628 posCurrent=386;2628 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=960;2880 posEnd=1344;2880 posCurrent=1190;2880 step=2 time=36 phase=1343 channel=1 icon=218 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=1792;2880 posEnd=1408;2880 posCurrent=1562;2880 step=2 time=36 phase=1343 channel=1 icon=218 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2624 posEnd=514;2624 posCurrent=514;2624 step=1 time=0 phase=1343 channel=10 icon=53 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2884 posEnd=3266;2884 posCurrent=3266;2884 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2884 posEnd=3330;2884 posCurrent=3330;2884 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2884 posEnd=3394;2884 posCurrent=3394;2884 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3712;2944 posEnd=3968;2944 posCurrent=3968;2944 step=3 time=17 phase=1343 channel=1 icon=218 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3776;2944 posEnd=4032;2944 posCurrent=4032;2944 step=3 time=17 phase=1343 channel=1 icon=218 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;2628 posEnd=4802;2628 posCurrent=4802;2628 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2628 posEnd=5058;2628 posCurrent=5058;2628 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2628 posEnd=5378;2628 posCurrent=5378;2628 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;5637 posEnd=4674;5637 posCurrent=4674;5637 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;5637 posEnd=4738;5637 posCurrent=4738;5637 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;5637 posEnd=4802;5637 posCurrent=4802;5637 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5637 posEnd=4866;5637 posCurrent=4866;5637 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4864;2688 posEnd=4992;2688 posCurrent=4928;2688 step=4 time=20 phase=1343 channel=1 icon=218 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=5248;2688 posEnd=5120;2688 posCurrent=5184;2688 step=4 time=20 phase=1343 channel=1 icon=218 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;5636 posEnd=4354;5636 posCurrent=4354;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;5636 posEnd=4290;5636 posCurrent=4290;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;5636 posEnd=4226;5636 posCurrent=4226;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5636 posEnd=4162;5636 posCurrent=4162;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5572 posEnd=4098;5572 posCurrent=4098;5572 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5572 posEnd=4034;5572 posCurrent=4034;5572 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5508 posEnd=3970;5508 posCurrent=3970;5508 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5508 posEnd=3906;5508 posCurrent=3906;5508 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5572 posEnd=3842;5572 posCurrent=3842;5572 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5572 posEnd=3778;5572 posCurrent=3778;5572 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;5636 posEnd=3714;5636 posCurrent=3714;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5636 posEnd=3650;5636 posCurrent=3650;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;5636 posEnd=3586;5636 posCurrent=3586;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;5636 posEnd=3522;5636 posCurrent=3522;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;3972 posEnd=322;3972 posCurrent=322;3972 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;4036 posEnd=258;4036 posCurrent=258;4036 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;4228 posEnd=322;4228 posCurrent=322;4228 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;4228 posEnd=386;4228 posCurrent=386;4228 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;4228 posEnd=450;4228 posCurrent=450;4228 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;4228 posEnd=514;4228 posCurrent=514;4228 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;3780 posEnd=706;3780 posCurrent=706;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3780 posEnd=770;3780 posCurrent=770;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3780 posEnd=898;3780 posCurrent=898;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;3780 posEnd=962;3780 posCurrent=962;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3780 posEnd=1026;3780 posCurrent=1026;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3780 posEnd=1154;3780 posCurrent=1154;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3780 posEnd=1218;3780 posCurrent=1218;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;3780 posEnd=1282;3780 posCurrent=1282;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;3780 posEnd=1410;3780 posCurrent=1410;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;3780 posEnd=1474;3780 posCurrent=1474;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;3780 posEnd=1538;3780 posCurrent=1538;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3780 posEnd=1666;3780 posCurrent=1666;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;3780 posEnd=1730;3780 posCurrent=1730;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3780 posEnd=1794;3780 posCurrent=1794;3780 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2500 posEnd=514;2500 posCurrent=514;2500 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2885 posEnd=2370;2885 posCurrent=2370;2885 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2885 posEnd=2434;2885 posCurrent=2434;2885 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2692 posEnd=962;2692 posCurrent=962;2692 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3840;2944 posEnd=4096;2944 posCurrent=4096;2944 step=3 time=17 phase=1343 channel=1 icon=218 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2884 posEnd=4226;2884 posCurrent=4226;2884 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2884 posEnd=4290;2884 posCurrent=4290;2884 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2760 posEnd=3330;2760 posCurrent=3330;2760 step=1 time=0 phase=1343 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2760 posEnd=3266;2760 posCurrent=3266;2760 step=1 time=0 phase=1343 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2760 posEnd=3394;2760 posCurrent=3394;2760 step=1 time=0 phase=1343 channel=10 icon=28 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;5636 posEnd=4994;5636 posCurrent=4994;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4736;2688 posEnd=4608;2688 posCurrent=4672;2688 step=4 time=20 phase=1343 channel=1 icon=218 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;5636 posEnd=5890;5636 posCurrent=5890;5636 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;4101 posEnd=770;4101 posCurrent=770;4101 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;5828 posEnd=5378;5828 posCurrent=5378;5828 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;5764 posEnd=5314;5764 posCurrent=5314;5764 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;5700 posEnd=5250;5700 posCurrent=5250;5700 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;5828 posEnd=5506;5828 posCurrent=5506;5828 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;5764 posEnd=5570;5764 posCurrent=5570;5764 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;5700 posEnd=5634;5700 posCurrent=5634;5700 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;5892 posEnd=5442;5892 posCurrent=5442;5892 step=1 time=0 phase=1343 channel=10 icon=7 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;4101 posEnd=898;4101 posCurrent=898;4101 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5312;5568 posEnd=5184;5568 posCurrent=5184;5568 step=4 time=0 phase=1343 channel=10 icon=70 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5568;5568 posEnd=5696;5568 posCurrent=5696;5568 step=4 time=0 phase=1343 channel=10 icon=70 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4101 posEnd=1026;4101 posCurrent=1026;4101 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4101 posEnd=1154;4101 posCurrent=1154;4101 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;5512 posEnd=6082;5512 posCurrent=6082;5512 step=1 time=0 phase=1343 channel=10 icon=28 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;5632 posEnd=2688;5440 posCurrent=2688;5632 step=4 time=30 phase=1343 channel=1 icon=217 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2752;5248 posEnd=2752;5440 posCurrent=2752;5248 step=4 time=30 phase=1343 channel=1 icon=217 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;5248 posEnd=2688;5056 posCurrent=2688;5248 step=4 time=30 phase=1343 channel=1 icon=217 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2752;4864 posEnd=2752;5056 posCurrent=2752;4864 step=4 time=30 phase=1343 channel=1 icon=217 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;4864 posEnd=2688;4672 posCurrent=2688;4864 step=4 time=30 phase=1343 channel=1 icon=217 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3780 posEnd=1986;3780 posCurrent=1986;3780 step=1 time=0 phase=1343 channel=10 icon=125 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2885 posEnd=2306;2885 posCurrent=2306;2885 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2885 posEnd=2562;2885 posCurrent=2562;2885 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2884 posEnd=4354;2884 posCurrent=4354;2884 step=1 time=0 phase=1343 channel=10 icon=17 \r\nMoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2885 posEnd=2498;2885 posCurrent=2498;2885 step=1 time=0 phase=1343 channel=10 icon=135 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;3972 posEnd=386;3972 posCurrent=386;3972 step=1 time=0 phase=1343 channel=10 icon=17 \r\n"); + worlds.Add(80, "DescFile: posDecor=350;2400 dimDecor=100;100 world=0 music=0 region=26 blupiPos=770;2694 blupiDir=2 \r\nDecor: \r\n10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,252,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,10,10,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,,10,10,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15,,,252,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,177,10,176,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,10,182,10,182,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,56,18,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,56,16,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,10,182,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,175,10,174,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17,,252,,251,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(81, "DescFile: posDecor=200;4770 dimDecor=100;100 world=0 music=1 region=26 blupiPos=642;4998 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,10,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,59,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,59,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,59,,,,54,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,10,10,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,252,10,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,53,,324,,,,252,10,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,324,,251,10,59,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,251,10,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,251,10,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,10,10,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,59,,,,,,,,,53,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,59,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,54,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,251,10,59,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,252,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,53,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,251,10,59,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,253,10,,,,,324,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,251,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,251,10,,,,,54,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,253,10,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,253,10,59,,,,252,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,251,10,59,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,10,10,,,,,252,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,53,,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,10,59,,,,,,,,,324,,,54,,53,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,324,,252,10,59,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,68,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,68,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,252,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,324,,,,,,251,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,324,,,,,,,,324,,,,252,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,324,,251,10,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3336 posEnd=4034;3336 posCurrent=4034;3336 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;5256 posEnd=1794;5256 posCurrent=1794;5256 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5256 posEnd=1858;5256 posCurrent=1858;5256 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;2692 posEnd=6082;2692 posCurrent=6082;2692 step=1 time=0 phase=161 channel=10 icon=34 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;5256 posEnd=1986;5256 posCurrent=1986;5256 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;5256 posEnd=2050;5256 posCurrent=2050;5256 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4936 posEnd=3138;4936 posCurrent=3138;4936 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;4936 posEnd=3202;4936 posCurrent=3202;4936 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4936 posEnd=3266;4936 posCurrent=3266;4936 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5120;3840 posEnd=5120;3840 posCurrent=5120;3840 step=1 time=0 phase=161 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5504;3840 posEnd=5504;3840 posCurrent=5504;3840 step=1 time=0 phase=161 channel=10 icon=76 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=832;4800 posEnd=1024;4800 posCurrent=960;4800 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1472;4672 posEnd=1344;4736 posCurrent=1472;4672 step=1 time=5 phase=161 channel=10 icon=111 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=2048;4416 posEnd=1792;4416 posCurrent=2000;4416 step=4 time=26 phase=161 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2432;4736 posEnd=2624;4736 posCurrent=2560;4736 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2368;4352 posEnd=2560;4352 posCurrent=2496;4352 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=3328;4288 posEnd=3008;4352 posCurrent=3024;4349 step=4 time=2 phase=161 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=3712;4160 posEnd=3904;4160 posCurrent=3840;4160 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=3840;3584 posEnd=4032;3648 posCurrent=3968;3626 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4352;3584 posEnd=4544;3584 posCurrent=4480;3584 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5312;3648 posEnd=5056;3584 posCurrent=5264;3636 step=4 time=26 phase=161 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5952;3648 posEnd=5760;3648 posCurrent=5824;3648 step=2 time=16 phase=161 channel=10 icon=98 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=6080;3392 posEnd=6208;3392 posCurrent=6080;3392 step=1 time=5 phase=161 channel=10 icon=119 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5952;3072 posEnd=5696;3072 posCurrent=5904;3072 step=4 time=26 phase=161 channel=10 icon=92 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=6208;3200 posEnd=6272;3200 posCurrent=6272;3200 step=2 time=8 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=6208;2816 posEnd=6272;2816 posCurrent=6272;2816 step=2 time=8 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=6016;2752 posEnd=5824;2752 posCurrent=5888;2752 step=2 time=16 phase=161 channel=10 icon=98 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=6016;2560 posEnd=6144;2560 posCurrent=6016;2560 step=1 time=5 phase=161 channel=10 icon=119 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;5000 posEnd=66;5000 posCurrent=66;5000 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;5000 posEnd=130;5000 posCurrent=130;5000 step=1 time=0 phase=161 channel=10 icon=21 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=3456;5056 posEnd=3648;5120 posCurrent=3584;5098 step=2 time=16 phase=161 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2944;4928 posEnd=2752;4928 posCurrent=2816;4928 step=2 time=16 phase=161 channel=10 icon=98 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=4288;4672 posEnd=4544;4672 posCurrent=4336;4672 step=4 time=26 phase=161 channel=10 icon=100 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=3648;4416 posEnd=3904;4416 posCurrent=3696;4416 step=4 time=26 phase=161 channel=10 icon=100 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4808 posEnd=4162;4808 posCurrent=4162;4808 step=1 time=0 phase=161 channel=10 icon=21 \r\n"); + worlds.Add(82, "DescFile: posDecor=200;5770 dimDecor=100;100 world=0 music=2 region=11 blupiPos=450;6022 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,254,255,255,255,254,255,254,254,254,10,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,252,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,251,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,57,10,55,,,,,,,,,10,10,59,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,49,,,,,,,,,,60,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,10,55,,,,,,,,,10,10,55,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,252,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,251,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,10,10,59,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,251,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,252,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,10,10,55,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,251,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,252,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,10,10,59,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,253,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,251,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,10,10,55,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,,,,,,,,,,,,,,251,,10,55,,,,,,,,,253,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,255,254,254,254,255,254,254,255,254,255,254,10,10,10,255,254,254,254,255,254,254,255,255,255,254,254,255,254,255,254,10,22,10,,,,,,,,,,252,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,10,255,254,254,254,255,255,254,255,254,10,10,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49,,,,,,,,,,,,,,,,,,,60,3,55,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,255,254,254,254,254,255,255,255,255,255,254,254,254,254,255,255,254,10,10,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,57,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,255,255,254,255,255,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,422,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,51,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,,58,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,255,254,254,255,254,10,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,,,,,,,,,,,,,,251,,,51,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,56,10,59,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,20,10,,,,,,,,,,,,,,,,,,,253,,,51,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,56,10,59,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,54,,,,,,54,,,,,,54,251,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,52,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,,,,,,56,10,,,57,,60,10,,,57,,,10,,,57,,,56,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,51,,,,,,51,,,,,,51,,,,,,60,10,55,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,,,,,60,10,10,,,58,,,10,,,58,,56,10,,,58,,,56,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,53,,,,,,53,,,,,,53,,,,53,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,254,254,255,254,254,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,57,,,,,,57,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4480;3776 posEnd=4608;3776 posCurrent=4524;3776 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4992;3776 posEnd=5120;3776 posCurrent=5036;3776 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3648 posEnd=4418;3648 posCurrent=4418;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3648 posEnd=4098;3648 posCurrent=4098;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3648 posEnd=4930;3648 posCurrent=4930;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3648 posEnd=5186;3648 posCurrent=5186;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3648 posEnd=4674;3648 posCurrent=4674;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5952;3648 posEnd=5952;3392 posCurrent=5952;3392 step=3 time=4 phase=3176 channel=1 icon=29 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3648 posEnd=5442;3648 posCurrent=5442;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3648 posEnd=5698;3648 posCurrent=5698;3648 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5952;3264 posEnd=5952;3008 posCurrent=5952;3008 step=3 time=4 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5952;2880 posEnd=5952;2624 posCurrent=5952;2624 step=3 time=4 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=5888;2240 posEnd=6016;2240 posCurrent=6016;2240 step=3 time=8 phase=3176 channel=1 icon=29 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3908 posEnd=5570;3908 posCurrent=5570;3908 step=1 time=0 phase=3176 channel=10 icon=15 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;2624 posEnd=5890;2624 posCurrent=5890;2624 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2624 posEnd=6018;2624 posCurrent=6018;2624 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;3008 posEnd=6018;3008 posCurrent=6018;3008 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3008 posEnd=5890;3008 posCurrent=5890;3008 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3392 posEnd=5890;3392 posCurrent=5890;3392 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;3392 posEnd=6018;3392 posCurrent=6018;3392 step=1 time=0 phase=3176 channel=10 icon=51 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3268 posEnd=5890;3268 posCurrent=5890;3268 step=1 time=0 phase=3176 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2884 posEnd=6018;2884 posCurrent=6018;2884 step=1 time=0 phase=3176 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;2308 posEnd=5826;2308 posCurrent=5826;2308 step=1 time=0 phase=3176 channel=10 icon=15 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=640;6080 posEnd=640;5440 posCurrent=640;5526 step=2 time=52 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=768;5440 posEnd=896;5440 posCurrent=896;5440 step=3 time=8 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1088;5440 posEnd=960;5440 posCurrent=960;5440 step=3 time=8 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1152;5440 posEnd=1280;5440 posCurrent=1280;5440 step=3 time=8 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1472;5440 posEnd=1344;5440 posCurrent=1344;5440 step=3 time=8 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=1856;5312 posEnd=1856;4864 posCurrent=1856;4999 step=2 time=49 phase=3176 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;5056 posEnd=1792;5120 posCurrent=1792;5100 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;5056 posEnd=1920;4992 posCurrent=1920;5012 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1792;4928 posEnd=1792;4800 posCurrent=1792;4884 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4864 posEnd=1920;4800 posCurrent=1920;4820 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;4672 posEnd=1792;4736 posCurrent=1792;4716 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1920;4672 posEnd=1920;4544 posCurrent=1920;4628 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1792;4544 posEnd=1792;4352 posCurrent=1792;4396 step=4 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4352 posEnd=1920;4416 posCurrent=1920;4396 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4288 posEnd=1920;4224 posCurrent=1920;4244 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;4224 posEnd=1728;4224 posCurrent=1748;4224 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;4608 posEnd=1728;4608 posCurrent=1748;4608 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4736 posEnd=1984;4736 posCurrent=1964;4736 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;4992 posEnd=1792;4992 posCurrent=1772;4992 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;5184 posEnd=1984;5248 posCurrent=1964;5228 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1792;5248 posEnd=1664;5312 posCurrent=1748;5270 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4928 posEnd=1984;4992 posCurrent=1964;4972 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1664;4864 posEnd=1792;4864 posCurrent=1708;4864 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;4416 posEnd=1792;4416 posCurrent=1772;4416 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=1856;4288 posEnd=1856;4736 posCurrent=1856;4601 step=2 time=49 phase=3176 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1920;5376 posEnd=2048;5376 posCurrent=1964;5376 step=2 time=7 phase=3176 channel=10 icon=76 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1984;4032 posEnd=2304;4032 posCurrent=2285;4032 step=4 time=3 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2688;3904 posEnd=2368;3904 posCurrent=2387;3904 step=4 time=3 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2752;3776 posEnd=3072;3776 posCurrent=3053;3776 step=4 time=3 phase=3176 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4100 posEnd=1730;4100 posCurrent=1730;4100 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=3456;3776 posEnd=3136;3776 posCurrent=3155;3776 step=4 time=3 phase=3176 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5380 posEnd=1730;5380 posCurrent=1730;5380 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3840;3904 posEnd=4032;3904 posCurrent=3936;3904 step=4 time=15 phase=3176 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4160;3904 posEnd=4352;3904 posCurrent=4256;3904 step=4 time=15 phase=3176 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3716 posEnd=4098;3716 posCurrent=4098;3716 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5184;3840 posEnd=5440;3840 posCurrent=5280;3840 step=4 time=25 phase=3176 channel=10 icon=76 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3716 posEnd=4418;3716 posCurrent=4418;3716 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5504;3904 posEnd=5632;3904 posCurrent=5610;3904 step=2 time=10 phase=3176 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3716 posEnd=4674;3716 posCurrent=4674;3716 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3716 posEnd=4930;3716 posCurrent=4930;3716 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3716 posEnd=5186;3716 posCurrent=5186;3716 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3716 posEnd=5442;3716 posCurrent=5442;3716 step=1 time=0 phase=3176 channel=10 icon=2 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;2244 posEnd=5634;2244 posCurrent=5634;2244 step=1 time=0 phase=3176 channel=10 icon=31 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;3592 posEnd=3842;3592 posCurrent=3842;3592 step=1 time=0 phase=3176 channel=10 icon=22 \r\n"); + worlds.Add(83, "DescFile: posDecor=0;3200 dimDecor=100;100 world=0 music=3 region=15 blupiPos=386;3462 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,257,257,257,259,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,73,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,16,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,56,10,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,10,92,10,,,,,,49,,,,10,255,254,255,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,18,92,10,,,,,,10,10,15,,53,,,,10,255,254,255,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,56,10,10,10,,,,,,53,,,,10,255,255,255,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,,68,10,10,,,,,,,,,,53,,,,10,255,255,254,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,53,,,,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,15,92,10,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,258,254,10,421,10,10,10,,,,,,10,10,10,,,,,,,,,,,,,,,,324,60,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,252,,51,,51,,51,,10,254,255,254,10,10,10,,,,,,,,,,,,54,,324,,,,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,53,,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,324,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,324,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,54,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,59,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,251,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,324,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,59,,,,,,10,59,,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,324,,53,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,324,,,,,,,,,,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,50,15,,,,,,,,,,58,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,53,,,53,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,10,50,10,10,10,10,258,254,255,255,50,52,50,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,60,10,10,,253,10,10,10,252,,,,,,,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,,,251,10,10,10,55,,,,,,,68,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,138,,10,10,10,17,,,56,10,55,,60,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,138,,202,202,202,,,324,,49,,324,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,138,60,10,10,10,16,,,56,10,55,,56,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,,,252,10,10,10,55,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,60,10,55,,252,10,10,10,255,254,255,254,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,254,255,254,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,202,,53,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,138,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,260,254,10,10,10,10,10,,,,202,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,51,,,,,92,10,10,,,,,,324,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,,,,,92,10,10,59,,,324,,,,324,60,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,257,,,,,92,10,10,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,50,10,59,,,,92,10,10,138,58,,54,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,57,,,10,,,,,92,10,10,50,10,10,10,10,10,260,254,256,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,250,,,,,92,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,10,,,,,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,10,256,260,10,60,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,60,10,10,10,48,,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,423,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,,48,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,,,,10,,53,,324,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,55,,,49,,324,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,54,,,,,,324,68,10,10,,10,10,10,,54,,54,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,324,,,,10,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,324,,51,,324,,,60,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,10,,,,324,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,53,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,58,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3904;4032 posEnd=3904;3776 posCurrent=3904;3847 step=2 time=29 phase=2886 channel=10 icon=74 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=5184;3328 posEnd=4864;3200 posCurrent=5037;3270 step=2 time=23 phase=2886 channel=1 icon=29 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4036 posEnd=4162;4036 posCurrent=4162;4036 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;2244 posEnd=5762;2244 posCurrent=5762;2244 step=1 time=0 phase=2886 channel=10 icon=30 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;3844 posEnd=4610;3844 posCurrent=4610;3844 step=1 time=0 phase=2886 channel=10 icon=14 \r\nMoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=10 timeStopEnd=10 posStart=3648;4224 posEnd=3904;4800 posCurrent=3702;4345 step=2 time=19 phase=2886 channel=1 icon=17 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=576;4032 posEnd=832;4032 posCurrent=736;4032 step=4 time=15 phase=2886 channel=1 icon=24 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=512;3520 posEnd=832;3520 posCurrent=659;3520 step=2 time=23 phase=2886 channel=1 icon=29 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3332 posEnd=5698;3332 posCurrent=5698;3332 step=1 time=0 phase=2886 channel=10 icon=7 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3844 posEnd=4226;3844 posCurrent=4226;3844 step=1 time=0 phase=2886 channel=10 icon=7 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4096;3840 posEnd=4352;3840 posCurrent=4281;3840 step=2 time=29 phase=2886 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5504;3264 posEnd=5504;3456 posCurrent=5504;3296 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5376;3200 posEnd=5376;3392 posCurrent=5376;3232 step=2 time=5 phase=2886 channel=10 icon=74 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;3016 posEnd=6082;3016 posCurrent=6082;3016 step=1 time=0 phase=2886 channel=10 icon=22 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3076 posEnd=1026;3076 posCurrent=1026;3076 step=1 time=0 phase=2886 channel=10 icon=7 \r\n"); + worlds.Add(84, "DescFile: posDecor=0;1900 dimDecor=100;100 world=0 music=4 region=22 blupiPos=386;2246 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,255,254,254,255,254,255,258,254,254,255,255,250,254,255,254,255,255,255,255,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,59,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,,,,254,256,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,,,,254,256,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,252,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,56,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,57,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,3,59,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,10,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,252,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250,255,254,259,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,10,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,255,254,10,10,10,,,,,56,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,20,25,,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,59,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,13,304,305,305,305,48,59,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,59,,,,,251,,,,,,,,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,251,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,254,254,10,,,252,,,,,,10,,57,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,10,59,,250,10,255,255,254,255,10,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,10,10,,252,138,,,,,57,,,251,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,59,,,13,,250,138,,,,,,,,251,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,10,138,,,,,,,,253,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,258,256,,251,,,,,,56,10,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,258,250,10,,252,,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,258,257,259,,,252,,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,10,256,,,,56,10,10,,,,,58,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,10,10,256,,,,,68,10,59,,,,13,,92,10,,,,,,,,,,,,,,,,,,,,,,251,,,,92,10,10,59,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,56,10,317,252,,,,,68,10,59,,,,13,,92,10,,,,,,,,,,,,,,,,,,,,,,252,,54,,10,10,10,55,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,,251,,,,,68,10,,,,,57,,92,10,,,,,,,,,,,,,,,,,,,,,,201,201,10,251,10,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,,,,,,,68,10,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,251,,58,,,68,10,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,57,10,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,254,254,254,254,257,255,10,10,10,10,10,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,,,,,,60,10,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,252,,,,,,,,,,,,,,,,,,,,,,,58,,,10,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,201,201,10,55,251,,,,,,,,,,,,,,,,,,,,,10,10,10,,,10,59,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,304,305,305,305,305,48,59,,,,,,,,54,,54,54,,,,,,,,,252,,57,,,10,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,201,201,10,55,252,,,,,,10,10,10,10,10,10,10,10,10,10,,,,,10,10,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,253,,,,,,250,,,57,,,,,68,10,,,58,,252,,54,,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,252,,,,,,252,,,,,,,,68,10,10,10,10,10,10,317,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,58,251,,,,,,257,,,,,,,,68,10,10,10,10,10,10,,,57,92,10,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,10,317,10,59,,,,,68,10,10,10,10,10,55,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,10,10,10,10,59,,10,10,,,,,68,10,10,10,10,55,,,,,92,10,59,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,10,10,10,10,,,68,10,55,,,,68,10,10,10,55,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,10,10,10,10,138,202,68,10,,,,,68,10,10,55,,,,,,,92,10,55,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,58,,68,10,10,10,10,10,10,138,68,10,55,,,,68,10,256,,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,13,,68,10,,,53,57,,202,68,10,,,,,68,10,256,,,,10,10,10,201,10,10,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,13,,68,10,,,,,,202,68,10,,,,,68,10,256,,,,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,57,,68,10,59,,,,,202,68,10,55,,,,68,10,256,,,56,10,10,10,201,10,55,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,,,,68,10,,,,,68,10,256,,,56,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,,,54,68,10,,,,,68,10,256,,,56,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,54,54,,,10,10,10,10,10,10,317,10,10,10,,,,10,10,10,201,10,59,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,60,10,10,10,10,10,10,10,50,18,,92,10,,,,57,,10,59,,,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,53,53,110,,,,92,10,,,,,,10,,,10,10,10,10,201,10,55,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,,,,10,,,10,10,10,10,201,10,55,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,,,,51,,,10,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,54,,,92,10,,,,,,10,,,10,10,10,201,201,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,10,,,92,10,,,,58,,10,,,10,10,201,201,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,10,,,92,10,10,10,10,10,10,18,,,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,53,,,92,10,,57,,253,,,,,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,,253,,58,,,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,60,10,317,10,10,10,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,,,,92,10,59,,,251,,201,201,10,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,,16,,92,10,59,,,10,10,10,201,201,201,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,10,10,,92,10,,,,10,10,10,10,201,201,201,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,10,10,55,92,10,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,60,10,126,10,10,,92,10,,,,,,,53,,57,,,53,53,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,138,,,,60,10,10,55,10,10,10,10,201,201,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,138,,,,,49,49,,201,201,10,201,201,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,201,201,201,10,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2496 posEnd=3010;2496 posCurrent=3010;2496 step=1 time=0 phase=4967 channel=10 icon=56 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2180 posEnd=642;2180 posCurrent=642;2180 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2180 posEnd=834;2180 posCurrent=834;2180 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2564 posEnd=2690;2564 posCurrent=2690;2564 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2180 posEnd=2498;2180 posCurrent=2498;2180 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;4164 posEnd=5186;4164 posCurrent=5186;4164 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;4164 posEnd=5250;4164 posCurrent=5250;4164 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;4164 posEnd=5314;4164 posCurrent=5314;4164 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;4356 posEnd=5314;4356 posCurrent=5314;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;4420 posEnd=5186;4420 posCurrent=5186;4420 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;4420 posEnd=5122;4420 posCurrent=5122;4420 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;4164 posEnd=5442;4164 posCurrent=5442;4164 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;4164 posEnd=5506;4164 posCurrent=5506;4164 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;4356 posEnd=5378;4356 posCurrent=5378;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;4356 posEnd=5442;4356 posCurrent=5442;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;4356 posEnd=5506;4356 posCurrent=5506;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;4356 posEnd=5570;4356 posCurrent=5570;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;4356 posEnd=5634;4356 posCurrent=5634;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;4356 posEnd=5698;4356 posCurrent=5698;4356 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4676 posEnd=4290;4676 posCurrent=4290;4676 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4676 posEnd=4226;4676 posCurrent=4226;4676 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4804 posEnd=4162;4804 posCurrent=4162;4804 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4608 posEnd=4226;4608 posCurrent=4226;4608 step=1 time=0 phase=4967 channel=10 icon=56 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;4804 posEnd=4098;4804 posCurrent=4098;4804 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2048 posEnd=642;2048 posCurrent=642;2048 step=1 time=0 phase=4967 channel=10 icon=56 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2048 posEnd=834;2048 posCurrent=834;2048 step=1 time=0 phase=4967 channel=10 icon=56 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;4736 posEnd=4098;4736 posCurrent=4098;4736 step=1 time=0 phase=4967 channel=10 icon=56 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;4420 posEnd=4866;4420 posCurrent=4866;4420 step=1 time=0 phase=4967 channel=10 icon=20 \r\nMoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=4416;4608 posEnd=4736;4480 posCurrent=4416;4608 step=1 time=7 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1088;2304 posEnd=1344;2304 posCurrent=1242;2304 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1792;2240 posEnd=2048;2240 posCurrent=1946;2240 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2432;2240 posEnd=2432;2624 posCurrent=2432;2624 step=2 time=60 phase=4967 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2304 posEnd=2368;2368 posCurrent=2368;2304 step=4 time=10 phase=4967 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;2368 posEnd=2496;2304 posCurrent=2496;2368 step=4 time=10 phase=4967 channel=10 icon=76 \r\nMoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3008;2624 posEnd=3008;2560 posCurrent=3008;2581 step=4 time=2 phase=4967 channel=1 icon=257 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2376 posEnd=3074;2376 posCurrent=3074;2376 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=3392;3200 posEnd=3840;3200 posCurrent=3622;3200 step=2 time=36 phase=4967 channel=1 icon=29 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3136;2816 posEnd=3264;2816 posCurrent=3162;2816 step=4 time=16 phase=4967 channel=10 icon=76 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3264;2880 posEnd=3136;2880 posCurrent=3238;2880 step=4 time=16 phase=4967 channel=10 icon=76 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2376 posEnd=3842;2376 posCurrent=3842;2376 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=4544;3136 posEnd=4800;3136 posCurrent=4698;3136 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5120;3136 posEnd=4864;3136 posCurrent=4966;3136 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5248;3136 posEnd=5504;3136 posCurrent=5402;3136 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5824;3072 posEnd=5568;3072 posCurrent=5670;3072 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5888;3008 posEnd=6144;3008 posCurrent=6042;3008 step=4 time=16 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=10 timeStopEnd=10 posStart=5248;3648 posEnd=5824;3648 posCurrent=5632;3648 step=2 time=60 phase=4967 channel=1 icon=29 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5000 posEnd=2114;5000 posCurrent=2114;5000 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5056;3904 posEnd=4992;3904 posCurrent=5056;3904 step=4 time=8 phase=4967 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4992;3840 posEnd=4800;3840 posCurrent=4992;3840 step=1 time=3 phase=4967 channel=10 icon=109 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4608;3968 posEnd=4480;3968 posCurrent=4480;3968 step=3 time=1 phase=4967 channel=10 icon=115 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4480;3904 posEnd=4288;3840 posCurrent=4480;3904 step=1 time=3 phase=4967 channel=10 icon=109 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5056;4288 posEnd=4864;4288 posCurrent=5056;4288 step=1 time=3 phase=4967 channel=10 icon=109 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3520;4736 posEnd=3328;4736 posCurrent=3520;4736 step=2 time=0 phase=4967 channel=1 icon=29 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5248;3968 posEnd=5504;4032 posCurrent=5264;3972 step=2 time=2 phase=4967 channel=10 icon=92 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3264;4544 posEnd=3264;4736 posCurrent=3264;4544 step=2 time=0 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3200;4544 posEnd=3008;4544 posCurrent=3200;4544 step=2 time=0 phase=4967 channel=1 icon=29 \r\nMoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2944;4352 posEnd=2944;4544 posCurrent=2944;4352 step=2 time=0 phase=4967 channel=1 icon=29 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;4292 posEnd=2690;4292 posCurrent=2690;4292 step=1 time=0 phase=4967 channel=10 icon=123 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2376 posEnd=3138;2376 posCurrent=3138;2376 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3016 posEnd=4098;3016 posCurrent=4098;3016 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3016 posEnd=4226;3016 posCurrent=4226;3016 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;3144 posEnd=6146;3144 posCurrent=6146;3144 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;3592 posEnd=6274;3592 posCurrent=6274;3592 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;4552 posEnd=5890;4552 posCurrent=5890;4552 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;4552 posEnd=5826;4552 posCurrent=5826;4552 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;4552 posEnd=5762;4552 posCurrent=5762;4552 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;4424 posEnd=4802;4424 posCurrent=4802;4424 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;4808 posEnd=3842;4808 posCurrent=3842;4808 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;5000 posEnd=2178;5000 posCurrent=2178;5000 step=1 time=0 phase=4967 channel=10 icon=22 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5000 posEnd=2242;5000 posCurrent=2242;5000 step=1 time=0 phase=4967 channel=10 icon=22 \r\n"); + worlds.Add(90, "DescFile: posDecor=0;2850 dimDecor=100;100 world=0 music=0 region=27 blupiPos=258;3142 blupiDir=2 \r\nDecor: \r\n301,284,301,301,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,295,284,295,284,295,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,300,301,300,284,289,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,291,288,290,286,301,300,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,291,293,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,300,284,284,285,287,286,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,291,,,290,293,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,285,293,301,285,288,303,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,292,,294,301,300,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,292,,290,303,284,300,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,300,301,284,174,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,300,284,289,284,300,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,302,293,284,284,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,296,284,296,301,296,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,285,,287,290,293,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,301,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,292,,303,301,182,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n287,287,287,287,287,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,285,286,301,175,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,302,,293,284,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,292,,,290,293,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,285,294,284,182,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,300,284,284,176,284,284,292,288,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,302,287,293,301,284,284,284,301,296,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,292,,,287,287,290,293,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,292,288,,303,284,182,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,284,285,303,284,177,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,295,301,292,,293,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,293,301,292,,290,293,284,285,,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,301,301,300,284,182,284,292,,294,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,295,301,296,301,178,301,284,296,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,302,293,284,295,301,291,293,301,297,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,286,284,285,287,,,293,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n"); + worlds.Add(91, "DescFile: posDecor=0;5920 dimDecor=100;100 world=0 music=6 region=27 blupiPos=386;6278 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,301,284,301,301,284,301,301,284,284,284,284,284,301,301,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,287,287,287,287,287,287,287,287,287,287,287,10,25,284,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,10,10,284,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,53,303,284,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,293,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,287,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,151,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,36,156,35,35,35,156,156,35,35,156,35,156,156,35,156,156,156,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,288,107\r\n,,,,,,,,,36,35,156,35,156,35,156,156,35,156,156,35,35,156,35,35,35,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,303,284,107\r\n,,,,,,,,,36,156,35,156,156,156,35,156,156,35,156,35,35,156,35,35,156,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,294,284,107\r\n,,,,,,,,,36,35,35,35,156,35,156,156,35,35,35,35,35,35,35,35,35,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,286,284,284,107\r\n,,,,,,,,,36,35,156,156,35,35,35,156,156,35,156,35,35,156,156,156,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,286,301,301,107\r\n,,,,,,,,,36,156,35,35,145,145,145,145,145,156,35,35,35,156,35,35,35,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,303,301,301,107\r\n,,,,,,,,,36,35,145,149,,,,,,152,145,145,145,35,35,35,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,288,288,288,,294,301,301,107\r\n,,,,,,,,,152,149,,,,,,,,,,,,152,145,145,35,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,253,288,288,,,,,,294,301,284,301,77,284,301,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,156,156,35,35,156,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,10,301,284,292,288,288,288,294,284,284,284,301,289,284,299,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,286,301,251,301,284,284,301,301,301,301,301,284,301,284,300,301,301,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,289,301,251,284,301,284,301,301,284,301,284,284,301,297,303,284,301,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,300,301,253,301,284,301,301,301,299,284,301,301,301,301,77,301,284,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,289,284,253,284,301,284,284,284,284,284,284,301,284,301,300,301,284,297,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,296,301,251,284,301,299,301,301,284,284,284,301,297,287,294,284,301,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,284,251,284,284,301,301,301,301,301,295,284,284,289,284,284,299,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,301,251,284,301,301,284,291,287,287,,293,284,300,284,295,284,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,301,10,284,301,291,290,,,,288,,287,,290,294,284,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,284,291,251,284,284,296,301,292,,294,284,292,288,294,301,284,284,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,299,301,301,285,253,284,284,284,284,301,77,301,301,301,284,284,284,301,301,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,291,,251,284,299,284,284,284,289,301,284,301,301,301,299,301,301,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,285,,252,293,301,301,284,301,289,301,284,301,284,301,301,284,284,301,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,285,,252,286,284,299,284,284,300,301,301,301,284,295,301,284,284,284,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,302,,251,286,301,284,291,287,,298,301,284,301,289,284,295,284,291,108\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,35,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,285,,253,,293,284,285,288,294,301,284,284,291,,287,,287,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,156,156,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,285,,251,,288,290,294,301,284,284,284,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,291,,56,10,200,301,301,284,301,301,301,301,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,151,144,35,156,35,156,35,35,156,35,35,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,285,,,253,,293,301,301,284,284,284,284,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,152,35,35,156,156,156,156,156,156,35,156,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,292,288,,253,,,290,293,284,301,284,284,301,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,35,35,35,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,285,251,,303,301,296,284,337,284,284,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,156,35,156,35,156,156,35,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,298,301,284,301,292,253,,286,301,301,284,301,301,284,284,285,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,156,35,35,156,35,156,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,301,301,301,284,252,,303,284,295,301,284,301,301,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,156,35,35,156,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,295,301,284,253,,,287,294,284,299,284,301,301,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,156,35,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,292,293,284,253,,,294,284,284,301,301,284,291,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,301,299,284,296,301,251,,294,284,284,299,284,284,297,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,284,301,301,295,284,284,301,337,73,201,284,284,301,301,301,301,284,285,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,35,35,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,284,284,296,301,301,284,291,252,284,284,301,284,301,284,301,284,292,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,284,284,284,284,284,299,284,285,252,284,284,301,301,301,301,301,284,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,301,284,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,301,301,284,301,291,,253,287,293,284,284,284,291,293,284,284,302,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,156,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,299,284,284,284,284,284,284,297,,,251,,294,301,284,301,292,303,284,301,292,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,284,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,301,301,284,301,301,302,,252,303,301,301,284,301,301,296,284,301,284,292,,288,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,301,284,301,301,292,288,288,288,,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,301,284,284,291,,,251,286,301,301,284,284,301,284,284,301,284,284,296,284,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,284,301,284,301,284,301,284,284,296,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,301,284,284,291,,,,252,286,301,301,284,299,284,301,284,284,284,284,284,301,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,284,301,301,301,301,301,299,301,301,301,285,288,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,301,284,291,,,56,10,10,10,10,10,10,284,284,284,301,284,301,301,295,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,284,284,284,284,301,284,301,284,301,301,296,284,285,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,301,284,285,,,,92,91,91,91,91,10,284,301,301,284,301,301,301,296,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,284,284,301,284,301,301,284,301,284,284,301,297,,,,,,,,,,,,,,,,,,288,288,288,288,288,288,288,294,284,284,299,284,301,284,302,,,,92,91,91,91,91,10,10,10,10,10,10,284,301,284,284,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,201,287,293,301,284,299,284,301,301,284,284,295,284,285,,288,288,,,,,,,,,,,,,294,284,301,284,284,284,301,301,284,284,284,301,284,301,297,,,,,92,91,91,91,91,91,91,91,91,91,10,284,284,284,301,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,292,,287,293,301,301,284,301,284,284,296,284,285,294,284,284,285,,,,,,,,,,,286,284,284,284,301,301,284,301,301,284,301,284,284,284,301,301,302,,,,92,91,91,91,91,10,10,10,10,91,10,301,284,284,301,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,284,292,288,288,293,301,301,284,299,301,284,284,296,301,301,301,292,288,,288,288,,,,,,,303,301,284,284,301,301,284,301,301,284,301,301,284,284,284,284,285,,,,92,91,91,91,91,10,284,301,10,91,10,301,301,284,284,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,284,301,284,284,284,300,301,284,301,301,301,301,301,301,301,301,284,284,284,296,301,284,285,,,,,,303,284,301,301,301,284,284,284,301,284,284,284,284,301,301,301,292,,,56,10,10,10,10,10,10,284,284,10,91,10,301,284,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,284,297,290,290,290,288,287,293,301,301,284,284,284,284,284,284,299,284,299,284,284,301,302,,,,,,,298,301,301,301,301,301,301,284,284,301,301,284,284,301,301,301,292,288,,,252,301,301,284,284,301,284,10,91,10,301,301,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,301,284,284,301,284,301,285,303,284,284,284,301,301,284,301,301,284,284,301,284,284,297,288,,288,288,288,288,294,284,284,284,301,301,301,284,284,284,301,284,284,284,284,301,284,301,301,285,,251,293,301,284,301,284,301,10,91,10,284,301,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,301,284,284,291,293,284,302,294,301,301,284,284,301,301,297,298,284,284,284,301,301,301,301,296,301,284,301,284,301,284,301,301,284,301,284,284,295,301,284,301,301,301,301,301,301,284,301,285,288,251,303,284,284,284,284,301,10,91,10,301,284,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,284,299,284,292,303,301,300,301,295,284,201,200,201,284,284,301,299,284,301,284,301,284,299,301,284,301,284,284,284,284,301,284,301,284,299,284,300,284,301,291,293,284,301,301,301,284,284,300,301,252,,293,284,295,301,284,10,91,10,301,284,284,284,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,301,301,284,284,296,284,285,287,286,284,201,200,201,200,200,301,301,284,301,299,284,284,284,284,284,301,284,284,301,284,301,284,301,284,284,284,285,287,287,288,286,301,291,290,293,284,284,300,284,252,,,287,,293,301,10,91,10,301,284,301,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,290,287,287,298,301,284,302,288,288,290,201,301,201,,,293,301,301,284,284,284,284,301,301,284,284,299,301,301,301,284,284,295,284,284,291,,288,294,284,292,290,294,301,300,301,301,296,301,251,288,,,,,10,10,91,10,284,301,284,301,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,156,301,292,286,301,284,301,296,284,284,301,301,284,201,288,,286,301,284,297,298,284,301,301,295,284,284,284,301,291,293,301,284,300,284,291,,303,284,284,301,284,301,284,301,289,301,301,284,301,10,301,302,,,,92,91,91,10,284,301,301,284,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,301,284,300,301,299,301,301,284,297,298,301,284,301,284,292,286,301,284,284,301,301,301,284,296,284,301,284,291,,303,301,297,303,284,285,,294,284,301,301,297,298,284,284,292,290,293,284,291,252,301,292,,,60,10,10,10,10,284,301,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,284,284,285,298,301,299,301,284,284,301,301,301,301,301,301,289,284,301,301,301,284,297,293,284,301,301,301,292,,294,301,284,289,301,285,286,284,284,301,295,284,284,301,301,284,284,300,301,285,252,284,284,285,,,303,284,301,284,301,301,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,35,35,35,156,301,301,300,301,284,301,297,298,301,301,284,284,301,284,297,,298,301,301,301,284,284,296,301,284,295,301,301,300,284,301,301,201,201,201,201,301,284,284,296,284,284,301,284,301,301,302,287,,251,293,284,292,,,303,301,284,301,284,284,284,301,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,156,35,156,35,298,301,300,284,301,301,284,284,301,284,301,301,301,284,284,300,284,284,299,301,301,301,301,284,284,296,284,301,302,293,301,291,201,201,284,301,301,284,284,301,284,284,301,284,301,301,302,,,251,286,284,284,285,,294,284,301,284,284,284,284,301,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,156,35,156,156,156,284,284,292,298,301,301,295,284,299,284,301,301,301,284,284,289,284,301,301,299,301,299,284,284,284,301,301,291,,,287,,201,201,284,284,301,295,301,301,284,284,301,284,284,284,292,,,252,286,301,301,292,286,301,284,284,301,284,301,299,284,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,35,35,156,35,35,156,156,301,301,301,301,284,284,300,284,284,284,284,301,284,301,284,289,301,284,284,284,301,284,301,301,284,295,301,285,,,288,294,301,284,301,284,301,289,301,301,301,301,284,284,301,301,301,292,,252,303,301,301,301,300,284,284,295,301,284,299,301,284,285,,\r\n,,,,,,,,,,,,,,,,,,,,,,,151,35,156,156,35,35,156,35,35,156,35,301,301,301,284,297,290,286,301,301,301,301,299,301,291,287,303,284,284,299,284,301,301,297,298,301,300,301,302,,286,284,284,301,299,301,301,284,296,301,295,284,301,301,284,301,301,284,284,302,252,294,284,301,284,300,301,284,296,284,301,301,284,284,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,151,35,156,35,35,156,35,156,156,156,35,35,284,299,284,295,301,284,302,298,301,301,301,284,284,285,,303,301,301,284,284,301,301,284,284,301,292,287,,288,294,284,301,301,284,301,301,284,284,291,286,284,301,301,301,284,299,284,284,285,252,284,284,301,284,300,301,301,284,284,301,301,284,301,302,,\r\n,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,35,156,35,284,284,284,296,301,301,296,301,301,301,284,301,284,285,,60,10,201,201,201,201,201,201,201,201,284,285,294,284,284,284,301,299,284,295,284,284,301,302,286,301,299,284,301,284,284,284,291,,251,284,301,301,291,303,284,301,301,284,284,301,284,284,285,,\r\n,,,,,,,,,,,,,,,,,,,,,151,35,156,156,156,156,35,156,35,35,156,156,35,284,284,284,301,284,301,284,284,301,284,301,301,291,,,,,,,,,,,,,287,294,301,301,284,299,284,284,284,300,284,291,287,,286,284,284,284,284,284,284,291,,60,10,301,284,284,285,,287,293,301,301,284,301,284,301,292,,\r\n,,,,,,,,,,,,,,,,,,,,151,35,35,156,156,156,156,35,156,35,156,35,156,35,301,291,287,293,284,301,301,284,284,284,301,284,292,,,,,,,,,,,,,303,301,301,301,301,284,284,301,284,285,287,,,,286,284,284,301,284,284,284,292,,,252,301,284,301,285,60,10,10,10,10,301,301,284,301,284,285,\r\n,,,,,,,,,,,,,,,,,,147,146,145,156,35,156,35,156,35,156,35,35,35,35,156,156,35,37,,,287,287,293,301,301,284,301,301,284,285,,60,10,27,10,10,10,10,10,10,27,10,301,284,301,284,284,299,301,284,302,,,,,303,301,284,301,284,299,284,284,285,,253,284,284,291,,,92,91,91,10,301,301,301,284,301,285,\r\n,,,,,,,,,,,,,,,,,,,,,152,145,145,145,35,156,156,156,35,35,35,35,156,156,37,,,,,303,301,284,284,301,301,284,292,,286,301,301,284,284,301,284,301,284,284,284,301,301,301,284,284,301,301,291,,,,,,303,301,301,284,284,284,301,301,292,,252,301,291,,,60,10,10,91,10,284,301,301,284,284,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,35,156,156,35,37,,,,,303,284,284,284,301,301,284,301,292,286,301,284,284,284,284,284,301,284,284,284,284,284,284,301,284,284,284,302,,,,,,286,301,301,284,284,301,301,284,301,302,253,301,302,,,,288,10,91,10,301,301,284,284,301,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,156,35,35,156,35,156,156,37,,,,,303,301,301,299,301,301,299,284,301,300,284,301,284,301,284,284,301,301,284,284,284,284,301,284,284,284,291,,,,,,,303,301,284,284,284,284,299,301,291,,251,287,,,,294,301,10,91,10,284,284,284,284,301,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,35,35,156,156,156,156,37,,,,,294,284,301,284,301,301,284,284,301,300,284,301,301,284,301,301,284,301,284,284,301,301,301,284,297,290,,,,,,,,303,284,284,284,284,301,284,301,285,,252,,,288,286,301,284,10,91,10,301,301,284,301,297,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,35,35,156,35,37,,,,294,301,301,284,284,284,299,284,291,290,294,301,301,301,301,297,298,284,301,301,284,301,299,301,284,284,284,302,,,,,,,303,284,284,284,284,301,284,301,302,,252,58,294,284,296,301,301,10,91,10,284,301,301,301,301,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,37,,,303,284,301,284,301,284,301,284,284,300,284,284,301,284,284,299,284,301,284,284,284,284,284,284,301,284,291,287,,,,,,,,286,284,295,301,284,284,301,291,56,10,10,10,284,301,284,284,284,10,91,10,284,284,301,284,284,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,37,,,286,301,284,284,301,301,299,284,284,300,284,284,284,284,301,284,301,284,284,284,284,284,301,299,301,301,302,,,,,,,,,303,284,296,301,284,291,287,,,92,91,10,10,10,10,10,10,10,91,10,301,301,299,284,284,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,156,35,35,35,37,,,286,301,284,284,284,301,284,301,284,285,290,293,301,301,301,284,284,299,284,301,301,284,301,301,301,284,285,,,,,,,,,303,284,301,284,284,292,,,,92,91,91,91,91,91,91,91,91,91,10,301,301,284,301,284,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,35,35,35,156,37,,,286,301,301,284,301,284,301,301,301,296,301,302,287,293,301,284,301,284,284,284,301,284,284,301,301,284,285,,,,,,,,,286,301,301,301,284,301,292,,,92,91,10,10,10,10,10,10,10,10,10,284,284,284,301,284,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,37,,,,298,301,284,284,301,301,284,284,301,301,302,,288,287,293,301,301,301,284,284,301,301,284,284,301,302,,,,,,,,,286,284,301,301,299,301,301,285,60,10,10,10,301,301,301,284,284,284,284,284,301,299,284,284,284,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,37,,,286,301,284,284,284,301,301,284,299,284,284,292,294,301,285,60,10,10,10,10,10,284,284,284,284,284,285,,,,,,,,,286,284,301,301,301,301,291,,,,251,53,287,298,284,301,284,295,284,284,301,284,284,284,284,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,192,156,156,35,35,35,37,,,286,301,301,284,284,299,301,301,284,301,299,301,301,301,302,,92,91,91,91,10,284,284,301,284,301,285,,,,,,,,,303,284,301,301,284,284,292,,,,251,,303,301,284,284,284,296,284,284,284,301,301,284,301,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,156,156,156,35,35,37,,,303,301,284,284,284,301,301,284,301,301,301,301,301,291,,,92,91,91,91,10,284,301,284,284,301,302,,,,,,,,,286,284,284,284,284,284,301,285,,,253,,,298,284,301,284,284,301,301,284,301,301,301,301,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,37,,,286,284,284,301,301,301,301,284,284,284,284,301,297,288,,,92,91,91,91,10,301,299,301,301,301,302,,,,,,,,,286,284,284,301,284,301,301,292,,,251,,294,301,284,284,284,301,301,284,284,301,301,284,301,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,35,35,156,156,35,37,,,303,301,301,301,301,295,284,301,284,301,284,284,284,301,292,288,10,10,10,10,10,284,284,284,301,301,302,,,,,,,,,294,301,284,301,301,284,284,301,292,,253,303,301,284,284,301,301,301,301,301,301,284,301,301,284,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,187,156,156,156,156,35,37,,,286,301,284,301,301,296,284,284,301,284,301,284,291,298,284,284,284,252,,294,284,301,301,301,284,301,302,,,,,,,,286,284,301,301,284,284,301,284,301,301,285,251,286,284,284,301,284,299,301,284,284,284,284,301,301,301,302,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,188,35,156,35,35,35,37,,,303,301,301,301,301,284,284,284,291,298,284,284,289,284,301,284,291,253,286,301,284,284,299,284,284,301,285,,,,,,,,,293,284,299,301,284,301,284,301,301,302,252,,293,284,301,301,284,301,284,301,301,284,284,284,284,285,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,192,35,156,35,35,35,37,,,286,301,301,301,284,301,284,284,289,284,301,301,296,301,284,297,,253,303,284,301,284,301,301,301,301,285,,,,,,,,,286,284,284,301,301,301,284,295,284,285,251,,,293,284,301,301,284,301,291,293,301,291,287,287,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,37,,,303,284,301,284,284,299,284,284,300,284,301,284,301,301,284,284,285,252,303,301,284,301,284,299,301,301,302,,,,,,,,,286,301,284,301,301,284,284,302,287,,252,,,294,301,284,284,284,284,285,,287,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,37,,,,293,284,301,301,301,284,301,292,293,301,284,299,301,284,301,285,251,303,284,301,284,301,301,301,284,285,,,,,,,,,286,301,301,284,301,284,301,292,,,251,,294,301,284,284,301,284,301,302,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,37,,,,,298,284,301,284,301,284,301,289,284,301,301,297,293,284,302,251,303,301,284,301,301,284,284,301,302,,,,,,,,,303,301,284,284,299,284,284,284,292,288,253,294,284,284,284,301,301,284,301,302,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,196,186,190,188,187,186,189,192,35,156,35,35,156,37,,,,303,284,284,284,301,301,284,284,300,284,301,284,301,300,301,285,251,,293,284,284,284,301,284,301,285,,,,,,,,,303,301,301,301,284,284,301,284,301,284,10,284,295,284,301,301,284,301,284,302,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,203,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=32 stepAdvance=32 stepRecede=32 timeStopStart=25 timeStopEnd=25 posStart=3392;5056 posEnd=3648;5056 posCurrent=3648;5056 step=4 time=0 phase=1973 channel=12 icon=66 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5636 posEnd=4098;5636 posCurrent=4098;5636 step=1 time=0 phase=1973 channel=10 icon=17 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4484 posEnd=4226;4484 posCurrent=4226;4484 step=1 time=0 phase=1973 channel=10 icon=17 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3656 posEnd=5698;3656 posCurrent=5698;3656 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3136 posEnd=4096;3136 posCurrent=4096;3136 step=1 time=0 phase=1973 channel=10 icon=70 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;6144 posEnd=896;6144 posCurrent=896;6144 step=1 time=0 phase=1973 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;6144 posEnd=960;6144 posCurrent=960;6144 step=1 time=0 phase=1973 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6144 posEnd=1024;6144 posCurrent=1024;6144 step=1 time=0 phase=1973 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6080 posEnd=1024;6080 posCurrent=1024;6080 step=1 time=0 phase=1973 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;6080 posEnd=960;6080 posCurrent=960;6080 step=1 time=0 phase=1973 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;6080 posEnd=896;6080 posCurrent=896;6080 step=1 time=0 phase=1973 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;6016 posEnd=896;6016 posCurrent=896;6016 step=1 time=0 phase=1973 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;6016 posEnd=960;6016 posCurrent=960;6016 step=1 time=0 phase=1973 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6016 posEnd=1024;6016 posCurrent=1024;6016 step=1 time=0 phase=1973 channel=1 icon=32 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;6022 posEnd=66;6022 posCurrent=66;6022 step=1 time=0 phase=1973 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;6022 posEnd=130;6022 posCurrent=130;6022 step=1 time=0 phase=1973 channel=10 icon=252 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5192 posEnd=4098;5192 posCurrent=4098;5192 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=10 timeStopEnd=10 posStart=4864;3776 posEnd=4864;3200 posCurrent=4864;3353 step=4 time=24 phase=1973 channel=1 icon=16 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=5184;5568 posEnd=5248;5568 posCurrent=5184;5568 step=1 time=13 phase=1973 channel=12 icon=242 \r\nMoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4224;4224 posEnd=4480;4224 posCurrent=4480;4224 step=2 time=40 phase=1973 channel=10 icon=70 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4040 posEnd=4226;4040 posCurrent=4226;4040 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2696 posEnd=3970;2696 posCurrent=3970;2696 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;3656 posEnd=5762;3656 posCurrent=5762;3656 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1856;1600 posEnd=1664;1664 posCurrent=1856;1600 step=1 time=1 phase=1973 channel=10 icon=107 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1280;1408 posEnd=1408;1472 posCurrent=1296;1416 step=4 time=14 phase=1973 channel=10 icon=104 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1088;960 posEnd=1280;960 posCurrent=1088;960 step=1 time=1 phase=1973 channel=10 icon=115 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2240;1280 posEnd=2432;1280 posCurrent=2240;1280 step=1 time=1 phase=1973 channel=10 icon=115 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=5440;1920 posEnd=5504;1920 posCurrent=5461;1920 step=2 time=5 phase=1973 channel=10 icon=79 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;1860 posEnd=6210;1860 posCurrent=6210;1860 step=1 time=0 phase=1973 channel=10 icon=30 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=4736;1088 posEnd=5056;1088 posCurrent=4944;1088 step=4 time=14 phase=1973 channel=10 icon=104 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5120;1472 posEnd=5376;1600 posCurrent=5376;1600 step=2 time=32 phase=1973 channel=10 icon=90 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5568;1600 posEnd=5760;1536 posCurrent=5568;1600 step=1 time=1 phase=1973 channel=10 icon=115 \r\nMoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=5952;1408 posEnd=6272;1344 posCurrent=6160;1366 step=4 time=14 phase=1973 channel=10 icon=104 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;5128 posEnd=6082;5128 posCurrent=6082;5128 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;5256 posEnd=4226;5256 posCurrent=4226;5256 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;4488 posEnd=3906;4488 posCurrent=3906;4488 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;3656 posEnd=5826;3656 posCurrent=5826;3656 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=32 stepAdvance=40 stepRecede=40 timeStopStart=25 timeStopEnd=25 posStart=4672;3008 posEnd=4992;3008 posCurrent=4960;3008 step=4 time=4 phase=1973 channel=12 icon=66 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2568 posEnd=4162;2568 posCurrent=4162;2568 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1860 posEnd=5826;1860 posCurrent=5826;1860 step=1 time=0 phase=1973 channel=10 icon=17 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1928 posEnd=1666;1928 posCurrent=1666;1928 step=1 time=0 phase=1973 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1928 posEnd=1730;1928 posCurrent=1730;1928 step=1 time=0 phase=1973 channel=10 icon=26 \r\n"); + worlds.Add(92, "DescFile: posDecor=0;970 dimDecor=100;100 world=0 music=7 region=27 blupiPos=130;1158 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,197,186,188,192,145,35,35,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,284,284,301,301,284,284,301,284,284,284,301,284,284,301,296,284,284,284,284,296,284,284,301,301,284,301,296,301,301,301,301,284,284,284,284,284,301,284,284,284\r\n,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,284,284,301,284,284,284,301,301,301,284,299,284,301,284,284,284,284,284,301,284,284,291,287,293,284,284,284,284,301,291,287,287,293,301,301,301,284,301\r\n,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,286,301,284,284,297,298,301,284,301,295,284,291,287,293,284,301,301,301,291,287,290,293,301,291,287,293,284,285,,303,301,301,301,301,291,,,54,,287,293,284,301,301\r\n,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,292,298,284,284,301,301,299,284,301,296,301,292,,288,293,301,284,284,302,303,284,289,301,302,288,303,301,302,288,303,301,284,284,301,302,,60,10,52,52,52,301,301,284\r\n,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,301,301,301,284,284,295,284,284,284,300,301,296,284,284,284,292,303,301,77,301,300,301,300,284,300,284,296,301,301,284,284,285,,,252,,,288,293,284,284\r\n,,,,,,,,,,,,,,,,,196,187,186,35,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,301,284,301,299,284,295,284,296,301,291,287,303,284,301,301,299,301,301,77,301,302,287,286,301,285,290,303,301,284,301,301,301,284,292,,,251,,303,301,289,301,301\r\n,,,,,,,,,,,,,,,,,197,188,192,145,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,284,299,284,284,289,301,284,291,,,,290,293,301,301,284,284,77,284,285,,294,301,296,301,300,301,284,301,284,295,301,301,285,,252,,286,284,300,284,301\r\n,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,301,284,284,301,300,301,291,,,,294,301,285,293,301,284,291,286,284,292,294,301,301,284,301,300,301,301,301,284,300,284,301,285,,252,,286,301,300,284,301\r\n,,,,,,,,,,,,,,,,,,,,,92,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,299,301,284,301,284,284,284,285,287,,,,294,284,284,302,294,301,291,,294,301,301,301,301,295,284,297,303,301,284,301,301,296,301,301,292,,252,,294,301,302,298,301\r\n,,,,,,,,,,,,,,,,,,,,,92,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,301,284,301,301,302,,,,294,301,284,301,77,284,284,285,294,284,301,301,284,284,296,301,301,296,301,284,301,301,301,301,284,301,285,253,294,301,291,294,301,301\r\n,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,291,287,287,,,,286,301,284,284,301,300,284,284,300,301,284,284,301,299,284,301,284,284,337,301,299,284,284,284,295,337,337,302,10,301,297,286,301,284,297\r\n,,,,,,,,,,,,,,,,,196,198,188,192,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,291,,,,,,,303,301,284,301,301,292,293,284,300,301,301,284,284,284,284,301,284,301,337,284,301,284,284,291,294,337,284,302,252,284,301,300,301,284,301\r\n,,,,,,,,,,,,,,,,,194,198,190,188,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,302,,,,,56,16,303,301,284,301,301,301,292,290,286,284,301,301,284,301,301,284,301,301,291,293,284,291,290,294,301,301,291,,252,293,301,292,298,301,284\r\n,,,,,,,,,,,,,,,,,197,198,187,189,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,285,,,,,10,10,10,301,301,284,301,301,301,301,296,284,295,301,284,301,299,301,284,284,285,288,290,294,301,301,284,301,285,,251,303,284,337,284,284,301\r\n,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,302,,,,,10,,10,301,301,301,301,284,301,284,284,301,296,301,301,301,284,299,301,284,199,284,301,284,301,301,284,284,292,288,253,,287,293,301,284,301\r\n,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,285,,,,60,10,55,73,293,301,301,284,301,301,284,301,284,284,284,284,299,301,284,301,301,77,284,301,299,284,299,301,295,301,284,253,,,286,301,284,284\r\n,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,302,,,,,10,,10,303,301,284,284,301,284,301,284,284,284,301,299,301,284,291,287,290,294,301,284,284,301,301,291,,287,287,253,,,,293,301,301\r\n,,,,,,,,,,,,,,,,,,,151,156,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,292,,,,,10,10,10,201,301,301,284,301,301,301,284,284,301,295,301,284,291,,286,284,284,284,301,284,284,284,302,,,58,252,54,,,,298,284\r\n,,,,,,,,,,,,,,,196,198,186,192,35,35,35,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,301,285,,,,56,18,,,298,301,301,284,301,295,284,284,284,296,284,301,285,,303,284,295,301,301,284,301,291,,,11,10,10,10,11,,286,284,284\r\n,,,,,,,,,,,,,,,195,198,192,186,35,35,35,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,284,302,,,,,,288,294,284,301,301,301,291,303,284,301,284,301,299,301,285,,303,301,292,298,284,299,301,200,200,200,22,10,10,10,22,200,200,284,301\r\n,,,,,,,,,,,,,,,197,198,191,188,156,35,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,292,,,,288,303,284,301,284,284,284,301,302,286,284,284,301,284,301,301,285,,303,301,284,301,284,284,301,301,285,56,22,73,,10,22,59,,293,301\r\n,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,284,284,292,,294,284,300,284,284,301,284,284,284,285,303,284,301,284,284,301,301,292,,303,284,301,299,284,301,284,301,200,200,22,10,10,10,22,200,200,200,301\r\n,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,299,301,296,284,284,289,284,301,301,301,301,297,,303,284,284,301,301,301,284,301,285,,290,293,301,301,284,301,297,,288,11,384,10,10,11,,,303,301\r\n,,,,,,,,,,,,,,,,,151,156,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,284,284,301,301,300,301,284,284,284,284,301,302,286,284,301,301,284,284,301,301,292,286,301,292,290,298,284,299,301,289,284,302,,251,57,,,,294,284\r\n,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,301,284,301,284,296,301,301,284,284,284,284,302,286,301,284,284,301,299,301,301,301,300,301,301,284,337,301,284,301,300,284,302,,253,,,288,303,301,284\r\n,,,,,,,,,,,,,75,,,151,35,156,35,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,284,284,299,284,301,301,301,284,284,301,302,286,301,284,301,284,284,301,284,284,289,284,301,301,297,287,293,284,300,284,302,,253,,303,284,296,301,301\r\n,,,,,,,,,75,,,,36,144,185,156,35,35,156,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,284,284,284,301,301,284,284,301,301,301,301,302,286,284,301,284,301,299,301,301,299,199,301,301,301,301,292,288,287,294,301,292,,253,,286,301,284,284,301\r\n,,,,,151,155,,,36,144,150,,92,156,185,156,35,35,156,156,156,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,301,297,298,284,284,299,284,284,301,284,285,303,301,301,301,284,301,284,284,284,289,301,284,301,284,284,284,296,284,295,301,285,252,288,288,293,301,301,301\r\n155,,,,,36,156,144,144,156,35,37,,92,156,185,185,185,156,156,35,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,299,301,284,284,284,284,301,301,284,301,285,286,284,284,301,301,301,301,284,284,296,301,284,284,301,299,284,301,284,292,287,,251,301,284,300,284,284,284\r\n156,144,144,144,185,185,156,156,35,156,35,35,155,92,156,156,156,185,35,35,156,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,284,284,284,301,284,284,291,287,,303,284,301,301,284,284,284,284,301,301,301,301,284,284,301,284,291,298,284,285,378,73,337,337,296,284,301,301\r\n35,156,35,156,35,185,156,156,156,156,156,156,156,35,156,156,145,185,145,35,35,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,293,284,291,287,287,,,,303,301,301,284,301,301,301,301,284,301,301,301,284,301,291,287,303,301,284,285,,251,284,284,284,284,284,284\r\n35,35,156,35,35,185,156,156,35,156,35,156,156,156,156,37,,,,36,35,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,,286,301,284,284,284,284,301,299,284,301,301,284,284,284,285,,288,287,287,288,288,251,284,301,301,284,284,301\r\n35,35,35,35,35,185,156,35,35,35,35,35,35,35,35,37,,,,36,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,284,284,284,284,284,284,301,284,284,301,284,285,303,301,292,294,301,284,252,284,284,301,284,301,284\r\n35,35,156,156,156,185,156,35,35,156,156,156,156,35,35,37,,,,36,35,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,299,284,301,284,284,284,284,301,301,301,301,285,303,301,284,301,284,291,253,284,291,290,293,284,284\r\n156,156,35,35,156,185,35,156,156,156,156,156,35,156,156,35,144,144,144,156,156,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,299,284,284,301,284,301,284,284,301,301,284,301,292,,287,293,284,291,,253,287,294,284,285,293,284\r\n301,301,301,284,284,337,301,284,284,284,301,301,301,301,301,156,156,156,156,156,35,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,295,301,301,284,301,284,301,301,301,284,284,292,,286,301,285,56,73,201,284,284,285,378,10\r\n284,284,301,284,291,293,301,295,301,301,301,301,301,284,301,156,156,156,35,35,35,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,297,294,301,284,301,284,299,284,284,301,301,301,284,285,,287,288,,251,294,284,284,302,303,284\r\n301,299,284,291,,,287,,293,301,297,293,301,284,301,156,156,35,156,35,156,156,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,284,284,301,301,284,301,301,301,301,301,292,,286,301,292,252,284,301,284,292,303,301\r\n284,301,291,,,288,,,,293,284,296,301,301,284,156,156,156,156,156,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,287,287,287,287,293,284,284,284,284,284,301,284,292,294,284,301,252,284,301,301,284,300,284\r\n301,284,285,288,286,301,292,,288,286,301,284,301,301,301,35,35,156,35,156,156,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,284,284,301,301,301,301,284,251,287,287,293,301,300,284\r\n301,284,300,284,300,301,284,300,284,300,284,284,301,301,301,35,35,35,156,35,156,35,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,284,301,301,284,284,301,301,251,,288,384,284,300,284\r\n301,291,,287,303,301,291,,287,303,284,295,284,284,301,156,156,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,299,301,284,301,301,284,291,73,201,284,301,301,289,301\r\n301,302,288,,,290,,288,,288,290,294,301,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,284,284,301,301,284,302,252,301,291,287,287,286,284\r\n284,300,284,302,303,284,300,301,300,301,284,284,299,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,284,301,301,284,301,302,251,284,285,378,10,286,301\r\n284,292,290,,288,287,,287,303,301,284,301,284,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,284,301,284,295,301,302,253,301,302,378,10,10,301\r\n284,301,284,300,284,285,,288,288,293,301,284,301,301,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,293,284,301,295,301,296,301,302,253,301,302,378,10,284,284\r\n284,301,284,292,287,,303,284,301,300,284,301,284,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,296,284,284,301,285,253,301,292,286,301,301,301\r\n301,301,284,284,292,288,,293,301,300,284,284,284,299,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,284,291,60,10,301,301,289,301,301,301\r\n301,301,301,299,284,284,302,288,290,294,284,284,284,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,295,301,292,,253,284,284,300,301,301,301\r\n301,284,301,284,284,301,289,301,284,284,284,284,301,301,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,301,296,301,284,285,252,284,284,300,301,284,301\r\n284,284,301,301,284,301,300,284,299,301,301,284,284,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,284,284,301,302,251,284,284,289,301,284,284\r\n284,301,301,301,301,297,303,284,284,301,299,301,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,301,284,284,301,285,253,284,291,286,284,284,301\r\n301,301,301,284,284,284,289,284,284,284,301,301,301,301,301,284,284,292,288,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,294,301,284,284,301,301,284,302,253,284,302,378,10,301,301\r\n301,301,301,284,301,284,289,301,301,284,284,284,301,301,284,301,301,284,284,301,284,292,288,288,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,,288,288,,,,,,,,,303,301,284,284,301,301,301,301,295,337,292,253,301,292,286,301,284,284\r\n284,301,284,301,301,284,300,301,301,301,284,284,301,301,301,301,284,284,284,284,284,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,288,288,,,,,,,,,,,,,,,,,288,288,288,288,294,301,301,301,296,301,301,292,,,,,,,,,293,284,301,301,301,301,284,300,301,301,252,284,301,289,284,284,301\r\n284,284,284,301,284,297,,293,301,301,301,301,284,284,284,301,284,284,284,284,301,301,301,284,284,284,302,,,,,,,,,,,,,,,,,288,294,284,301,292,288,288,,,,288,288,288,288,,,,288,288,294,301,284,284,301,301,284,301,301,301,301,284,284,292,288,288,288,288,288,288,288,294,301,301,284,295,284,291,,287,287,10,201,284,300,284,284,284\r\n284,301,301,284,301,301,292,288,293,284,301,299,284,284,284,284,284,301,284,301,284,284,284,301,301,284,302,,,,,,,,,,,,,,,,294,284,284,284,301,284,284,301,292,288,294,301,284,284,301,292,288,294,301,301,284,284,301,284,301,301,284,284,284,284,299,301,284,284,301,284,284,284,284,284,301,301,284,299,284,292,287,,,,,57,303,301,300,301,299,284\r\n301,301,284,301,301,301,284,284,285,293,301,301,284,301,299,301,284,284,301,301,301,301,301,284,301,301,302,,,,,,,,,,,288,,,288,294,301,301,284,299,284,284,301,301,301,301,284,301,284,284,301,284,301,284,284,284,301,284,284,284,284,284,301,301,301,301,284,301,284,284,301,301,301,301,299,301,301,284,301,301,301,284,302,288,,,,,,287,286,301,301,301\r\n301,301,301,301,284,284,299,284,292,288,287,293,301,301,301,301,301,301,284,301,284,284,301,284,301,301,292,288,288,288,288,288,288,288,288,288,294,284,292,294,301,284,301,284,301,284,301,284,301,299,284,301,301,284,301,301,301,284,301,301,301,301,301,301,301,301,301,301,301,301,284,297,293,284,299,301,301,284,284,284,301,284,284,284,301,284,284,284,300,301,302,,,,,,294,284,301,301\r\n284,301,284,301,284,284,284,284,301,301,285,288,290,287,293,301,301,284,301,284,301,301,284,301,301,284,284,284,301,284,301,301,301,284,301,284,284,301,301,301,301,284,284,284,301,284,301,301,301,284,284,301,301,284,284,301,284,284,301,301,301,284,301,284,301,284,284,301,295,301,301,301,289,301,284,284,284,284,284,284,284,301,301,301,284,284,291,287,,287,,,,,,294,284,284,284,301\r\n301,284,284,301,284,284,301,301,301,301,296,284,284,292,288,290,290,290,293,284,284,284,301,301,284,284,299,284,284,284,301,299,284,299,301,301,301,301,284,301,284,301,284,299,301,284,301,284,291,298,301,299,301,301,284,284,301,301,284,299,284,284,301,284,284,284,301,284,302,287,287,287,303,301,284,284,299,301,301,284,284,284,284,284,284,301,302,,,,,,60,15,286,284,301,301,301,301\r\n301,301,284,284,301,284,301,301,284,301,301,284,284,284,301,284,301,301,300,301,301,284,284,301,301,301,301,284,284,284,284,301,301,301,284,301,284,284,299,301,284,299,284,284,301,301,284,284,300,284,301,284,301,301,284,301,301,297,293,284,284,284,291,287,287,287,287,290,288,288,288,288,288,290,293,284,284,299,284,284,301,301,301,291,287,287,,,,,,,,10,27,284,284,284,284,301\r\n284,284,284,301,301,284,301,301,301,284,284,301,301,301,301,301,284,291,286,284,301,301,301,301,284,284,301,301,301,301,301,284,301,301,284,284,301,301,284,284,284,284,301,291,287,287,290,290,,290,290,287,293,301,301,284,299,284,302,287,287,287,288,288,288,288,303,284,284,301,301,301,301,301,302,293,301,301,301,291,287,287,287,,,,,,,,,,60,17,286,301,284,284,284,284\r\n301,301,284,284,284,284,301,301,284,284,301,301,284,284,301,284,301,285,,364,293,301,301,284,284,284,301,301,284,284,301,301,301,301,284,299,301,284,301,284,291,287,290,,,294,284,301,296,301,301,292,,287,293,301,284,291,288,288,288,294,301,301,284,301,292,298,284,284,284,284,284,284,302,288,290,287,290,,,,,,,,,,,,,,,,303,284,284,284,301,284\r\n284,284,284,301,301,284,301,301,284,301,284,301,284,284,301,284,291,,,364,303,284,284,284,301,284,284,301,284,284,284,301,284,299,301,301,284,284,291,287,288,294,301,292,303,284,301,284,284,301,284,301,292,288,288,290,290,294,284,301,301,301,301,301,284,284,284,301,301,284,301,301,284,284,300,301,284,296,284,292,288,288,,,,,,,,,,,,,294,301,284,284,284,301\r\n284,301,301,284,301,284,284,284,301,284,284,284,284,284,301,291,,,,364,286,301,284,301,284,284,284,284,301,301,301,284,301,284,301,284,301,291,,286,301,301,301,301,296,301,284,301,284,301,284,284,301,301,284,301,284,301,301,301,284,299,284,301,301,284,299,301,301,301,301,284,301,284,296,284,284,301,284,284,301,301,292,,,,,288,,,,,,303,301,301,284,301,301,301\r\n284,284,301,284,284,301,284,301,284,284,284,284,284,284,301,302,,,,364,303,284,299,301,284,301,284,284,284,284,284,284,284,284,301,299,284,302,,294,284,291,68,301,301,301,301,301,284,284,284,301,301,284,284,297,298,301,284,301,284,301,284,301,299,284,301,284,284,301,284,301,284,301,284,301,284,284,299,301,301,284,284,292,,,286,301,302,,,,,,293,301,301,284,301,301\r\n287,287,287,287,287,287,287,287,287,287,293,284,301,301,284,292,,288,286,301,300,284,284,284,301,284,301,284,301,301,284,284,284,301,299,301,291,,303,284,291,,68,301,301,284,301,299,301,301,284,284,301,301,284,284,301,284,284,291,298,284,284,284,301,284,284,301,284,284,301,301,299,284,284,301,301,284,301,284,301,301,284,284,292,288,286,284,292,,,,,58,303,301,284,301,284,301\r\n,,,,,,,,,,303,284,301,284,284,301,300,284,302,364,,68,301,301,284,301,284,301,301,301,299,301,301,284,284,301,285,,,364,,,68,284,301,301,284,301,299,284,301,284,284,284,284,301,301,301,284,296,284,299,301,284,284,301,301,284,301,301,301,301,301,301,301,284,284,284,284,284,284,301,284,299,301,284,300,301,284,292,288,288,56,10,1,284,284,284,284,301\r\n,,,,,,,,,,286,284,301,301,301,301,285,287,,364,,68,301,301,301,284,301,284,284,284,284,301,284,301,284,291,,,,364,,,68,301,301,284,284,301,284,301,284,284,295,301,301,284,284,284,284,284,301,301,291,293,284,301,301,284,301,284,284,301,301,295,284,284,284,301,284,301,301,301,284,301,301,284,300,301,284,284,284,284,292,10,23,284,301,284,301,301\r\n,,,,,,,,,,303,284,284,284,301,297,,,,364,,68,301,301,284,284,284,301,301,301,301,284,284,284,284,285,,,,364,,,68,301,284,284,301,291,287,287,287,287,,287,287,287,287,287,287,287,287,287,,303,301,291,287,287,287,287,287,287,287,,287,287,287,287,287,293,284,284,284,284,301,301,10,284,284,284,284,301,284,284,284,284,301,301,301,284\r\n,,,,,,,,,,303,284,301,284,301,284,292,,,364,,68,284,284,301,301,284,301,301,284,301,301,301,301,301,302,,,,364,,,68,284,301,284,284,285,,,,,,,,,,,,,,,,,287,,,,,,,,,,,,,,,286,301,301,284,301,284,301,284,284,284,284,284,299,301,299,284,301,284,301,284,301\r\n,,,,,,,,,,303,301,284,301,284,284,284,285,,364,,68,284,284,301,301,284,301,284,284,284,284,284,284,284,285,,,,364,,294,301,284,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,301,301,284,301,284,301,301,301,284,284,299,301,284,284,284,301\r\n,,,,,,,,,,286,284,301,301,301,299,301,285,,364,,68,284,301,284,301,284,284,301,284,284,301,284,301,291,,,,286,284,300,301,301,299,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,293,284,284,301,284,301,299,284,301,284,301,284,301,299,284,284,284\r\n,,,,,,,,,,303,301,301,284,301,284,301,302,,364,,68,284,301,301,301,284,284,284,301,284,284,301,297,,,288,,,287,,293,301,284,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,301,301,301,284,301,301,284,301,284,284,284,284,284\r\n,,,,,,,,,,286,301,284,284,301,291,287,,,364,,68,284,284,301,284,299,301,284,301,284,301,299,301,302,303,301,285,,,,286,284,284,301,299,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,287,287,293,301,284,301,284,301,301,284,284,284\r\n,,,,,,,,,,303,284,301,299,284,302,,,,364,,68,284,284,301,301,301,301,284,301,284,301,284,284,285,,364,,,,,294,284,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,293,284,291,293,301,284,291\r\n,,,,,,,,,,303,284,284,301,284,292,,,,364,303,301,284,301,301,301,301,301,284,301,284,299,284,284,285,,364,,,,286,301,301,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,287,287,\r\n,,,,,,,,,,286,284,301,284,284,301,302,,,364,303,284,301,284,301,284,301,284,301,301,301,301,301,284,292,,364,,,,286,301,284,299,301,295,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,301,284,301,284,291,,,,364,303,284,284,301,301,301,284,284,284,284,284,301,299,301,284,285,364,,,,286,301,284,301,284,300,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,301,284,301,284,292,288,,,364,286,301,299,301,284,284,284,284,301,301,284,284,301,284,291,,364,,,,303,301,284,295,301,296,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,301,301,301,284,301,292,,364,294,301,284,301,284,284,301,284,301,301,301,284,301,301,302,,364,,,,,293,284,300,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,284,284,284,284,299,284,284,289,301,301,301,284,301,301,284,284,284,301,284,301,301,301,284,302,294,301,292,288,288,,294,284,296,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,301,301,301,301,284,301,284,300,301,299,301,284,284,301,301,284,301,284,301,301,301,301,284,300,284,301,284,284,284,300,301,301,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,301,284,284,301,291,293,284,300,284,301,284,284,301,301,301,284,301,284,284,301,301,284,291,,293,301,291,287,287,,293,301,299,301,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,301,284,284,284,285,288,287,286,301,284,284,301,284,284,284,284,301,299,301,301,301,291,,,,364,,,,,303,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,301,301,301,289,284,292,286,284,284,301,301,301,301,301,284,301,301,301,284,291,,,,,364,,,,,294,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,301,301,301,284,296,301,284,302,287,293,284,301,301,301,301,284,284,284,301,291,,,,,,364,,,,303,284,301,299,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,301,301,284,284,284,291,,288,,287,287,293,301,301,301,301,284,284,292,,,,,,364,,,,294,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,301,284,301,301,284,291,288,294,284,285,288,,303,284,284,284,301,284,301,301,292,288,288,,,364,288,,294,301,284,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,284,284,284,284,301,300,301,301,301,296,284,285,,293,284,301,299,301,301,284,301,284,301,292,303,301,301,300,284,284,301,284,301,301,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,284,301,284,284,296,301,284,284,284,301,302,,303,284,299,301,284,301,301,301,284,284,301,300,301,291,,293,301,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,301,299,301,284,301,301,284,284,301,301,285,288,,293,284,284,284,284,284,301,284,297,287,,287,,288,294,301,284,301,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,301,284,301,284,284,284,284,301,301,301,296,301,285,,293,301,301,284,284,301,301,284,302,,,294,284,301,301,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,301,295,301,284,301,301,301,284,301,284,301,301,301,292,,,293,301,284,284,284,284,291,,,286,301,301,284,301,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,301,296,301,284,301,301,284,301,284,301,284,299,301,301,302,,303,301,301,301,284,284,285,,,294,301,284,301,301,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,284,301,301,301,295,301,284,301,301,284,284,301,301,301,285,,303,301,301,284,284,291,,,294,284,284,301,301,284,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,286,301,301,284,301,289,301,284,284,284,301,284,301,301,301,292,,288,290,290,290,290,288,288,294,284,284,284,301,301,284,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,284,284,284,284,296,284,284,301,301,284,301,284,284,301,301,296,301,284,301,284,301,284,284,301,284,301,301,301,301,301,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,303,301,301,284,284,301,301,301,284,284,284,301,284,284,301,301,301,301,301,301,284,301,301,301,284,301,301,284,284,301,284,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;2308 posEnd=6082;2308 posCurrent=6082;2308 step=1 time=0 phase=4176 channel=10 icon=20 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4800;2496 posEnd=4992;2496 posCurrent=4952;2496 step=2 time=19 phase=4176 channel=10 icon=93 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;1732 posEnd=6082;1732 posCurrent=6082;1732 step=1 time=0 phase=4176 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;964 posEnd=5506;964 posCurrent=5506;964 step=1 time=0 phase=4176 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;2436 posEnd=4482;2436 posCurrent=4482;2436 step=1 time=0 phase=4176 channel=10 icon=20 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2176 posEnd=4930;2176 posCurrent=4930;2176 step=1 time=0 phase=4176 channel=10 icon=56 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;2176 posEnd=5122;2176 posCurrent=5122;2176 step=1 time=0 phase=4176 channel=10 icon=56 \r\nMoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=1536;4096 posEnd=1408;4096 posCurrent=1460;4096 step=2 time=12 phase=4176 channel=12 icon=249 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5892 posEnd=3906;5892 posCurrent=3906;5892 step=1 time=0 phase=4176 channel=10 icon=20 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;5888 posEnd=1472;5888 posCurrent=1472;5888 step=1 time=0 phase=4176 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;5184 posEnd=1344;5184 posCurrent=1344;5184 step=1 time=0 phase=4176 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;5184 posEnd=1280;5184 posCurrent=1280;5184 step=1 time=0 phase=4176 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;5184 posEnd=1216;5184 posCurrent=1216;5184 step=1 time=0 phase=4176 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;5120 posEnd=1344;5120 posCurrent=1344;5120 step=1 time=0 phase=4176 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;5120 posEnd=1280;5120 posCurrent=1280;5120 step=1 time=0 phase=4176 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;5120 posEnd=1216;5120 posCurrent=1216;5120 step=1 time=0 phase=4176 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;5056 posEnd=1344;5056 posCurrent=1344;5056 step=1 time=0 phase=4176 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;5056 posEnd=1280;5056 posCurrent=1280;5056 step=1 time=0 phase=4176 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;5056 posEnd=1216;5056 posCurrent=1216;5056 step=1 time=0 phase=4176 channel=1 icon=34 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;1288 posEnd=5122;1288 posCurrent=5122;1288 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1032 posEnd=5826;1032 posCurrent=5826;1032 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5504;2240 posEnd=5632;2240 posCurrent=5524;2240 step=4 time=17 phase=4176 channel=10 icon=77 \r\nMoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5696;2432 posEnd=5504;2432 posCurrent=5544;2432 step=2 time=19 phase=4176 channel=10 icon=101 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=5568;2496 posEnd=5440;2496 posCurrent=5512;2496 step=2 time=7 phase=4176 channel=10 icon=105 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5632;2560 posEnd=5376;2560 posCurrent=5448;2560 step=4 time=9 phase=4176 channel=10 icon=91 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5440;2368 posEnd=5504;2368 posCurrent=5440;2368 step=1 time=0 phase=4176 channel=10 icon=114 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;4488 posEnd=258;4488 posCurrent=258;4488 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5184;2496 posEnd=5120;2496 posCurrent=5184;2496 step=1 time=0 phase=4176 channel=10 icon=106 \r\nMoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5120;2432 posEnd=4864;2432 posCurrent=4936;2432 step=4 time=9 phase=4176 channel=10 icon=91 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;4424 posEnd=130;4424 posCurrent=130;4424 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=4864;2368 posEnd=4928;2368 posCurrent=4864;2368 step=1 time=0 phase=4176 channel=10 icon=114 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4672;2432 posEnd=4800;2368 posCurrent=4728;2404 step=2 time=7 phase=4176 channel=10 icon=97 \r\nMoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4416;2560 posEnd=4544;2624 posCurrent=4472;2588 step=2 time=7 phase=4176 channel=10 icon=97 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;2632 posEnd=4610;2632 posCurrent=4610;2632 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5956 posEnd=1282;5956 posCurrent=1282;5956 step=1 time=0 phase=4176 channel=10 icon=5 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;5892 posEnd=194;5892 posCurrent=194;5892 step=1 time=0 phase=4176 channel=10 icon=36 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;4102 posEnd=898;4102 posCurrent=898;4102 step=1 time=0 phase=4176 channel=10 icon=252 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=896;3776 posEnd=1024;3776 posCurrent=1024;3776 step=3 time=5 phase=4176 channel=12 icon=73 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;5448 posEnd=130;5448 posCurrent=130;5448 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4102 posEnd=1026;4102 posCurrent=1026;4102 step=1 time=0 phase=4176 channel=10 icon=252 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=512;1344 posEnd=576;1344 posCurrent=576;1344 step=3 time=16 phase=4176 channel=10 icon=82 \r\nMoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1160 posEnd=2050;1160 posCurrent=2050;1160 step=1 time=0 phase=4176 channel=10 icon=143 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1288 posEnd=5058;1288 posCurrent=5058;1288 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;580 posEnd=2498;580 posCurrent=2498;580 step=1 time=0 phase=4176 channel=10 icon=20 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;392 posEnd=2754;392 posCurrent=2754;392 step=1 time=0 phase=4176 channel=10 icon=24 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;1032 posEnd=5378;1032 posCurrent=5378;1032 step=1 time=0 phase=4176 channel=10 icon=24 \r\n"); + worlds.Add(93, "DescFile: posDecor=0;1900 dimDecor=100;100 world=0 music=8 region=27 blupiPos=194;2118 blupiDir=2 \r\nDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,284,292,294,284,289,284,301,301,301,284,284,302,,,,,,,,,,,,,,,,,,286,284,284,301,284,284,284,284,284,10,301,284,292,,,,,,,,,,294,284,302,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,288,288,288,288,288,288,288,288,294,301,301,301,284,284,301,301,289,284,284,301,301,284,301,302,,,,,,,,,,,,,,,,,,288,298,301,284,301,301,301,284,291,251,293,301,284,285,288,288,288,288,288,288,288,294,301,301,292,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,294,284,301,301,284,284,284,284,284,301,284,284,284,299,301,301,284,300,284,284,301,284,301,301,285,,,,,,,,,,,,,,,,,303,301,284,284,284,301,301,291,287,,251,,293,284,300,301,301,301,284,301,284,284,284,295,301,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,286,284,301,301,301,284,284,284,301,301,284,284,284,284,284,301,284,284,289,301,284,284,284,284,284,302,,,,,,,,,,,,,,,,,303,284,301,299,301,301,284,285,288,,252,,303,301,296,301,284,301,284,301,301,301,284,296,284,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,301,284,284,301,284,284,284,284,301,301,301,301,284,284,301,299,284,289,284,284,299,284,301,301,285,,,,,,,,,,,,,,,,,286,284,295,284,301,284,301,300,284,302,253,,294,284,284,295,301,284,284,301,301,284,284,301,284,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,286,301,284,301,301,284,301,284,301,284,284,301,284,284,284,284,284,284,285,298,284,284,301,284,284,302,,,,,,,,,,,,,,,,,286,284,296,301,284,301,284,300,284,285,251,303,301,284,284,300,301,301,301,301,284,284,299,301,284,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,286,284,301,284,301,284,301,284,301,301,284,284,284,301,284,284,295,301,300,301,301,284,301,301,284,302,,,,,,,,,,,,,,,,,303,284,301,284,284,301,301,285,287,,253,303,284,301,284,296,284,284,284,284,301,301,301,284,301,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,284,284,301,301,301,301,301,284,284,284,301,284,284,284,301,302,287,286,301,284,301,284,284,301,285,,,,,,,,,,,,,,,,,286,301,301,295,284,301,291,,,,251,303,301,284,284,284,284,301,301,301,284,299,284,301,284,284,292,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,284,284,301,284,284,301,284,284,284,301,301,301,284,301,301,285,,286,284,301,284,301,284,301,302,,,,,,,,,,,,,,,,,303,284,301,289,284,301,285,,56,10,10,10,10,10,10,10,10,10,10,10,284,301,301,284,301,301,301,285,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,301,301,301,284,301,284,299,284,284,284,284,301,284,301,284,292,,294,284,301,284,284,284,284,302,,,,,,,,,,,,,,,,,,293,301,296,301,284,302,,,92,91,91,91,91,91,91,91,91,91,10,301,299,284,284,284,284,291,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,286,301,301,301,299,301,299,284,301,301,301,284,284,284,301,301,284,300,301,284,284,301,284,284,301,302,,,,,,,,,,,,,,,,,,303,301,301,301,301,302,,60,10,10,10,10,10,10,10,10,10,91,10,301,301,301,284,284,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,301,284,284,284,284,301,301,284,284,284,301,284,284,301,297,287,303,301,284,284,284,299,301,284,302,,,,,,,,,,,,,,,,,,303,301,284,301,301,285,,,,252,,,286,284,301,301,10,91,10,284,284,284,284,301,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,286,284,284,284,301,284,301,301,299,284,301,284,301,301,301,301,302,286,301,301,301,284,301,284,284,285,,,,,,,,,,,288,,,,288,288,288,288,290,298,284,291,,,288,,251,,,303,284,284,284,10,91,10,284,284,301,284,284,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,284,284,284,284,284,284,301,284,284,284,301,301,284,301,301,285,294,284,284,301,301,284,301,301,302,,,,,,,,,,303,284,292,288,294,301,301,284,284,301,284,301,302,,294,301,285,252,,,286,284,301,301,10,91,10,284,284,284,299,284,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,303,301,284,301,284,301,301,295,284,301,284,284,284,301,301,291,286,284,284,301,284,284,284,301,284,302,,,,,,,,,,303,301,301,301,284,301,284,284,301,284,284,301,285,294,284,301,302,253,,,286,284,301,301,10,91,10,284,284,284,284,284,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,294,284,284,284,284,284,301,302,287,293,284,284,301,301,297,,,293,284,284,284,284,301,284,301,302,,,,,,,,,,286,284,301,284,299,284,301,284,301,284,301,301,289,301,301,284,285,253,,,286,301,284,291,10,91,10,301,301,284,284,299,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,294,284,284,301,284,301,295,284,302,288,288,290,293,301,284,284,285,,303,301,301,284,284,284,301,284,285,,,,,,,,,,,293,301,284,284,284,301,297,298,284,291,287,,293,301,284,292,252,,,294,301,291,,10,91,10,301,301,284,301,301,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,288,294,284,284,284,301,301,301,296,301,289,284,284,301,292,293,284,301,302,,294,284,301,284,301,301,284,301,302,,,,,,,,,,,294,301,284,301,301,284,284,284,291,,288,288,,293,284,301,10,201,201,301,301,285,10,10,91,10,301,301,284,301,301,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,284,301,284,284,284,284,284,284,300,301,284,284,301,300,301,301,285,286,301,301,301,299,301,301,301,297,,,,,,,,,,,294,301,301,301,301,284,284,284,291,,294,284,301,292,288,287,287,251,,286,301,291,,92,91,91,10,284,301,299,284,284,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,284,284,284,284,284,284,284,301,301,289,301,301,301,284,302,293,301,285,294,301,284,284,284,301,301,301,301,302,,,,,,,,,303,301,301,301,299,284,299,284,284,302,294,284,284,301,284,284,302,,252,,303,301,302,60,10,10,10,10,284,284,301,301,284,297,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,284,301,284,301,301,284,284,295,284,289,301,284,284,284,285,,287,303,284,284,284,301,301,291,287,287,287,,,,,,,,,,303,301,297,298,284,295,301,284,291,303,301,301,301,284,301,284,292,,251,,303,301,292,,303,284,301,301,284,299,284,301,301,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,284,295,301,284,301,301,289,284,300,284,284,284,301,285,,,286,284,301,301,284,301,292,288,,,,,,,,,,,,303,284,284,301,284,289,301,291,,294,301,284,284,301,301,284,284,285,252,,303,301,284,302,286,284,301,284,284,284,301,284,301,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,301,284,284,296,301,301,301,301,285,287,303,284,301,301,284,285,,,,293,301,284,295,284,301,301,302,,,,,288,288,,288,,,,298,301,301,284,289,301,302,286,301,301,301,301,301,284,284,291,,253,,294,301,291,,288,293,301,284,301,284,284,301,284,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,301,301,284,284,284,301,291,,,286,284,284,301,297,288,,,,303,284,284,296,284,299,301,292,288,288,288,294,284,284,289,301,285,,286,284,284,301,284,296,284,285,286,301,284,301,301,291,293,284,292,60,10,201,284,291,,286,301,300,301,301,301,284,301,301,284,297,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,301,299,284,284,284,284,291,,,288,294,284,301,301,301,301,302,,,286,301,301,284,284,284,284,301,301,284,284,284,284,284,296,284,302,,303,284,299,301,284,301,291,,303,301,301,301,284,302,303,284,284,302,252,303,284,302,,286,301,289,301,284,284,284,301,284,295,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,301,284,301,297,298,301,285,,294,284,301,301,301,284,284,291,,,,,293,284,301,284,301,284,284,301,284,299,284,284,301,301,284,285,,303,284,284,284,284,284,302,,294,301,284,301,301,285,,293,301,285,253,286,284,292,,303,301,300,284,301,284,284,284,291,303,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,284,284,284,284,284,302,303,284,284,284,284,301,284,291,,,,,54,303,284,301,301,284,295,284,284,284,284,284,284,284,284,284,292,,303,284,301,301,299,284,302,303,301,284,284,284,284,302,,303,284,285,253,286,301,301,292,286,301,292,293,301,284,284,297,288,294,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,301,301,301,301,301,301,292,303,284,301,301,291,287,287,,,,60,10,10,10,10,10,284,284,296,284,301,301,301,299,301,299,284,284,284,285,286,301,301,284,284,301,302,303,284,284,284,301,284,302,,,287,,251,,293,301,284,289,301,284,302,293,284,295,284,301,301,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,284,301,301,284,301,301,300,284,284,297,,,,,,,,92,91,91,91,10,284,284,301,284,295,301,284,301,284,301,301,284,301,285,286,284,284,284,301,284,302,,293,301,301,291,287,,,,,,253,,,293,284,300,284,301,285,286,284,292,298,301,301,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,301,284,284,284,284,284,291,303,284,301,301,285,,,,,,,92,91,91,91,10,10,10,10,10,10,10,301,284,284,301,301,284,291,,286,301,301,284,284,301,302,,303,284,301,302,,,,,,54,252,54,,286,301,302,293,301,302,286,284,301,284,301,301,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,284,284,284,301,284,285,,201,201,201,,,,,,,,92,91,91,91,91,91,91,91,91,91,10,284,299,284,284,297,290,,,286,284,301,295,301,301,302,288,303,301,291,,,,,,11,10,10,10,11,201,301,292,303,301,302,303,284,299,284,301,301,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,301,284,299,301,284,302,303,301,301,301,302,,,,,,,92,91,91,91,10,10,10,10,10,91,10,301,301,301,284,284,301,285,,286,301,301,296,284,284,300,284,289,284,302,,,,,56,22,10,10,10,22,303,301,284,289,284,292,,298,301,301,301,284,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,301,301,284,301,291,,286,301,284,301,285,,,,,,,92,91,91,91,10,301,284,284,10,91,10,284,284,301,295,284,284,302,288,286,301,299,301,284,291,,287,303,284,302,,,,,,22,73,,10,22,55,293,284,289,284,301,300,284,301,284,284,301,284,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,284,301,284,284,292,,286,301,301,301,292,288,288,,,,60,10,10,10,10,10,301,301,301,10,91,10,301,301,301,296,284,284,296,301,296,284,301,284,284,285,,,303,301,302,,,,,56,22,10,10,10,22,,303,284,302,287,290,303,301,301,301,301,284,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,301,301,299,284,284,302,286,301,284,301,301,301,301,292,,,,53,303,301,284,284,284,284,284,10,91,10,298,301,284,284,301,284,301,301,301,301,284,301,291,,,288,294,301,292,,,,,,11,10,10,10,11,201,201,284,302,294,284,292,298,284,301,301,284,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,301,301,284,299,284,285,286,301,284,301,284,301,284,284,302,,,,294,301,301,284,284,284,301,10,91,10,301,284,284,301,301,284,284,297,290,298,284,284,302,,294,301,284,301,284,292,,,,,,53,252,53,,,286,284,300,301,301,284,301,301,301,284,284,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,301,299,284,301,291,,286,301,301,284,299,301,301,284,292,,,294,284,284,301,301,301,301,301,10,91,10,301,301,299,284,301,297,298,301,284,284,301,301,285,303,301,284,284,284,301,284,292,,,,,,252,,,,294,284,285,298,301,284,284,284,284,301,299,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,301,284,284,301,284,302,,,293,284,284,284,301,284,284,284,292,294,301,301,299,301,297,293,301,301,10,91,10,284,284,301,284,284,301,301,301,301,284,301,284,285,288,290,298,301,301,284,301,284,302,,,288,,251,,,294,284,284,300,301,295,284,301,284,301,301,301,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,298,284,301,284,301,292,,,,287,293,301,284,284,301,284,284,284,284,299,284,301,301,300,284,301,10,91,10,284,301,301,301,301,284,297,293,284,284,301,301,300,301,301,284,284,301,284,284,284,285,,286,301,302,251,,286,284,301,291,286,284,300,284,284,301,301,284,301,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,284,301,301,301,292,,,,286,301,301,301,284,284,301,301,284,284,284,284,291,303,284,284,10,91,10,284,301,295,284,284,299,301,300,301,284,291,287,286,301,299,301,295,284,284,301,291,,,294,284,302,251,,303,284,301,285,,290,303,284,301,301,284,301,284,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,284,284,301,284,284,302,,,286,301,284,295,284,284,284,301,301,284,301,301,302,,293,284,10,91,10,284,284,300,301,284,284,291,,293,301,302,,303,284,284,301,300,284,284,284,285,,303,301,301,302,253,,294,284,291,,303,301,296,301,284,284,299,284,301,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,284,301,284,301,284,291,288,,,286,301,301,296,301,284,301,284,284,284,301,291,,,56,10,10,91,10,284,301,289,301,301,301,292,,288,290,288,288,294,284,284,301,285,298,301,291,,,294,284,284,292,251,286,301,301,285,,288,298,301,284,284,284,301,284,301,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,301,299,301,284,297,303,284,302,,286,301,301,284,301,299,284,284,301,301,291,,,,,92,91,91,10,301,301,296,284,301,301,301,300,284,284,301,301,301,301,299,284,296,284,291,,,303,284,301,284,301,10,201,301,291,,303,284,301,301,301,284,301,295,301,301,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,301,301,301,284,300,301,302,,286,284,301,299,301,301,301,301,301,284,292,288,,,60,10,10,10,10,284,284,301,301,301,291,287,286,301,299,301,284,284,295,284,301,301,284,285,,10,10,10,284,291,287,253,286,301,292,,294,284,299,284,301,284,301,296,284,301,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,284,301,295,284,301,292,287,,,294,301,301,284,284,284,301,301,284,284,284,301,292,,,,251,284,296,284,301,284,301,291,,,294,301,301,284,284,284,296,284,284,299,301,292,,73,,10,301,292,,252,,293,301,289,301,299,301,301,301,301,301,301,284,284,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,284,284,296,284,295,284,285,,294,301,301,284,301,301,284,301,284,284,291,298,284,284,302,,,251,284,284,301,301,291,290,288,288,294,301,301,301,301,301,284,301,301,301,301,284,284,285,10,10,10,301,284,285,253,,,287,286,284,284,301,284,295,284,301,295,301,301,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,301,301,284,301,296,284,285,294,301,284,284,284,301,284,301,284,284,301,296,301,284,297,,,,251,284,301,284,284,300,301,301,284,284,284,284,291,298,284,301,301,301,301,301,301,291,,286,284,284,284,284,285,251,,,,294,284,284,301,284,296,301,301,289,301,284,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,299,301,284,284,301,301,289,301,284,284,301,299,284,284,284,301,284,301,301,301,284,284,292,,,253,293,284,301,301,422,301,284,284,301,301,284,300,301,301,301,301,301,301,284,284,302,,288,290,293,284,291,,252,,,303,284,301,301,301,284,301,301,301,300,301,301,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,295,301,284,284,301,296,301,301,284,284,284,301,284,284,301,284,301,301,299,284,301,301,285,,253,286,284,301,291,286,284,284,299,301,301,297,286,284,284,301,299,284,284,301,301,292,303,284,284,300,284,292,,251,,,294,284,301,301,301,297,293,301,284,300,301,284,297,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,301,301,296,301,284,284,284,284,301,301,284,284,301,301,284,301,284,284,284,284,284,284,301,284,302,,251,,298,301,292,303,284,301,284,301,295,284,296,284,299,301,284,284,284,301,284,301,300,301,10,52,10,301,285,252,,294,284,301,301,284,284,284,296,284,284,300,284,301,301,285,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,301,284,301,301,284,284,284,301,301,284,284,301,301,284,284,301,284,295,301,299,301,301,291,,56,10,201,301,284,284,300,284,284,301,284,300,301,284,284,301,284,301,301,301,301,299,284,296,284,284,300,301,284,285,73,201,284,284,301,299,301,284,301,301,284,291,303,284,284,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,286,284,301,284,301,284,284,301,301,284,284,284,284,284,301,284,284,301,301,296,284,284,284,297,288,,,251,286,284,301,291,303,301,301,284,301,296,284,299,301,301,295,284,284,301,284,301,301,284,284,10,52,10,284,302,251,303,301,284,284,284,301,301,301,291,287,,286,284,299,301,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,303,284,284,299,284,284,284,299,301,301,301,284,301,295,301,301,301,301,301,284,301,284,284,301,301,302,,253,286,301,301,302,303,301,284,301,284,284,301,301,284,301,296,301,284,284,301,284,301,284,299,284,300,284,301,302,251,286,284,295,284,284,301,299,284,292,,,303,301,284,284,302,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,293,301,301,301,284,284,301,301,284,301,301,301,289,284,301,301,295,284,299,301,284,284,301,301,285,,253,,293,284,302,,293,284,284,284,284,284,299,284,284,301,299,301,301,301,301,301,284,284,291,286,284,291,,253,303,284,296,301,284,284,284,301,301,302,,286,301,301,291,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,286,284,291,287,293,301,295,284,301,295,284,301,300,301,291,287,294,284,301,284,284,284,291,287,,,252,,,287,,,303,284,301,284,301,299,301,284,284,301,301,301,284,301,284,299,301,291,,,287,288,,251,286,284,284,284,301,301,284,301,291,,,,298,301,285,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,287,,,,287,,287,287,,287,287,,287,,286,301,301,295,301,284,301,285,,,,252,,,,,,294,301,284,284,284,301,295,284,284,284,299,284,284,301,284,301,284,292,,288,294,301,302,253,303,284,301,284,284,301,299,301,302,,,303,284,284,285,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,300,284,284,291,,,,58,251,58,,,,286,301,299,284,284,299,301,296,284,301,284,301,301,284,284,301,301,301,301,300,284,301,284,302,252,294,301,284,299,284,284,284,301,285,,,286,284,291,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,296,284,284,292,,,11,10,10,10,11,201,201,201,301,284,295,284,284,301,284,301,301,284,301,301,301,299,301,301,301,301,289,301,284,291,,10,301,301,301,301,301,297,298,301,302,,,,287,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,301,284,284,301,284,285,60,10,22,,22,10,59,,286,301,284,300,284,301,301,301,284,301,301,284,284,301,284,284,301,284,301,300,284,284,302,,251,293,284,284,299,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,299,284,301,301,291,,,10,22,,22,73,,,286,284,284,296,301,301,301,284,301,284,301,284,299,284,284,301,301,284,284,300,301,301,302,,252,,298,284,301,299,301,295,284,285,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,301,284,301,284,292,,60,10,22,,22,10,59,,286,301,301,301,284,301,284,284,301,284,301,284,284,301,284,284,301,301,291,294,301,284,285,,251,303,301,301,301,301,297,288,287,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,301,284,302,,11,10,10,10,11,201,201,201,284,284,301,301,299,284,284,284,284,301,284,301,301,284,284,291,290,294,301,301,284,292,,252,294,284,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,301,301,284,285,,,57,252,57,,,,,293,301,301,301,301,284,301,284,284,284,301,299,284,284,291,303,284,301,301,284,284,301,292,251,301,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,297,288,,,,252,,,,,,303,301,284,295,301,284,299,301,299,301,284,284,301,291,,,293,301,284,284,299,284,284,10,284,301,284,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,284,301,284,292,,,251,,,,,,286,284,301,296,301,301,284,284,301,301,284,295,284,285,,,,293,284,301,284,301,284,251,301,284,301,301,301,301,297,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,284,301,301,284,292,,252,,,,,288,303,301,284,284,299,301,301,301,291,287,287,,287,,,,,303,301,295,284,284,301,253,301,284,301,301,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,297,293,301,299,301,284,302,253,,,,286,301,300,301,284,284,284,301,301,291,,,,,,,,,,286,301,300,284,301,284,252,301,301,297,290,298,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,300,284,284,301,301,285,252,,,,286,284,296,301,284,284,284,284,284,285,,10,10,10,10,10,10,10,10,10,284,296,284,301,297,253,284,301,301,301,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,296,284,284,284,291,,252,,,,303,301,301,301,284,299,301,301,291,,303,301,284,284,301,289,301,301,284,301,301,301,284,301,301,10,284,301,284,291,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,299,284,291,,,251,,,,294,301,284,284,284,284,284,301,285,288,303,284,284,299,284,296,301,284,284,301,284,301,301,297,287,251,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,297,,,,253,,288,294,301,301,284,284,284,301,284,284,300,301,302,293,284,284,301,301,284,297,298,301,299,301,284,284,285,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,299,301,284,302,,,10,201,301,301,301,301,284,284,301,301,284,284,300,301,285,303,284,284,299,301,284,284,284,284,284,301,284,301,302,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,295,301,292,288,,251,,287,293,301,301,284,301,301,301,295,284,285,287,,294,284,301,301,284,301,301,301,301,284,284,284,291,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,299,284,284,285,293,301,301,302,253,,,,293,284,284,301,284,301,289,301,302,,303,284,301,284,284,301,284,295,284,284,284,284,284,285,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,292,303,284,301,302,253,,,,303,284,301,284,284,284,296,284,292,288,,293,284,284,301,284,284,296,284,284,301,301,291,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,301,300,284,291,,252,,,,,293,284,301,284,301,301,284,284,301,292,,287,293,284,295,284,301,299,301,299,301,285,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,284,285,287,,,252,,,,288,303,284,284,301,284,301,301,284,301,301,285,,,287,303,301,284,301,301,301,284,302,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,284,292,,,,251,,,294,284,300,284,284,284,284,301,284,301,284,301,292,288,,,286,301,284,295,301,284,284,285,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,284,284,302,,,253,,294,301,284,289,301,284,299,301,301,299,301,301,284,301,284,292,,303,301,284,296,301,284,284,302,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,284,284,285,,,10,201,301,301,301,300,301,284,284,301,284,301,301,301,301,284,301,284,302,294,301,284,301,301,284,301,285,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,284,299,284,292,,,252,,287,293,301,289,284,284,295,284,301,299,284,284,297,298,284,284,296,284,301,301,284,284,301,284,302,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,301,301,301,285,,251,,,303,284,302,293,301,289,301,301,301,299,301,301,284,301,284,301,301,299,284,284,301,284,284,302,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,295,284,302,,253,,,294,301,292,286,284,296,301,284,284,284,301,284,284,284,284,284,284,284,301,284,284,284,301,285,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,289,301,292,,251,,303,301,284,301,289,284,301,284,301,284,284,284,301,284,301,284,284,301,284,284,301,301,284,301,285,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,301,301,296,301,284,302,252,,,293,284,284,300,301,301,284,301,301,284,301,284,301,301,301,284,284,284,299,301,301,301,284,302,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,284,284,301,301,284,284,285,252,,,303,284,284,300,301,301,284,301,301,284,299,301,284,284,299,284,301,301,284,284,301,299,301,302,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,301,284,297,287,,253,,,286,301,284,300,284,301,284,284,284,299,284,284,301,301,301,301,301,284,284,284,284,301,284,302,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,288,286,284,301,284,301,284,301,301,284,302,,252,,,294,337,297,294,284,301,301,284,301,284,301,301,301,284,301,284,301,301,301,284,301,301,284,302,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,303,284,296,301,284,301,284,301,284,301,301,285,,253,,294,284,301,301,301,284,301,301,284,301,301,295,301,284,284,301,291,287,287,287,287,287,287,287,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,299,284,301,301,301,301,284,291,,,252,303,284,284,301,301,301,301,299,284,284,301,284,302,287,287,287,287,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,284,301,284,301,291,,,,252,303,301,284,284,284,284,284,284,284,301,301,291,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,284,284,284,301,284,284,302,,,60,73,201,284,299,301,301,301,284,301,284,301,291,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,301,301,284,301,301,292,288,288,,253,,293,284,284,299,301,301,301,284,301,302,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,301,284,284,301,284,284,284,302,252,,303,284,299,301,284,284,284,284,301,285,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,284,284,299,284,301,291,,253,,,293,284,301,301,301,299,301,291,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,301,299,284,284,291,,,252,,,303,301,284,301,301,284,284,302,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,301,284,301,284,292,,,252,,,294,284,301,299,301,291,287,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,299,284,301,284,301,301,302,,252,,286,284,284,299,301,301,285,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,299,284,301,284,292,,251,288,294,301,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,301,284,284,284,285,10,284,301,301,301,301,301,301,285,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2116 posEnd=514;2116 posCurrent=514;2116 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2052 posEnd=1026;2052 posCurrent=1026;2052 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1416 posEnd=2562;1416 posCurrent=2562;1416 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1412 posEnd=1474;1412 posCurrent=1474;1412 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2500 posEnd=5058;2500 posCurrent=5058;2500 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2628 posEnd=5442;2628 posCurrent=5442;2628 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2372 posEnd=5058;2372 posCurrent=5058;2372 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;2372 posEnd=4546;2372 posCurrent=4546;2372 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;2816 posEnd=3520;2816 posCurrent=3520;2816 step=1 time=0 phase=3733 channel=1 icon=32 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;4868 posEnd=1858;4868 posCurrent=1858;4868 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=1664;4096 posEnd=1600;4096 posCurrent=1664;4096 step=1 time=23 phase=3733 channel=12 icon=249 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4804 posEnd=2498;4804 posCurrent=2498;4804 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4740 posEnd=2626;4740 posCurrent=2626;4740 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4548 posEnd=2946;4548 posCurrent=2946;4548 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4420 posEnd=2498;4420 posCurrent=2498;4420 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3396 posEnd=4546;3396 posCurrent=4546;3396 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3264;2752 posEnd=3264;2752 posCurrent=3264;2752 step=1 time=0 phase=3733 channel=1 icon=32 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3396 posEnd=2562;3396 posCurrent=2562;3396 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3652 posEnd=1986;3652 posCurrent=1986;3652 step=1 time=0 phase=3733 channel=10 icon=15 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;2816 posEnd=4288;2816 posCurrent=4288;2816 step=1 time=0 phase=3733 channel=1 icon=33 \r\nMoveObject: type=32 stepAdvance=32 stepRecede=32 timeStopStart=25 timeStopEnd=25 posStart=1920;3968 posEnd=2176;3968 posCurrent=2176;3968 step=3 time=16 phase=3733 channel=12 icon=271 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1728;1728 posEnd=1792;1728 posCurrent=1728;1728 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1416 posEnd=2626;1416 posCurrent=2626;1416 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1984;1728 posEnd=2048;1728 posCurrent=1984;1728 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1792;1664 posEnd=1856;1664 posCurrent=1792;1664 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1416 posEnd=2690;1416 posCurrent=2690;1416 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=2048;1664 posEnd=2112;1664 posCurrent=2048;1664 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4864;2176 posEnd=4928;2176 posCurrent=4864;2176 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=5760;2240 posEnd=5888;2240 posCurrent=5832;2240 step=2 time=9 phase=3733 channel=12 icon=62 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2568 posEnd=4994;2568 posCurrent=4994;2568 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;2688 posEnd=4224;2688 posCurrent=4224;2688 step=1 time=0 phase=3733 channel=1 icon=32 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=1472;4032 posEnd=1536;4032 posCurrent=1472;4032 step=1 time=23 phase=3733 channel=12 icon=238 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2432;4096 posEnd=2496;4096 posCurrent=2432;4096 step=1 time=23 phase=3733 channel=12 icon=238 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2624;4032 posEnd=2560;4032 posCurrent=2624;4032 step=1 time=23 phase=3733 channel=12 icon=249 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=1984;3904 posEnd=2112;3904 posCurrent=2056;3904 step=2 time=9 phase=3733 channel=12 icon=62 \r\nMoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=2112;3840 posEnd=1984;3840 posCurrent=2040;3840 step=2 time=9 phase=3733 channel=12 icon=67 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2436 posEnd=3842;2436 posCurrent=3842;2436 step=1 time=0 phase=3733 channel=10 icon=10 \r\nMoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2368;2240 posEnd=2432;2240 posCurrent=2368;2240 step=1 time=23 phase=3733 channel=12 icon=238 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6338;2376 posEnd=6338;2376 posCurrent=6338;2376 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3974 posEnd=2818;3974 posCurrent=2818;3974 step=1 time=0 phase=3733 channel=10 icon=178 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3656 posEnd=4866;3656 posCurrent=4866;3656 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2436 posEnd=3714;2436 posCurrent=3714;2436 step=1 time=0 phase=3733 channel=10 icon=10 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2504 posEnd=3010;2504 posCurrent=3010;2504 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4292 posEnd=2050;4292 posCurrent=2050;4292 step=1 time=0 phase=3733 channel=10 icon=33 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3656 posEnd=4930;3656 posCurrent=4930;3656 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;3656 posEnd=4994;3656 posCurrent=4994;3656 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;4488 posEnd=706;4488 posCurrent=706;4488 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3848 posEnd=3202;3848 posCurrent=3202;3848 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3136;3904 posEnd=3136;4096 posCurrent=3136;4032 step=2 time=20 phase=3733 channel=10 icon=75 \r\nMoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3264;3904 posEnd=3264;4096 posCurrent=3264;4032 step=2 time=20 phase=3733 channel=10 icon=75 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1920;4032 posEnd=1984;4032 posCurrent=1920;4032 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=2176;4032 posEnd=2112;4032 posCurrent=2176;4032 step=1 time=23 phase=3733 channel=12 icon=273 \r\nMoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=4224;3904 posEnd=4224;3392 posCurrent=4224;3636 step=2 time=42 phase=3733 channel=1 icon=16 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4424 posEnd=1346;4424 posCurrent=1346;4424 step=1 time=0 phase=3733 channel=10 icon=26 \r\nMoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1536;4480 posEnd=1536;4608 posCurrent=1536;4519 step=4 time=14 phase=3733 channel=10 icon=75 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;2816 posEnd=4032;2816 posCurrent=4032;2816 step=1 time=0 phase=3733 channel=1 icon=33 \r\n"); + worlds.Add(94, "DescFile: posDecor=900;650 dimDecor=100;100 world=0 music=9 region=27 blupiPos=1346;966 blupiDir=1 \r\nDecor: \r\n284,301,296,284,301,284,301,284,284,284,284,284,284,301,301,284,284,301,284,284,284,284,301,284,284,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,284,284,284,301,284,284,284,284,301,297,298,284,301,284,301,284,295,301,284,284,284,301,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,301,301,284,301,301,301,284,301,284,284,284,284,284,301,301,296,301,301,301,284,301,284,301,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,301,284,284,299,284,299,301,301,284,291,290,293,284,295,284,301,301,284,301,284,301,284,301,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,301,301,284,301,301,301,291,287,287,303,284,300,301,300,284,301,284,284,284,301,284,301,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,295,284,299,284,301,297,,,288,,287,286,301,285,293,301,284,284,301,301,301,284,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,284,289,284,301,295,284,284,292,286,284,285,,286,301,292,303,301,295,301,301,301,301,301,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,300,301,284,285,290,293,301,300,301,292,,,293,301,289,284,302,293,284,301,301,284,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,302,293,284,300,284,302,287,303,284,284,285,,,287,286,284,285,286,284,297,298,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,297,,288,290,294,301,285,288,286,301,291,,288,,,303,301,292,286,301,284,284,301,301,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,296,301,301,301,301,300,301,296,301,302,286,301,285,,286,301,301,300,284,284,301,284,284,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,284,337,301,284,301,301,289,284,284,291,,303,301,285,,,298,301,300,301,284,299,284,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,295,301,301,301,291,286,301,291,,,294,301,285,,294,284,284,285,293,284,284,284,301,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,284,289,284,297,287,,286,284,292,288,303,301,301,292,286,284,297,287,,288,298,284,284,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,300,284,284,285,,286,284,301,301,300,284,284,301,300,284,284,285,294,284,301,284,299,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,300,301,284,292,288,286,301,291,287,,293,301,291,,293,301,289,284,301,295,301,284,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,289,284,301,301,301,302,287,,,,,290,,,303,301,300,284,284,289,301,295,284,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,292,298,284,301,291,,,288,,,303,301,302,288,294,301,300,284,284,296,301,296,284,301,284,301,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,295,337,301,284,291,,,294,301,285,,294,284,300,301,301,301,285,293,301,284,284,301,284,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,292,298,284,301,285,288,303,301,291,,286,284,301,292,298,284,291,,288,290,287,293,284,301,284,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,284,337,284,301,296,284,296,284,292,,,293,301,284,284,301,302,294,301,301,292,288,293,284,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,291,293,284,284,301,284,284,284,285,,,290,298,301,284,296,284,301,301,301,284,302,293,301,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,292,286,284,299,284,301,301,284,292,288,303,284,284,284,284,284,301,284,284,297,290,288,294,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,284,77,301,284,301,284,284,301,301,284,302,293,301,284,301,284,301,301,284,284,301,284,301,299,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,284,302,364,68,284,301,284,301,284,297,288,294,284,301,301,284,301,301,284,301,301,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,301,77,284,301,301,284,284,284,295,284,301,284,284,301,301,284,301,284,301,301,284,297,298,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,301,289,284,284,284,301,299,284,296,301,301,301,284,284,284,284,284,301,284,284,301,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,284,289,284,284,301,301,284,301,301,301,284,284,284,284,301,284,301,284,301,284,291,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,301,199,284,284,284,301,301,301,301,284,301,301,301,301,301,301,284,301,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,284,291,,364,68,284,301,284,301,297,287,287,293,284,301,291,287,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,291,,,364,68,284,284,284,301,301,302,,,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,292,,,364,68,284,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,284,302,,364,68,301,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,291,,,364,68,301,301,291,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,292,,,364,68,301,301,285,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,285,286,301,301,284,301,300,284,284,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,302,303,284,301,301,297,286,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,302,286,301,299,284,284,300,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,297,288,286,284,301,301,284,296,284,301,284,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,301,199,284,284,299,284,301,301,284,301,301,301,301,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,284,199,301,301,301,301,301,299,301,301,301,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,291,,287,293,284,301,284,284,284,284,301,284,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,284,292,,,,287,293,301,284,284,284,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,301,285,,,364,,287,293,284,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,301,302,,,,,,,293,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,284,285,,,364,,,,303,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,284,291,,,,,,,,303,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,302,,,,364,,,,,68,284,299,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,284,302,,,,364,,,,,68,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,284,302,,,,,,,,303,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,288,288,,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,292,288,,,364,,,,286,284,284,284,284,285,,,,,,,,,,,,,,,,,,,,,294,284,301,292,286,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,284,301,302,,364,,,,303,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,294,284,301,301,284,302,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,284,301,291,,,364,,,,303,301,299,301,301,285,,,,,,,,,,,,,,,,,,,286,301,301,301,295,284,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,291,,,,,,,,286,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,287,298,301,300,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,295,284,285,,,,364,,,,,68,284,284,284,285,,,,,,,,,,,,,,,,288,288,288,288,286,301,301,300,284,284,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,300,301,292,,,,364,,,,286,284,284,301,301,302,,,,,,,,,,,,,,288,294,284,284,284,301,292,298,284,289,301,301,299,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,300,301,301,285,,,,,,,303,301,284,301,291,,,,,,,,,,,,,288,294,284,284,301,284,301,299,301,284,284,300,284,284,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,296,284,291,,,,364,,,,,68,284,284,302,,,,,,,,,,,,286,284,284,301,284,299,284,284,301,284,301,301,285,293,301,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,302,,,,364,,,,,68,284,301,302,,,,,,,288,288,288,288,288,288,298,301,301,301,301,301,301,301,295,284,284,285,,298,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,292,,,,,,,,303,284,301,301,292,288,288,288,288,288,294,284,284,301,284,284,301,301,284,284,284,301,284,284,301,300,301,301,285,303,284,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,284,285,,,364,,,,303,301,284,301,301,301,284,301,284,301,301,301,284,301,301,284,284,301,301,284,301,301,301,284,291,,293,284,302,294,301,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,284,297,,,303,284,292,,288,,293,301,284,284,284,301,284,284,301,284,301,284,301,284,284,284,284,284,284,301,301,284,284,285,288,288,290,294,301,284,299,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,301,292,288,286,284,284,296,284,292,286,284,284,284,301,301,284,301,301,301,284,284,301,284,301,299,284,284,291,287,293,301,284,300,284,301,301,284,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,291,293,284,284,284,199,284,299,301,301,284,296,301,301,284,284,284,284,284,301,284,284,284,301,301,284,284,284,291,,,286,301,297,,293,284,284,301,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,292,294,284,284,301,334,301,301,284,301,299,301,301,301,301,284,284,299,284,301,301,284,284,284,301,284,284,291,,,,,293,301,302,,298,301,284,301,301,299,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,301,284,284,77,284,301,284,301,301,284,284,301,301,301,284,301,301,284,284,301,301,284,301,284,284,285,,,,,,287,288,303,284,284,284,301,301,301,301,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,284,291,287,303,284,301,284,284,301,301,284,301,284,301,301,301,284,301,301,284,284,301,301,284,284,330,,,,,,286,284,300,301,284,284,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,301,302,,286,301,301,301,284,297,293,301,291,293,301,301,301,301,301,284,284,301,284,301,284,301,302,,,,,,288,287,303,301,284,284,301,284,299,284,291,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n290,298,301,284,285,288,288,287,287,293,301,301,302,287,,303,301,284,301,301,284,284,301,284,284,301,301,284,292,,,,,294,301,285,,298,284,284,301,301,301,284,296,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,301,296,284,301,292,,,293,301,285,,,303,284,284,301,284,301,301,301,301,301,301,301,284,301,292,,,286,284,291,288,294,284,301,284,301,301,295,284,284,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,301,284,284,301,301,284,292,,,287,,,,286,284,284,284,301,301,284,284,301,301,284,284,301,301,301,292,288,294,284,300,284,301,301,301,284,284,301,289,284,301,301,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,299,284,291,293,301,284,284,292,288,288,,,,286,301,301,284,284,301,284,284,301,284,284,284,284,301,301,284,301,284,301,292,293,301,301,284,301,301,284,296,284,284,284,284,295,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,284,284,292,303,301,295,301,284,284,301,330,,,286,301,301,301,284,301,301,284,301,301,284,284,301,284,301,301,299,284,301,284,292,290,293,301,284,301,301,301,301,301,284,301,296,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,301,284,296,284,296,301,299,301,284,284,292,,294,284,301,301,284,284,301,284,284,284,301,301,301,301,284,284,301,284,284,301,301,301,292,290,293,284,284,301,301,301,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,299,284,301,299,284,301,301,284,301,301,284,301,301,300,284,284,284,284,284,301,301,284,301,284,284,301,284,284,301,284,284,284,284,299,284,284,301,284,285,290,293,284,284,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,301,284,301,301,301,301,284,284,301,301,301,284,296,301,284,301,284,301,301,301,284,301,284,284,284,291,293,301,284,284,284,301,284,299,301,284,291,303,301,292,290,293,284,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,301,301,301,301,301,284,284,284,284,284,301,284,284,284,284,301,284,301,301,284,301,301,301,284,284,291,,,287,290,293,284,301,284,284,284,301,285,303,284,301,284,296,301,284,301,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,301,284,301,284,284,301,284,284,301,284,301,284,301,284,284,284,284,301,301,284,301,301,291,287,,,,286,301,296,284,284,301,301,284,297,,288,287,293,301,284,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,301,284,301,301,284,284,284,284,284,301,284,284,301,301,301,301,301,284,284,301,301,302,,,,,286,284,284,284,284,284,301,301,301,300,301,285,294,284,284,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,301,284,284,301,284,284,301,284,284,301,301,284,301,301,284,301,284,284,284,284,301,301,284,302,,,,,303,284,301,284,301,301,295,301,284,289,284,296,301,284,284,284,297,290,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n284,284,284,301,301,284,301,301,301,301,284,301,301,301,301,301,301,284,301,284,291,287,287,287,,,,,,286,301,284,301,291,287,303,284,301,300,284,284,301,301,301,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,284,284,301,284,301,284,301,284,284,284,284,284,301,284,301,284,284,284,291,,,,,,,,,,303,284,284,301,285,288,294,284,301,300,301,295,301,284,301,284,301,295,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n301,291,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,,,,,,,,,,,,287,293,301,296,284,284,301,301,289,301,285,290,298,301,295,301,302,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,291,287,303,301,296,284,301,284,285,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,291,,,286,284,301,301,291,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,292,,,,298,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,292,288,294,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,301,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,291,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,24,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,23,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,24,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,25,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;192 posEnd=2050;192 posCurrent=2050;192 step=1 time=0 phase=989 channel=10 icon=56 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;260 posEnd=2306;260 posCurrent=2306;260 step=1 time=0 phase=989 channel=10 icon=20 \r\nMoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;320 posEnd=3266;320 posCurrent=3266;320 step=1 time=0 phase=989 channel=10 icon=56 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2628 posEnd=3714;2628 posCurrent=3714;2628 step=1 time=0 phase=989 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2756 posEnd=4866;2756 posCurrent=4866;2756 step=1 time=0 phase=989 channel=10 icon=20 \r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2628 posEnd=4994;2628 posCurrent=4994;2628 step=1 time=0 phase=989 channel=10 icon=20 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;960 posEnd=4288;960 posCurrent=4288;960 step=1 time=0 phase=989 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;896 posEnd=4800;896 posCurrent=4800;896 step=1 time=0 phase=989 channel=1 icon=32 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;772 posEnd=4034;772 posCurrent=4034;772 step=1 time=0 phase=989 channel=10 icon=214 \r\nMoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2308 posEnd=4226;2308 posCurrent=4226;2308 step=1 time=0 phase=989 channel=10 icon=30 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2052 posEnd=3970;2052 posCurrent=3970;2052 step=1 time=0 phase=989 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;2052 posEnd=4482;2052 posCurrent=4482;2052 step=1 time=0 phase=989 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2500 posEnd=5442;2500 posCurrent=5442;2500 step=1 time=0 phase=989 channel=10 icon=1 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2500 posEnd=3330;2500 posCurrent=3330;2500 step=1 time=0 phase=989 channel=10 icon=1 \r\nMoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=5376;2432 posEnd=5248;2432 posCurrent=5376;2432 step=1 time=5 phase=989 channel=10 icon=60 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;584 posEnd=3970;584 posCurrent=3970;584 step=1 time=0 phase=989 channel=10 icon=28 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2312 posEnd=3714;2312 posCurrent=3714;2312 step=1 time=0 phase=989 channel=10 icon=28 \r\n"); + worlds.Add(95, "DescFile: posDecor=400;100 dimDecor=100;100 world=0 music=10 region=2 blupiPos=706;390 blupiDir=2 \r\nDecor: \r\n284,301,301,284,284,284,301,301,301,284,284,284,284,301,284,301,284,301,301,301,284,301,301,284,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,296,301,284,301,284,301,301,301,301,301,301,284,284,284,284,284,284,301,301,284,284,301,284,284,301,302,,,,,,,,,,107\r\n301,284,284,284,284,301,284,301,284,284,284,284,284,301,284,284,284,284,301,301,284,284,301,301,284,301,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,284,301,301,301,284,284,284,284,284,284,301,284,301,284,284,284,284,284,284,301,301,301,284,301,301,301,285,,,,,,,,,,107\r\n284,284,301,284,301,284,284,301,301,284,284,284,301,301,284,301,301,284,284,284,301,284,301,301,284,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,299,301,301,301,301,284,284,284,301,299,301,301,301,301,291,290,293,284,284,284,284,299,284,301,301,301,302,,,,,,,,,,107\r\n301,284,301,284,301,301,301,301,284,301,301,301,301,301,284,284,301,301,284,284,301,284,284,301,301,284,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,284,301,295,284,297,298,284,295,284,301,301,295,301,300,301,285,287,293,301,284,284,284,301,301,301,292,,,,,,,,,,107\r\n284,301,284,301,301,284,284,284,284,301,284,284,301,284,284,301,301,301,301,284,284,284,301,301,284,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,297,303,301,284,284,297,294,284,301,284,300,301,300,301,285,,303,284,291,287,287,293,284,301,284,292,288,288,,,,,,,107\r\n284,284,284,301,301,284,284,301,284,284,301,301,301,284,284,284,301,301,284,301,284,301,284,301,301,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,300,301,301,301,301,284,284,291,287,286,301,289,301,292,,294,284,302,,288,288,287,293,301,284,301,284,330,,,,,,107\r\n301,284,284,284,284,284,284,301,301,301,301,301,284,301,284,284,284,301,301,301,284,284,284,284,284,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,300,284,291,287,287,293,301,302,288,286,284,300,284,301,336,284,284,292,303,284,284,292,,287,293,301,301,301,292,,,,,107\r\n301,284,301,284,284,284,301,284,284,301,301,301,301,284,301,301,284,284,295,301,301,301,301,301,301,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,291,286,301,292,,288,288,290,303,301,300,301,289,284,291,,293,284,301,285,293,284,301,292,,303,337,295,301,284,292,288,,288,107\r\n301,284,284,301,284,301,301,301,301,284,301,284,284,284,301,284,284,301,200,284,301,284,301,284,301,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,292,286,301,284,300,284,301,284,285,287,,290,294,301,302,,,287,287,288,286,284,301,301,292,294,337,285,293,301,284,301,300,284,107\r\n301,301,284,301,301,284,284,301,284,284,301,301,284,284,284,284,301,301,302,287,287,287,293,284,301,284,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,295,301,300,301,291,,287,68,301,292,,286,301,284,284,285,,,288,294,301,300,284,284,301,284,301,301,302,,287,293,284,289,301,107\r\n301,301,301,284,301,295,284,284,301,301,301,284,284,301,284,284,284,301,285,,,,286,284,301,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,286,301,289,284,292,,303,284,284,284,292,294,301,301,284,302,,303,284,301,301,285,364,68,301,284,284,301,285,288,,286,301,300,284,107\r\n301,301,301,301,291,,293,301,301,284,301,284,301,301,301,284,301,284,285,,,,303,284,284,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,300,284,301,285,286,301,301,301,301,301,284,301,284,302,,,68,284,284,302,364,68,284,301,301,284,300,284,302,288,290,303,301,107\r\n301,301,284,201,,,,201,290,290,290,290,290,290,290,290,290,201,,,,,303,301,284,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,296,301,291,,286,301,284,301,301,301,284,301,284,285,,303,284,284,284,285,364,68,301,299,301,284,289,284,300,301,284,300,284,107\r\n301,301,284,284,292,,294,301,284,301,301,284,284,301,284,301,301,301,285,,,,286,301,301,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,302,,,293,301,284,301,301,284,301,301,302,,286,284,301,284,285,364,68,284,301,284,284,302,290,294,301,301,289,284,107\r\n284,284,301,284,284,296,301,301,301,301,301,284,301,284,284,301,284,301,285,,,,303,284,284,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,302,,,,287,293,301,301,301,301,301,292,,294,301,301,284,285,364,68,301,295,284,284,335,284,301,301,291,303,284,107\r\n284,284,301,284,284,301,301,301,284,301,301,284,284,284,284,301,284,301,302,288,288,288,286,284,301,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,285,,,,,286,301,301,301,284,301,284,334,301,301,284,284,300,301,301,284,296,284,301,300,284,291,287,,286,284,107\r\n284,284,284,284,284,301,301,284,301,284,301,301,301,301,284,284,284,301,200,301,301,301,300,301,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,284,301,302,,,,,286,301,301,284,284,301,291,,293,301,284,301,300,301,301,284,284,301,301,296,301,285,,,286,284,107\r\n284,301,284,284,284,301,284,284,284,301,284,301,284,284,301,284,301,284,296,284,301,301,289,301,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,284,301,301,301,292,288,,,,303,301,284,284,284,284,302,,286,284,301,301,289,284,301,284,284,301,284,284,301,292,288,,294,301,107\r\n284,301,284,301,284,284,284,284,301,301,301,301,284,284,301,301,284,284,284,301,284,301,289,284,284,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,294,284,284,301,301,299,284,284,301,292,288,288,286,284,301,284,284,301,285,,286,284,284,301,300,284,284,284,297,287,287,293,301,301,284,300,301,301,107\r\n301,301,284,301,301,284,301,301,301,301,284,284,301,284,301,301,284,284,301,301,284,301,289,301,284,301,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,303,284,284,284,301,301,284,284,301,301,301,301,284,301,301,292,290,293,301,301,301,285,,286,301,284,291,,293,301,301,284,302,,294,284,301,301,289,301,284,107\r\n301,301,284,301,284,284,301,301,301,301,301,284,301,284,301,301,284,284,284,301,284,301,300,301,301,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,296,284,284,284,284,301,284,284,301,291,293,301,301,301,284,284,284,300,301,301,284,292,288,294,284,284,285,,286,301,284,284,285,303,301,301,284,301,296,301,284,107\r\n301,284,284,301,301,301,301,284,301,301,301,284,301,284,301,301,284,301,301,284,284,284,302,293,284,284,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,284,291,287,287,287,,,364,293,284,284,301,301,285,293,284,284,301,301,284,284,284,292,288,294,301,284,301,292,294,284,301,299,284,284,284,301,107\r\n301,284,284,301,301,301,284,284,301,284,284,301,301,284,301,284,284,301,284,301,284,291,,303,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,284,291,,,,,,,364,,290,293,284,284,292,303,301,301,301,284,301,301,284,301,301,301,301,301,301,301,301,284,284,301,301,301,284,284,107\r\n301,284,284,284,284,301,301,301,284,284,301,284,284,284,301,284,284,301,284,301,284,292,,286,284,301,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,301,284,285,,288,288,288,,,364,294,301,292,287,293,284,285,364,68,284,301,301,301,301,301,284,284,284,284,284,284,301,284,301,284,301,284,284,301,107\r\n284,284,284,301,284,284,284,284,301,284,284,284,284,284,284,284,301,284,284,301,284,301,330,294,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,284,401,,286,301,301,301,292,294,284,284,301,301,285,286,337,302,364,68,301,301,284,284,301,284,284,291,287,287,287,287,293,284,301,301,284,301,301,301,107\r\n287,287,287,287,287,287,287,287,287,287,287,287,287,293,284,284,301,301,301,284,301,284,301,284,284,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,285,,286,301,295,284,284,284,284,299,301,284,302,294,301,302,364,68,284,301,284,284,301,284,291,,,,,,,287,293,284,284,301,284,301,107\r\n,,,,,,,,,,,,,286,301,301,301,301,284,284,301,301,284,284,284,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,302,,294,284,296,284,284,284,284,284,301,301,300,301,291,303,284,284,284,301,284,284,284,301,302,,,,,,,,,287,287,287,287,287,107\r\n,,,,,,,,,,,,,286,301,284,284,301,284,301,284,301,301,301,301,284,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,402,294,284,284,301,301,284,284,291,293,301,291,294,284,302,294,301,301,284,284,284,301,291,287,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,303,284,301,284,284,301,301,284,284,301,301,284,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,299,284,301,284,301,284,301,301,284,291,,288,290,294,301,301,300,301,284,301,301,284,284,284,285,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,303,284,284,284,284,284,301,301,301,284,301,301,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,284,301,301,284,284,301,291,,286,301,284,301,301,301,300,284,284,284,284,284,301,291,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,286,301,284,284,284,284,301,284,301,301,301,284,301,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,284,301,301,301,285,,286,284,284,284,301,284,300,301,299,301,301,301,291,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,303,301,301,284,301,301,301,284,301,301,301,301,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,284,284,301,284,301,284,292,288,286,301,284,284,301,301,300,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,286,284,284,284,284,301,301,301,284,301,284,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,293,301,284,284,284,301,289,284,284,301,284,301,289,301,284,301,301,284,302,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,303,284,301,284,284,284,301,284,284,284,301,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,298,284,301,284,300,301,299,301,301,284,289,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,300,301,284,284,301,301,296,284,284,284,284,291,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,301,291,303,284,301,301,301,301,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,291,,286,284,301,284,301,284,301,299,284,301,284,302,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,285,,286,301,284,301,299,301,301,284,301,295,284,285,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,292,288,303,301,284,301,301,284,301,284,301,289,301,302,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,301,300,301,301,284,284,284,301,284,301,302,287,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,291,,92,284,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,285,,92,91,91,91,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,285,,92,91,91,91,91,301,301,285,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,291,,,92,91,91,91,91,284,284,292,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,292,,,92,91,91,91,91,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,292,,92,91,91,91,91,301,284,284,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,284,285,92,91,91,91,91,301,284,284,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,291,,92,91,91,91,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,291,,,92,91,91,91,284,284,301,301,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,292,,,92,91,301,91,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,302,294,301,284,284,91,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,291,286,301,284,301,301,91,301,284,284,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,302,286,301,284,284,301,91,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,302,286,301,301,301,284,91,284,301,301,284,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,292,294,301,301,301,301,91,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,301,301,284,301,284,301,91,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,291,287,293,301,284,284,91,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,291,,,288,92,91,91,91,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,292,288,303,284,284,301,284,284,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,301,300,301,284,284,284,301,301,291,287,287,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,291,,287,68,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,284,292,,,68,301,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,302,,68,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,291,,288,68,284,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,284,292,303,284,284,301,284,301,292,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,284,284,300,301,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,301,285,293,301,301,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,284,285,,293,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,301,301,285,,294,284,299,301,302,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,285,303,301,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,284,302,303,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,301,292,303,284,299,301,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,301,301,300,301,284,301,301,284,284,292,,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,291,286,301,291,298,284,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,285,,287,286,284,301,291,293,284,292,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,301,302,,,,287,287,,286,284,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,292,,,288,288,,,303,284,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,301,284,292,294,301,301,292,288,286,301,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,291,293,301,301,295,284,284,301,77,284,284,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,291,,,287,287,,293,284,301,300,301,297,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,291,,,,,,,286,284,301,77,284,284,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,301,284,302,,,,,,,303,337,301,300,284,291,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,302,,,,,,,303,337,337,289,284,285,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,299,301,292,,,,,,,303,337,284,199,301,285,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,301,284,302,,288,,,,303,301,301,77,284,292,,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,284,284,292,286,284,302,288,,294,301,301,77,284,301,285,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,301,284,284,300,284,289,284,300,284,284,301,300,301,301,302,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,291,287,287,290,303,301,300,284,302,293,284,301,289,301,284,292,,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,291,,,286,301,302,287,303,301,285,294,301,284,199,284,301,284,302,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,285,,,217,301,292,,,287,303,284,284,301,285,287,293,284,302,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,292,,,286,301,301,285,,,303,284,284,301,302,,294,284,285,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,292,288,294,284,284,285,,,294,301,284,301,285,286,284,301,292,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,301,284,284,284,292,288,294,301,301,301,297,,303,284,301,301,292,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,295,301,284,284,301,284,295,301,301,301,292,,293,284,301,284,285,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,293,301,284,284,291,303,284,284,284,284,302,286,301,301,301,285,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,,,293,301,301,301,285,303,301,284,284,302,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,302,303,284,301,284,285,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,292,303,301,301,291,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,296,301,291,,,,,,,,,,,,,,,,,,,,107\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,107\r\nBigDecor: \r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\n,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,\r\nMoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;5188 posEnd=834;5188 posCurrent=834;5188 step=1 time=0 phase=666 channel=10 icon=20 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4480;4416 posEnd=4416;4416 posCurrent=4448;4416 step=4 time=5 phase=666 channel=10 icon=77 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;4808 posEnd=194;4808 posCurrent=194;4808 step=1 time=0 phase=666 channel=10 icon=27 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6016 posEnd=1024;6016 posCurrent=1024;6016 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6016 posEnd=1088;6016 posCurrent=1088;6016 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6080 posEnd=1088;6080 posCurrent=1088;6080 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6080 posEnd=1024;6080 posCurrent=1024;6080 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6144 posEnd=1024;6144 posCurrent=1024;6144 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6144 posEnd=1088;6144 posCurrent=1088;6144 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6208 posEnd=1088;6208 posCurrent=1088;6208 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6208 posEnd=1024;6208 posCurrent=1024;6208 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4672 posEnd=1152;4672 posCurrent=1152;4672 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4608 posEnd=1152;4608 posCurrent=1152;4608 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4544 posEnd=1152;4544 posCurrent=1152;4544 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4480 posEnd=1152;4480 posCurrent=1152;4480 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4608 posEnd=1088;4608 posCurrent=1088;4608 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4672 posEnd=1088;4672 posCurrent=1088;4672 step=1 time=0 phase=666 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4544 posEnd=1088;4544 posCurrent=1088;4544 step=1 time=0 phase=666 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4480 posEnd=1088;4480 posCurrent=1088;4480 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4480 posEnd=1024;4480 posCurrent=1024;4480 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4544 posEnd=1024;4544 posCurrent=1024;4544 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4608 posEnd=1024;4608 posCurrent=1024;4608 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4672 posEnd=1024;4672 posCurrent=1024;4672 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4480 posEnd=960;4480 posCurrent=960;4480 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4544 posEnd=960;4544 posCurrent=960;4544 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4608 posEnd=960;4608 posCurrent=960;4608 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4672 posEnd=960;4672 posCurrent=960;4672 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4480 posEnd=896;4480 posCurrent=896;4480 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4544 posEnd=896;4544 posCurrent=896;4544 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4608 posEnd=896;4608 posCurrent=896;4608 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4672 posEnd=896;4672 posCurrent=896;4672 step=1 time=0 phase=666 channel=1 icon=34 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;4480 posEnd=832;4480 posCurrent=832;4480 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;4544 posEnd=832;4544 posCurrent=832;4544 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;4352 posEnd=1920;4352 posCurrent=1920;4352 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1984;4352 posEnd=1984;4352 posCurrent=1984;4352 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1984;4416 posEnd=1984;4416 posCurrent=1984;4416 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;4416 posEnd=1920;4416 posCurrent=1920;4416 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1408 posEnd=704;1408 posCurrent=704;1408 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1344 posEnd=704;1344 posCurrent=704;1344 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1280 posEnd=704;1280 posCurrent=704;1280 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1216 posEnd=704;1216 posCurrent=704;1216 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1216 posEnd=768;1216 posCurrent=768;1216 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1216 posEnd=832;1216 posCurrent=832;1216 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1216 posEnd=896;1216 posCurrent=896;1216 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1216 posEnd=960;1216 posCurrent=960;1216 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1280 posEnd=960;1280 posCurrent=960;1280 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1344 posEnd=960;1344 posCurrent=960;1344 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1408 posEnd=960;1408 posCurrent=960;1408 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1408 posEnd=896;1408 posCurrent=896;1408 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1408 posEnd=832;1408 posCurrent=832;1408 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1408 posEnd=768;1408 posCurrent=768;1408 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1344 posEnd=768;1344 posCurrent=768;1344 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1280 posEnd=768;1280 posCurrent=768;1280 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1280 posEnd=832;1280 posCurrent=832;1280 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1280 posEnd=896;1280 posCurrent=896;1280 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1344 posEnd=896;1344 posCurrent=896;1344 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1344 posEnd=832;1344 posCurrent=832;1344 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1216 posEnd=576;1216 posCurrent=576;1216 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1216 posEnd=640;1216 posCurrent=640;1216 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1280 posEnd=640;1280 posCurrent=640;1280 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1344 posEnd=640;1344 posCurrent=640;1344 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1408 posEnd=640;1408 posCurrent=640;1408 step=1 time=0 phase=666 channel=1 icon=33 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1408 posEnd=576;1408 posCurrent=576;1408 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1344 posEnd=576;1344 posCurrent=576;1344 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1280 posEnd=576;1280 posCurrent=576;1280 step=1 time=0 phase=666 channel=1 icon=32 \r\nMoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5892 posEnd=1026;5892 posCurrent=1026;5892 step=1 time=0 phase=666 channel=10 icon=214 \r\nMoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5508 posEnd=1282;5508 posCurrent=1282;5508 step=1 time=0 phase=666 channel=10 icon=219 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;5190 posEnd=1090;5190 posCurrent=1090;5190 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5190 posEnd=1154;5190 posCurrent=1154;5190 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5190 posEnd=1218;5190 posCurrent=1218;5190 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;6148 posEnd=1218;6148 posCurrent=1218;6148 step=1 time=0 phase=666 channel=10 icon=224 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5190 posEnd=1026;5190 posCurrent=1026;5190 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5190 posEnd=1282;5190 posCurrent=1282;5190 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;4808 posEnd=2178;4808 posCurrent=2178;4808 step=1 time=0 phase=666 channel=10 icon=27 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4038 posEnd=1538;4038 posCurrent=1538;4038 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4038 posEnd=1602;4038 posCurrent=1602;4038 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4038 posEnd=1666;4038 posCurrent=1666;4038 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4358 posEnd=3266;4358 posCurrent=3266;4358 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;4358 posEnd=3330;4358 posCurrent=3330;4358 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3136;4672 posEnd=3200;4672 posCurrent=3136;4672 step=1 time=26 phase=666 channel=10 icon=87 \r\nMoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3008;4672 posEnd=2944;4672 posCurrent=3008;4672 step=1 time=26 phase=666 channel=10 icon=85 \r\nMoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2880;4608 posEnd=2688;4608 posCurrent=2688;4608 step=3 time=8 phase=666 channel=10 icon=86 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4358 posEnd=3394;4358 posCurrent=3394;4358 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;4358 posEnd=3458;4358 posCurrent=3458;4358 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=3840;4416 posEnd=4032;4416 posCurrent=4032;4416 step=2 time=18 phase=666 channel=1 icon=338 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4416;4352 posEnd=4480;4352 posCurrent=4448;4352 step=4 time=5 phase=666 channel=10 icon=77 \r\nMoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4352;4416 posEnd=4352;4352 posCurrent=4352;4384 step=4 time=5 phase=666 channel=10 icon=77 \r\nMoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;4100 posEnd=5698;4100 posCurrent=5698;4100 step=1 time=0 phase=666 channel=10 icon=127 \r\nMoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;4936 posEnd=6210;4936 posCurrent=6210;4936 step=1 time=0 phase=666 channel=10 icon=187 \r\nMoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;4932 posEnd=6146;4932 posCurrent=6146;4932 step=1 time=0 phase=666 channel=10 icon=1 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1158 posEnd=450;1158 posCurrent=450;1158 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1158 posEnd=1090;1158 posCurrent=1090;1158 step=1 time=0 phase=666 channel=10 icon=252 \r\nMoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1408;4288 posEnd=1408;4160 posCurrent=1408;4192 step=2 time=15 phase=666 channel=1 icon=338 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;6152 posEnd=1282;6152 posCurrent=1282;6152 step=1 time=0 phase=666 channel=10 icon=27 \r\nMoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;4808 posEnd=642;4808 posCurrent=642;4808 step=1 time=0 phase=666 channel=10 icon=27 \r\n"); + + + + } + public static string getWorld(int number) + { + return worlds.GetValueOrDefault(number, ""); + } + + + } +} diff --git a/Worlds.cs b/Worlds.cs new file mode 100644 index 0000000..869ba33 --- /dev/null +++ b/Worlds.cs @@ -0,0 +1,460 @@ +// WindowsPhoneSpeedyBlupi, Version=1.0.0.5, Culture=neutral, PublicKeyToken=6db12cd62dbec439 +// WindowsPhoneSpeedyBlupi.Worlds +using System; +using System.Diagnostics; +using System.Globalization; +using System.IO; +//using System.IO.IsolatedStorage; +using System.Text; +using Microsoft.Xna.Framework; +using WindowsPhoneSpeedyBlupi; + +namespace WindowsPhoneSpeedyBlupi +{ + public static class Worlds + { + private static StringBuilder output = new StringBuilder(); + + private static string GameDataFilename + { + get + { + return "SpeedyBlupi"; + } + } + + private static string CurrentGameFilename + { + get + { + return "CurrentGame"; + } + } + + public static string[] ReadWorld(int gamer, int rank) + { + string worldFilename = GetWorldFilename(gamer, rank); + string text = null; + Console.WriteLine("gamer=" + gamer); + Console.WriteLine("rank=" + rank); + //try + //{ + // Stream stream = TitleContainer.OpenStream(worldFilename); + // StreamReader streamReader = new StreamReader(stream); + // text = streamReader.ReadToEnd(); + // stream.Close(); + //} + //catch + //{ + // Debug.Write("Fatal error. Loading world failed: " + worldFilename + "\n"); + // //Environment.Exit(1); + //} + text = WorldTxt.getWorld(rank); + if (text == null) + { + return null; + } + return text.Split('\n'); + } + + private static string GetWorldFilename(int gamer, int rank) + { + return string.Format("worlds/world{0}.txt", rank.ToString("d3")); + } + + public static bool ReadGameData(byte[] data) + { + //IsolatedStorageFile userStoreForApplication = IsolatedStorageFile.GetUserStoreForApplication(); + //if (userStoreForApplication.FileExists(GameDataFilename)) + //{ + // IsolatedStorageFileStream isolatedStorageFileStream = null; + // try + // { + // isolatedStorageFileStream = userStoreForApplication.OpenFile(GameDataFilename, FileMode.Open); + // } + // catch (IsolatedStorageException) + // { + // return false; + // } + // if (isolatedStorageFileStream != null) + // { + // int count = Math.Min(data.Length, (int)isolatedStorageFileStream.Length); + // isolatedStorageFileStream.Read(data, 0, count); + // isolatedStorageFileStream.Close(); + // return true; + // } + //} + return false; + } + + public static void WriteGameData(byte[] data) + { + //IsolatedStorageFile userStoreForApplication = IsolatedStorageFile.GetUserStoreForApplication(); + //IsolatedStorageFileStream isolatedStorageFileStream = userStoreForApplication.OpenFile(GameDataFilename, FileMode.Create); + //if (isolatedStorageFileStream != null) + //{ + // isolatedStorageFileStream.Write(data, 0, data.Length); + // isolatedStorageFileStream.Close(); + //} + } + + public static void DeleteCurrentGame() + { + + } + + public static string ReadCurrentGame() + { + //IsolatedStorageFile userStoreForApplication = IsolatedStorageFile.GetUserStoreForApplication(); + //if (userStoreForApplication.FileExists(CurrentGameFilename)) + //{ + // IsolatedStorageFileStream isolatedStorageFileStream = null; + // try + // { + // isolatedStorageFileStream = userStoreForApplication.OpenFile(CurrentGameFilename, FileMode.Open); + // } + // catch (IsolatedStorageException) + // { + // return null; + // } + // if (isolatedStorageFileStream != null) + // { + // byte[] array = new byte[isolatedStorageFileStream.Length]; + // isolatedStorageFileStream.Read(array, 0, array.Length); + // isolatedStorageFileStream.Close(); + // return Encoding.UTF8.GetString(array, 0, array.Length); + // } + //} + return null; + } + + public static void WriteCurrentGame(string data) + { + //IsolatedStorageFile userStoreForApplication = IsolatedStorageFile.GetUserStoreForApplication(); + //IsolatedStorageFileStream isolatedStorageFileStream = userStoreForApplication.OpenFile(CurrentGameFilename, FileMode.Create); + //if (isolatedStorageFileStream != null) + //{ + // isolatedStorageFileStream.Write(Encoding.UTF8.GetBytes(data), 0, data.Length); + // isolatedStorageFileStream.Close(); + //} + } + + public static void GetIntArrayField(string[] lines, string section, int rank, string name, int[] array) + { + foreach (string text in lines) + { + if (!text.StartsWith(section + ":") || rank-- != 0) + { + continue; + } + int num = text.IndexOf(name + "="); + if (num == -1) + { + break; + } + num += name.Length + 1; + int num2 = text.IndexOf(" ", num); + if (num2 == -1) + { + break; + } + string[] array2 = text.Substring(num, num2 - num).Split(','); + for (int j = 0; j < array2.Length; j++) + { + int result; + if (int.TryParse(array2[j], out result)) + { + array[j] = result; + } + else + { + array[j] = 0; + } + } + } + } + + public static bool GetBoolField(string[] lines, string section, int rank, string name) + { + foreach (string text in lines) + { + if (text.StartsWith(section + ":") && rank-- == 0) + { + int num = text.IndexOf(name + "="); + if (num == -1) + { + return false; + } + num += name.Length + 1; + int num2 = text.IndexOf(" ", num); + if (num2 == -1) + { + return false; + } + string value = text.Substring(num, num2 - num); + bool result; + if (bool.TryParse(value, out result)) + { + return result; + } + return false; + } + } + return false; + } + + public static int GetIntField(string[] lines, string section, int rank, string name) + { + foreach (string text in lines) + { + if (text.StartsWith(section + ":") && rank-- == 0) + { + int num = text.IndexOf(name + "="); + if (num == -1) + { + return 0; + } + num += name.Length + 1; + int num2 = text.IndexOf(" ", num); + if (num2 == -1) + { + return 0; + } + string s = text.Substring(num, num2 - num); + int result; + if (int.TryParse(s, out result)) + { + return result; + } + return 0; + } + } + return 0; + } + + public static double GetDoubleField(string[] lines, string section, int rank, string name) + { + foreach (string text in lines) + { + if (text.StartsWith(section + ":") && rank-- == 0) + { + int num = text.IndexOf(name + "="); + if (num == -1) + { + return 0.0; + } + num += name.Length + 1; + int num2 = text.IndexOf(" ", num); + if (num2 == -1) + { + return 0.0; + } + string s = text.Substring(num, num2 - num); + double result; + if (double.TryParse(s, out result)) + { + return result; + } + return 0.0; + } + } + return 0.0; + } + + public static TinyPoint GetPointField(string[] lines, string section, int rank, string name) + { + foreach (string text in lines) + { + if (text.StartsWith(section + ":") && rank-- == 0) + { + int num = text.IndexOf(name + "="); + if (num == -1) + { + return default(TinyPoint); + } + num += name.Length + 1; + int num2 = text.IndexOf(";", num); + if (num2 == -1) + { + return default(TinyPoint); + } + int num3 = text.IndexOf(" ", num); + if (num3 == -1) + { + return default(TinyPoint); + } + string s = text.Substring(num, num2 - num); + string s2 = text.Substring(num2 + 1, num3 - num2 - 1); + int result; + if (!int.TryParse(s, out result)) + { + return default(TinyPoint); + } + int result2; + if (!int.TryParse(s2, out result2)) + { + return default(TinyPoint); + } + TinyPoint result3 = default(TinyPoint); + result3.X = result; + result3.Y = result2; + return result3; + } + } + return default(TinyPoint); + } + + public static int? GetDecorField(string[] lines, string section, int x, int y) + { + for (int i = 0; i < lines.Length; i++) + { + string text = lines[i]; + if (text.StartsWith(section + ":")) + { + text = lines[i + 1 + x]; + string[] array = text.Split(','); + if (string.IsNullOrEmpty(array[y])) + { + return -1; + } + int result; + if (int.TryParse(array[y], out result)) + { + return result; + } + return null; + } + } + return null; + } + + public static void GetDoorsField(string[] lines, string section, int[] doors) + { + foreach (string text in lines) + { + if (!text.StartsWith(section + ":")) + { + continue; + } + string[] array = text.Substring(section.Length + 2).Split(','); + for (int j = 0; j < array.Length; j++) + { + int result; + if (string.IsNullOrEmpty(array[j])) + { + doors[j] = 1; + } + else if (int.TryParse(array[j], out result)) + { + doors[j] = result; + } + } + } + } + + public static void WriteClear() + { + output.Clear(); + } + + public static void WriteSection(string section) + { + output.Append(section); + output.Append(": "); + } + + public static void WriteIntArrayField(string name, int[] array) + { + output.Append(name); + output.Append("="); + for (int i = 0; i < array.Length; i++) + { + if (array[i] != 0) + { + output.Append(array[i].ToString(CultureInfo.InvariantCulture)); + } + if (i < array.Length - 1) + { + output.Append(","); + } + } + output.Append(" "); + } + + public static void WriteBoolField(string name, bool n) + { + output.Append(name); + output.Append("="); + output.Append(n.ToString(CultureInfo.InvariantCulture)); + output.Append(" "); + } + + public static void WriteIntField(string name, int n) + { + output.Append(name); + output.Append("="); + output.Append(n.ToString(CultureInfo.InvariantCulture)); + output.Append(" "); + } + + public static void WriteDoubleField(string name, double n) + { + output.Append(name); + output.Append("="); + output.Append(n.ToString(CultureInfo.InvariantCulture)); + output.Append(" "); + } + + public static void WritePointField(string name, TinyPoint p) + { + output.Append(name); + output.Append("="); + output.Append(p.X.ToString(CultureInfo.InvariantCulture)); + output.Append(";"); + output.Append(p.Y.ToString(CultureInfo.InvariantCulture)); + output.Append(" "); + } + + public static void WriteDecorField(int[] line) + { + for (int i = 0; i < line.Length; i++) + { + if (line[i] != -1) + { + output.Append(line[i].ToString(CultureInfo.InvariantCulture)); + } + if (i < line.Length - 1) + { + output.Append(","); + } + } + output.Append("\n"); + } + + public static void WriteDoorsField(int[] doors) + { + for (int i = 0; i < doors.Length; i++) + { + if (doors[i] != 1) + { + output.Append(doors[i].ToString(CultureInfo.InvariantCulture)); + } + if (i < doors.Length - 1) + { + output.Append(","); + } + } + output.Append("\n"); + } + + public static void WriteEndSection() + { + output.Append("\n"); + } + + public static string GetWriteString() + { + return output.ToString(); + } + } +} \ No newline at end of file diff --git a/worlds/world001.txt b/worlds/world001.txt new file mode 100644 index 0000000..10c03f8 --- /dev/null +++ b/worlds/world001.txt @@ -0,0 +1,204 @@ +DescFile: posDecor=250;5570 dimDecor=100;100 world=0 music=0 region=0 blupiPos=770;5894 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,10,,,,10,163,10,162,10,159,10,309,10,412,10,413,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,183,10,183,10,,10,,10,,10,,10,,10,,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,183,10,183,10,,,,10,,,,10,,,,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,10,183,10,183,10,,,,10,,,,10,,,,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,183,10,183,10,200,10,200,10,200,10,200,10,200,10,200,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,183,10,183,18,,10,,,,10,,,,10,,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,183,10,,,,10,,,,10,,,,10,,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,10,,10,10,10,10,10,10,10,183,10,10,10,,10,,10,,10,,10,,10,,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,10,10,10,10,10,25,,,,10,165,10,411,10,164,10,161,10,160,10,158,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,25,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;5124 posEnd=962;5124 posCurrent=962;5124 step=1 time=0 phase=800 channel=10 icon=31 diff --git a/worlds/world010.txt b/worlds/world010.txt new file mode 100644 index 0000000..61a3dcf --- /dev/null +++ b/worlds/world010.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=200;2700 dimDecor=100;100 world=0 music=10 region=0 blupiPos=578;3078 blupiDir=2 +Decor: +,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,235,235,349,355,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +356,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,177,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,182,10,176,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,353,346,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,59,,10,182,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,359,350,342,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,53,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,,56,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,54,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,59,,10,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,182,10,174,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,175,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,354,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,357,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,354,349,349,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,354,343,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,,354,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,235,235,235,235,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,236,,,,354,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,236,,,,353,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,235,235,235,235,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +356,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,354,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +356,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,353,355,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +235,235,354,344,349,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,354,342,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,,354,349,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,355,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,350,349,235,235,350,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,235,347,360,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,235,348,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,349,344,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,345,344,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,344,343,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,350,345,236,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,235,351,,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,235,347,360,,,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,349,350,235,235,353,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,356,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +350,236,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,353,344,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +236,,,,354,341,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +236,,,,,236,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +236,,,,353,342,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,354,346,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +349,352,235,235,235,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,236,,,,347,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,236,,,359,343,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,236,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,352,235,235,235,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +356,,,,,362,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,347,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +235,359,349,352,349,350,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,358,,347,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,,362,235,351,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,352,352,352,343,349,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,235,235,235,362,346,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,349,349,349,344,343,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,341,346,344,345,344,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,346,341,342,341,343,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,345,346,345,343,341,363,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,346,344,342,346,345,348,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +350,350,350,350,350,350,356,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world011.txt b/worlds/world011.txt new file mode 100644 index 0000000..5e5b31f --- /dev/null +++ b/worlds/world011.txt @@ -0,0 +1,240 @@ +DescFile: posDecor=0;550 dimDecor=100;100 world=0 music=10 region=0 blupiPos=66;774 blupiDir=2 +Decor: +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,18,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,50,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,55,,54,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,13,421,13,1,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,55,,57,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,59,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,56,9,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,17,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,59,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,56,9,10,27,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,56,9,10,27,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,54,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,13,,,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,13,,56,9,24,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,13,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,53,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,59,56,9,24,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,15,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,15,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,59,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,58,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,25,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,18,57,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,55,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,50,9,1,48,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,55,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,16,58,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,17,,53,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,55,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,50,10,52,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,50,10,52,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,55,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,15,54,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,5,55,,56,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,57,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,25,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,58,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,5,55,,56,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,52,10,50,9,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,10,,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,52,18,,54,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,9,24,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,55,,,9,24,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,53,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,56,16,58,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,422,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,,53,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,15,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,27,8,16,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,55,,56,10,52,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,1,10,52,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,,,56,18,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,16,58,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;708 posEnd=5762;708 posCurrent=5762;708 step=1 time=0 phase=3523 channel=10 icon=35 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;644 posEnd=258;644 posCurrent=258;644 step=1 time=0 phase=3523 channel=10 icon=8 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;836 posEnd=642;836 posCurrent=642;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;836 posEnd=1090;836 posCurrent=1090;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;580 posEnd=5122;580 posCurrent=5122;580 step=1 time=0 phase=3523 channel=10 icon=8 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;836 posEnd=4546;836 posCurrent=4546;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;836 posEnd=4610;836 posCurrent=4610;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;836 posEnd=4674;836 posCurrent=4674;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;836 posEnd=4738;836 posCurrent=4738;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;836 posEnd=4866;836 posCurrent=4866;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;836 posEnd=4802;836 posCurrent=4802;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4480;832 posEnd=4672;704 posCurrent=4506;814 step=4 time=26 phase=3523 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4928;832 posEnd=4736;704 posCurrent=4902;814 step=4 time=26 phase=3523 channel=1 icon=29 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;708 posEnd=4162;708 posCurrent=4162;708 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;708 posEnd=4226;708 posCurrent=4226;708 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;832 posEnd=4162;832 posCurrent=4162;832 step=1 time=0 phase=3523 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;832 posEnd=4226;832 posCurrent=4226;832 step=1 time=0 phase=3523 channel=10 icon=54 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;584 posEnd=4162;584 posCurrent=4162;584 step=1 time=0 phase=3523 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;584 posEnd=4226;584 posCurrent=4226;584 step=1 time=0 phase=3523 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;836 posEnd=3522;836 posCurrent=3522;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;836 posEnd=3778;836 posCurrent=3778;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;836 posEnd=3074;836 posCurrent=3074;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;836 posEnd=3138;836 posCurrent=3138;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;836 posEnd=3202;836 posCurrent=3202;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;836 posEnd=2626;836 posCurrent=2626;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;836 posEnd=2690;836 posCurrent=2690;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;836 posEnd=2754;836 posCurrent=2754;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;836 posEnd=2370;836 posCurrent=2370;836 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;900 posEnd=1858;900 posCurrent=1858;900 step=1 time=0 phase=3523 channel=10 icon=18 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1344;832 posEnd=1344;640 posCurrent=1344;806 step=4 time=26 phase=3523 channel=1 icon=29 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1536;832 posEnd=1536;704 posCurrent=1536;832 step=1 time=3 phase=3523 channel=1 icon=29 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;640 posEnd=1730;640 posCurrent=1730;640 step=1 time=0 phase=3523 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;640 posEnd=1794;640 posCurrent=1794;640 step=1 time=0 phase=3523 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;640 posEnd=1858;640 posCurrent=1858;640 step=1 time=0 phase=3523 channel=10 icon=54 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2560;832 posEnd=2816;832 posCurrent=2637;832 step=4 time=28 phase=3523 channel=1 icon=29 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3008;832 posEnd=3264;832 posCurrent=3158;832 step=4 time=10 phase=3523 channel=1 icon=29 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=3456;832 posEnd=3840;832 posCurrent=3814;832 step=2 time=56 phase=3523 channel=1 icon=29 diff --git a/worlds/world012.txt b/worlds/world012.txt new file mode 100644 index 0000000..5eb3738 --- /dev/null +++ b/worlds/world012.txt @@ -0,0 +1,213 @@ +DescFile: posDecor=400;2800 dimDecor=100;100 world=0 music=1 region=0 blupiPos=642;3142 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,27,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,17,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,26,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,26,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,17,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,17,,,,,3,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,55,56,9,27,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,26,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,55,,,3,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,15,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,9,200,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,200,9,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,,9,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,,201,,,,3,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,17,,,,10,15,,11,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,,,,9,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,59,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,26,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,27,10,10,59,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,18,,,10,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,10,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,,201,,,,,3,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,10,,,9,24,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,16,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,27,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;3136 posEnd=896;3136 posCurrent=896;3136 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;2688 posEnd=2240;2688 posCurrent=2240;2688 step=1 time=0 phase=716 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1856;2944 posEnd=1856;2944 posCurrent=1856;2944 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;2880 posEnd=2048;2880 posCurrent=2048;2880 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;2688 posEnd=2368;2688 posCurrent=2368;2688 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;2624 posEnd=2112;2624 posCurrent=2112;2624 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;2560 posEnd=2560;2560 posCurrent=2560;2560 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;2688 posEnd=2176;2688 posCurrent=2176;2688 step=1 time=0 phase=716 channel=1 icon=32 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2372 posEnd=2434;2372 posCurrent=2434;2372 step=1 time=0 phase=716 channel=10 icon=35 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;3008 posEnd=1408;3008 posCurrent=1408;3008 step=1 time=0 phase=716 channel=1 icon=32 diff --git a/worlds/world013.txt b/worlds/world013.txt new file mode 100644 index 0000000..bd74241 --- /dev/null +++ b/worlds/world013.txt @@ -0,0 +1,237 @@ +DescFile: posDecor=900;2300 dimDecor=100;100 world=0 music=1 region=0 blupiPos=1282;2566 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,,,,,,,,,,10,,,,,,,,,,10,,,,,10,,,,,10,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,10,,,,,,,,,,10,,,,,,,,,,10,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,10,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,10,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,10,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,,57,,10,17,53,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,25,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,,10,59,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,10,10,,,,,,,,,10,10,10,10,10,25,,,,,51,,,,,56,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,51,,,,,,5,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,51,,,,,56,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,55,,,,10,59,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,25,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,10,15,54,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,10,10,10,10,27,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,27,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,,58,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,18,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,5,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,5,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,19,,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,,,,57,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,,,9,10,10,10,10,10,10,10,10,10,10,10,10,10,55,,,,,,,,92,91,91,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,,,9,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,,,,9,10,10,10,10,10,17,,,10,10,10,10,55,,,,54,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,15,,,,9,10,10,10,10,,,,10,10,10,17,,,,,215,235,235,235,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,15,,56,9,27,10,10,10,,,,51,,51,,,,,,53,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,,,,56,9,10,10,59,,,51,,51,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,15,,,,9,10,10,,,,51,,51,,,,,54,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,15,,,53,9,10,,,,10,10,10,15,,,,217,236,236,236,236,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,,,,60,10,15,,,10,10,10,10,55,,,53,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,15,,,,10,10,10,423,10,10,10,25,,,,,,54,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,15,,,,,10,54,92,91,10,10,55,,,,,216,235,235,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,15,58,,,10,10,5,91,10,10,,,,,,53,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,53,92,91,10,10,15,,58,,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,51,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,18,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,16,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,5,59,,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,15,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,5,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,25,,,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,5,5,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,15,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,18,53,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,55,,54,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,25,,,5,50,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,55,,53,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,16,54,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1412 posEnd=3138;1412 posCurrent=3138;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1412 posEnd=3202;1412 posCurrent=3202;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2564 posEnd=1410;2564 posCurrent=1410;2564 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2564 posEnd=1474;2564 posCurrent=1474;2564 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2500 posEnd=1026;2500 posCurrent=1026;2500 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;2564 posEnd=1154;2564 posCurrent=1154;2564 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;2564 posEnd=1090;2564 posCurrent=1090;2564 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2180 posEnd=2114;2180 posCurrent=2114;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2180 posEnd=2690;2180 posCurrent=2690;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2180 posEnd=2242;2180 posCurrent=2242;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2180 posEnd=2306;2180 posCurrent=2306;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2180 posEnd=2370;2180 posCurrent=2370;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2500 posEnd=1538;2500 posCurrent=1538;2500 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1924 posEnd=2178;1924 posCurrent=2178;1924 step=1 time=0 phase=2102 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1860 posEnd=2434;1860 posCurrent=2434;1860 step=1 time=0 phase=2102 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1988 posEnd=2626;1988 posCurrent=2626;1988 step=1 time=0 phase=2102 channel=10 icon=4 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2180 posEnd=2498;2180 posCurrent=2498;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2180 posEnd=2562;2180 posCurrent=2562;2180 step=1 time=0 phase=2102 channel=10 icon=68 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1412 posEnd=3266;1412 posCurrent=3266;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;1412 posEnd=3394;1412 posCurrent=3394;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;1412 posEnd=3330;1412 posCurrent=3330;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;1412 posEnd=3458;1412 posCurrent=3458;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1413 posEnd=3778;1413 posCurrent=3778;1413 step=1 time=0 phase=2102 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;773 posEnd=1858;773 posCurrent=1858;773 step=1 time=0 phase=2102 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;773 posEnd=1922;773 posCurrent=1922;773 step=1 time=0 phase=2102 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;773 posEnd=1986;773 posCurrent=1986;773 step=1 time=0 phase=2102 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1413 posEnd=3842;1413 posCurrent=3842;1413 step=1 time=0 phase=2102 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1413 posEnd=3906;1413 posCurrent=3906;1413 step=1 time=0 phase=2102 channel=10 icon=131 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1412 posEnd=4546;1412 posCurrent=4546;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1412 posEnd=4610;1412 posCurrent=4610;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1412 posEnd=4674;1412 posCurrent=4674;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1412 posEnd=4738;1412 posCurrent=4738;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1412 posEnd=4802;1412 posCurrent=4802;1412 step=1 time=0 phase=2102 channel=10 icon=18 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1284 posEnd=5058;1284 posCurrent=5058;1284 step=1 time=0 phase=2102 channel=10 icon=33 diff --git a/worlds/world014.txt b/worlds/world014.txt new file mode 100644 index 0000000..6925d89 --- /dev/null +++ b/worlds/world014.txt @@ -0,0 +1,232 @@ +DescFile: posDecor=400;2450 dimDecor=100;100 world=0 music=1 region=18 blupiPos=642;2758 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,8,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,1,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,18,57,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,6,10,55,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,7,10,10,,,56,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,26,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,17,,,,9,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,,,,8,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,17,,,,8,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,8,10,1,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,11,10,,60,8,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,,,,,7,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,13,25,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,,,10,77,10,5,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,15,60,8,10,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,200,10,10,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,17,,10,10,10,199,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,10,14,10,,,10,6,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,9,55,,10,8,10,5,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,15,,10,10,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,200,10,10,77,10,10,10,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,9,,10,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,12,10,,10,4,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,13,10,199,10,14,10,10,17,,,,,57,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,13,10,,49,,,49,,,,,,,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,199,10,14,10,10,15,,,,,,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,8,10,4,10,10,10,16,,,,,217,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,,,,201,,92,91,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,16,,,201,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,58,201,,9,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;2560 posEnd=1216;2560 posCurrent=1216;2560 step=1 time=0 phase=360 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;2624 posEnd=1216;2624 posCurrent=1216;2624 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;2560 posEnd=1472;2560 posCurrent=1472;2560 step=1 time=0 phase=360 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;2624 posEnd=1472;2624 posCurrent=1472;2624 step=1 time=0 phase=360 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2560 posEnd=1280;2560 posCurrent=1280;2560 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2624 posEnd=1280;2624 posCurrent=1280;2624 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2688 posEnd=1280;2688 posCurrent=1280;2688 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2752 posEnd=1280;2752 posCurrent=1280;2752 step=1 time=0 phase=360 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2560 posEnd=1344;2560 posCurrent=1344;2560 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2624 posEnd=1344;2624 posCurrent=1344;2624 step=1 time=0 phase=360 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2688 posEnd=1344;2688 posCurrent=1344;2688 step=1 time=0 phase=360 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2752 posEnd=1344;2752 posCurrent=1344;2752 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2560 posEnd=1408;2560 posCurrent=1408;2560 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2624 posEnd=1408;2624 posCurrent=1408;2624 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2688 posEnd=1408;2688 posCurrent=1408;2688 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1408;2752 posEnd=1408;2752 posCurrent=1408;2752 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2758 posEnd=770;2758 posCurrent=770;2758 step=1 time=0 phase=360 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2758 posEnd=834;2758 posCurrent=834;2758 step=1 time=0 phase=360 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2758 posEnd=514;2758 posCurrent=514;2758 step=1 time=0 phase=360 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2758 posEnd=450;2758 posCurrent=450;2758 step=1 time=0 phase=360 channel=10 icon=252 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;2816 posEnd=1920;2816 posCurrent=1920;2816 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1856;2816 posEnd=1856;2816 posCurrent=1856;2816 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1792;2816 posEnd=1792;2816 posCurrent=1792;2816 step=1 time=0 phase=360 channel=1 icon=32 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3332 posEnd=2434;3332 posCurrent=2434;3332 step=1 time=0 phase=360 channel=10 icon=123 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2504 posEnd=1730;2504 posCurrent=1730;2504 step=1 time=0 phase=360 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2504 posEnd=1794;2504 posCurrent=1794;2504 step=1 time=0 phase=360 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2504 posEnd=1858;2504 posCurrent=1858;2504 step=1 time=0 phase=360 channel=10 icon=22 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;2758 posEnd=578;2758 posCurrent=578;2758 step=1 time=0 phase=360 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;2758 posEnd=898;2758 posCurrent=898;2758 step=1 time=0 phase=360 channel=10 icon=252 diff --git a/worlds/world020.txt b/worlds/world020.txt new file mode 100644 index 0000000..379d157 --- /dev/null +++ b/worlds/world020.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=550;5500 dimDecor=100;100 world=0 music=0 region=25 blupiPos=898;5766 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,393,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,391,396,393,396,,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,391,396,393,396,398,395,,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,391,396,393,396,398,395,,,,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,393,396,398,395,,,,,,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,398,395,,,,,,,,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,398,394,,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,398,394,182,397,174,397,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,398,394,182,397,175,397,392,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,398,394,182,397,176,397,392,396,391,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,182,397,177,397,392,396,391,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,178,397,392,396,391,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,392,396,391,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,393,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,393,393,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,393,393,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world021.txt b/worlds/world021.txt new file mode 100644 index 0000000..e62864b --- /dev/null +++ b/worlds/world021.txt @@ -0,0 +1,215 @@ +DescFile: posDecor=0;5920 dimDecor=100;100 world=0 music=1 region=25 blupiPos=322;6278 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,396,391,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,387,386,396,378,391,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,396,391,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,396,391,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,378,387,386,396,422,391,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,396,391,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,396,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,,,,,398,394,400,396,396,391,400,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,378,387,389,396,388,388,388,386,386,396,396,391,396,396,425,107 +,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,,,,,398,395,400,396,396,391,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,396,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,393,393,393,393,393,393,391,396,393,393,393,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,143,143,401,,,398,395,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,,,,,,,,398,394,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,140,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,,,,,398,394,400,396,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,139,401,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,,,398,394,400,396,396,391,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,,,,141,140,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,400,396,396,396,396,,,,398,397,396,391,396,396,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,,,141,,,,140,142,140,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,400,396,396,396,396,,,,378,397,396,396,396,391,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,,,141,143,,,140,140,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,393,391,400,390,396,391,396,,,,398,397,396,396,396,396,400,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,,,143,140,,,142,143,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,,,,398,397,391,396,396,396,391,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,,,141,141,,,139,143,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,,,,378,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,,,139,401,,,142,139,140,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,391,,398,387,399,397,396,396,,,,398,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,402,,,,,,140,141,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,,,,398,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,,,,,397,396,396,392,392,392,400,396,391,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,142,141,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,392,391,400,390,396,391,396,396,391,396,400,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,142,141,402,,,398,394,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,391,396,396,396,426,397,396,396,396,396,396,396,400,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,392,392,392,392,392,392,391,396,76,394,392,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,400,396,400,400,400,396,400,400,400,396,391,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,391,396,400,400,400,396,400,400,400,396,400,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,403,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,,,,,,,,,,,,397,396,396,396,396,396,393,396,396,393,393,393,393,393,400,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,391,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,392,392,392,392,392,386,392,386,386,,,397,396,396,396,396,396,398,397,396,,,,,,,397,391,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,393,393,396,391,398,397,,,,,397,396,396,396,396,396,398,397,396,,,,,,,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,391,398,397,,,,,397,396,396,396,396,391,398,395,393,,,398,394,,,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,396,396,396,393,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,392,396,,,,,397,396,396,396,396,396,,,,,,398,395,,,397,391,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,400,400,400,393,,,,,397,396,396,396,396,396,398,394,392,,,,,,,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,,,,,,,397,396,396,396,396,396,398,397,396,,,,,,,397,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,,,,,,,397,396,396,396,391,396,398,397,396,392,392,392,245,392,245,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,400,400,400,392,,,,,397,396,396,396,396,396,400,400,400,396,393,396,245,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,396,393,396,,,,,397,396,396,396,396,396,396,396,399,395,399,400,245,396,396,391,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,398,397,391,398,397,,,,,397,396,396,396,396,396,391,396,,,,397,396,391,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,392,,397,391,398,397,,,,394,396,396,396,396,396,396,396,396,391,392,392,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,76,397,396,392,396,392,392,392,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,393,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,,395,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,,395,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,,,394,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,396,392,76,397,396,396,396,396,396,396,396,393,393,393,393,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,393,393,107 +,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,,387,399,390,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,76,201,,,397,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107 +,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,76,397,396,396,396,396,396,396,396,76,201,,387,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107 +,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,,394,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,396,396,396,396,392,392,402,,395,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,393,393,393,393,393,393,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,396,396,396,396,396,396,392,,,395,396,396,396,,,261,261,261,261,261,261,261,261,261,261,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,,,397,396,396,396,396,396,396,396,396,396,396,392,,,395,393,393,201,201,261,261,263,263,263,263,261,261,263,263,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,,394,392,392,392,201,397,396,396,396,396,396,396,396,396,396,392,76,397,396,396,396,396,396,396,396,396,396,396,396,392,402,,403,201,,,261,261,201,201,201,,261,261,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,393,,397,396,396,393,201,395,393,396,393,393,393,393,396,393,393,393,76,397,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,201,201,261,261,401,,,,261,401,,,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,401,,397,396,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,201,,,,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,395,396,396,,,,,395,,,,,395,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,,,,,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,263,263,,,262,,201,,,,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,201,,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,403,201,,,261,,201,,,,261 +,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,,395,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,262,262,,,261,,201,,,,261 +,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,402,,261,402,201,403,262,262,261 +,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,,387,399,390,396,396,396,396,396,396,396,392,392,392,392,392,392,392,396,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,262,262,261,262,262,262,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,,394,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,394,76,395,393,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,,201,201,201,201,201,201,201,201,,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,395,76,394,392,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,402,,,397,396,,,,,394,,,,,394,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,396,393,393,393,393,393,393,393,396,393,393,393,393,386,386,,397,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,401,,,403,,,398,395,401,,,,,,,397,396,392,392,392,392,396,392,392,392,392,396,392,392,392,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,402,,,,,,398,394,,,,,,,398,394,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,392,392,392,392,392,392,392,396,392,392,392,392,392,392,392,396,392,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,87,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,87,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,87,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,89,,,87,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;6280 posEnd=3010;6280 posCurrent=3010;6280 step=1 time=0 phase=340 channel=10 icon=25 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5700 posEnd=3906;5700 posCurrent=3906;5700 step=1 time=0 phase=340 channel=10 icon=3 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;5316 posEnd=3202;5316 posCurrent=3202;5316 step=1 time=0 phase=340 channel=10 icon=30 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;5384 posEnd=2882;5384 posCurrent=2882;5384 step=1 time=0 phase=340 channel=10 icon=25 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;6148 posEnd=642;6148 posCurrent=642;6148 step=1 time=0 phase=340 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;6276 posEnd=898;6276 posCurrent=898;6276 step=1 time=0 phase=340 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;5892 posEnd=1538;5892 posCurrent=1538;5892 step=1 time=0 phase=340 channel=10 icon=3 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2048;5824 posEnd=2048;5568 posCurrent=2048;5716 step=2 time=17 phase=340 channel=1 icon=387 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5508 posEnd=2114;5508 posCurrent=2114;5508 step=1 time=0 phase=340 channel=10 icon=3 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1480 posEnd=4802;1480 posCurrent=4802;1480 step=1 time=0 phase=340 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1480 posEnd=5634;1480 posCurrent=5634;1480 step=1 time=0 phase=340 channel=10 icon=25 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;6276 posEnd=1986;6276 posCurrent=1986;6276 step=1 time=0 phase=340 channel=10 icon=3 diff --git a/worlds/world022.txt b/worlds/world022.txt new file mode 100644 index 0000000..33341c6 --- /dev/null +++ b/worlds/world022.txt @@ -0,0 +1,244 @@ +DescFile: posDecor=3082;4820 dimDecor=100;100 world=0 music=1 region=25 blupiPos=3330;4998 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,397,396,396,396,400,393,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,395,393,391,396,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,393,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,398,397,392,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,394,392,391,396,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,400,392,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,391,396,391,390,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,,395,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,395,393,391,396,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,398,397,393,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,398,397,392,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,394,392,391,396,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,392,392,392,392,393,399,397,396,396,396,400,392,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,391,396,391,396,,,397,396,391,396,400,390,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,393,393,393,392,399,397,396,396,396,400,393,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,399,395,393,391,396,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,398,397,393,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,107 +,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,398,397,392,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,394,392,391,396,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,392,392,392,393,399,397,396,396,396,,394,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,391,396,,,397,396,391,396,391,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,393,393,392,399,397,396,396,396,400,393,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,399,395,393,391,396,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,393,393,393,393,393,393,391,396,393,393,393,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,387,392,392,392,392,,,,,,398,395,,,398,397,393,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,143,143,401,201,201,398,395,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,398,395,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,140,,,201,139,,,,139,76,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,139,401,,,142,,,,,,378,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,,,,141,140,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,139,,,140,142,140,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,401,,,141,143,,378,140,140,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,,,,398,394,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,,,378,143,140,,378,142,143,143,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,394,,,,397,392,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,,,,141,141,,378,139,143,143,,378,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,,,,,397,76,394,392,391,396,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,,,,139,,,142,139,140,,378,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,397,396,396,396,,,394,392,392,392,393,76,397,396,396,396,,394,107 +,,,,,,,,,,,,,,,,,397,396,396,396,391,402,,,,,,140,141,401,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,68,397,396,396,396,,,397,396,396,396,,,397,396,391,396,391,396,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,,,,142,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,398,397,392,396,396,396,396,,,395,393,393,393,392,76,397,396,396,396,,395,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,142,141,,,201,139,,,,139,76,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,400,396,396,396,396,396,396,,,,,,,397,76,395,393,391,396,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,143,142,141,402,201,201,398,394,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,398,397,391,396,396,396,396,,,,,,,395,,,398,397,393,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,392,392,392,392,392,392,391,396,76,394,392,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,398,397,396,396,396,396,396,,,,,,,,,,398,395,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,400,396,396,396,391,396,396,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,403,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,,,,398,394,,,398,394,392,396,398,397,396,396,396,396,396,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,391,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,392,392,392,392,396,400,392,386,393,393,396,76,397,396,396,396,396,391,392,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,393,396,391,398,397,,,398,395,76,397,396,396,396,396,396,396,392,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,391,398,397,,,,,,397,396,396,396,396,396,396,391,392,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,396,396,396,393,76,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,400,400,396,,,,,,395,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,392,392,392,107 +,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,400,400,396,396,,,,,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,398,395,393,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,396,396,396,,,398,394,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,396,396,396,,,398,395,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,400,400,396,396,,,,,,92,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,400,400,396,,,,,,394,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,398,397,391,398,397,,,,,,397,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,392,424,397,391,398,397,,,398,394,76,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,396,76,397,396,400,396,392,392,392,396,76,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,393,76,397,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,401,,395,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,,,378,397,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,335,395,335,397,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,396,402,,394,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,396,392,76,397,396,396,396,396,396,396,396,,395,393,393,396,396,396,396,396,393,393,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,398,387,399,390,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,396,396,396,396,396,396,396,76,201,,378,397,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,76,397,396,396,396,396,396,396,396,76,201,,387,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,335,394,335,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,401,,397,396,396,396,396,396,396,396,392,392,402,,395,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,393,393,393,393,393,393,396,396,396,396,396,396,396,396,396,396,,378,397,396,396,396,396,396,396,396,396,396,392,,,395,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,402,,397,396,396,396,396,396,396,396,396,396,396,392,,,395,393,393,201,201,261,261,263,263,263,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,396,,394,392,392,392,201,397,396,396,396,396,396,396,396,396,396,392,76,397,396,396,396,396,396,396,396,396,396,396,396,392,402,,403,201,,,261,261,201,201,201,201,261,263,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,393,,397,396,396,393,201,395,393,396,393,393,393,393,396,393,393,393,76,397,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,201,201,261,261,401,,,,261,401,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,401,,397,396,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,201,,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,395,396,396,,,,,395,,,,,395,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,,,201,,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,399,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,261,261,,,262,,201,,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,394,400,391,400,396,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,403,201,201,201,261,,201,,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,,398,394,391,428,395,428,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,,,261,,201,,92,91,261 +,,,,,,,,,,,,,,,,,,,,,,,,398,394,396,,,,,397,396,396,396,396,396,396,396,,,,,,,,397,396,396,396,396,,,378,397,396,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,402,,261,402,201,403,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,398,387,396,391,,398,387,399,390,396,396,396,396,396,396,396,392,392,392,392,392,392,392,396,396,396,396,396,,,,397,396,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,262,262,261,261,261,262,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,398,395,396,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,397,396,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,398,395,391,428,394,428,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,394,76,395,393,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,201,201,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,400,391,400,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,397,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,395,399,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,395,76,394,392,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,402,,,397,396,,,,,394,,,,,394,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,396,393,393,393,396,393,393,393,396,393,393,393,393,393,393,393,393,393,393,386,392,427,397,396,,,,,397,,,,,397,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,398,387,,,398,387,,,398,387,,,398,395,401,51,398,395,,51,398,395,401,51,,,,51,,,,51,398,395,,397,396,392,392,392,392,396,392,392,392,392,396,392,392,392,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,,,,,,,,51,398,394,,51,398,394,,51,398,394,,51,398,394,,51,398,394,,51,398,394,402,,398,394,,,398,394,402,51,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,392,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,261,261,261,261,261,261,261,261,261,261,261 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,89,,,87,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;4992 posEnd=4480;4992 posCurrent=4480;4992 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5568;5888 posEnd=5568;5888 posCurrent=5568;5888 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;6016 posEnd=5184;6016 posCurrent=5184;6016 step=1 time=0 phase=3568 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5632;5632 posEnd=5632;5632 posCurrent=5632;5632 step=1 time=0 phase=3568 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;5632 posEnd=5696;5632 posCurrent=5696;5632 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;5568 posEnd=5696;5568 posCurrent=5696;5568 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;5632 posEnd=5248;5632 posCurrent=5248;5632 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;5632 posEnd=4992;5632 posCurrent=4992;5632 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;5632 posEnd=4928;5632 posCurrent=4928;5632 step=1 time=0 phase=3568 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;5632 posEnd=4864;5632 posCurrent=4864;5632 step=1 time=0 phase=3568 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;5568 posEnd=4928;5568 posCurrent=4928;5568 step=1 time=0 phase=3568 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;5632 posEnd=4800;5632 posCurrent=4800;5632 step=1 time=0 phase=3568 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;3328 posEnd=5120;3328 posCurrent=5120;3328 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;3328 posEnd=5184;3328 posCurrent=5184;3328 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5632;3392 posEnd=5632;3392 posCurrent=5632;3392 step=1 time=0 phase=3568 channel=1 icon=32 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2;5768 posEnd=2;5768 posCurrent=2;5768 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5440;5952 posEnd=5440;5760 posCurrent=5440;5767 step=2 time=29 phase=3568 channel=1 icon=261 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5120;5696 posEnd=5120;5504 posCurrent=5120;5511 step=2 time=29 phase=3568 channel=1 icon=261 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4616 posEnd=4418;4616 posCurrent=4418;4616 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;3780 posEnd=5954;3780 posCurrent=5954;3780 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3780 posEnd=5314;3780 posCurrent=5314;3780 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=5824;4032 posEnd=5824;3520 posCurrent=5824;3642 step=2 time=61 phase=3568 channel=1 icon=387 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;4100 posEnd=5314;4100 posCurrent=5314;4100 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=6080;3072 posEnd=6080;2752 posCurrent=6080;2899 step=4 time=23 phase=3568 channel=1 icon=387 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;4868 posEnd=4354;4868 posCurrent=4354;4868 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5312;6080 posEnd=5504;6080 posCurrent=5497;6080 step=2 time=29 phase=3568 channel=1 icon=261 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;6276 posEnd=5186;6276 posCurrent=5186;6276 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5576 posEnd=4866;5576 posCurrent=4866;5576 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;6024 posEnd=5122;6024 posCurrent=5122;6024 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=5440;4352 posEnd=5440;4160 posCurrent=5440;4167 step=2 time=29 phase=3568 channel=1 icon=387 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5568;4288 posEnd=5568;4032 posCurrent=5568;4154 step=2 time=21 phase=3568 channel=1 icon=387 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5696;4160 posEnd=5696;3904 posCurrent=5696;4026 step=2 time=21 phase=3568 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2056 posEnd=2690;2056 posCurrent=2690;2056 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1796 posEnd=4802;1796 posCurrent=4802;1796 step=1 time=0 phase=3568 channel=10 icon=34 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1796 posEnd=5634;1796 posCurrent=5634;1796 step=1 time=0 phase=3568 channel=10 icon=221 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1480 posEnd=4802;1480 posCurrent=4802;1480 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1480 posEnd=5634;1480 posCurrent=5634;1480 step=1 time=0 phase=3568 channel=10 icon=24 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2052 posEnd=3074;2052 posCurrent=3074;2052 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;4996 posEnd=3586;4996 posCurrent=3586;4996 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;4868 posEnd=3778;4868 posCurrent=3778;4868 step=1 time=0 phase=3568 channel=10 icon=1 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;1224 posEnd=6082;1224 posCurrent=6082;1224 step=1 time=0 phase=3568 channel=10 icon=24 diff --git a/worlds/world023.txt b/worlds/world023.txt new file mode 100644 index 0000000..40173a7 --- /dev/null +++ b/worlds/world023.txt @@ -0,0 +1,223 @@ +DescFile: posDecor=800;5470 dimDecor=100;100 world=0 music=2 region=28 blupiPos=1218;5766 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,288,288,288,288,288,288,288 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,392,392,284,301,301,301,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,301,284,301,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,393,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,301,284,284,284,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,393,76,395,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,393,393,393,393,396,396,391,396,396,396,396,396,396,396,396,396,396,396,393,393,393,393,396,396,396,396,396,396,396,396,396,396,396,396,396,301,301,301,301,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,,,,395,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,,,403,,397,393,393,393,396,396,396,396,400,396,396,396,396,396,401,,,,395,391,396,396,396,396,396,396,396,396,396,391,396,301,284,284,284,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,397,396,396,396,396,396,396,396,396,391,396,391,396,396,391,396,393,393,401,,,398,394,400,396,,403,,397,396,396,396,245,396,396,396,396,396,,,,,,395,391,396,396,396,396,396,396,396,391,396,396,284,301,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,397,396,396,396,396,396,396,396,396,393,396,396,393,393,393,393,,,,398,394,392,396,422,397,401,394,392,396,391,396,396,245,396,396,396,396,393,,,394,402,,,395,396,396,396,396,396,396,393,393,393,393,301,284,301,284,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,,,,394,396,396,396,396,396,396,396,396,396,384,397,393,401,,57,,,398,394,392,396,393,393,400,393,334,395,393,396,393,393,393,245,393,393,393,393,,,394,396,392,,,,397,396,396,396,396,396,403,,,,287,293,301,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,392,76,394,396,396,396,396,393,389,396,396,391,396,403,395,,,,,,394,392,396,396,396,76,76,76,219,,,398,397,401,,,398,218,,,,,394,389,396,396,392,,,397,393,393,393,396,391,386,400,392,392,,286,284,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,391,,245,245,245,245,245,403,,397,396,396,396,,,,,398,10,76,397,396,396,396,396,,,,,,,398,397,,,,,,,,,,397,396,396,396,396,,378,397,,403,,397,396,,,397,396,,303,284,301,403,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,76,397,396,396,396,396,392,389,396,396,396,391,,,,,,,,397,391,396,396,396,,,,,,,384,395,55,,,,,,398,215,76,397,396,396,396,390,,378,397,400,388,400,396,396,,,397,396,,,287,287,286,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,391,,391,396,396,396,396,396,396,396,396,396,396,55,,,398,10,76,76,397,391,396,396,396,76,76,76,215,,,,,398,219,76,76,76,217,76,76,76,397,396,396,396,390,,378,397,334,397,,397,396,,,397,396,,,,,303,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,76,397,396,396,396,396,396,396,396,396,396,393,,,,,,,,397,396,396,396,396,,,,,,,,,,,398,218,76,76,76,76,76,397,396,396,396,390,,378,397,335,397,,397,396,,,397,396,,,,,286,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,391,,391,396,396,393,396,396,396,396,396,396,401,,,398,10,76,76,76,397,396,396,396,396,76,76,76,220,,,,,398,215,76,76,76,76,76,76,76,397,396,396,396,396,,378,397,,397,336,397,396,,,397,396,,,,,286,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,76,397,396,396,384,391,389,396,396,391,396,55,,,,,,,,397,396,396,396,396,,,,,,,378,218,76,76,76,76,216,,,,,397,396,396,396,396,,,395,400,388,400,393,393,386,400,396,396,,,288,288,286,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,393,400,393,393,393,,,,397,396,396,393,,,398,10,76,76,76,76,397,396,396,396,396,76,76,76,217,,,,,,,394,392,392,392,392,392,389,396,396,396,396,396,,,,,397,,,,,,397,396,,286,301,284,402,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,393,,,,143,401,,,,,397,396,396,401,,,,,,,,,397,396,396,396,396,,,,,,,398,216,76,76,397,396,396,396,396,396,396,396,396,396,396,396,392,391,392,392,396,392,392,392,392,392,396,396,402,303,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,401,,,378,141,,,378,139,375,397,390,396,,,398,10,76,76,76,10,76,397,391,396,396,396,,,,378,215,76,76,76,76,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,391,396,396,396,392,392,284,301,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,143,,,,140,375,140,,397,396,396,59,,,,,,,,,397,396,396,396,396,,,,,,398,219,76,76,76,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,140,,,,139,375,142,,397,396,396,,,,,,,,,,397,396,396,396,396,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,301,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,,,142,,,378,139,375,397,396,396,402,,378,10,402,58,,,394,396,396,396,396,396,402,,,398,394,392,392,245,392,392,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,284,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,392,402,,,140,,,,,,397,391,396,392,392,336,394,392,392,403,394,396,396,396,396,396,396,392,392,392,384,397,391,396,245,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,392,392,392,392,392,,,,395,393,396,391,396,336,397,396,396,391,396,396,396,396,396,396,396,396,396,396,392,396,396,396,245,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,301,301,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,391,396,392,402,,,,395,393,396,,397,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,284,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,391,392,,,,,395,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,284,301,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,402,,403,54,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,287,287,287,287,287 +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,392,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,335,397,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,393,393,393,396,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,387,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,398,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,398,400,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,398,400,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,76,76,387,,398,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,,398,400,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,,,398,400,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,398,400,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,400,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,392,392,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,386,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,87,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,23,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2312 posEnd=770;2312 posCurrent=770;2312 step=1 time=0 phase=1948 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2312 posEnd=962;2312 posCurrent=962;2312 step=1 time=0 phase=1948 channel=10 icon=27 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;2692 posEnd=1090;2692 posCurrent=1090;2692 step=1 time=0 phase=1948 channel=10 icon=30 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=960;5824 posEnd=960;6080 posCurrent=960;5997 step=4 time=13 phase=1948 channel=1 icon=387 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1472;5824 posEnd=1472;5568 posCurrent=1472;5651 step=4 time=13 phase=1948 channel=1 icon=387 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;6212 posEnd=1090;6212 posCurrent=1090;6212 step=1 time=0 phase=1948 channel=10 icon=210 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;6212 posEnd=1474;6212 posCurrent=1474;6212 step=1 time=0 phase=1948 channel=10 icon=221 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;6208 posEnd=1280;6208 posCurrent=1280;6208 step=1 time=0 phase=1948 channel=1 icon=32 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;6020 posEnd=1538;6020 posCurrent=1538;6020 step=1 time=0 phase=1948 channel=10 icon=228 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5508 posEnd=1218;5508 posCurrent=1218;5508 step=1 time=0 phase=1948 channel=10 icon=210 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5508 posEnd=1282;5508 posCurrent=1282;5508 step=1 time=0 phase=1948 channel=10 icon=221 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1088;5248 posEnd=1344;5248 posCurrent=1261;5248 step=4 time=13 phase=1948 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4168 posEnd=1026;4168 posCurrent=1026;4168 step=1 time=0 phase=1948 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4360 posEnd=1730;4360 posCurrent=1730;4360 step=1 time=0 phase=1948 channel=10 icon=27 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;4164 posEnd=834;4164 posCurrent=834;4164 step=1 time=0 phase=1948 channel=10 icon=11 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4228 posEnd=2754;4228 posCurrent=2754;4228 step=1 time=0 phase=1948 channel=10 icon=11 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3332 posEnd=1794;3332 posCurrent=1794;3332 step=1 time=0 phase=1948 channel=10 icon=228 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3268 posEnd=1602;3268 posCurrent=1602;3268 step=1 time=0 phase=1948 channel=10 icon=228 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1088;3072 posEnd=1216;3072 posCurrent=1196;3072 step=2 time=17 phase=1948 channel=1 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;4488 posEnd=770;4488 posCurrent=770;4488 step=1 time=0 phase=1948 channel=10 icon=27 diff --git a/worlds/world024.txt b/worlds/world024.txt new file mode 100644 index 0000000..99e4876 --- /dev/null +++ b/worlds/world024.txt @@ -0,0 +1,261 @@ +DescFile: posDecor=700;3700 dimDecor=100;100 world=0 music=6 region=28 blupiPos=1026;4038 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,393,393,396,396,396,396,396,396,396,393,393,391,393,393,396,396,396,391,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,397,396,396,396,396,396,396,,,,,,395,393,396,396,393,393,396,393,393,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,395,396,396,396,396,396,396,,,,387,,403,,395,396,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,,395,396,396,396,396,396,,394,402,,,394,,,395,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,138,,,,395,396,396,396,396,400,396,392,392,392,396,402,,,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,393,138,378,394,,,395,396,396,396,,397,396,391,396,396,392,392,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,138,,,397,392,,,395,396,396,,397,396,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,138,378,387,396,396,392,,,395,396,,397,396,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,138,,,397,396,396,392,,,397,,397,396,396,396,396,400,396,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,378,397,396,396,396,392,400,396,400,396,396,396,396,396,400,396,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,,397,396,396,396,393,399,395,336,395,396,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,392,,,397,396,396,396,401,,,,,397,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,393,,,397,396,396,396,,,,,,397,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,,395,396,396,396,,,,,,397,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,,,92,397,396,396,,,,,,397,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,397,396,396,,,,92,397,396,396,,,,,,397,396,396,396,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,397,396,396,,,,394,396,396,396,402,,,,,397,396,396,396,400,393,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,51,54,,,,,,,,,,,,,,,397,396,396,392,,,397,396,396,396,392,335,394,334,394,396,396,396,396,,,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,,,,,,,,,397,396,396,393,,,397,396,396,396,396,400,396,400,396,396,396,396,396,400,392,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,401,53,,10,,,,,,,,,,,,,,397,396,396,,,,397,396,396,396,396,,397,,395,393,396,396,396,400,391,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,10,388,386,386,392,386,386,388,392,386,386,388,392,386,393,393,396,,,,397,396,396,396,396,,397,,,,395,393,396,400,393,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,60,10,55,,,395,,,,395,401,,,395,401,,,395,,,394,396,396,396,396,396,,397,392,,,,,397,,,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,138,,,73,,394,402,,,394,,403,,394,402,,,394,,403,,394,396,396,396,396,396,396,,397,396,392,392,,,397,400,392,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,378,10,388,393,386,386,386,393,388,386,386,393,388,386,386,396,392,392,392,396,396,396,396,396,396,396,400,396,391,396,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,402,54,,10,,,,,,,,,,,,,,397,396,396,396,396,388,396,396,396,391,396,,395,393,393,396,,,397,400,391,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,92,91,91,397,,,397,400,391,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,51,53,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,,92,91,91,397,,,397,388,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,392,392,91,91,397,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,391,396,390,91,91,397,,378,397,400,391,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,390,91,91,397,,,397,400,396,,,398,397,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,396,396,396,396,396,396,396,396,396,390,91,91,397,,,397,396,396,392,392,400,396,392,392,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,393,393,393,396,396,396,390,91,91,397,,,397,400,393,393,393,400,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,,92,91,397,391,396,390,91,91,397,,,397,,,,,398,397,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,392,392,91,395,393,393,393,91,91,397,,,397,400,392,,,398,395,393,393,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,91,91,91,91,91,91,91,397,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,91,91,91,91,91,91,91,397,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,391,91,91,394,392,392,392,392,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,91,91,397,396,389,396,390,396,,,397,400,396,,,398,394,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,396,396,396,396,396,91,91,397,396,396,396,396,396,,,397,400,396,,,398,395,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,91,91,397,388,396,396,396,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,91,91,395,393,393,393,396,396,,,397,400,396,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,396,396,396,396,391,396,396,396,388,396,396,396,396,396,396,396,396,91,91,91,91,91,91,397,396,,,397,400,393,,,398,394,392,392,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,393,396,393,393,393,393,393,393,393,393,393,393,393,396,396,396,396,396,396,91,91,91,91,91,91,397,396,,,397,400,,,,398,397,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,393,398,397,,51,,51,,51,,51,,51,398,397,396,391,396,396,396,392,392,392,392,91,91,397,391,,,395,393,392,392,392,392,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,393,,398,397,,51,,51,,51,,51,,51,398,395,393,393,393,393,393,393,393,393,393,91,91,397,396,,,,68,397,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,51,,398,397,,51,,51,,51,,51,,51,,92,91,91,91,91,91,91,91,91,91,91,91,397,396,,,,68,397,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,51,,398,395,,51,,51,,51,,51,,51,,92,91,91,91,91,91,91,91,91,91,91,91,397,396,,,394,392,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,392,,,51,,51,,51,,51,,51,,51,398,394,392,392,388,392,392,392,392,392,392,392,392,396,396,,,397,396,396,396,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,392,398,394,,51,,51,,51,,51,,51,398,397,396,396,396,396,396,391,396,396,396,391,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,392,396,392,392,392,392,392,392,392,392,392,392,392,396,396,396,396,396,396,396,396,396,396,391,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,391,396,396,396,396,396,396,388,396,396,391,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,395,393,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,68,397,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,396,,,,387,393,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,,,,387,393,392,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,392,,,,68,397,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,394,392,392,392,392,392,396,396,,,,394,396,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,392,,,397,388,386,386,386,388,386,392,392,392,392,392,392,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,,,395,393,,,,395,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,388,396,,,,,,394,,,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,393,393,393,393,386,400,400,386,386,393,386,388,400,396,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,389,396,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,375,394,375,394,375,394,375,394,375,394,375,394,375,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,397,,397,,397,,397,,397,,397,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,,397,,397,,397,,397,,397,,397,,397,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,392,396,392,396,392,396,392,396,392,396,392,396,392,396,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,389,396,389,396,389,396,389,396,389,396,389,396,389,396,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,395,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2184 posEnd=1410;2184 posCurrent=1410;2184 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4228 posEnd=1730;4228 posCurrent=1730;4228 step=1 time=0 phase=4793 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4160 posEnd=2498;4160 posCurrent=2498;4160 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4160 posEnd=2562;4160 posCurrent=2562;4160 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4228 posEnd=2754;4228 posCurrent=2754;4228 step=1 time=0 phase=4793 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4228 posEnd=2818;4228 posCurrent=2818;4228 step=1 time=0 phase=4793 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;4160 posEnd=3650;4160 posCurrent=3650;4160 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;4224 posEnd=3778;4224 posCurrent=3778;4224 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;4288 posEnd=3906;4288 posCurrent=3906;4288 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;4352 posEnd=4034;4352 posCurrent=4034;4352 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4416 posEnd=4162;4416 posCurrent=4162;4416 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4480 posEnd=4290;4480 posCurrent=4290;4480 step=1 time=0 phase=4793 channel=10 icon=50 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=256;4224 posEnd=256;3968 posCurrent=256;4199 step=2 time=4 phase=4793 channel=10 icon=73 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1088;3520 posEnd=1152;3520 posCurrent=1126;3520 step=2 time=9 phase=4793 channel=10 icon=79 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2180 posEnd=1730;2180 posCurrent=1730;2180 step=1 time=0 phase=4793 channel=10 icon=228 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4612 posEnd=2562;4612 posCurrent=2562;4612 step=1 time=0 phase=4793 channel=10 icon=221 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3972 posEnd=1026;3972 posCurrent=1026;3972 step=1 time=0 phase=4793 channel=10 icon=34 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3008;3136 posEnd=3200;3136 posCurrent=3008;3136 step=1 time=5 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3200;3008 posEnd=3008;3008 posCurrent=3200;3008 step=1 time=5 phase=4793 channel=1 icon=387 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2436 posEnd=2946;2436 posCurrent=2946;2436 step=1 time=0 phase=4793 channel=10 icon=210 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=2304;4224 posEnd=2304;4096 posCurrent=2304;4211 step=4 time=18 phase=4793 channel=10 icon=73 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2496;4288 posEnd=2496;4224 posCurrent=2496;4275 step=4 time=8 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2560;4224 posEnd=2560;4288 posCurrent=2560;4237 step=4 time=8 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2816;4288 posEnd=2816;4224 posCurrent=2816;4275 step=4 time=8 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2752;4288 posEnd=2752;4224 posCurrent=2752;4275 step=4 time=8 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3008;4288 posEnd=3072;4288 posCurrent=3030;4288 step=4 time=4 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3264;4288 posEnd=3392;4288 posCurrent=3303;4288 step=4 time=14 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=4672;4480 posEnd=4672;4736 posCurrent=4672;4694 step=4 time=4 phase=4793 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;5064 posEnd=4930;5064 posCurrent=4930;5064 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4932 posEnd=4930;4932 posCurrent=4930;4932 step=1 time=0 phase=4793 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4804 posEnd=4930;4804 posCurrent=4930;4804 step=1 time=0 phase=4793 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4676 posEnd=4930;4676 posCurrent=4930;4676 step=1 time=0 phase=4793 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4548 posEnd=4930;4548 posCurrent=4930;4548 step=1 time=0 phase=4793 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4292 posEnd=4930;4292 posCurrent=4930;4292 step=1 time=0 phase=4793 channel=10 icon=9 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4424 posEnd=4930;4424 posCurrent=4930;4424 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=896;4672 posEnd=1024;4672 posCurrent=1024;4672 step=3 time=19 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=960;4672 posEnd=1088;4672 posCurrent=1088;4672 step=3 time=19 phase=4793 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;3464 posEnd=258;3464 posCurrent=258;3464 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2180 posEnd=1474;2180 posCurrent=1474;2180 step=1 time=0 phase=4793 channel=10 icon=14 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4616 posEnd=2626;4616 posCurrent=2626;4616 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2440 posEnd=3266;2440 posCurrent=3266;2440 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;4228 posEnd=3330;4228 posCurrent=3330;4228 step=1 time=0 phase=4793 channel=10 icon=14 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4672;4992 posEnd=4672;4864 posCurrent=4672;4992 step=4 time=12 phase=4793 channel=1 icon=387 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;4032 posEnd=1216;4032 posCurrent=1216;4032 step=1 time=0 phase=4793 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=320;4608 posEnd=320;4608 posCurrent=320;4608 step=1 time=0 phase=4793 channel=1 icon=32 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1280;4416 posEnd=1280;4544 posCurrent=1280;4455 step=4 time=14 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1536;4544 posEnd=1536;4416 posCurrent=1536;4505 step=4 time=14 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2240;4544 posEnd=2240;4416 posCurrent=2240;4505 step=4 time=14 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2880;4416 posEnd=2880;4544 posCurrent=2880;4455 step=4 time=14 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=15 stepRecede=66 timeStopStart=2 timeStopEnd=2 posStart=3008;2880 posEnd=3200;2880 posCurrent=3043;2880 step=4 time=54 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=3008;2752 posEnd=3200;2752 posCurrent=3059;2752 step=2 time=16 phase=4793 channel=1 icon=387 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=3008;2624 posEnd=3200;2624 posCurrent=3061;2624 step=2 time=5 phase=4793 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4936 posEnd=4418;4936 posCurrent=4418;4936 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;4808 posEnd=4482;4808 posCurrent=4482;4808 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;5064 posEnd=4418;5064 posCurrent=4418;5064 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4232 posEnd=3266;4232 posCurrent=3266;4232 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4232 posEnd=3394;4232 posCurrent=3394;4232 step=1 time=0 phase=4793 channel=10 icon=27 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=384;4160 posEnd=384;4224 posCurrent=384;4199 step=4 time=4 phase=4793 channel=10 icon=73 diff --git a/worlds/world025.txt b/worlds/world025.txt new file mode 100644 index 0000000..21f842b --- /dev/null +++ b/worlds/world025.txt @@ -0,0 +1,307 @@ +DescFile: posDecor=2700;2000 dimDecor=100;100 world=0 music=8 region=30 blupiPos=3074;2310 blupiDir=1 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,394,392,392,392,392,392,392,392,389,391,392,392,390,388,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,389,396,396,396,396,388,396,391,396,396,390,396,390,396,389,388,396,396,396,396,389,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,391,396,396,396,391,396,390,396,396,393,393,393,389,396,396,388,396,396,396,396,388,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,388,396,389,396,396,388,400,245,,,,395,393,393,393,390,393,393,393,393,393,393,393,393,389,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,396,388,396,396,400,396,,,,,,,,,,,,,,,,398,397,396,396,396,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,388,396,389,393,400,400,396,396,400,391,399,391,,,,,,,,,,,,,,398,397,396,396,396,396,396,396,396,396,396,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,,,,397,396,,,,397,,,,,,,,,,,,,,398,397,396,396,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,388,396,,,,397,393,399,387,386,393,388,392,392,392,392,392,392,392,392,392,386,,,398,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,389,,,,397,304,305,305,305,305,397,396,396,396,396,396,396,396,396,393,,,,394,396,396,389,396,396,396,396,389,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,391,396,,,,397,391,399,391,392,384,397,391,396,396,396,396,396,396,393,,,,,395,396,396,393,393,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,389,388,,,,395,393,399,395,393,399,397,396,396,396,396,396,388,396,,,,,,68,397,396,399,399,400,400,393,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,,,,,,,,,,390,396,396,391,396,396,396,396,,,,,,68,397,396,,,,,,395,388,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,388,396,396,396,,,,,,,,,378,395,396,396,396,396,396,396,396,,,,,387,392,396,396,399,399,387,386,,,395,396,396,396,388,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,389,396,,,,,,,,,,378,397,396,396,396,396,388,388,,,,,,395,393,396,,,,,,,378,395,396,396,388,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,388,396,,,,,,,,,378,387,396,396,396,396,396,396,396,,,,,,,68,397,,,394,,,,,,395,396,396,396,396,388,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,,,,,,,,,,378,397,396,396,396,389,396,389,,,,,,,68,397,399,399,388,,,,,,,395,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,391,396,396,,,,,,,,,378,387,396,396,396,396,396,396,396,,,,,,394,392,396,,,397,,,,,,,,395,396,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,,,,,,,,,,378,397,396,396,396,391,390,396,,,,,,397,396,396,,,395,214,214,,,,,,,395,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,388,396,396,,,,,,,,,378,387,396,396,396,389,396,396,390,,,,,,395,388,396,,,,,214,,,,,,,68,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,389,,,,,,,,,,378,397,396,396,396,396,388,396,,,,,,,398,397,399,388,392,,214,,,,,,,394,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,,,,,,,,,378,387,396,396,391,396,391,396,396,,,,,,394,398,397,,398,397,,,214,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,389,396,396,,,,,,,,,,378,397,396,396,396,388,388,388,,,,,,397,398,397,,398,397,,,214,,,,,,395,393,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,388,392,,,,,,,,378,387,396,396,396,396,396,389,396,392,,,,,395,392,393,,398,397,,,214,,,,,,,68,397,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,388,396,396,396,392,,,,,,,,378,397,396,396,396,396,388,396,396,392,,,,398,395,,,398,397,,,,,,,394,392,392,392,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,391,396,396,392,,,,,,378,394,396,396,396,396,396,388,396,388,388,392,399,399,399,399,399,394,392,396,,,,,,,395,388,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,389,396,396,396,396,392,388,392,392,392,399,397,396,396,396,396,396,396,391,396,396,389,388,392,392,392,392,388,396,396,,,,,,,,395,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,388,396,396,396,396,396,396,396,396,390,396,,397,396,396,396,396,396,396,396,396,396,396,388,396,396,396,396,396,396,396,,,,,,,,,397,389,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,389,396,396,396,396,396,396,388,396,,397,391,396,396,396,396,389,396,396,396,396,396,396,388,388,396,389,396,396,,,,,,,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,396,396,396,391,396,391,396,,397,396,396,396,396,396,396,396,396,389,396,396,396,396,396,396,396,396,396,,,,,,,,,397,389,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,388,396,396,396,396,396,389,390,396,,397,396,396,396,396,396,396,391,396,396,396,396,396,389,396,396,388,396,389,392,392,392,392,392,392,,,397,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,388,391,396,396,396,396,396,396,396,396,396,399,395,393,393,393,393,393,393,393,393,393,393,396,396,396,393,393,393,393,393,393,393,393,393,393,393,,,397,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,398,395,396,396,,,,,,,,,,,,,,388,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,389,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,392,,,,398,395,396,400,392,392,392,392,392,392,388,388,388,388,386,400,393,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,393,393,393,396,396,392,,,,398,395,400,396,396,396,396,396,396,396,396,396,396,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,396,396,396,396,389,396,396,396,396,396,393,,,,397,396,396,392,,,,,,397,396,396,396,396,396,396,396,389,396,,,,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,389,396,396,396,396,396,396,396,391,396,396,,,,,395,393,393,388,388,399,399,399,399,397,389,396,396,389,396,396,396,396,396,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,396,396,391,396,388,396,396,390,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,396,388,389,396,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,397,396,396,396,396,389,396,393,393,393,393,393,393,396,396,,,,,,,,,,,,,,397,396,396,396,396,396,396,396,388,396,,,,397,388,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,395,396,396,396,396,396,396,,,,,,,397,396,,,,,394,392,392,388,388,399,399,399,399,397,396,396,396,396,396,396,391,396,389,,,,397,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,396,396,398,387,388,386,392,400,396,396,392,,,,397,396,396,393,,,,,,397,396,396,396,396,396,396,396,396,396,,,,397,396,396,388,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,391,396,396,,92,91,91,397,400,396,396,396,392,392,392,396,396,393,,,,398,394,400,396,396,396,396,396,396,396,396,396,396,392,392,392,389,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,396,396,386,386,386,91,397,400,393,390,393,393,388,393,393,393,,,,398,394,396,400,393,393,393,393,393,391,393,393,396,396,396,390,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,393,393,,92,91,91,397,,,,,,,,,,,,398,394,396,396,,,,,,,,,,397,388,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,398,387,392,392,396,392,392,392,392,392,392,392,392,392,392,392,392,396,396,396,392,392,392,386,386,388,386,,,397,396,396,396,396,388,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,68,397,396,396,396,396,396,396,396,396,396,396,388,396,396,396,396,396,396,396,396,396,,,,,,,397,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,393,,,,68,397,388,396,389,396,390,396,396,396,396,396,396,396,396,396,388,396,396,396,396,396,,,,,,394,396,390,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,10,,,,68,397,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,388,396,,,,,394,396,396,396,396,396,396,396,396,396,396,396,392,392,392,392,392,392,392,392,392,392,392,392,392,392,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,392,,,,68,397,396,396,396,396,396,396,396,396,390,396,396,396,388,396,396,396,396,396,396,396,,,,,395,388,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,68,397,396,396,393,393,393,393,393,393,393,393,393,393,393,393,393,396,396,396,396,396,,,,,398,397,396,396,396,396,396,396,396,393,393,393,393,393,393,393,393,393,393,393,393,393,393,396,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,393,,,,68,397,396,396,,,,,,,,,,,,,,397,396,388,396,389,,,,,398,395,389,396,396,396,396,396,396,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,10,,,,68,397,388,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,,68,397,396,396,396,396,396,396,,,,,261,261,263,261,261,261,261,261,261,261,397,390,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,392,,,,68,397,396,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,,68,397,396,388,396,396,396,396,,,,,261,261,,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,68,397,396,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,398,394,396,391,396,396,396,396,396,,,,,261,401,,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,378,387,396,390,396,,,,,,,,,,,,,,397,396,396,396,396,,,,,398,397,396,396,396,396,396,390,396,,,,,261,,,263,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,388,,,,378,395,396,396,,,,,,,,,,,,,,397,396,396,396,396,392,392,392,392,400,400,393,393,396,389,396,396,396,,,,,261,,,,263,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,,68,397,396,,,,,,,,,,,,,,397,396,396,396,396,396,388,396,396,,,,,395,393,396,396,396,,,,,261,,,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,,68,397,388,386,386,386,386,386,386,386,386,386,386,386,386,386,396,396,396,396,396,396,396,391,396,,,,,,,395,393,396,,,,,261,,,,,263,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,391,396,,,,,68,397,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,396,396,396,,,,,,,,,397,,,,,261,,,,,,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,,68,397,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,396,396,389,,,,,,,,,397,,,,,403,,,,,262,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,388,,,,,394,388,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,391,396,396,,,,,,394,,,397,,,,,261,262,402,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,,397,396,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,396,396,396,396,396,396,396,391,,,398,387,386,396,,,397,,,,,261,261,262,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,397,396,396,396,,,,,397,396,396,91,91,91,91,91,91,91,91,91,91,91,91,91,397,388,396,396,396,396,396,389,396,,,,92,91,397,,,397,,,,,261,261,261,,,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +386,386,386,386,386,386,386,386,386,386,393,393,393,393,,,,,397,396,391,392,388,386,386,386,386,386,391,386,386,386,392,392,396,396,396,396,396,396,396,396,396,,394,386,386,91,397,,,395,,,,,261,261,261,262,262,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,400,400,391,396,,,,,,,,,,398,397,396,396,391,396,388,388,388,396,396,396,392,393,,92,91,389,,,,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,396,400,400,396,400,392,386,386,386,386,386,386,399,394,393,393,393,393,393,390,393,393,393,393,393,393,,398,387,392,396,392,392,392,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,400,400,245,400,400,396,,,,,,,,397,,,,,,,,,,,,,,,398,397,396,396,390,396,,,,,261,261,261,261,261,261,261,261,261,261,397,396,396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,393,393,391,393,393,393,386,386,388,386,386,386,399,395,386,386,386,386,399,387,392,386,386,391,386,386,386,386,386,393,393,393,393,393,386,386,386,386,386,386,386,386,386,386,386,386,386,386,393,393,393,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,398,397,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,393,386,386,386,386,386,386,386,386,386,389,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,87,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,87,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3076 posEnd=1986;3076 posCurrent=1986;3076 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3076 posEnd=2050;3076 posCurrent=2050;3076 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3076 posEnd=1858;3076 posCurrent=1858;3076 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3012 posEnd=1794;3012 posCurrent=1794;3012 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2948 posEnd=2242;2948 posCurrent=2242;2948 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;2180 posEnd=1922;2180 posCurrent=1922;2180 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2180 posEnd=1858;2180 posCurrent=1858;2180 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2180 posEnd=1794;2180 posCurrent=1794;2180 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1472;2176 posEnd=1408;2176 posCurrent=1408;2176 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2180 posEnd=1346;2180 posCurrent=1346;2180 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2948 posEnd=4930;2948 posCurrent=4930;2948 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1988 posEnd=4802;1988 posCurrent=4802;1988 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1092 posEnd=4674;1092 posCurrent=4674;1092 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3136 posEnd=4416;3136 posCurrent=4416;3136 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3136 posEnd=4480;3136 posCurrent=4480;3136 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;3136 posEnd=4544;3136 posCurrent=4544;3136 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;3712 posEnd=4096;3712 posCurrent=4096;3712 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3840 posEnd=4608;3840 posCurrent=4608;3840 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3840 posEnd=4672;3840 posCurrent=4672;3840 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3072 posEnd=4480;3072 posCurrent=4480;3072 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1092 posEnd=4610;1092 posCurrent=4610;1092 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3776 posEnd=4672;3776 posCurrent=4672;3776 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3776 posEnd=4608;3776 posCurrent=4608;3776 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3520 posEnd=4928;3520 posCurrent=4928;3520 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3392 posEnd=3904;3392 posCurrent=3904;3392 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1092 posEnd=4546;1092 posCurrent=4546;1092 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3456 posEnd=3904;3456 posCurrent=3904;3456 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3136 posEnd=4608;3136 posCurrent=4608;3136 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3520 posEnd=3904;3520 posCurrent=3904;3520 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3520 posEnd=3968;3520 posCurrent=3968;3520 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3456 posEnd=3968;3456 posCurrent=3968;3456 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;3520 posEnd=4032;3520 posCurrent=4032;3520 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;3520 posEnd=4160;3520 posCurrent=4160;3520 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1092 posEnd=4738;1092 posCurrent=4738;1092 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3200 posEnd=4480;3200 posCurrent=4480;3200 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;3200 posEnd=4544;3200 posCurrent=4544;3200 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3200 posEnd=4608;3200 posCurrent=4608;3200 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2822 posEnd=3522;2822 posCurrent=3522;2822 step=1 time=0 phase=641 channel=10 icon=252 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3200 posEnd=4416;3200 posCurrent=4416;3200 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3200 posEnd=4672;3200 posCurrent=4672;3200 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3136 posEnd=4672;3136 posCurrent=4672;3136 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;3456 posEnd=4160;3456 posCurrent=4160;3456 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;3456 posEnd=4224;3456 posCurrent=4224;3456 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;3520 posEnd=4224;3520 posCurrent=4224;3520 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3520 posEnd=4352;3520 posCurrent=4352;3520 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3520 posEnd=4608;3520 posCurrent=4608;3520 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;3520 posEnd=4672;3520 posCurrent=4672;3520 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;3456 posEnd=4608;3456 posCurrent=4608;3456 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3072 posEnd=4416;3072 posCurrent=4416;3072 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3072 posEnd=4352;3072 posCurrent=4352;3072 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;2304 posEnd=3392;2304 posCurrent=3392;2304 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3456 posEnd=4928;3456 posCurrent=4928;3456 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3008 posEnd=4352;3008 posCurrent=4352;3008 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3008 posEnd=4416;3008 posCurrent=4416;3008 step=1 time=0 phase=641 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;3008 posEnd=4480;3008 posCurrent=4480;3008 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;3008 posEnd=4544;3008 posCurrent=4544;3008 step=1 time=0 phase=641 channel=1 icon=34 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3716 posEnd=4034;3716 posCurrent=4034;3716 step=1 time=0 phase=641 channel=10 icon=7 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;2760 posEnd=4738;2760 posCurrent=4738;2760 step=1 time=0 phase=641 channel=10 icon=21 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1348 posEnd=1474;1348 posCurrent=1474;1348 step=1 time=0 phase=641 channel=10 icon=7 +MoveObject: type=17 stepAdvance=75 stepRecede=75 timeStopStart=47 timeStopEnd=47 posStart=4480;1664 posEnd=4672;1984 posCurrent=4672;1984 step=3 time=21 phase=641 channel=10 icon=88 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=3072;2176 posEnd=3072;1792 posCurrent=3072;2026 step=4 time=22 phase=641 channel=1 icon=387 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=3136;2176 posEnd=3136;1792 posCurrent=3136;2026 step=4 time=22 phase=641 channel=1 icon=387 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1920;2112 posEnd=1728;2112 posCurrent=1728;2112 step=4 time=0 phase=641 channel=1 icon=387 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3140 posEnd=2946;3140 posCurrent=2946;3140 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2308 posEnd=2114;2308 posCurrent=2114;2308 step=1 time=0 phase=641 channel=10 icon=7 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=960;2176 posEnd=1024;2176 posCurrent=1024;2176 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2694 posEnd=3714;2694 posCurrent=3714;2694 step=1 time=0 phase=641 channel=10 icon=252 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3076 posEnd=2114;3076 posCurrent=2114;3076 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=960;1920 posEnd=1024;1920 posCurrent=1024;1920 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3141 posEnd=3202;3141 posCurrent=3202;3141 step=1 time=0 phase=641 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;3141 posEnd=3138;3141 posCurrent=3138;3141 step=1 time=0 phase=641 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3141 posEnd=3074;3141 posCurrent=3074;3141 step=1 time=0 phase=641 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3141 posEnd=3010;3141 posCurrent=3010;3141 step=1 time=0 phase=641 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3141 posEnd=3266;3141 posCurrent=3266;3141 step=1 time=0 phase=641 channel=10 icon=131 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1736 posEnd=3202;1736 posCurrent=3202;1736 step=1 time=0 phase=641 channel=10 icon=21 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3392 posEnd=4928;3392 posCurrent=4928;3392 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;2304 posEnd=2816;2304 posCurrent=2816;2304 step=1 time=0 phase=641 channel=1 icon=32 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;2822 posEnd=3586;2822 posCurrent=3586;2822 step=1 time=0 phase=641 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2758 posEnd=3650;2758 posCurrent=3650;2758 step=1 time=0 phase=641 channel=10 icon=252 +MoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=4800;1472 posEnd=4800;1984 posCurrent=4800;1482 step=2 time=1 phase=641 channel=1 icon=387 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2372 posEnd=5058;2372 posCurrent=5058;2372 step=1 time=0 phase=641 channel=10 icon=17 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1024;1792 posEnd=960;1792 posCurrent=960;1792 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=960;1664 posEnd=1024;1664 posCurrent=1024;1664 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1024;2048 posEnd=960;2048 posCurrent=960;2048 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1160 posEnd=1026;1160 posCurrent=1026;1160 step=1 time=0 phase=641 channel=10 icon=21 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;3844 posEnd=4354;3844 posCurrent=4354;3844 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3844 posEnd=4290;3844 posCurrent=4290;3844 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3844 posEnd=4546;3844 posCurrent=4546;3844 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3908 posEnd=4418;3908 posCurrent=4418;3908 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3844 posEnd=4482;3844 posCurrent=4482;3844 step=1 time=0 phase=641 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;1028 posEnd=3522;1028 posCurrent=3522;1028 step=1 time=0 phase=641 channel=10 icon=7 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1024;1536 posEnd=960;1536 posCurrent=960;1536 step=3 time=3 phase=641 channel=1 icon=387 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1160 posEnd=1090;1160 posCurrent=1090;1160 step=1 time=0 phase=641 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1160 posEnd=962;1160 posCurrent=962;1160 step=1 time=0 phase=641 channel=10 icon=21 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3712;832 posEnd=3712;1024 posCurrent=3712;832 step=2 time=0 phase=641 channel=10 icon=70 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3968;832 posEnd=3968;1024 posCurrent=3968;832 step=2 time=0 phase=641 channel=10 icon=70 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1732 posEnd=3010;1732 posCurrent=3010;1732 step=1 time=0 phase=641 channel=10 icon=125 +MoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=4928;2368 posEnd=4928;2944 posCurrent=4928;2869 step=2 time=47 phase=641 channel=1 icon=387 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=5056;1984 posEnd=5056;2368 posCurrent=5056;2134 step=4 time=22 phase=641 channel=1 icon=387 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4672;1792 posEnd=4608;1792 posCurrent=4672;1792 step=1 time=1 phase=641 channel=10 icon=79 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=4672;1600 posEnd=4544;1600 posCurrent=4672;1600 step=1 time=9 phase=641 channel=10 icon=86 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4672;1536 posEnd=4608;1536 posCurrent=4672;1536 step=1 time=1 phase=641 channel=10 icon=79 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=4544;1408 posEnd=4672;1408 posCurrent=4544;1408 step=1 time=9 phase=641 channel=10 icon=86 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4608;2048 posEnd=4672;2048 posCurrent=4608;2048 step=1 time=1 phase=641 channel=10 icon=82 diff --git a/worlds/world030.txt b/worlds/world030.txt new file mode 100644 index 0000000..caf40e6 --- /dev/null +++ b/worlds/world030.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=1150;4900 dimDecor=100;100 world=0 music=0 region=16 blupiPos=1282;5254 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,109,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,150,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,35,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,35,156,35,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,149,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,195,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,195,182,193,174,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,194,182,195,175,195,192,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,182,195,176,193,186,195,186,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,177,193,187,195,186,193,187,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,194,186,194,188,194,189,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,195,190,195,186,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,193,188,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,150,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,35,35,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,156,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,37,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,107,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,108,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world031.txt b/worlds/world031.txt new file mode 100644 index 0000000..9631256 --- /dev/null +++ b/worlds/world031.txt @@ -0,0 +1,255 @@ +DescFile: posDecor=0;5270 dimDecor=100;100 world=0 music=1 region=16 blupiPos=130;5510 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,156,156,35,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,192,156,156,156,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,35,156,156,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,156,35,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,187,192,156,35,156,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,189,186,156,156,35,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,35,156,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,186,156,156,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,186,186,35,156,156,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,191,187,192,35,35,35,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,186,156,156,156,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,186,186,35,35,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,189,190,186,156,35,156,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,188,186,156,35,35,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,186,35,35,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,186,35,35,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,192,156,156,156,35,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,187,190,35,35,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185,35,156,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,186,186,192,185,156,35,35,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,188,188,186,198,185,35,35,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,189,186,198,156,156,156,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,187,198,36,35,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,187,198,198,198,187,189,186,186,189,198,36,35,156,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,189,187,186,186,186,188,186,186,198,156,156,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,189,186,198,35,35,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,198,36,156,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,144,155,,,,,,,75,,,,,,,,,,,151,156,156,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,35,35,144,155,,,,,36,144,144,144,144,144,155,,,,147,35,35,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,156,35,35,146,185,146,144,35,156,156,156,35,35,156,155,,,,152,156,156,35,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,156,35,156,154,,,36,35,35,156,156,35,35,156,35,144,155,,,36,35,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,35,156,37,,,,36,156,35,156,35,156,156,156,35,156,156,144,76,35,156,156,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,35,76,76,76,156,156,35,35,156,156,156,156,35,35,156,37,,36,35,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,156,145,145,37,,,,36,35,35,156,35,35,156,35,35,35,35,35,144,156,35,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,154,,,38,,,147,156,156,35,35,156,156,156,156,156,35,156,35,35,156,156,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,37,,,,74,,,,36,35,156,35,35,156,156,156,156,35,156,35,35,35,35,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,37,,,,,,,,36,156,156,156,156,156,156,35,156,35,35,35,35,156,35,35,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,76,76,76,148,,147,185,156,35,35,156,156,156,35,35,35,35,156,35,156,156,35,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,37,,,,,,,,36,35,156,156,35,156,156,35,35,35,156,156,35,156,156,156,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,37,,,,147,76,76,76,35,35,156,156,35,35,156,156,156,35,156,35,35,35,35,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,37,,,,,,151,185,156,156,35,35,35,35,35,35,156,156,156,35,35,156,156,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,37,,,,,,152,185,156,156,35,35,156,35,35,156,156,35,156,35,35,35,156,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,37,,,,147,76,76,76,36,35,156,35,156,156,156,35,35,35,35,156,35,35,35,35,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,155,,,,,147,76,36,156,35,156,35,35,35,156,35,156,156,35,35,35,156,35,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,156,150,,,,,,36,35,35,156,156,156,156,35,156,35,35,35,35,156,35,35,156,156,35,156,144,144,144,144,150, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,37,,,,,,36,156,156,156,35,156,35,35,156,35,35,35,156,35,156,35,35,35,35,156,35,156,35,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,144,150,,,,36,35,156,156,156,35,35,35,35,156,156,156,156,35,156,35,35,156,156,156,156,35,156,156,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,35,156,156,156,144,155,,36,156,156,156,35,35,35,35,156,156,35,35,156,35,156,35,156,156,35,156,156,156,35,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,35,156,35,156,76,156,35,35,156,35,156,35,156,35,35,35,35,156,156,35,156,156,35,156,156,35,156,156,156,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,35,156,156,156,35,421,156,156,156,156,35,35,156,156,35,156,35,156,35,156,156,35,145,156,35,35,35,35,156,156,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,35,156,37,,36,35,156,156,35,35,156,156,35,35,156,156,35,156,156,145,76,35,156,156,156,156,156,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,35,35,35,76,145,145,145,145,145,145,145,145,145,145,145,145,145,145,154,,,36,35,156,35,156,156,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,156,156,35,156,156,144,144,144,144,144,144,144,144,144,144,144,144,144,144,150,,,,36,35,35,35,35,156,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,35,156,35,35,156,156,35,35,35,35,35,156,35,145,145,145,145,145,35,156,198,144,76,35,156,35,156,35,156,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,35,156,156,35,35,35,35,35,156,156,156,35,156,154,,,,,,198,185,185,35,144,35,156,156,35,156,35,156,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,156,156,156,156,35,156,156,35,35,156,35,154,,,,,,,198,35,156,35,156,156,35,156,156,35,35,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,156,156,156,35,35,35,35,35,35,156,37,,,,,,,190,198,35,156,35,156,35,156,35,35,156,35,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,156,156,35,156,35,156,156,35,156,154,,,,,196,186,186,192,156,156,35,35,156,156,156,35,156,156,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,154,,,,,,193,186,188,186,156,156,35,35,35,35,35,35,35,35,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,186,186,156,156,35,156,156,35,35,35,35,156,35,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,187,156,35,156,35,35,156,156,35,35,35,156,37, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,35,156,156,156,156,35,145,145,145,145,149, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,35,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,35,35,156,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,187,156,156,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,187,186,35,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,189,186,35,35,35,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,156,156,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,35,35,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,189,186,156,156,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,187,186,156,35,35,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,187,186,35,35,156,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,189,35,35,35,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,188,156,35,35,35,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,198,186,156,35,156,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,187,186,187,156,35,156,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,187,187,156,35,35,35,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,189,189,156,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,35,156,35,35,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,35,156,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,187,156,156,35,156,35,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,198,198,198,198,198,186,156,35,156,156,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,192,35,35,156,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,198,198,198,198,189,35,35,35,156,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,35,35,156,35,35,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,186,156,35,35,35,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,186,188,186,186,187,188,186,187,156,35,156,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,187,189,186,187,186,186,186,189,186,156,35,156,156,156,35,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,186,189,186,187,186,186,186,188,189,35,156,156,35,156,156,37,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,156,156,35,156,156,35,156,156,35,35,37,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5380 posEnd=1026;5380 posCurrent=1026;5380 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5380 posEnd=1282;5380 posCurrent=1282;5380 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4612 posEnd=2562;4612 posCurrent=2562;4612 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4548 posEnd=2754;4548 posCurrent=2754;4548 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4676 posEnd=2370;4676 posCurrent=2370;4676 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4420 posEnd=2626;4420 posCurrent=2626;4420 step=1 time=0 phase=394 channel=10 icon=1 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4548 posEnd=2946;4548 posCurrent=2946;4548 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;4548 posEnd=3010;4548 posCurrent=3010;4548 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4676 posEnd=3266;4676 posCurrent=3266;4676 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;5380 posEnd=2178;5380 posCurrent=2178;5380 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;5444 posEnd=4738;5444 posCurrent=4738;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;5444 posEnd=4802;5444 posCurrent=4802;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5444 posEnd=4866;5444 posCurrent=4866;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;5444 posEnd=4930;5444 posCurrent=4930;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;5444 posEnd=5186;5444 posCurrent=5186;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;5444 posEnd=5250;5444 posCurrent=5250;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;5444 posEnd=5314;5444 posCurrent=5314;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;5444 posEnd=5378;5444 posCurrent=5378;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;5444 posEnd=4290;5444 posCurrent=4290;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;5444 posEnd=4354;5444 posCurrent=4354;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;5444 posEnd=4418;5444 posCurrent=4418;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;5444 posEnd=4482;5444 posCurrent=4482;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=5888;5440 posEnd=5888;5120 posCurrent=5888;5370 step=2 time=11 phase=394 channel=1 icon=190 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=128;5312 posEnd=256;5312 posCurrent=256;5312 step=3 time=4 phase=394 channel=10 icon=110 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=448;5376 posEnd=512;5312 posCurrent=456;5368 step=4 time=7 phase=394 channel=10 icon=105 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=768;5312 posEnd=832;5312 posCurrent=776;5312 step=4 time=7 phase=394 channel=10 icon=105 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=704;5184 posEnd=896;5184 posCurrent=808;5184 step=4 time=11 phase=394 channel=10 icon=101 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1280;5248 posEnd=1408;5248 posCurrent=1408;5248 step=3 time=4 phase=394 channel=10 icon=110 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;5512 posEnd=2434;5512 posCurrent=2434;5512 step=1 time=0 phase=394 channel=10 icon=23 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5184;5120 posEnd=5376;5120 posCurrent=5288;5120 step=4 time=11 phase=394 channel=10 icon=101 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;4996 posEnd=5890;4996 posCurrent=5890;4996 step=1 time=0 phase=394 channel=10 icon=32 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;5444 posEnd=5762;5444 posCurrent=5762;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=3904;5376 posEnd=4032;5312 posCurrent=4032;5312 step=3 time=4 phase=394 channel=10 icon=110 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4224;5184 posEnd=4416;5184 posCurrent=4328;5184 step=4 time=11 phase=394 channel=10 icon=101 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4736;5184 posEnd=4864;5184 posCurrent=4864;5184 step=3 time=4 phase=394 channel=10 icon=110 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;5444 posEnd=6018;5444 posCurrent=6018;5444 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5568;5184 posEnd=5760;5184 posCurrent=5672;5184 step=4 time=11 phase=394 channel=10 icon=101 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5764 posEnd=3650;5764 posCurrent=3650;5764 step=1 time=0 phase=394 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5764 posEnd=3778;5764 posCurrent=3778;5764 step=1 time=0 phase=394 channel=10 icon=1 +MoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=1984;5312 posEnd=1984;4864 posCurrent=1984;4960 step=2 time=55 phase=394 channel=1 icon=190 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4420 posEnd=2562;4420 posCurrent=2562;4420 step=1 time=0 phase=394 channel=10 icon=19 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5512 posEnd=4034;5512 posCurrent=4034;5512 step=1 time=0 phase=394 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;5768 posEnd=3586;5768 posCurrent=3586;5768 step=1 time=0 phase=394 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5768 posEnd=3842;5768 posCurrent=3842;5768 step=1 time=0 phase=394 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5128 posEnd=1858;5128 posCurrent=1858;5128 step=1 time=0 phase=394 channel=10 icon=23 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=4288;5376 posEnd=4480;5376 posCurrent=4432;5376 step=2 time=45 phase=394 channel=1 icon=190 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4736;5376 posEnd=4928;5376 posCurrent=4896;5376 step=4 time=5 phase=394 channel=1 icon=190 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5184;5376 posEnd=5376;5376 posCurrent=5376;5376 step=3 time=3 phase=394 channel=1 icon=190 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=6016;4992 posEnd=6080;5120 posCurrent=6080;5120 step=3 time=4 phase=394 channel=10 icon=110 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5760;5248 posEnd=5696;5248 posCurrent=5752;5248 step=4 time=7 phase=394 channel=10 icon=97 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=6016;5312 posEnd=6080;5312 posCurrent=6024;5312 step=4 time=7 phase=394 channel=10 icon=105 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5952;4864 posEnd=5760;4864 posCurrent=5848;4864 step=4 time=11 phase=394 channel=10 icon=93 diff --git a/worlds/world032.txt b/worlds/world032.txt new file mode 100644 index 0000000..414455b --- /dev/null +++ b/worlds/world032.txt @@ -0,0 +1,223 @@ +DescFile: posDecor=782;5770 dimDecor=100;100 world=0 music=10 region=8 blupiPos=1154;6086 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,156,156,35,156,156,156,156,35,37,,,,,,,,,,,,,,,,,38,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,156,156,156,156,35,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,38,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,156,156,156,156,156,35,35,156,156,156,156,37,,,,,,,,,,,,,,,,,38,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,35,156,35,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,38,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,38,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,156,35,35,156,156,156,156,156,156,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,35,144,144,144 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,35,35,156,156,156,35,35,35,35,35,35,156,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,156,156,156,156,156,35,35,156,156,156,156,156,156,35,156,156,156,156,35,35,35,156,156,35,35,35,156,156,35,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,156,156,156,35,35,156,35,156,35,156,156,156,156,156,156,156,156,35,156,156,156,156,156,35,35,156,35,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,156,156,156,156,156,156,156,156,35,156,156,156,35,156,156,156,35,156,35,35,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,156,156,156,156,156,156,156,156,35,35,156,35,156,156,35,156,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,156,156,156,156,156,35,35,156,156,156,35,35,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,156,35,35,156,156,156,35,156,35,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,35,35,156,156,156,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,35,35,156,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,156,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185,185,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,185,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,192,35,185,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,188,186,35,185,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,189,35,185,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,185,185,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,35,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,35,156,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,156,156,35,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,185,156,156,35,35,156,156,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,35,156,35,185,156,156,156,156,35,156,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,156,156,156,156,156,156,185,156,156,35,35,156,156,35,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,156,156,156,156,156,156,156,215,236,218,216,215,217,216,215,216,215,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,,,,,,,,,,,,,,,,,,151,144,156,156,156,156,156,156,35,156,156,156,35,217,,,,,,,,,218,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,155,,,,,,,,,,,,,,,,,,,151,144,156,156,35,156,35,156,156,35,156,156,156,35,35,216,,,,,,,219,235,217,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,76,76,148,,,,,,,,,,,75,,,,151,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,215,,,,,,,,,216,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,154,,,,,,,,,,,151,144,144,35,144,144,144,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,218,217,216,217,215,218,215,217,218,217,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,,,,,,,,36,156,156,156,156,156,156,35,156,35,156,156,156,156,156,156,156,156,156,35,156,35,35,35,156,35,35,156,35,156,156,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74,,,,,,,,151,144,144,144,156,35,35,35,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,156,35,35,156,35,156,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,35,35,156,35,156,35,156,156,35,156,156,35,35,156,156,156,156,156,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,156,156,35,156,156,156,156,35,156,35,156,156,156,156,156,156,156,156,156,156,35,156,35,156,35,35,35,35,35,156,35,156,35,156,35,35,156,35,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,35,35,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,35,35,35,156,35,35,156,35,35,35,35,156,156,35,35,156,35,35,35,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,155,,,36,156,156,35,35,156,156,156,156,156,156,156,156,156,156,156,156,156,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,35,144,144,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,35,156,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,35,35,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,35,35,35,156,35,156,156,156,156,156,35,156,156,156,156,35,156,35,35,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,156,35,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,156,156,156,156,156,156,156,156,156,156,156,156,35,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,155,,36,156,156,156,156,156,156,156,156,156,35,156,156,156,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,185,144,156,35,144,156,156,156,156,156,156,156,156,156,156,35,156,156,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,201,,,,,,40,,,,151,185,156,156,185,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,38,,,,40,,201,201,144,144,35,185,185,35,185,156,156,156,156,156,156,156,156,156,156,156,156,35,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,40,,,,201,,151,144,35,144,145,201,35,156,156,35,185,185,185,156,156,156,156,35,156,156,35,35,156,156,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,201,,151,144,35,144,35,156,156,37,,,36,156,156,156,35,156,185,156,156,156,35,35,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,196,186,35,144,35,35,35,35,35,156,156,37,,151,35,156,156,156,156,35,185,156,156,35,35,156,35,156,156,156,145,145,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,196,186,189,156,156,35,156,156,156,156,35,185,185,,152,145,156,156,156,35,156,185,145,156,156,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,194,186,192,156,156,156,156,156,156,185,185,185,37,,,,152,156,156,156,37,,,36,156,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,197,187,186,156,35,35,185,185,185,185,156,156,156,144,150,,,36,35,156,37,,,36,35,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,197,188,156,156,185,185,185,35,156,156,156,35,156,156,150,,36,156,35,37,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,36,35,185,35,156,156,156,35,156,156,156,156,37,,36,156,156,156,144,144,156,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,196,189,186,35,185,185,35,156,80,84,83,82,81,78,81,83,201,156,156,156,156,35,156,156,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,196,186,186,186,198,35,185,156,35,156,81,78,81,81,79,79,79,84,,36,156,35,156,156,156,156,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,194,190,187,186,198,185,185,35,35,156,79,82,80,82,84,81,79,82,,36,156,156,156,156,156,35,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,193,186,186,189,198,156,35,156,156,35,84,82,84,80,81,84,79,78,201,78,82,84,80,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,195,188,186,188,186,156,156,156,156,156,82,79,80,80,82,82,80,81,201,82,83,82,78,84,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,194,186,187,186,186,156,156,35,84,78,78,80,82,81,79,79,81,78,201,83,78,82,80,83,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,197,186,186,186,192,35,156,156,84,84,84,82,4,22,4,80,84,88,,,81,84,81,82,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,197,189,186,186,156,156,35,82,78,84,81,4,,4,78,84,,,,79,80,84,81,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,36,35,156,156,156,79,83,78,83,4,22,4,84,304,305,305,305,3,84,83,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,36,156,35,156,156,78,84,82,83,84,,83,79,80,,,,83,79,84,80,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,151,156,156,156,156,156,82,78,80,78,80,201,81,82,81,,,,78,83,84,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,151,156,156,156,156,156,156,82,80,83,84,81,201,82,78,304,305,305,305,3,82,81,82,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,151,156,156,156,156,156,156,156,83,78,79,79,84,,78,84,84,,,,81,81,83,81,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,36,156,156,156,156,156,156,35,82,84,81,81,84,200,80,84,78,89,,,84,78,80,82,79,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +155,,,196,186,156,156,156,156,156,156,156,35,83,81,82,84,79,,201,201,80,79,78,201,82,83,78,81,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,151,156,156,156,156,156,156,35,35,156,156,78,78,79,83,81,,201,,,,78,201,82,80,83,78,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,334,156,156,156,156,35,156,35,156,156,35,156,84,82,80,81,,,201,,,,,,3,82,83,78,80,83,83,81,80,83,80,78,84,84,84,79,80,79,82,84,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,152,35,156,35,156,35,156,156,156,156,156,84,84,83,79,84,82,81,80,82,84,82,79,84,84,80,82,84,83,78,79,82,80,83,83,81,78,78,84,82,79,82,78,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,92,156,156,35,156,156,156,156,35,156,81,79,81,82,81,79,79,80,83,79,84,79,80,84,78,78,80,84,84,84,81,84,81,80,78,80,78,82,81,78,83,84,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,152,156,156,156,156,156,156,156,156,156,78,80,82,78,80,78,83,78,78,81,78,84,81,78,84,84,80,83,80,80,81,80,80,78,81,78,83,79,79,78,78,82,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,155,,,152,145,156,156,156,156,156,156,156,80,82,82,79,80,84,84,78,79,78,80,79,78,81,78,81,78,83,82,78,81,83,83,80,84,83,80,83,84,83,82,83,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,155,,,,36,35,156,156,156,156,35,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,80,82,83,82,81,79,83,84,83,81,84,80,82,83,80,80,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,37,,,,152,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,35,156,156,156,78,78,84,81,83,82,83,80,80,78,82,82,81,78,84,79,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,155,,,,152,156,156,35,156,156,156,156,156,156,156,156,156,35,156,156,145,145,145,145,156,156,82,,201,,201,,201,,78,78,83,80,81,82,83,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,155,,,,152,35,156,156,156,156,145,145,145,156,156,156,156,35,37,,,403,,36,156,84,,201,,201,,201,,81,84,231,231,231,82,83,84,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,156,155,,,,152,145,35,156,37,,403,,152,156,156,145,145,149,,151,150,,36,156,84,,201,,201,,201,,201,201,201,,231,83,83,82,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,156,156,156,144,155,,,,152,145,156,336,37,,,152,149,401,,,,36,37,,36,156,84,,201,,201,,201,,83,82,231,231,231,84,79,81,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,35,156,35,156,155,,,,,74,,36,150,402,,403,,151,144,144,35,37,,152,149,201,201,84,84,84,81,81,83,83,83,83,80,78,79,82,79,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,156,35,35,35,35,155,,,,,,36,35,144,144,144,144,156,156,156,35,37,402,,,201,78,84,81,82,82,79,81,83,79,84,80,82,82,78,78,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,156,35,35,156,35,156,144,144,144,144,144,156,156,35,35,156,156,35,35,156,35,156,144,144,144,84,82,78,81,83,78,82,82,84,81,80,84,78,82,78,84,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,156,35,35,156,35,35,35,35,35,35,35,156,35,35,35,156,156,156,35,156,156,156,35,35,156,79,78,79,80,83,80,82,81,82,82,82,84,81,83,84,83,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,25,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,24,,,,,,,24,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=2752;3968 posEnd=2624;3968 posCurrent=2752;3968 step=1 time=3 phase=903 channel=10 icon=204 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;6024 posEnd=2562;6024 posCurrent=2562;6024 step=1 time=0 phase=903 channel=10 icon=139 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;3336 posEnd=2626;3336 posCurrent=2626;3336 step=1 time=0 phase=903 channel=10 icon=139 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=6080;2048 posEnd=5888;2048 posCurrent=6042;2048 step=2 time=6 phase=903 channel=10 icon=71 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1156 posEnd=4866;1156 posCurrent=4866;1156 step=1 time=0 phase=903 channel=10 icon=229 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4096;384 posEnd=4288;320 posCurrent=4176;358 step=2 time=10 phase=903 channel=10 icon=92 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4480;192 posEnd=4672;256 posCurrent=4560;218 step=2 time=10 phase=903 channel=10 icon=92 +MoveObject: type=20 stepAdvance=112 stepRecede=112 timeStopStart=8 timeStopEnd=8 posStart=5248;192 posEnd=4352;0 posCurrent=4672;68 step=4 time=40 phase=903 channel=10 icon=90 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;1864 posEnd=4290;1864 posCurrent=4290;1864 step=1 time=0 phase=903 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;1864 posEnd=4226;1864 posCurrent=4226;1864 step=1 time=0 phase=903 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;1864 posEnd=4162;1864 posCurrent=4162;1864 step=1 time=0 phase=903 channel=10 icon=22 +MoveObject: type=16 stepAdvance=70 stepRecede=70 timeStopStart=0 timeStopEnd=0 posStart=5440;1536 posEnd=5440;1088 posCurrent=5440;1293 step=2 time=38 phase=903 channel=10 icon=71 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4992;1216 posEnd=4992;960 posCurrent=4992;1088 step=4 time=20 phase=903 channel=10 icon=71 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5184;1216 posEnd=5184;960 posCurrent=5184;1088 step=4 time=20 phase=903 channel=10 icon=71 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;584 posEnd=4610;584 posCurrent=4610;584 step=1 time=0 phase=903 channel=10 icon=22 +MoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=1984;6080 posEnd=1792;6080 posCurrent=1984;6080 step=1 time=7 phase=903 channel=10 icon=61 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5888;2176 posEnd=6080;2176 posCurrent=5926;2176 step=2 time=6 phase=903 channel=10 icon=71 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2564 posEnd=6018;2564 posCurrent=6018;2564 step=1 time=0 phase=903 channel=10 icon=33 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3456;2304 posEnd=3520;2304 posCurrent=3456;2304 step=1 time=7 phase=903 channel=10 icon=87 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;580 posEnd=4482;580 posCurrent=4482;580 step=1 time=0 phase=903 channel=10 icon=209 diff --git a/worlds/world033.txt b/worlds/world033.txt new file mode 100644 index 0000000..ffc7f83 --- /dev/null +++ b/worlds/world033.txt @@ -0,0 +1,266 @@ +DescFile: posDecor=0;5670 dimDecor=100;100 world=0 music=4 region=15 blupiPos=258;5958 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,192,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,190,190,190,190,190,,,,,,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,,190,186,190,190,190,190,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,,190,190,190,190,190,190,190,190,190,190,,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,198,190,401,,,,,,,403,,,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,190,198,190,190,,,,190,198,190,190,190,190,190,190,190,190,402,,,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,,,,,198,198,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,186,190,,190,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,190,,,,190,,,,190,190,401,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,401,,,190,190,,,,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,198,198,190,190,,,,190,190,,,,198,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,198,198,190,,,,,198,190,,,190,190,190,190,190,190,189,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,,,403,,,,190,190,190,,,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,,,,,,190,190,403,190,198,190,,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,,,190,402,,,190,198,190,198,190,,190,190,,403,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,198,190,,,190,190,,,,,190,190,190,,,,,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,,,,198,190,189,,,,190,190,190,,,,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,198,190,190,190,,,,190,190,,,,,190,198,190,,190,190,190,,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,,190,198,190,190,402,,,,,,,,,,190,401,190,198,190,,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,402,190,190,190,190,190,,,,190,190,,,,,,,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,,,190,198,190,190,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,,,,190,190,401,,,,190,198,190,,,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,,,,,,,190,198,190,190,190,190,402,,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,198,190,190,198,198,198,190,,,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,186,190,190,190,190,190,403,190,190,190,198,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,198,190,198,190,190,189,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,401,,190,190,198,198,190,198,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,403,190,,,190,190,,,,198,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,,190,190,198,190,190,,,,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,198,190,190,190,190,190,402,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,,190,190,190,190,198,190,190,198,190,190,401,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,403,198,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,,,,,190,190,401,,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,,,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,198,190,190,,,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,403,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,198,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;5824 posEnd=386;5824 posCurrent=386;5824 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;5696 posEnd=450;5696 posCurrent=450;5696 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;5696 posEnd=514;5696 posCurrent=514;5696 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;5696 posEnd=578;5696 posCurrent=578;5696 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5696 posEnd=642;5696 posCurrent=642;5696 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;5760 posEnd=706;5760 posCurrent=706;5760 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;5760 posEnd=770;5760 posCurrent=770;5760 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5312 posEnd=1282;5312 posCurrent=1282;5312 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;5188 posEnd=1602;5188 posCurrent=1602;5188 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;5188 posEnd=1666;5188 posCurrent=1666;5188 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5188 posEnd=1730;5188 posCurrent=1730;5188 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;5188 posEnd=1794;5188 posCurrent=1794;5188 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5188 posEnd=1858;5188 posCurrent=1858;5188 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4928 posEnd=1410;4928 posCurrent=1410;4928 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;4928 posEnd=1922;4928 posCurrent=1922;4928 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5316 posEnd=4098;5316 posCurrent=4098;5316 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5056 posEnd=2562;5056 posCurrent=2562;5056 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4608 posEnd=2882;4608 posCurrent=2882;4608 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4608 posEnd=2818;4608 posCurrent=2818;4608 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;5960 posEnd=1986;5960 posCurrent=1986;5960 step=1 time=0 phase=123 channel=10 icon=27 +MoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2944;5184 posEnd=3136;5184 posCurrent=3136;5184 step=3 time=3 phase=123 channel=10 icon=204 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;5376 posEnd=2754;5376 posCurrent=2754;5376 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5316 posEnd=3842;5316 posCurrent=3842;5316 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5316 posEnd=3906;5316 posCurrent=3906;5316 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4992 posEnd=2818;4992 posCurrent=2818;4992 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;5120 posEnd=3074;5120 posCurrent=3074;5120 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4928 posEnd=1794;4928 posCurrent=1794;4928 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;4928 posEnd=2178;4928 posCurrent=2178;4928 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;5760 posEnd=1090;5760 posCurrent=1090;5760 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5760 posEnd=1282;5760 posCurrent=1282;5760 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=44 stepAdvance=24 stepRecede=24 timeStopStart=4 timeStopEnd=4 posStart=448;5952 posEnd=704;5952 posCurrent=448;5952 step=1 time=3 phase=123 channel=10 icon=206 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=1088;5952 posEnd=1216;5888 posCurrent=1194;5899 step=2 time=10 phase=123 channel=10 icon=201 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;5956 posEnd=130;5956 posCurrent=130;5956 step=1 time=0 phase=123 channel=10 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4804 posEnd=2114;4804 posCurrent=2114;4804 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;4548 posEnd=2434;4548 posCurrent=2434;4548 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=1408;4992 posEnd=1536;5056 posCurrent=1514;5045 step=2 time=10 phase=123 channel=10 icon=201 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4932 posEnd=2626;4932 posCurrent=2626;4932 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5572 posEnd=2562;5572 posCurrent=2562;5572 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;5124 posEnd=3586;5124 posCurrent=3586;5124 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5124 posEnd=3650;5124 posCurrent=3650;5124 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;5124 posEnd=2818;5124 posCurrent=2818;5124 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4740 posEnd=2754;4740 posCurrent=2754;4740 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;5188 posEnd=2370;5188 posCurrent=2370;5188 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=44 stepAdvance=30 stepRecede=30 timeStopStart=4 timeStopEnd=4 posStart=2560;5120 posEnd=2880;5120 posCurrent=2774;5120 step=4 time=10 phase=123 channel=10 icon=197 +MoveObject: type=44 stepAdvance=24 stepRecede=24 timeStopStart=4 timeStopEnd=4 posStart=2624;5376 posEnd=2880;5376 posCurrent=2624;5376 step=1 time=3 phase=123 channel=10 icon=206 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;5188 posEnd=3202;5188 posCurrent=3202;5188 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2112;4992 posEnd=2304;5056 posCurrent=2304;5056 step=3 time=3 phase=123 channel=10 icon=204 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=2496;4672 posEnd=2624;4672 posCurrent=2602;4672 step=2 time=10 phase=123 channel=10 icon=201 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4868 posEnd=3266;4868 posCurrent=3266;4868 step=1 time=0 phase=123 channel=10 icon=4 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;4928 posEnd=1858;4928 posCurrent=1858;4928 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5316 posEnd=3970;5316 posCurrent=3970;5316 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5960 posEnd=2114;5960 posCurrent=2114;5960 step=1 time=0 phase=123 channel=10 icon=27 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;5124 posEnd=3714;5124 posCurrent=3714;5124 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5188 posEnd=3778;5188 posCurrent=3778;5188 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;5254 posEnd=3458;5254 posCurrent=3458;5254 step=1 time=0 phase=123 channel=10 icon=178 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5316 posEnd=4034;5316 posCurrent=4034;5316 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5316 posEnd=3778;5316 posCurrent=3778;5316 step=1 time=0 phase=123 channel=10 icon=19 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5120 posEnd=3778;5120 posCurrent=3778;5120 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5120 posEnd=3842;5120 posCurrent=3842;5120 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;4992 posEnd=3650;4992 posCurrent=3650;4992 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;4992 posEnd=3586;4992 posCurrent=3586;4992 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;4992 posEnd=3522;4992 posCurrent=3522;4992 step=1 time=0 phase=123 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4480 posEnd=2498;4480 posCurrent=2498;4480 step=1 time=0 phase=123 channel=10 icon=55 diff --git a/worlds/world034.txt b/worlds/world034.txt new file mode 100644 index 0000000..737e1a3 --- /dev/null +++ b/worlds/world034.txt @@ -0,0 +1,246 @@ +DescFile: posDecor=1300;1200 dimDecor=100;100 world=0 music=2 region=19 blupiPos=1602;1478 blupiDir=1 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,82,79,80,79,83,78,80,79,81,82,80,81,82,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,284,301,284,301,301,284,301,284,284,301,301,301,284,292,288,288,288,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,79,81,79,83,82,78,82,80,80,81,78,78,81,80,80,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,288,294,301,284,301,301,301,301,284,284,301,301,284,301,301,301,284,284,284,301,301,284,292,288,,,,,,, +,,,,,,,,,,,,,262,,,,,,,,,,,,,82,82,83,82,,83,330,,253,92,91,91,91,91,91,78,78,,,,,,,,,,,,,,,,,,,,288,288,288,294,301,301,284,301,284,301,301,284,301,284,291,293,301,301,284,284,301,301,301,284,284,301,301,284,301,301,284,292,,,,,, +262,262,262,262,262,262,262,262,262,262,262,262,262,261,262,262,262,262,262,262,262,283,,,,,82,78,261,81,,,,,252,92,91,91,91,91,91,80,80,,,,,288,,,,,,,,,,,,,,303,284,301,284,301,301,301,301,284,301,284,284,284,284,291,,,293,284,284,284,284,301,301,301,284,284,284,284,284,301,284,301,292,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,262,261,84,261,83,,,,,251,92,91,91,91,91,91,82,84,,,,294,284,292,,,,,,,,,,288,288,288,294,284,301,291,290,290,290,287,287,293,284,284,284,291,,,,286,284,301,284,301,301,295,301,284,284,301,284,284,284,301,301,301,285,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,261,261,261,261,81,,,,,252,92,91,91,91,91,91,81,80,,,294,301,284,284,285,,,,,,,,286,301,284,301,284,301,291,294,284,301,301,292,288,288,293,301,284,285,,,,,293,284,284,301,291,303,284,295,284,301,295,284,301,284,301,301,285,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,109,261,261,261,261,261,,,82,78,80,84,84,82,84,84,82,78,84,,286,301,284,295,301,292,288,288,288,288,288,288,288,294,284,297,293,301,291,294,301,301,201,284,284,301,301,292,293,301,292,,,,,,287,287,287,,,287,,293,284,289,284,301,284,284,301,285,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,107,261,261,261,261,261,,,83,,82,84,79,81,79,81,81,81,84,78,81,301,284,300,301,301,301,301,301,301,284,301,284,284,301,284,285,290,294,301,301,284,284,301,284,284,301,284,292,293,284,302,,,,,324,,,,,,,286,284,285,290,293,301,301,301,292,,,, +261,261,261,261,261,261,261,261,261,261,261,261,263,261,261,261,261,261,261,261,261,,,,107,261,261,261,261,78,,,84,336,81,78,84,80,81,81,84,80,82,78,79,80,284,289,284,301,284,301,284,284,301,291,290,293,284,301,289,284,284,301,301,301,284,284,301,301,301,284,284,302,290,288,,,,,,,,,,,,294,284,289,301,300,284,284,284,284,285,,, +261,261,261,261,261,261,261,261,261,261,261,261,401,261,261,261,261,261,261,261,261,,,,107,261,261,261,261,80,,,,,82,78,79,80,83,80,79,82,82,78,84,284,301,300,301,301,284,284,284,284,301,289,301,289,284,291,286,301,291,293,301,332,293,301,284,284,301,284,284,296,301,301,292,,,,,,,,,,286,284,301,296,301,292,293,301,284,297,,,, +261,261,261,261,261,261,261,261,261,261,261,263,76,263,261,261,261,261,261,261,261,,,,107,261,261,261,83,,,,,,84,78,78,84,81,79,84,83,82,81,82,301,301,292,290,290,290,293,284,291,290,303,284,292,290,288,294,301,292,286,301,302,,293,301,301,301,284,301,301,284,301,301,302,,,,,,,,,286,301,284,284,284,284,296,284,284,284,302,,, +261,261,261,261,261,261,261,261,261,261,263,,,,263,261,261,261,261,261,261,,,,107,261,261,81,84,,,,81,201,83,79,79,81,82,79,83,84,82,83,83,79,284,284,284,284,284,292,290,294,301,296,284,301,301,301,284,301,284,285,287,,,294,301,284,284,284,297,287,293,284,284,302,,,,,,,,,303,301,301,284,284,284,301,301,301,291,,,, +261,261,261,261,261,261,261,261,261,261,403,,,,,261,261,261,261,261,261,,,,107,261,261,79,83,,78,78,78,79,84,81,79,78,84,78,79,80,81,78,82,301,301,284,284,301,284,301,284,301,284,284,284,284,284,284,301,284,291,,,288,286,284,284,284,301,301,301,302,286,301,301,302,,,,,,,,,288,293,284,284,301,301,301,284,301,302,,,, +261,261,261,261,261,261,261,261,261,261,262,,,,262,261,261,261,261,261,261,,,,107,261,261,78,80,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,290,290,290,290,290,290,290,290,290,290,290,290,290,290,287,287,287,,288,294,301,289,284,284,284,284,301,301,285,288,293,301,285,,,,,,,288,303,301,302,293,301,291,293,301,284,284,292,,,, +261,261,261,261,261,263,263,261,261,261,261,262,76,262,261,261,261,261,261,261,261,,,,107,261,261,261,78,84,81,79,79,110,84,81,80,82,84,83,79,80,78,84,301,284,301,284,301,301,284,284,301,301,284,301,284,301,301,285,,288,286,284,301,284,289,301,291,287,293,301,291,294,301,289,284,292,,,,,,294,301,292,290,288,303,284,292,303,284,301,301,301,285,,, +261,261,261,261,261,401,,261,261,261,261,261,403,261,261,261,261,261,261,261,261,,,,107,261,261,261,81,81,81,81,79,110,82,78,,,201,,83,82,84,78,78,284,284,301,301,284,284,284,284,301,284,284,301,284,284,285,294,301,289,301,291,290,294,301,302,,288,290,294,284,301,302,293,301,285,,,,3,301,301,284,284,301,300,284,284,300,301,284,301,301,285,,, +261,261,261,261,261,,,261,263,263,263,263,76,263,263,261,261,261,261,261,261,,,,107,261,261,261,84,83,78,83,81,110,79,84,,,83,,,79,84,,288,290,287,293,301,291,287,293,301,284,284,284,301,301,284,300,301,301,289,284,300,301,301,291,288,303,301,284,284,284,291,,294,301,285,,,294,301,299,301,295,284,291,303,284,291,294,284,301,284,284,285,,, +261,261,261,261,261,,,261,,,,,,,,263,261,261,261,261,261,,,,107,261,261,261,261,81,83,82,81,110,81,,,,83,82,200,80,82,286,301,284,302,294,301,285,288,303,301,301,284,301,284,291,287,286,301,284,289,301,285,287,287,294,301,296,301,291,287,287,,303,301,301,285,,303,301,284,284,291,,287,288,294,284,289,284,301,284,284,301,302,,, +261,261,261,261,261,,,261,,,,,,,,,196,186,186,186,191,187,186,187,107,261,261,261,261,84,201,201,84,110,80,,,83,83,138,,3,82,286,301,301,300,284,284,300,301,300,301,301,284,301,301,302,,3,284,291,,287,,288,286,284,284,301,291,,,,288,,293,301,285,,294,301,291,287,,288,294,284,284,284,300,301,284,301,301,301,302,,, +261,261,261,261,261,,,263,,,,,,,,,193,188,186,190,188,191,186,189,107,261,261,261,261,80,201,201,201,110,84,201,201,81,79,138,,201,,,290,287,,287,287,286,301,302,287,290,287,287,287,,,201,301,302,,288,286,301,300,284,284,291,,,288,303,301,285,,287,,286,284,284,285,288,294,284,301,291,287,290,294,284,284,284,301,284,285,,, +261,261,261,261,261,,,,,,,,,,,,194,189,190,187,186,190,188,186,107,261,261,261,78,81,201,201,201,110,83,,,84,83,138,,201,,286,284,302,,,288,,287,,303,301,285,,,,,201,287,288,294,301,300,301,289,301,291,,288,286,301,302,287,,,,288,288,293,284,300,301,301,284,291,288,294,301,284,301,284,284,301,291,,,, +261,261,261,261,261,,,,,,,,,,,,195,188,187,188,188,186,191,188,107,261,261,261,79,81,201,201,82,110,80,201,201,82,82,138,,201,,,287,,,303,301,285,,288,,287,,,288,,,201,303,301,284,333,294,284,289,301,285,294,301,302,287,,,,288,294,284,284,292,290,294,284,291,290,294,301,284,284,301,301,284,284,284,302,,,, +261,261,261,261,261,,,,,,,,,,,,193,186,186,191,187,186,190,189,107,261,261,261,84,81,82,78,78,110,81,,,79,80,138,,201,,288,288,288,,,290,288,294,284,292,288,288,294,284,292,288,201,294,301,301,301,301,331,294,301,296,284,284,292,288,288,,286,284,301,299,284,284,284,301,301,289,284,301,284,301,301,301,301,284,301,284,285,,,, +261,261,261,261,261,,,,,,,,,,,,195,187,186,186,191,187,190,192,107,261,261,261,80,79,81,,,110,82,201,201,80,84,138,,3,83,284,284,284,292,294,284,301,284,284,284,284,284,284,301,284,301,3,301,301,301,301,284,301,284,301,301,284,284,284,301,284,292,294,301,301,284,301,301,284,284,284,300,284,284,284,301,284,284,301,284,284,291,,,,, +261,261,261,261,261,262,262,262,262,262,262,262,262,262,262,76,193,188,186,187,187,191,330,,107,261,261,261,81,82,82,,,126,81,,,82,79,78,200,79,82,301,284,284,284,284,301,284,301,301,284,284,301,301,284,201,301,284,301,299,301,284,301,284,301,301,284,301,301,301,301,284,301,301,301,284,284,301,284,301,284,301,289,301,301,284,301,284,284,301,301,291,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,333,,194,190,186,186,188,187,,,107,261,261,261,,,82,,,80,80,,,79,79,81,,84,81,79,84,81,284,301,301,301,284,301,284,301,284,301,284,301,301,301,284,301,284,301,301,284,284,284,301,284,284,301,301,301,284,301,284,299,284,301,301,301,284,284,289,284,284,301,301,284,284,291,287,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,76,193,189,186,189,186,186,332,,107,261,261,261,262,,82,80,201,81,84,,,83,82,81,82,79,83,79,84,81,301,284,284,301,301,284,284,284,301,284,301,284,301,301,284,284,284,301,301,301,284,301,284,284,284,284,284,284,301,301,284,301,284,301,301,301,301,284,289,301,284,284,284,291,287,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,194,186,186,189,188,190,188,189,107,261,261,261,261,,84,,,80,83,,,68,78,81,78,81,78,84,81,82,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,195,186,186,187,186,189,191,190,107,261,261,261,261,,,,79,84,81,,,78,83,81,82,78,82,83,81,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,186,186,186,186,191,190,186,190,107,261,261,261,261,262,,,84,,,,80,82,79,78,82,83,78,80,82,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,215,215,215,215,215,215,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,186,186,186,186,186,188,188,186,107,261,261,261,261,83,201,201,201,201,201,201,201,201,81,79,82,80,83,83,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,186,186,186,186,186,186,186,186,107,261,261,261,81,78,84,,,,84,,,78,78,78,84,82,82,83,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,186,186,186,186,186,186,186,186,107,261,261,261,261,82,79,79,83,78,80,78,79,80,79,78,81,82,84,78,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,186,186,186,186,186,186,186,186,107,261,261,261,261,78,84,79,80,78,84,80,78,82,83,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,79,80,84,80,83,83,83,79,83,84,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,83,82,83,80,84,83,84,83,84,215,215,215,215,215,215,215,215,217,217,217,217,217,217,217,217,217,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,84,82,83,83,83,81,215,215,215,215,215,215,215,215,215,215,215,217,,,,,,,,217,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,261,261,261,261,,78,82,83,82,215,215,215,215,215,215,215,215,215,215,215,215,217,,,,,,,,217,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,263,261,261,261,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,201,201,,,,,217,236,236,217,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,201,217,,,,,,,,217,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,,201,,,,,201,217,,,,,,,,217,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,,201,,,,,215,217,217,217,217,217,198,217,217,217,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,215,215,215,215,215,215,215,200,215,215,215,215,215,215,215,216,216,216,216,198,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,,201,,,,,201,,,215,215,215,215,215,215,216,,,,198,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,,201,,,,215,201,,,215,215,215,215,215,215,216,,,,216,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,,201,,,,,201,,,215,215,215,215,215,215,216,,,,216,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,215,200,215,215,215,215,215,215,215,215,215,215,215,215,215,215,216,216,216,216,216,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,107,,215,215,215,215,215,331,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,108,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2564 posEnd=2754;2564 posCurrent=2754;2564 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2564 posEnd=2818;2564 posCurrent=2818;2564 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2564 posEnd=2882;2564 posCurrent=2882;2564 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2752;2176 posEnd=2752;2560 posCurrent=2752;2508 step=2 time=52 phase=351 channel=1 icon=216 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2816;2176 posEnd=2816;2560 posCurrent=2816;2508 step=2 time=52 phase=351 channel=1 icon=216 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2880;2176 posEnd=2880;2560 posCurrent=2880;2508 step=2 time=52 phase=351 channel=1 icon=216 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2308 posEnd=2818;2308 posCurrent=2818;2308 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3396 posEnd=2306;3396 posCurrent=2306;3396 step=1 time=0 phase=351 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3400 posEnd=2562;3400 posCurrent=2562;3400 step=1 time=0 phase=351 channel=10 icon=28 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3208 posEnd=2818;3208 posCurrent=2818;3208 step=1 time=0 phase=351 channel=10 icon=143 +MoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1216;3776 posEnd=1216;2624 posCurrent=1216;3571 step=4 time=148 phase=351 channel=1 icon=10 +MoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1280;3776 posEnd=1280;2624 posCurrent=1280;3571 step=4 time=148 phase=351 channel=1 icon=10 +MoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1344;3776 posEnd=1344;2624 posCurrent=1344;3571 step=4 time=148 phase=351 channel=1 icon=10 +MoveObject: type=1 stepAdvance=180 stepRecede=180 timeStopStart=10 timeStopEnd=10 posStart=1408;3776 posEnd=1408;2624 posCurrent=1408;3571 step=4 time=148 phase=351 channel=1 icon=10 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;2308 posEnd=1218;2308 posCurrent=1218;2308 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2308 posEnd=1346;2308 posCurrent=1346;2308 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2308 posEnd=1474;2308 posCurrent=1474;2308 step=1 time=0 phase=351 channel=10 icon=16 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2304 posEnd=962;2304 posCurrent=962;2304 step=1 time=0 phase=351 channel=10 icon=52 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4360 posEnd=1410;4360 posCurrent=1410;4360 step=1 time=0 phase=351 channel=10 icon=28 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1476 posEnd=1602;1476 posCurrent=1602;1476 step=1 time=0 phase=351 channel=10 icon=126 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1860 posEnd=1666;1860 posCurrent=1666;1860 step=1 time=0 phase=351 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;1992 posEnd=1154;1992 posCurrent=1154;1992 step=1 time=0 phase=351 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1992 posEnd=1346;1992 posCurrent=1346;1992 step=1 time=0 phase=351 channel=10 icon=28 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2116 posEnd=450;2116 posCurrent=450;2116 step=1 time=0 phase=351 channel=10 icon=6 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=256;2112 posEnd=256;1984 posCurrent=256;2112 step=4 time=20 phase=351 channel=10 icon=77 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=576;5120 posEnd=960;5120 posCurrent=778;5120 step=2 time=19 phase=351 channel=1 icon=29 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;4932 posEnd=130;4932 posCurrent=130;4932 step=1 time=0 phase=351 channel=10 icon=225 +MoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=1472;704 posEnd=1088;704 posCurrent=1472;704 step=1 time=3 phase=351 channel=10 icon=109 +MoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=1472;512 posEnd=1088;512 posCurrent=1472;512 step=1 time=3 phase=351 channel=10 icon=109 +MoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=1280;960 posEnd=1280;448 posCurrent=1280;651 step=2 time=29 phase=351 channel=1 icon=262 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;388 posEnd=962;388 posCurrent=962;388 step=1 time=0 phase=351 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5444 posEnd=1026;5444 posCurrent=1026;5444 step=1 time=0 phase=351 channel=10 icon=6 +MoveObject: type=4 stepAdvance=210 stepRecede=210 timeStopStart=20 timeStopEnd=20 posStart=1152;2304 posEnd=1600;2304 posCurrent=1391;2304 step=4 time=98 phase=351 channel=10 icon=67 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=1920;2240 posEnd=1920;1984 posCurrent=1920;2192 step=2 time=6 phase=351 channel=10 icon=96 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=128;2304 posEnd=320;2432 posCurrent=231;2373 step=4 time=21 phase=351 channel=10 icon=82 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;2568 posEnd=1602;2568 posCurrent=1602;2568 step=1 time=0 phase=351 channel=10 icon=28 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;2568 posEnd=1154;2568 posCurrent=1154;2568 step=1 time=0 phase=351 channel=10 icon=192 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;2568 posEnd=1474;2568 posCurrent=1474;2568 step=1 time=0 phase=351 channel=10 icon=192 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1408;576 posEnd=1216;576 posCurrent=1392;576 step=2 time=2 phase=351 channel=10 icon=100 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=1152;640 posEnd=1408;640 posCurrent=1200;640 step=2 time=6 phase=351 channel=10 icon=96 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1344;768 posEnd=1152;768 posCurrent=1328;768 step=2 time=2 phase=351 channel=10 icon=100 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1280;832 posEnd=1408;832 posCurrent=1376;832 step=4 time=4 phase=351 channel=10 icon=102 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;902 posEnd=770;902 posCurrent=770;902 step=1 time=0 phase=351 channel=10 icon=178 diff --git a/worlds/world040.txt b/worlds/world040.txt new file mode 100644 index 0000000..eb1d3f3 --- /dev/null +++ b/worlds/world040.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=750;1550 dimDecor=100;100 world=0 music=0 region=30 blupiPos=898;1670 blupiDir=2 +Decor: +246,246,248,246,248,246,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,274,248,274,249,270,272,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,268,247,268,249,271,265,247,281,,,,,,,,,,,,,,,,,,,,,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,281,266,265,247,247,279,247,281,,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,264,,,266,269,282,247,281,,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,281,,267,265,247,268,247,281,,,,,,,,,,,,,,,,,,,,273,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,267,282,248,279,249,279,248,264,,,,,,,,,,,,,,,,,267,,273,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +265,249,279,249,268,249,279,249,281,,,,,,,,,,,,,,,,265,248,275,247,278,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +273,247,275,248,275,247,275,248,281,,,,,,,,,,,,,,,,267,277,247,246,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,246,248,247,248,249,246,247,281,,,,,,,,,,,,,,,282,247,246,276,277,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,277,248,246,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,273,248,270,266,272,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,282,248,276,,,,272,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,272,247,271,,267,282,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,282,246,248,279,246,268,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,272,247,174,247,279,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,273,248,248,248,279,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,265,246,276,266,280,265,246,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,272,246,182,247,279,246,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,273,248,175,248,268,248,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,248,279,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,282,246,276,266,269,282,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,272,247,182,246,279,246,264,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,282,246,176,247,268,247,275,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,267,273,248,246,248,268,247,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,265,246,247,276,266,269,265,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,266,272,246,182,247,268,248,271,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,282,246,177,248,279,247,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,273,246,246,248,279,246,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,282,247,276,266,280,265,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,282,248,247,182,247,279,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,272,246,178,247,268,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,265,246,248,248,268,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,273,247,270,269,265,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,265,247,248,182,247,279,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,272,246,179,248,275,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,282,247,247,247,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,272,248,270,272,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,266,,282,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world041.txt b/worlds/world041.txt new file mode 100644 index 0000000..372a500 --- /dev/null +++ b/worlds/world041.txt @@ -0,0 +1,260 @@ +DescFile: posDecor=0;2550 dimDecor=100;100 world=0 music=3 region=6 blupiPos=194;2822 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,247,248,249,246,247,249,247,248,248,249,246,247,248,249,246,247,247,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,248,247,249,246,246,246,249,249,270,266,266,266,272,247,249,246,247,249,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,249,248,249,249,249,249,270,,,,,,272,246,247,249,247,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,247,246,247,249,247,246,281,,,,,,282,249,249,246,246,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,248,246,246,248,248,270,,,,267,,,282,248,246,248,249,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,248,246,249,248,249,264,,,282,246,281,,265,248,246,247,248,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,247,246,247,248,247,264,,,265,248,281,,265,246,247,249,246,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,249,247,246,249,247,264,,,282,246,281,,265,249,248,248,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,247,246,248,246,249,249,264,,,,266,,,265,247,248,247,248,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,248,246,249,246,249,270,,,,,,,,282,249,247,246,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,249,248,249,281,,,267,,,,,273,249,247,248,249,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,248,248,246,247,281,,265,248,271,267,267,273,247,249,246,246,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,273,249,247,249,246,249,249,271,,265,246,246,246,249,248,246,248,247,249,246,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,247,248,247,248,249,249,246,249,249,248,249,247,248,247,247,246,249,246,248,247,247,247,247,247,246,246,247,249,249,246,248,248,246,248,249,264,265,248,247,246,248,247,247,247,249,247,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,248,247,248,248,247,246,248,248,248,246,248,246,248,247,249,246,249,247,246,246,246,248,249,246,248,247,248,248,248,248,248,246,246,248,249,249,271,,266,272,248,246,248,248,247,248,246,247,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,249,247,249,248,249,249,247,247,247,246,249,247,248,246,248,247,248,246,248,249,247,248,249,248,247,246,247,249,249,247,246,248,249,249,246,247,271,,,272,246,247,248,246,247,246,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,249,247,248,249,249,248,247,249,246,249,247,247,248,248,249,247,247,246,248,248,247,248,249,249,249,246,247,246,247,249,247,246,248,247,248,247,247,249,264,,265,249,246,246,247,248,246,246,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,247,247,247,246,249,249,248,246,248,249,249,247,249,249,248,247,248,249,246,247,248,246,246,246,247,249,247,246,249,249,249,249,246,248,247,246,248,249,281,,282,249,248,246,248,246,248,249,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,247,249,246,248,247,247,248,246,246,248,247,249,249,248,247,249,247,248,246,249,246,249,248,247,246,249,249,249,248,249,248,249,248,248,248,249,247,271,,,272,246,247,248,249,248,246,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,247,249,247,246,248,248,248,247,246,247,249,247,248,249,246,248,246,248,246,246,249,249,248,249,249,248,247,249,246,249,246,248,247,248,246,249,248,248,271,267,267,266,272,248,247,246,248,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,249,248,247,247,247,247,246,249,247,246,248,246,247,248,246,249,248,248,246,249,248,248,248,248,248,246,249,247,246,248,246,249,249,248,246,248,247,249,247,249,248,271,265,249,249,248,248,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,248,247,246,246,246,246,246,246,270,272,249,247,247,247,247,246,248,246,248,274,246,249,274,247,247,270,272,248,248,249,248,248,246,249,247,248,247,249,247,248,249,246,279,248,249,248,246,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,246,246,247,246,247,248,248,270,,282,247,249,248,249,246,248,246,246,270,282,248,270,265,248,270,,,272,249,247,248,247,249,247,249,248,249,246,249,246,249,247,421,249,246,249,249,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,247,248,246,247,249,249,248,249,281,,282,246,246,274,247,247,247,248,248,281,265,249,264,265,246,264,,,273,248,248,248,246,247,248,248,247,249,249,248,247,249,249,279,247,248,246,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,249,246,249,249,249,249,270,,,282,248,270,,272,247,248,246,248,264,,266,,265,246,264,,282,248,246,247,247,249,246,249,270,280,272,249,248,249,249,247,279,246,249,248,246,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,248,246,247,247,249,247,264,,,265,246,281,,267,280,272,249,246,264,,,,,266,,,,266,272,248,270,280,272,246,279,247,268,248,270,269,272,247,279,249,246,247,246,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,246,247,247,248,248,248,247,264,,,265,247,281,282,246,249,426,246,270,,,,,,,,,,267,267,280,273,248,279,246,279,246,271,280,273,248,271,269,273,248,248,247,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,247,246,248,246,246,248,264,,,265,246,264,265,248,270,282,246,281,,267,,,,267,,,265,248,246,249,249,246,271,269,273,249,249,249,246,249,246,246,248,248,246,246,247,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,249,246,248,248,249,249,281,,,,266,267,273,248,271,267,280,,265,248,264,,265,248,264,,,272,247,248,248,247,249,249,248,247,247,248,246,248,247,247,247,246,248,246,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,248,249,249,246,249,247,249,281,,,,273,246,249,248,247,249,248,281,273,249,264,,265,246,281,,,265,247,248,246,249,249,246,248,246,248,246,246,249,247,249,249,248,246,247,247,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,249,248,247,246,249,247,264,,,282,249,248,248,248,249,248,249,279,249,249,264,267,265,246,271,,,273,249,249,249,249,246,248,248,246,248,249,247,248,247,246,248,247,246,246,248,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,246,249,249,249,248,248,264,,,,92,91,247,249,246,249,246,275,247,247,279,247,268,249,246,271,273,249,249,246,249,246,249,249,246,246,249,248,246,248,246,247,246,249,247,246,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,247,249,247,249,249,248,281,,,,92,91,246,248,247,248,249,246,246,249,275,247,279,247,249,249,248,248,246,247,248,248,247,248,248,248,247,248,248,247,248,249,246,246,249,248,247,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,247,247,246,246,249,246,264,,,,92,91,246,248,246,249,247,247,247,246,248,246,275,246,246,247,248,247,247,248,246,248,246,247,249,248,247,248,246,249,246,247,249,248,249,247,249,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,248,247,249,247,248,249,264,,,,92,91,247,247,249,249,246,248,247,249,249,246,246,246,247,248,249,247,247,247,249,246,249,248,247,248,248,248,246,247,246,248,247,246,247,248,248,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,248,247,247,248,249,246,264,,,,92,91,246,246,249,247,249,246,249,249,246,248,247,246,247,246,248,249,247,248,248,247,248,249,246,247,248,247,247,247,248,248,246,249,246,248,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,246,246,247,248,247,247,264,,,,92,91,249,246,246,247,246,247,249,248,247,246,249,247,247,246,246,248,247,249,248,246,248,248,247,248,270,266,266,266,266,266,272,249,247,249,248,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,246,249,247,247,249,249,281,,,,92,91,248,246,248,249,247,246,248,249,248,248,246,247,249,247,249,249,249,248,248,247,248,247,249,249,264,,,,,,282,247,248,246,247,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,249,248,249,246,247,249,264,,,,92,91,248,249,249,248,247,249,246,248,246,248,247,248,247,249,249,249,249,248,248,248,246,246,248,249,264,,,,,,265,249,248,246,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,247,248,246,247,248,248,248,264,,,,92,91,249,249,249,248,249,248,247,249,246,246,248,246,248,247,249,248,247,247,248,249,247,246,249,248,281,,,,,,265,246,247,248,249,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,247,249,249,249,247,249,264,,,267,92,91,247,247,246,249,248,247,249,248,249,246,247,246,246,248,246,246,246,248,247,248,248,249,249,249,281,,,,,,265,247,246,248,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,248,247,248,246,247,248,248,281,,265,246,246,249,247,249,249,246,247,248,249,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,265,247,247,249,248,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,248,249,249,249,249,247,281,,267,272,249,248,248,249,249,246,247,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,274,246,248,247,247,249,264,265,247,279,248,249,246,248,248,246,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,270,,272,246,249,247,249,281,282,249,279,246,247,246,247,248,249,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,281,,,269,280,269,280,,265,246,279,247,248,247,247,246,247,247,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,271,,273,247,246,248,248,281,282,247,279,248,247,246,249,247,247,246,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,275,248,248,249,246,249,271,273,249,275,249,248,249,249,249,247,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,248,249,247,249,248,248,249,246,248,248,248,246,249,248,247,247,249,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,249,247,246,249,248,246,248,248,249,246,249,246,247,248,246,246,246,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,249,246,249,248,248,246,246,247,247,247,248,248,249,249,246,247,246,246,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,246,248,247,247,246,246,248,248,249,249,247,248,249,249,247,249,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,249,248,247,248,246,246,246,249,248,249,248,249,247,247,248,248,247,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,249,248,249,249,248,248,249,247,248,248,249,246,246,246,249,249,246,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,249,246,246,247,246,247,248,246,249,246,247,248,246,249,249,248,246,249,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1540 posEnd=1538;1540 posCurrent=1538;1540 step=1 time=0 phase=322 channel=10 icon=19 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1860 posEnd=1410;1860 posCurrent=1410;1860 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1540 posEnd=1794;1540 posCurrent=1794;1540 step=1 time=0 phase=322 channel=10 icon=19 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;708 posEnd=1410;708 posCurrent=1410;708 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;708 posEnd=1474;708 posCurrent=1474;708 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;708 posEnd=1538;708 posCurrent=1538;708 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;712 posEnd=3010;712 posCurrent=3010;712 step=1 time=0 phase=322 channel=10 icon=21 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;512 posEnd=3010;512 posCurrent=3010;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1664 posEnd=1410;1664 posCurrent=1410;1664 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1664 posEnd=1922;1664 posCurrent=1922;1664 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1408 posEnd=1858;1408 posCurrent=1858;1408 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1280 posEnd=1538;1280 posCurrent=1538;1280 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1216 posEnd=1730;1216 posCurrent=1730;1216 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;2816 posEnd=640;2816 posCurrent=640;2816 step=1 time=0 phase=322 channel=1 icon=32 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;2564 posEnd=322;2564 posCurrent=322;2564 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2628 posEnd=962;2628 posCurrent=962;2628 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1412 posEnd=2050;1412 posCurrent=2050;1412 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1540 posEnd=2114;1540 posCurrent=2114;1540 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;1220 posEnd=1986;1220 posCurrent=1986;1220 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1348 posEnd=1410;1348 posCurrent=1410;1348 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1540 posEnd=1410;1540 posCurrent=1410;1540 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1796 posEnd=1346;1796 posCurrent=1346;1796 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;1796 posEnd=1986;1796 posCurrent=1986;1796 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;708 posEnd=1602;708 posCurrent=1602;708 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;708 posEnd=1666;708 posCurrent=1666;708 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;708 posEnd=1730;708 posCurrent=1730;708 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;132 posEnd=2882;132 posCurrent=2882;132 step=1 time=0 phase=322 channel=10 icon=32 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;584 posEnd=3010;584 posCurrent=3010;584 step=1 time=0 phase=322 channel=10 icon=21 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;580 posEnd=2882;580 posCurrent=2882;580 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;580 posEnd=2946;580 posCurrent=2946;580 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;580 posEnd=2818;580 posCurrent=2818;580 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1796 posEnd=1538;1796 posCurrent=1538;1796 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1796 posEnd=1730;1796 posCurrent=1730;1796 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2564 posEnd=386;2564 posCurrent=386;2564 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2564 posEnd=450;2564 posCurrent=450;2564 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=64;2752 posEnd=64;2752 posCurrent=64;2752 step=1 time=0 phase=322 channel=1 icon=32 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1860 posEnd=1474;1860 posCurrent=1474;1860 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1860 posEnd=1794;1860 posCurrent=1794;1860 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1860 posEnd=1858;1860 posCurrent=1858;1860 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1860 posEnd=1922;1860 posCurrent=1922;1860 step=1 time=0 phase=322 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1544 posEnd=1346;1544 posCurrent=1346;1544 step=1 time=0 phase=322 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1352 posEnd=1346;1352 posCurrent=1346;1352 step=1 time=0 phase=322 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1288 posEnd=1858;1288 posCurrent=1858;1288 step=1 time=0 phase=322 channel=10 icon=21 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;708 posEnd=2818;708 posCurrent=2818;708 step=1 time=0 phase=322 channel=10 icon=3 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;512 posEnd=2562;512 posCurrent=2562;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;512 posEnd=2498;512 posCurrent=2498;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;512 posEnd=2434;512 posCurrent=2434;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;512 posEnd=2370;512 posCurrent=2370;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;512 posEnd=2306;512 posCurrent=2306;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;512 posEnd=2242;512 posCurrent=2242;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;512 posEnd=2178;512 posCurrent=2178;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;512 posEnd=2114;512 posCurrent=2114;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;512 posEnd=2050;512 posCurrent=2050;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;512 posEnd=1986;512 posCurrent=1986;512 step=1 time=0 phase=322 channel=10 icon=55 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=2112;448 posEnd=2112;768 posCurrent=2112;505 step=2 time=9 phase=322 channel=10 icon=75 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=2304;768 posEnd=2304;448 posCurrent=2304;711 step=2 time=9 phase=322 channel=10 icon=75 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=2368;768 posEnd=2368;448 posCurrent=2368;711 step=2 time=9 phase=322 channel=10 icon=75 diff --git a/worlds/world042.txt b/worlds/world042.txt new file mode 100644 index 0000000..86d431d --- /dev/null +++ b/worlds/world042.txt @@ -0,0 +1,269 @@ +DescFile: posDecor=400;3270 dimDecor=100;100 world=0 music=1 region=20 blupiPos=642;3590 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,,,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,271,273,247,264,,,,,,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,248,246,270,,,,,,273,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,272,249,249,270,,,,,,282,248,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,277,247,271,,267,267,267,267,282,249,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,273,248,248,248,275,246,249,248,248,271,266,272,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,249,247,246,247,248,248,248,246,249,248,248,247,247,247,248,247,248,249,247,248,249,246,247,246,247,247,246,249,247,246,246,248,246,248,246,248,270,272,246,249,248,247,246,249,271,,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,248,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,272,248,270,266,266,266,266,266,272,247,274,246,247,248,270,266,,267,266,272,248,270,277,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,266,282,246,270,266,,267,282,248,271,267,266,273,247,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,282,249,281,,,,,,,,282,246,281,267,265,249,281,277,246,249,275,249,274,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,248,264,,,,,,,,,266,282,247,281,280,265,246,274,249,248,270,282,246,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,249,281,,,,,,,,,,,266,282,247,281,269,265,247,270,267,265,249,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,266,282,247,271,280,273,246,268,247,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,272,249,249,246,270,265,249,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,272,247,276,,273,248,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,265,246,246,275,246,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,266,272,247,247,247,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,,,,,,266,272,248,276,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,247,281,,,,,,,,267,267,267,267,267,267,267,267,267,267,,267,273,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,265,247,264,,,,,,,282,248,248,248,248,246,248,247,246,246,246,421,247,248,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,248,281,,,,,,,,266,266,266,266,266,266,266,266,266,266,,266,272,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,273,246,281,,,,,,,,,,,,,,,,,,,,265,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,273,246,249,264,,,,,,,,,,,,,,,,,,,,273,248,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,,,,,,273,247,247,249,264,,,,,,,,,,,,,,,,,,,273,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,273,249,247,247,248,271,,,,,,,,,,,,,,,,,,273,247,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,273,246,248,270,280,272,247,271,267,267,267,267,,,,,,,,,,,,273,249,248,248,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,282,249,246,247,435,246,279,247,249,249,247,249,248,264,,,,,,,,,,273,247,247,249,247,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,280,269,280,265,247,264,280,269,269,280,280,280,,,,,,,,,,282,248,246,247,249,249,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,282,248,247,246,435,247,279,248,247,249,246,249,249,281,,,,,,,,,,272,249,247,246,248,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,272,247,249,271,280,273,247,270,266,266,266,266,,,,,,,,,,,,272,246,247,247,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,,,,,272,249,249,246,246,270,,,,,,,,,,,,,,,,,,272,247,248,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,272,246,248,249,281,,,,,,,,,,,,,,,,,,,272,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,272,246,247,264,,,,,,,,,,,,,,,,,,,,272,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,272,246,264,,,,,,,,,,,,,,,,,,,,265,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,265,248,249,281,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267 +,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,282,246,246,281,,,,,,282,247,249,248,246,246,246,249,246,249,246,249,248,246,246,247,246,264,,,,265,248,248,247,247,247,246,248,246,249,247,249,246,246 +,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,,,,,,,,,265,247,270,,,,,,,,266,266,266,266,266,266,266,266,266,266,266,266,266,266,277,247,281,,,,265,247,248,248,247,248,247,247,248,246,248,249,249,246 +,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,,,265,247,247,264,,,,282,246,249,248,249,246,248,246,247,246,248,249,248,246 +,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,,282,248,271,,,,,,,,,,,,,,,,,,,,,,277,248,264,,,,282,249,249,246,246,248,247,247,247,246,249,249,249,248 +,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,,282,248,249,264,,,,,,,,,,,,,,,,,,,,265,249,246,281,,,,282,248,249,248,247,249,248,249,247,248,246,247,246,246 +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,,282,248,247,281,,,,,,,,,,,,,,,267,,,,,,277,248,281,,,,282,249,248,246,246,248,249,247,248,247,248,249,249,249 +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,282,248,271,,,,,,,,,,,,,,,,,,,,282,247,248,264,,,,,,,,,,,,,,282,249,271,,,,282,247,247,281,,,,265,248,248,248,247,246,247,247,249,249,249,247,246,247 +,,,,,,,,,,,,,282,249,281,,,,,,,,,,,,,,,,,,,282,247,247,281,,,,,,,,,,,,,,,,,,267,265,246,249,281,,,,,,,,,,,,,267,282,246,247,264,,,,277,247,264,,,,282,249,249,249,246,247,247,249,247,247,247,249,249,248 +,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,282,249,246,271,,,,,,,,,,,,,,,,,265,248,279,248,248,281,,,,,,,,,,,267,265,247,279,248,270,,,,282,249,249,264,,,,,266,266,266,266,272,247,249,248,247,246,246,247,249 +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,282,248,248,246,271,,,,,,,,,,267,,,,,,,266,265,248,246,264,,,,,,,,,,265,248,271,266,,266,,,,,,277,248,281,,,,,,,,,,272,249,249,247,246,246,249,246 +,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,246,248,249,246,271,267,267,267,267,267,,267,273,246,271,267,267,267,267,267,267,273,246,246,264,,,,,,,,,,265,247,248,271,,,,,,,265,246,247,264,,,,,,,,,,,272,246,247,246,248,246,248 +,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,265,248,249,246,247,249,249,248,247,249,246,422,246,249,249,248,247,246,247,247,247,248,249,247,248,214,214,214,214,214,,,,,,273,247,249,248,271,,,,,,,277,247,264,,,,,,,,,,,,272,249,248,247,248,248 +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,247,246,247,270,266,266,266,266,266,266,,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,265,248,247,248,247,247,281,,,,,265,249,248,264,,,,,,,,,,,,,272,248,249,248,246 +,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,247,247,270,,,,,,,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,214,,,,,,272,248,246,248,270,,,,,,,277,247,281,,,,,,,,,,,,,,272,246,248,247 +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,270,,,,,,,282,246,246,281,,,,,,,,,,,,,,,272,248,249 +,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,282,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,270,,,,,,,,,277,248,281,,,,,,,,,,,,,,,,272,246 +,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,265,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,,267,,,,,,265,249,248,281,,,,,,,,,,,,,,,,265,247 +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,271,,,,,,277,248,281,,,,,,,,,,,,,,,,282,249 +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,282,246,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,264,,,,265,248,248,281,,,,,,,,,,,,,,,,265,246 +,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,248,247,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,270,,267,,,,277,249,264,,,,,,,,,,,,,,,,282,246 +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,265,248,247,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,265,248,271,,265,246,246,281,,,,,,,,,,,,,,,,265,248 +,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,265,246,246,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,249,264,,277,249,281,,,,,,,,,,,,,,,,282,247 +,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,282,248,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,270,,265,249,246,281,,,267,267,267,267,267,267,267,267,,,,,,282,249 +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,,265,246,249,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,,,,277,249,281,,273,247,249,247,249,248,248,249,248,271,,,,,265,246 +,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,265,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,248,264,282,247,270,266,266,266,266,266,266,272,247,264,,,,282,246 +,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,282,247,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,267,267,272,246,271,273,246,264,,,,,,267,282,249,281,,,,265,248 +,,,,,,,,,,,,,282,248,281,,,,,,,,,,,,,,,,,,,265,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,249,249,247,246,247,246,246,248,246,246,247,246,279,248,247,247,246,264,,,,267,265,248,279,249,264,,,,265,249 +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,248,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,266,266,266,266,266,272,246,271,280,269,280,280,,,,282,246,264,280,265,249,264,,,,282,247 +,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,265,248,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,246,247,247,247,264,,,,266,282,247,279,248,281,,,,282,247 +,,,,,,,,,,,,,265,249,264,,,,,,,,,,,,,,,,,,,282,248,246,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,272,249,264,,,,,,266,265,249,281,,,,265,249 +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,265,249,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,271,267,267,267,267,267,267,273,249,264,,,,265,249 +,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,249,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,272,246,247,247,248,246,249,339,249,270,,,,,265,249 +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,266,,,,,,265,246 +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,249,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249 +,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,,,,,,,265,248,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247 +,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,246,247,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249 +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,282,249,248,248,249,271,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247 +,,,,,,,,,,,,,265,248,264,,,,,,,,,,,,,,,,,,,282,246,249,247,249,246,246,249,247,249,248,246,246,248,246,248,246,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246 +,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,282,249,249,247,248,248,247,248,249,247,249,249,249,249,274,246,246,247,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247 +,,,,,,,,,,,,,282,246,264,,,,,,,,,,,,,,,,,,,282,246,247,248,246,274,246,249,247,249,249,246,270,280,273,248,246,248,247,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247 +,,,,,,,,,,,,,265,248,281,,,,,,,,,,,,,,,,,,,265,246,249,249,248,281,280,272,247,248,249,247,279,248,246,246,249,249,248,249,246,271,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,282,246 +,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,282,248,246,248,246,275,247,275,248,248,247,339,275,249,249,249,246,248,248,249,249,249,249,246,248,246,247,246,246,248,249,249,247,246,246,246,246,246,248,248,249,249,247,249,248,248,248,247,247,247,246,248,247,249,249,248,248,248,248,249,249,247,249,248,279,248 +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,248,247,246,248,246,249,339,249,247,247,274,249,249,246,249,246,246,248,249,248,246,247,249,270,266,266,266,266,266,266,269,266,266,266,266,266,272,247,270,266,266,266,266,266,280,266,266,266,266,266,272,247,270,266,266,266,266,266,266,280,266,266,266,282,248 +,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,282,248,249,247,248,249,247,274,246,247,248,279,249,248,248,249,248,248,247,249,249,246,248,248,281,,,,267,267,273,248,271,267,267,267,267,267,280,267,267,267,267,267,273,248,271,267,267,267,267,267,269,267,267,267,267,267,267,273,248,271,267,267,282,249 +,,,,,,,,,,,,,265,249,281,,,,,,,,,,,,,,,,,,,265,247,249,246,247,249,248,279,247,246,247,275,247,246,248,339,247,246,247,249,248,246,248,247,271,,267,273,247,246,246,248,249,248,246,248,249,246,246,246,247,247,249,249,246,248,247,249,249,247,247,248,247,246,249,246,248,248,246,247,249,248,247,249,279,247 +,,,,,,,,,,,,,282,246,281,,,,,,,,,,,,,,,,,,,265,248,246,247,248,246,249,275,247,248,248,339,249,249,339,246,249,247,249,248,249,248,247,247,247,279,248,247,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,265,249 +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,249,248,249,247,248,249,339,247,248,249,270,269,277,248,247,247,247,246,247,246,246,249,246,247,279,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249 +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,,,,,,,,,282,249,274,339,274,248,339,276,272,246,247,275,249,339,247,249,248,246,248,247,247,246,248,249,246,279,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248 +,,,,,,,,,,,,,265,246,281,,,,,,,,,,,,,,,,,,,,280,273,246,271,280,277,248,281,266,277,339,246,278,249,249,247,270,280,277,247,246,247,247,246,279,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247 +,,,,,,,,,,,,,282,247,264,,,,,,,,,,,,,,,,,,,282,246,249,249,248,247,247,246,264,273,248,246,247,339,339,249,270,273,249,339,248,249,249,248,249,275,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248 +,,,,,,,,,,,,,282,247,281,,,,,,,,,,,,,,,,,,,282,247,246,247,249,247,249,248,268,249,249,247,246,276,280,280,273,246,249,274,249,246,246,248,246,339,247,246,271,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246 +,,,,,,,,,,,,,265,247,281,,,,,,,,,,,,,,,,,,,273,246,246,249,249,249,276,280,273,248,246,246,246,246,246,246,246,247,249,279,249,248,249,249,246,274,248,248,247,249,247,249,246,246,246,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247 +,,,,,,,,,,,,,282,249,264,,,,,,,,,,,,,,,,,,282,247,246,247,246,249,249,339,249,247,248,246,249,247,246,246,248,247,247,246,279,248,246,248,249,246,279,249,248,247,246,249,247,247,249,247,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247 +,,,,,,,,,,,,,282,248,264,,,,,,,,,,,,,267,,,,,273,247,246,246,247,246,249,274,249,246,248,248,248,247,249,246,246,246,246,249,279,248,248,246,274,339,279,248,246,249,248,248,249,249,246,246,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247 +,,,,,,,,,,,,,265,246,264,,,,,,,,,,,,273,249,271,267,267,273,246,247,247,247,276,280,280,273,246,248,248,248,249,249,248,246,249,247,249,246,281,266,266,280,273,247,268,246,247,246,248,247,249,249,248,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247 +,,,,,,,,,,,,,265,247,264,,,,,,,,,,,265,247,247,246,249,249,247,248,248,247,246,248,247,246,247,246,249,246,248,249,246,247,248,246,246,246,246,264,267,273,249,246,247,279,248,248,246,248,247,274,247,246,246,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246 +,,,,,,,,,,,,,282,246,264,,,,,,,,,,,273,248,246,248,249,249,249,249,249,247,248,246,246,246,247,246,248,249,249,248,247,246,246,248,246,248,247,279,249,248,248,248,248,279,247,246,249,246,248,279,249,248,249,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247 +,,,,,,,,,,,,,265,249,281,,,,,,,,,,282,247,247,246,246,249,248,249,246,248,249,249,247,248,248,248,248,246,248,247,246,249,248,248,249,246,247,247,268,246,249,249,249,246,268,247,274,339,274,246,279,247,248,249,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249 +,,,,,,,,,,,,,265,249,281,,,,,,,,,,265,249,249,248,248,247,248,246,248,249,246,247,246,248,246,246,249,248,249,246,247,247,276,269,280,272,249,248,275,246,248,246,247,249,279,339,275,246,271,280,273,249,247,249,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,273,247,246,246 +,,,,,,,,,,,,,265,248,281,,,,,,,,,,265,247,247,247,248,247,248,247,248,249,246,246,249,248,249,249,247,246,247,248,248,248,247,246,248,279,249,246,339,247,246,246,246,247,275,246,248,248,249,248,247,247,248,247,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,273,248,247,248,247 +,,,,,,,,,,,,,282,248,271,267,267,267,267,267,267,267,267,267,273,246,249,246,248,248,248,246,249,246,248,248,246,249,248,249,248,248,248,246,246,246,278,248,248,271,280,280,277,248,248,248,247,247,248,248,249,246,248,248,247,246,248,249,249,248,281,,,,,,,,,,,,,,,,,,,,267,267,267,273,249,246,246,246,249 +,,,,,,,,,,,,,265,248,246,246,246,246,248,247,246,248,246,248,247,246,248,246,249,247,248,249,248,249,249,247,246,249,249,246,249,247,249,246,247,247,249,247,246,246,247,249,247,247,247,247,248,246,246,248,247,248,248,248,246,246,246,246,246,246,281,,,,,,,,,,,,,,,,,,,282,246,246,249,248,249,246,246,247,248 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2180 posEnd=4034;2180 posCurrent=4034;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2180 posEnd=3650;2180 posCurrent=3650;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2180 posEnd=3202;2180 posCurrent=3202;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2180 posEnd=2946;2180 posCurrent=2946;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2180 posEnd=4866;2180 posCurrent=4866;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2180 posEnd=4674;2180 posCurrent=4674;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2180 posEnd=4418;2180 posCurrent=4418;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2180 posEnd=4162;2180 posCurrent=4162;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2180 posEnd=3906;2180 posCurrent=3906;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2180 posEnd=3394;2180 posCurrent=3394;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2180 posEnd=3074;2180 posCurrent=3074;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2180 posEnd=2818;2180 posCurrent=2818;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2180 posEnd=2562;2180 posCurrent=2562;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3268 posEnd=770;3268 posCurrent=770;3268 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3332 posEnd=898;3332 posCurrent=898;3332 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2944;3136 posEnd=2944;3200 posCurrent=2944;3136 step=1 time=7 phase=359 channel=1 icon=340 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3268 posEnd=1026;3268 posCurrent=1026;3268 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2816;3264 posEnd=2816;3200 posCurrent=2816;3264 step=1 time=7 phase=359 channel=1 icon=340 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3456 posEnd=770;3456 posCurrent=770;3456 step=1 time=0 phase=359 channel=10 icon=56 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;3456 posEnd=1090;3456 posCurrent=1090;3456 step=1 time=0 phase=359 channel=10 icon=56 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3072 posEnd=642;3072 posCurrent=642;3072 step=1 time=0 phase=359 channel=10 icon=56 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2688;3264 posEnd=2688;3328 posCurrent=2688;3264 step=1 time=7 phase=359 channel=1 icon=340 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3588 posEnd=898;3588 posCurrent=898;3588 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;5124 posEnd=2498;5124 posCurrent=2498;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;5124 posEnd=2626;5124 posCurrent=2626;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;5124 posEnd=2754;5124 posCurrent=2754;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;5124 posEnd=2882;5124 posCurrent=2882;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;5124 posEnd=3010;5124 posCurrent=3010;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;5124 posEnd=3138;5124 posCurrent=3138;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;5124 posEnd=3266;5124 posCurrent=3266;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;5124 posEnd=3394;5124 posCurrent=3394;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;5124 posEnd=3522;5124 posCurrent=3522;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5124 posEnd=3650;5124 posCurrent=3650;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5124 posEnd=3906;5124 posCurrent=3906;5124 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2180 posEnd=5314;2180 posCurrent=5314;2180 step=1 time=0 phase=359 channel=10 icon=20 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3268 posEnd=1922;3268 posCurrent=1922;3268 step=1 time=0 phase=359 channel=10 icon=36 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5636 posEnd=4162;5636 posCurrent=4162;5636 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5184;5760 posEnd=5184;5312 posCurrent=5184;5589 step=4 time=26 phase=359 channel=1 icon=340 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5120;4864 posEnd=5120;5312 posCurrent=5120;5035 step=4 time=26 phase=359 channel=1 icon=340 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5184;4864 posEnd=5184;4416 posCurrent=5184;4693 step=4 time=26 phase=359 channel=1 icon=340 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5120;3968 posEnd=5120;4416 posCurrent=5120;4139 step=4 time=26 phase=359 channel=1 icon=340 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=5120;5760 posEnd=5120;6208 posCurrent=5120;5931 step=4 time=26 phase=359 channel=1 icon=340 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1860 posEnd=1858;1860 posCurrent=1858;1860 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1924 posEnd=1794;1924 posCurrent=1794;1924 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1988 posEnd=1730;1988 posCurrent=1730;1988 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2052 posEnd=1666;2052 posCurrent=1666;2052 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;2116 posEnd=1602;2116 posCurrent=1602;2116 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2180 posEnd=1538;2180 posCurrent=1538;2180 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;1860 posEnd=1986;1860 posCurrent=1986;1860 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1924 posEnd=2050;1924 posCurrent=2050;1924 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1988 posEnd=2114;1988 posCurrent=2114;1988 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2052 posEnd=2178;2052 posCurrent=2178;2052 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2116 posEnd=2242;2116 posCurrent=2242;2116 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2180 posEnd=2306;2180 posCurrent=2306;2180 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2696 posEnd=642;2696 posCurrent=642;2696 step=1 time=0 phase=359 channel=10 icon=22 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2560;3392 posEnd=2560;3328 posCurrent=2560;3392 step=1 time=7 phase=359 channel=1 icon=340 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5832 posEnd=2946;5832 posCurrent=2946;5832 step=1 time=0 phase=359 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3080 posEnd=4866;3080 posCurrent=4866;3080 step=1 time=0 phase=359 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;6024 posEnd=6274;6024 posCurrent=6274;6024 step=1 time=0 phase=359 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2820 posEnd=642;2820 posCurrent=642;2820 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3460 posEnd=2946;3460 posCurrent=2946;3460 step=1 time=0 phase=359 channel=10 icon=9 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2432;3392 posEnd=2432;3456 posCurrent=2432;3392 step=1 time=7 phase=359 channel=1 icon=340 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2304;3520 posEnd=2304;3456 posCurrent=2304;3520 step=1 time=7 phase=359 channel=1 icon=340 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;5896 posEnd=3010;5896 posCurrent=3010;5896 step=1 time=0 phase=359 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;6088 posEnd=6210;6088 posCurrent=6210;6088 step=1 time=0 phase=359 channel=10 icon=22 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1920;2176 posEnd=1920;1984 posCurrent=1920;2100 step=2 time=12 phase=359 channel=1 icon=340 diff --git a/worlds/world043.txt b/worlds/world043.txt new file mode 100644 index 0000000..07e2ce8 --- /dev/null +++ b/worlds/world043.txt @@ -0,0 +1,239 @@ +DescFile: posDecor=0;700 dimDecor=100;100 world=0 music=2 region=21 blupiPos=258;1030 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,267,273,247,249,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,282,246,246,247,249,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,267,267,273,247,270,266,266,272,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,282,247,249,248,249,281,,267,273,247,247,281,,,,,,,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,273,249,270,277,246,281,282,247,248,246,270,,,,,,,273,246,247,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,282,248,249,279,247,249,264,265,246,276,266,,267,,,,,273,248,270,266,272,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,248,247,281,266,266,267,265,248,246,271,273,248,271,267,267,273,246,270,,,,272,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,247,249,281,,273,246,281,272,248,249,246,249,246,248,249,249,249,281,,,,265,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,272,247,271,273,247,270,,,266,266,266,266,266,266,266,266,266,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,272,247,246,249,264,,,267,267,267,267,267,267,267,267,267,,,,,282,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,272,247,270,,,282,246,246,249,248,249,248,248,248,249,281,,,,282,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,273,249,264,,,282,246,248,249,249,270,266,266,272,246,271,,,,273,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,265,246,247,264,,,,266,272,247,270,,,,,272,249,271,267,273,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,267,267,267,,,,265,248,270,,,,,,282,247,281,,,,,,272,246,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,273,246,246,247,271,,267,273,246,281,,,,,,282,249,281,,,,,,,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,273,248,270,266,272,248,275,247,246,246,281,,267,,,,265,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +265,247,270,,,265,249,246,247,248,246,281,265,249,264,,,282,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +282,248,281,,,,266,266,266,266,266,,,266,,,,265,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +265,249,281,,,,267,267,267,267,267,267,,,,267,,,272,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +282,249,271,,,265,248,248,247,249,246,247,281,,282,249,264,,265,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,272,247,271,267,273,249,248,270,266,272,246,271,,265,249,271,267,265,249,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,282,246,247,249,249,249,270,,267,267,277,247,264,282,246,246,247,279,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,266,266,266,266,266,,273,249,248,246,248,281,,272,247,270,,272,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,282,247,247,270,266,266,267,,282,249,264,,265,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,273,248,270,,,282,247,264,265,249,271,,282,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,282,249,247,264,267,,,266,,,272,249,281,,272,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,282,248,247,275,248,271,,,,267,,266,,,282,248,264,,,,,,,,,,,,,,,,,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,282,246,248,248,248,249,264,,282,249,281,,,267,273,247,264,,,,,,,,,,,,,,,267,273,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,272,247,270,277,246,281,,,266,,,273,246,248,247,281,,,,,,,,,,,,,,273,248,248,274,248,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,273,249,279,247,247,264,,,,,282,246,249,270,266,,,,,,,,,,,,,,273,248,270,280,265,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,265,248,247,281,266,269,,,,,,265,248,276,,,,,,,,,,,,,,,273,248,270,273,246,275,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,272,246,271,273,246,271,,,,,265,246,247,264,,,,,,,,,,267,267,267,273,248,249,268,247,274,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,249,248,247,249,247,281,,,,282,249,270,,,267,267,,,,,,273,247,247,246,249,247,270,273,248,264,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,266,266,272,246,246,264,,267,,282,246,271,267,273,247,247,271,267,267,267,273,248,247,249,249,247,247,268,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,273,249,270,,282,247,264,265,246,246,249,248,246,246,248,249,249,248,247,270,266,266,266,266,266,265,249,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,265,248,247,264,,273,247,264,,269,280,269,269,269,269,269,269,269,269,280,,,,,,,282,247,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,282,248,270,,282,249,248,281,265,246,248,246,248,248,249,248,249,249,247,248,271,267,267,267,,,,272,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,282,248,271,,265,248,270,,265,246,276,266,266,266,266,266,266,266,266,272,249,248,246,248,271,,,282,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,265,248,249,264,282,247,264,,282,248,249,281,,,,,,,,,272,248,248,249,248,281,,273,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,267,277,248,264,265,248,264,,,272,247,264,,,,,,,,,,266,266,272,249,264,282,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,273,247,247,249,264,265,248,264,,267,265,249,264,,,,,,,,,,,,273,249,264,265,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,249,247,274,246,281,265,246,264,282,247,279,247,281,,,,,,,,,,,282,249,247,264,282,246,271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,282,248,248,268,249,264,273,248,281,,266,282,247,281,,,,,,,,,,,273,248,247,264,265,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,249,249,279,247,279,249,249,264,,,273,246,264,,,,,,,,,,265,247,246,249,271,282,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,272,248,281,266,267,272,248,281,,282,247,247,264,,,,,,,,,,282,248,249,247,247,275,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,282,247,271,273,246,275,246,271,,282,246,248,264,,,,,,,,,,,277,247,247,248,247,249,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,282,248,248,247,247,248,249,249,281,282,247,270,,,,,,,,,,,282,246,247,249,248,246,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,272,246,270,266,266,272,247,281,282,246,271,,,,,,,,,,,,277,246,246,246,248,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,267,,,,,267,267,267,267,266,,,,282,247,264,,272,248,271,,,,,,,,,,265,248,248,248,247,247,248,276,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +273,248,271,267,267,265,248,246,248,249,271,267,267,267,273,248,281,,265,246,249,281,,,,,,,,,282,246,248,249,247,246,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,249,249,247,275,246,246,270,272,247,246,249,249,246,246,271,,282,246,248,281,,,,,,,,,282,248,246,247,246,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,270,266,272,247,246,249,270,,,280,272,246,270,266,272,248,264,265,247,249,281,,,,,,,,,,272,247,247,246,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,264,267,,280,272,247,281,267,265,247,281,266,,267,,266,,273,247,270,,,,,,,,,,,,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,279,248,275,247,271,280,273,246,275,248,271,267,273,247,271,267,273,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,268,249,246,248,247,249,246,246,246,246,249,248,248,247,248,248,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,279,248,249,270,266,272,246,247,246,270,272,249,270,272,248,246,246,247,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,275,248,270,,,,266,266,266,,,266,,,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;712 posEnd=3010;712 posCurrent=3010;712 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;2500 posEnd=1986;2500 posCurrent=1986;2500 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;900 posEnd=1346;900 posCurrent=1346;900 step=1 time=0 phase=97 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;772 posEnd=1666;772 posCurrent=1666;772 step=1 time=0 phase=97 channel=10 icon=15 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2308 posEnd=2434;2308 posCurrent=2434;2308 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2244 posEnd=2626;2244 posCurrent=2626;2244 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2244 posEnd=2690;2244 posCurrent=2690;2244 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;836 posEnd=2626;836 posCurrent=2626;836 step=1 time=0 phase=97 channel=10 icon=15 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2308 posEnd=2498;2308 posCurrent=2498;2308 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1856 posEnd=2306;1856 posCurrent=2306;1856 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1856 posEnd=2434;1856 posCurrent=2434;1856 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;708 posEnd=386;708 posCurrent=386;708 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;708 posEnd=642;708 posCurrent=642;708 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;324 posEnd=1154;324 posCurrent=1154;324 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;324 posEnd=1346;324 posCurrent=1346;324 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1860 posEnd=514;1860 posCurrent=514;1860 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1860 posEnd=578;1860 posCurrent=578;1860 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1860 posEnd=642;1860 posCurrent=642;1860 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1860 posEnd=706;1860 posCurrent=706;1860 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1860 posEnd=770;1860 posCurrent=770;1860 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1860 posEnd=834;1860 posCurrent=834;1860 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1796 posEnd=898;1796 posCurrent=898;1796 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1796 posEnd=450;1796 posCurrent=450;1796 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;644 posEnd=1922;644 posCurrent=1922;644 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;584 posEnd=1794;584 posCurrent=1794;584 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;644 posEnd=2754;644 posCurrent=2754;644 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;900 posEnd=1858;900 posCurrent=1858;900 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;836 posEnd=3010;836 posCurrent=3010;836 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2308 posEnd=2562;2308 posCurrent=2562;2308 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2244 posEnd=2882;2244 posCurrent=2882;2244 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1156 posEnd=2754;1156 posCurrent=2754;1156 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1028 posEnd=2754;1028 posCurrent=2754;1028 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;68 posEnd=3714;68 posCurrent=3714;68 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1028 posEnd=322;1028 posCurrent=322;1028 step=1 time=0 phase=97 channel=10 icon=29 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2244 posEnd=2754;2244 posCurrent=2754;2244 step=1 time=0 phase=97 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2244 posEnd=2818;2244 posCurrent=2818;2244 step=1 time=0 phase=97 channel=10 icon=68 diff --git a/worlds/world044.txt b/worlds/world044.txt new file mode 100644 index 0000000..e47413d --- /dev/null +++ b/worlds/world044.txt @@ -0,0 +1,275 @@ +DescFile: posDecor=1450;4620 dimDecor=100;100 world=0 music=8 region=2 blupiPos=1858;4870 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,267,,,,,,,,,,,,,,,,267,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,267,267,267,267,267,267,267,267,267,267,267,267,273,248,247,271,267,267,267,267,267,267,267,267,267,267,267,267,267,273,249,271,267,267,267,267,267,267,267,267,267,267,267,267,267,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,248,249,249,248,248,247,246,247,249,247,247,248,248,248,246,246,249,246,249,248,248,249,248,248,248,248,248,248,247,249,247,247,247,249,249,246,248,247,248,248,246,248,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,249,249,246,246,246,247,246,248,248,246,248,249,246,247,248,249,246,249,246,249,246,248,247,246,247,246,246,249,247,246,249,249,249,248,249,247,246,247,248,246,246,247,247,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,246,249,249,248,248,246,246,246,248,249,246,248,247,249,247,247,246,247,247,246,247,246,246,249,247,246,247,246,249,246,247,247,247,249,247,248,246,249,246,249,246,248,246,247,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,246,248,248,247,248,249,246,248,248,248,248,248,249,247,248,247,249,249,249,248,249,248,249,248,246,247,247,249,249,247,249,248,249,249,249,248,247,246,246,249,249,247,247,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,249,247,248,249,249,249,247,247,248,248,247,247,247,246,247,249,247,248,246,247,246,249,246,248,247,248,249,247,247,249,249,246,247,247,249,248,249,246,247,249,246,247,248,249,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,248,249,249,248,246,249,249,248,249,249,248,247,249,249,247,247,248,248,248,249,249,248,246,246,246,247,246,248,249,249,248,248,249,248,246,248,248,246,248,249,247,247,249,246,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,249,246,249,249,247,249,247,248,248,247,246,247,248,248,248,249,248,248,247,247,249,249,248,248,246,248,247,247,246,246,246,247,246,248,249,247,249,247,246,246,246,248,247,249,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,246,249,246,248,248,248,246,249,248,247,249,249,248,249,246,248,249,248,247,246,247,248,248,246,247,247,248,246,246,249,247,249,248,248,248,249,248,249,246,247,247,247,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,246,246,247,248,246,246,247,247,249,246,247,249,249,249,246,247,246,249,247,247,249,246,247,247,247,246,249,249,249,247,247,249,248,247,246,249,249,248,246,248,249,247,247,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,249,248,249,246,248,248,246,248,249,248,249,246,270,272,246,270,266,266,280,269,266,266,266,266,280,266,266,266,266,272,247,270,266,272,246,274,248,248,246,247,248,248,246,246,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,246,248,248,248,246,249,247,247,248,249,270,,,266,,,273,247,247,281,,,273,248,271,267,,,273,248,271,267,,266,282,247,248,249,246,246,248,249,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,246,246,247,248,248,247,249,270,266,272,247,281,,267,267,,265,249,246,246,264,,282,247,247,246,248,271,265,247,248,249,246,281,,,272,246,246,247,247,247,247,246,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,246,247,248,247,247,247,249,264,,,266,267,265,246,247,271,,272,247,270,,,265,248,270,272,248,249,264,266,280,272,248,281,,,273,247,247,247,249,246,249,247,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,247,247,247,248,247,264,,,273,247,268,246,246,249,281,,266,,267,267,,266,,,272,246,264,282,249,279,246,264,,273,246,249,247,248,247,247,247,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,249,248,247,246,249,248,271,,265,246,270,282,247,249,270,,,267,273,247,246,271,267,,,282,247,281,282,247,264,266,,282,249,247,249,249,248,247,246,248,246,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,246,247,249,247,247,249,246,247,264,265,249,271,265,247,270,,,273,247,246,247,247,246,249,271,,,266,,282,249,281,,,273,248,246,248,248,249,248,248,248,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,248,247,247,246,248,248,249,264,273,246,247,279,248,281,,273,249,246,247,249,247,249,248,247,271,,,267,282,247,264,,273,249,249,247,248,249,248,249,247,248,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,248,246,247,246,247,246,246,279,246,246,246,279,247,281,265,247,246,248,270,266,266,272,247,247,247,264,282,248,279,246,281,265,246,246,249,246,247,247,246,246,246,247,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,248,248,248,247,249,246,247,268,246,249,270,282,248,281,282,247,249,270,,,,,272,249,249,264,265,246,281,266,,,266,266,277,248,246,248,249,249,249,248,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,249,247,249,249,249,246,246,264,272,247,271,282,246,264,265,247,248,281,,,,,265,248,249,281,273,248,271,,,,,265,247,248,248,248,248,247,247,249,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,248,247,247,246,249,246,247,281,,272,247,279,248,264,265,339,339,281,,,,,265,246,248,279,248,249,249,281,,267,267,,272,247,249,249,248,249,247,249,249,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,249,249,246,248,246,246,247,246,281,,,266,273,246,281,282,339,339,264,,,,,282,248,247,281,266,266,266,,273,249,247,264,282,249,247,249,248,249,249,248,247,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,248,248,249,248,246,246,246,247,271,,,282,249,249,264,282,248,247,281,,,,,282,247,247,264,,267,,265,248,249,249,264,,272,247,248,248,249,249,249,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,246,249,246,246,246,248,249,248,271,,282,246,249,264,265,246,247,271,,,,,273,248,247,264,273,247,264,,272,247,270,,267,265,249,249,248,246,248,249,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,246,247,246,247,249,248,246,246,246,281,282,248,246,264,265,248,246,246,271,267,267,273,247,248,249,279,246,246,264,,267,266,,282,248,279,248,246,247,246,249,249,249,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,249,249,247,249,249,246,246,249,246,264,,272,249,281,,272,248,249,247,246,246,247,249,248,270,,272,249,271,282,247,271,267,267,280,265,248,249,249,249,248,246,246,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,247,246,247,248,246,249,246,249,276,,,265,249,271,,,272,246,246,249,248,248,249,270,,,265,246,248,279,247,248,248,248,247,268,248,249,246,246,247,246,247,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,247,246,249,246,248,247,248,246,249,249,281,,265,249,249,271,,,266,272,246,247,270,266,,,,265,247,270,282,249,248,246,247,248,279,246,248,247,249,249,248,246,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,246,246,246,247,247,249,247,249,274,247,281,,265,249,247,247,281,267,267,,266,266,,,267,,267,267,266,,273,249,249,248,270,266,282,247,248,246,246,249,246,246,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,248,248,249,249,246,249,246,270,265,248,271,,267,272,246,249,279,249,248,271,,,,282,246,279,249,246,281,282,246,247,270,266,,,265,246,248,248,247,247,249,246,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,248,246,246,249,246,248,249,281,,272,246,279,247,264,266,266,,272,246,247,271,,,273,246,281,272,248,271,,266,280,,,,,273,248,248,247,247,249,247,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,248,246,248,248,249,247,246,246,271,,,266,282,246,281,,,,282,247,248,249,281,265,248,248,264,,272,247,271,265,247,281,,,273,247,246,246,246,246,249,247,249,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,249,247,247,248,249,246,249,246,271,,,265,248,264,267,,,265,246,248,247,281,265,247,276,,,282,249,246,268,248,281,267,273,246,246,249,248,246,248,249,246,246,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,246,246,249,249,246,249,249,246,249,264,,267,266,282,246,281,,282,249,247,270,,273,246,247,271,,,272,247,268,248,279,249,247,248,249,248,247,247,247,247,248,247,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,246,248,246,248,248,247,246,247,271,282,247,271,265,247,264,,,277,248,281,265,246,249,247,247,264,,282,246,279,249,264,272,249,246,249,249,248,247,247,248,249,246,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,246,248,247,249,246,249,249,246,247,279,248,249,279,249,281,,282,247,270,,,269,272,247,248,281,,282,248,281,266,,,266,272,247,246,248,249,248,249,246,249,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,247,246,249,247,246,248,247,246,247,248,268,246,270,282,249,271,,,280,,,282,249,268,247,249,264,,267,266,,,267,267,267,267,272,246,249,249,247,249,248,249,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,246,247,248,249,249,249,249,248,246,276,273,246,271,273,247,247,271,282,246,271,,267,280,,266,280,,273,247,271,267,273,249,247,246,246,275,248,249,246,246,249,249,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,247,247,249,247,248,249,249,249,247,249,246,246,248,248,247,248,271,272,248,279,248,247,271,282,247,279,248,248,249,247,249,249,247,248,246,249,249,247,248,247,248,247,247,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,248,249,246,246,249,246,248,249,249,246,246,248,247,247,249,246,248,248,271,266,273,247,249,246,279,248,279,248,249,249,246,248,246,247,248,248,246,246,247,246,246,248,247,249,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,249,246,246,247,248,246,246,248,246,249,248,249,247,249,248,247,246,249,249,275,248,246,248,246,271,280,273,248,248,247,247,249,246,246,248,249,249,248,249,246,249,246,247,249,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,249,249,246,246,249,248,246,247,247,246,247,249,249,249,249,249,249,247,248,246,247,246,247,248,249,247,246,247,246,248,249,247,249,248,247,246,249,248,248,249,247,248,246,276,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,249,249,249,247,248,246,246,249,248,246,246,248,246,249,248,246,247,249,248,249,248,248,248,247,249,248,249,246,249,249,246,247,248,249,248,247,249,249,248,249,246,246,246,248,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,249,247,246,246,247,247,248,249,246,247,246,247,247,247,247,246,248,246,247,248,246,247,247,246,246,247,246,247,247,246,249,248,246,248,249,246,247,246,248,246,247,246,248,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,248,247,247,246,248,246,249,246,246,248,246,247,249,248,247,246,247,248,249,249,246,249,247,248,248,246,248,247,249,246,248,246,249,247,249,246,247,248,249,248,246,246,246,281,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,246,249,248,247,249,246,246,248,246,246,248,249,246,247,247,248,249,246,247,247,246,248,248,248,249,249,247,246,246,247,248,249,249,249,247,249,246,246,247,249,247,247,248,246,264,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,272,246,246,246,246,247,246,248,247,247,247,248,246,247,246,246,246,247,246,247,246,248,246,246,270,266,266,266,266,266,266,266,266,266,266,266,266,266,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,246,248,246,247,247,248,247,246,248,247,247,248,248,247,246,247,246,246,247,248,248,248,246,264,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,247,248,248,248,248,248,246,248,246,247,246,247,247,248,246,247,247,247,248,247,247,264,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,247,248,246,248,248,246,247,247,248,247,248,246,248,247,246,247,248,247,247,246,248,281,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,246,248,247,248,246,246,248,247,247,247,247,246,247,246,247,246,246,248,247,246,281,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4736 posEnd=2626;4736 posCurrent=2626;4736 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;4032 posEnd=2178;4032 posCurrent=2178;4032 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;4992 posEnd=1218;4992 posCurrent=1218;4992 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;5504 posEnd=1346;5504 posCurrent=1346;5504 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5312 posEnd=1858;5312 posCurrent=1858;5312 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;5440 posEnd=2434;5440 posCurrent=2434;5440 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;5056 posEnd=2754;5056 posCurrent=2754;5056 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4608 posEnd=2818;4608 posCurrent=2818;4608 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3908 posEnd=2370;3908 posCurrent=2370;3908 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4416 posEnd=1410;4416 posCurrent=1410;4416 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4160 posEnd=1154;4160 posCurrent=1154;4160 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5376 posEnd=1218;5376 posCurrent=1218;5376 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5056 posEnd=1730;5056 posCurrent=1730;5056 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;5700 posEnd=2434;5700 posCurrent=2434;5700 step=1 time=0 phase=147 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;5572 posEnd=1794;5572 posCurrent=1794;5572 step=1 time=0 phase=147 channel=10 icon=13 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;3904 posEnd=1538;3904 posCurrent=1538;3904 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4100 posEnd=1986;4100 posCurrent=1986;4100 step=1 time=0 phase=147 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4868 posEnd=2498;4868 posCurrent=2498;4868 step=1 time=0 phase=147 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5124 posEnd=2242;5124 posCurrent=2242;5124 step=1 time=0 phase=147 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;5508 posEnd=1602;5508 posCurrent=1602;5508 step=1 time=0 phase=147 channel=10 icon=13 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;4800 posEnd=2306;4800 posCurrent=2306;4800 step=1 time=0 phase=147 channel=10 icon=49 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4868 posEnd=1730;4868 posCurrent=1730;4868 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4868 posEnd=2050;4868 posCurrent=2050;4868 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4804 posEnd=1666;4804 posCurrent=1666;4804 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4804 posEnd=2114;4804 posCurrent=2114;4804 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;4868 posEnd=1922;4868 posCurrent=1922;4868 step=1 time=0 phase=147 channel=10 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5700 posEnd=2946;5700 posCurrent=2946;5700 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5572 posEnd=2114;5572 posCurrent=2114;5572 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5636 posEnd=1730;5636 posCurrent=1730;5636 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5508 posEnd=1154;5508 posCurrent=1154;5508 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5252 posEnd=1218;5252 posCurrent=1218;5252 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4804 posEnd=1282;4804 posCurrent=1282;4804 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4228 posEnd=1154;4228 posCurrent=1154;4228 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;3908 posEnd=1730;3908 posCurrent=1730;3908 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;4164 posEnd=1474;4164 posCurrent=1474;4164 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4100 posEnd=2050;4100 posCurrent=2050;4100 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4036 posEnd=2946;4036 posCurrent=2946;4036 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4548 posEnd=2754;4548 posCurrent=2754;4548 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4740 posEnd=2882;4740 posCurrent=2882;4740 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;5316 posEnd=2690;5316 posCurrent=2690;5316 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;5124 posEnd=2178;5124 posCurrent=2178;5124 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5060 posEnd=1858;5060 posCurrent=1858;5060 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;5252 posEnd=1474;5252 posCurrent=1474;5252 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4996 posEnd=1346;4996 posCurrent=1346;4996 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5700 posEnd=2242;5700 posCurrent=2242;5700 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5124 posEnd=2946;5124 posCurrent=2946;5124 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5252 posEnd=1154;5252 posCurrent=1154;5252 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5636 posEnd=1154;5636 posCurrent=1154;5636 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;5444 posEnd=1666;5444 posCurrent=1666;5444 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;5316 posEnd=1986;5316 posCurrent=1986;5316 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;5380 posEnd=2946;5380 posCurrent=2946;5380 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5124 posEnd=2562;5124 posCurrent=2562;5124 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;4740 posEnd=2754;4740 posCurrent=2754;4740 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4100 posEnd=2562;4100 posCurrent=2562;4100 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3972 posEnd=1602;3972 posCurrent=1602;3972 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4420 posEnd=1282;4420 posCurrent=1282;4420 step=1 time=0 phase=147 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4164 posEnd=2242;4164 posCurrent=2242;4164 step=1 time=0 phase=147 channel=10 icon=4 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1536;5120 posEnd=1536;4928 posCurrent=1536;4992 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1344;5696 posEnd=1344;5568 posCurrent=1344;5645 step=2 time=8 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1856;5440 posEnd=1856;5632 posCurrent=1856;5568 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2304;4864 posEnd=2304;5056 posCurrent=2304;4992 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2624;4288 posEnd=2624;4480 posCurrent=2624;4416 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2176;4160 posEnd=2176;4096 posCurrent=2176;4135 step=2 time=4 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1216;4288 posEnd=1216;4480 posCurrent=1216;4416 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1344;4672 posEnd=1344;4864 posCurrent=1344;4800 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1216;5056 posEnd=1216;5312 posCurrent=1216;5260 step=2 time=32 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1472;5440 posEnd=1472;5632 posCurrent=1472;5568 step=4 time=10 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2432;5504 posEnd=2432;5760 posCurrent=2432;5708 step=2 time=32 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2752;5120 posEnd=2752;5248 posCurrent=2752;5171 step=2 time=8 phase=147 channel=1 icon=340 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2624;4864 posEnd=2624;4736 posCurrent=2624;4813 step=2 time=8 phase=147 channel=1 icon=340 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4488 posEnd=2498;4488 posCurrent=2498;4488 step=1 time=0 phase=147 channel=10 icon=194 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4232 posEnd=2946;4232 posCurrent=2946;4232 step=1 time=0 phase=147 channel=10 icon=25 diff --git a/worlds/world045.txt b/worlds/world045.txt new file mode 100644 index 0000000..116c439 --- /dev/null +++ b/worlds/world045.txt @@ -0,0 +1,284 @@ +DescFile: posDecor=100;300 dimDecor=100;100 world=0 music=6 region=3 blupiPos=386;454 blupiDir=2 +Decor: +246,248,249,246,247,249,246,247,249,247,249,249,248,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,247,246,248,248,246,247,246,247,249,246,246,247,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,266,266,272,247,248,246,247,247,247,249,246,247,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,266,266,272,246,248,248,248,247,246,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,272,247,247,248,246,246,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,282,248,246,246,249,248,248,248,271,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,247,248,248,246,248,248,248,247,248,246,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,282,249,249,248,246,248,248,246,249,249,247,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,282,247,247,248,249,247,246,248,248,249,246,246,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,68,249,246,247,249,246,248,247,247,246,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,249,247,248,247,247,249,249,248,246,247,248,248,246,271,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,265,246,249,249,246,246,247,246,248,246,247,247,247,248,247,246,247,247,247,246,248,246,247,246,246,247,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,266,266,266,266,266,68,247,248,247,249,247,247,248,247,248,247,247,247,248,247,248,248,247,248,247,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,68,246,248,248,246,249,248,248,246,246,248,248,248,246,246,247,246,247,248,246,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,265,248,247,248,247,246,249,247,248,248,247,247,247,248,248,246,248,247,248,248,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,68,248,249,248,247,248,248,248,247,248,246,247,246,246,248,247,246,247,246,246,247,246,271,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,68,247,246,246,249,249,247,248,248,249,248,246,249,246,246,249,246,247,249,249,246,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,282,247,249,246,246,248,247,246,247,247,249,247,249,248,249,247,246,248,246,247,246,249,249,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,267,,,,,68,249,246,249,248,246,247,247,248,249,249,246,248,246,246,246,249,249,249,249,248,247,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +267,,,,,,,265,248,264,,,,68,246,246,246,246,248,248,249,248,247,248,249,249,249,246,246,246,248,246,248,246,249,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,271,,,,,,,266,,,,265,247,249,247,248,248,248,246,249,246,247,247,247,249,246,246,249,249,248,248,246,246,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,271,,,,267,,,,,,,68,249,248,247,249,247,248,246,246,248,247,247,248,247,247,248,248,246,247,246,249,246,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,247,246,271,267,273,247,271,,,,267,,68,249,248,249,246,249,246,247,247,248,247,270,272,246,249,246,248,247,247,247,249,249,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,246,248,247,247,249,246,271,,265,246,271,68,249,249,246,248,248,246,246,247,246,270,,265,248,91,91,91,247,247,248,249,249,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,248,247,247,249,246,248,246,281,282,249,247,249,249,248,249,247,246,247,247,247,247,264,,,92,91,91,91,246,246,249,248,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,248,274,247,246,246,249,249,246,264,282,246,248,248,246,247,246,247,247,249,249,249,246,264,,,92,91,91,91,248,248,248,247,247,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,268,249,246,249,249,247,247,264,282,247,248,247,249,339,339,339,339,339,339,339,276,,,,92,91,91,91,248,249,247,246,249,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,279,246,246,247,246,247,248,281,265,248,248,249,247,339,339,249,247,248,246,246,246,281,,,92,91,91,91,247,248,248,247,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,279,248,247,247,248,246,247,281,265,249,248,246,248,249,339,249,247,247,248,248,247,281,,,92,91,91,91,249,246,248,248,247,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,248,268,246,246,246,247,247,247,264,282,249,247,247,248,247,339,247,249,247,246,248,248,271,,282,249,91,91,91,249,249,249,247,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,271,280,272,246,248,249,246,264,282,248,247,246,249,247,339,249,248,246,249,247,248,246,271,273,248,247,248,246,249,248,246,248,247,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,246,248,247,264,266,272,246,249,271,265,247,247,249,247,248,339,249,248,247,248,247,246,246,249,248,246,247,246,247,248,247,246,248,247,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,266,266,266,,,,266,272,246,421,247,270,266,266,266,266,272,248,248,249,246,247,248,246,248,249,247,249,249,249,249,249,247,248,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,266,,266,,,,,,265,248,249,247,247,246,246,249,246,246,246,248,247,248,246,248,249,248,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,265,248,249,248,246,248,248,248,248,248,246,249,246,246,249,247,249,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,267,,,282,246,247,249,246,247,248,249,248,247,248,249,247,246,249,248,249,249,246,249,271,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,265,247,264,,265,249,248,248,248,246,249,247,248,249,247,247,248,248,249,247,248,246,247,246,246,248,249,249,246,246,249,246,247,249,248,247,246,248,246,249,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,267,,,,,,,266,,,282,247,247,246,247,249,246,248,249,247,246,247,246,249,247,248,248,247,247,246,248,248,249,249,246,249,246,249,248,247,247,247,246,248,246,248,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,265,246,264,,,,,,,,,265,248,248,248,248,246,247,246,270,266,266,266,266,266,266,266,272,249,247,249,246,249,247,248,247,246,249,248,246,248,248,249,246,246,247,248,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +267,,,,,,,266,,,,,,,,,,265,249,249,248,249,248,246,248,264,,,,,,,,265,249,247,249,248,249,248,246,247,246,249,249,248,249,248,247,249,249,247,249,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,271,,,,,,,,,,,267,,,,,265,248,249,249,247,248,247,248,264,,,,,,,,265,247,248,247,249,248,246,247,247,246,249,247,246,248,246,248,246,246,246,247,248,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,246,271,,,,,,,,,265,246,281,,,,265,248,248,249,249,249,247,248,264,,,,,,,,265,246,246,246,249,248,246,246,246,247,249,248,248,249,246,246,247,249,246,249,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,247,271,,,,,,,,,266,,,,,282,249,248,248,246,246,247,247,264,,,,,,,,282,249,247,246,246,246,247,247,248,246,247,247,246,248,247,248,249,247,248,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,246,248,247,271,,,,,,,,,,,,,265,246,249,249,246,246,248,248,264,,,,,,,,265,248,247,247,249,247,247,246,248,246,246,247,248,246,246,249,249,248,249,247,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,249,248,246,247,271,,,,,,,,,,,,265,248,248,246,248,248,247,246,264,,,,,,,,265,247,248,247,246,248,246,249,246,246,249,246,248,248,247,246,248,248,246,249,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,246,246,246,246,271,,,,,267,,,,,,265,248,249,246,249,249,248,246,271,267,267,267,267,267,267,267,273,246,247,247,248,246,247,247,248,274,249,249,247,249,247,249,249,247,247,248,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,249,248,248,246,248,264,,,282,247,271,267,267,267,267,273,247,246,248,247,248,248,246,247,248,248,248,249,247,248,247,247,247,249,247,249,247,248,247,247,268,247,248,247,249,247,248,248,247,248,246,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,248,249,248,247,246,281,,,265,246,248,246,248,246,247,248,247,249,248,248,249,247,248,246,246,246,248,248,246,246,249,247,249,248,249,249,249,246,246,246,268,247,247,249,247,248,248,246,247,246,246,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,249,249,249,247,248,281,,,282,248,246,249,249,249,249,246,248,246,249,247,247,246,248,246,249,246,246,247,246,246,246,249,248,249,246,247,247,247,246,246,279,246,249,249,248,248,249,247,247,247,248,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,248,246,246,246,249,281,,,265,246,247,248,249,247,247,247,249,248,248,248,248,247,248,249,249,248,248,247,247,249,247,247,246,247,248,249,249,246,246,249,268,247,246,247,249,247,248,249,246,248,249,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,246,246,246,246,247,249,264,,,282,246,249,248,249,248,246,246,246,248,248,246,248,247,249,246,246,248,248,248,249,248,246,247,249,249,247,248,248,246,248,270,273,249,249,248,247,246,246,248,249,246,249,249,246,271,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,267,,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,249,249,249,246,247,247,264,,,282,247,249,249,246,246,249,247,246,249,247,248,246,246,246,246,248,246,248,249,246,249,246,248,247,248,247,246,247,246,247,268,248,247,246,248,248,248,249,249,248,247,246,248,247,247,247,247,246,247,249,248,246,247,248,247,247,246,247,248,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,247,247,247,249,246,264,,,282,249,248,249,246,249,248,247,247,247,248,247,246,249,248,248,246,249,246,247,247,248,249,248,248,247,248,247,248,246,249,317,248,247,248,246,246,248,246,248,246,249,247,249,247,246,246,248,248,246,246,248,247,247,249,246,248,247,246,249,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,248,247,247,248,246,281,,,265,247,249,246,248,246,247,248,246,248,249,248,246,247,248,246,249,246,247,248,249,247,249,247,249,248,248,247,246,247,246,279,246,246,249,248,247,249,249,248,248,247,249,248,249,246,249,247,246,249,249,248,248,247,249,249,248,246,247,248,248,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,246,248,246,246,249,264,,,273,248,247,246,248,249,249,248,246,249,247,246,249,247,249,249,249,247,246,248,274,249,248,248,249,248,247,248,248,246,270,265,249,246,249,247,249,249,249,248,248,249,249,246,248,246,249,248,248,249,246,249,249,246,247,249,249,247,249,246,249,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,246,246,249,247,248,281,,273,248,246,246,248,246,248,247,248,246,248,248,246,248,246,246,248,249,248,247,246,279,249,246,247,278,246,270,272,248,270,267,273,246,246,248,249,249,248,249,248,246,246,247,246,248,247,247,247,247,246,248,246,247,248,247,247,247,246,248,247,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,248,246,247,249,249,264,273,249,247,247,247,249,249,246,249,246,248,246,249,249,247,246,248,248,249,246,247,248,268,249,247,248,246,276,,282,246,268,248,339,249,248,247,247,247,248,246,247,247,248,246,249,247,246,249,246,246,247,247,246,248,248,246,246,246,247,246,249,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,249,246,247,247,246,247,279,246,246,248,249,247,246,247,249,247,247,246,247,246,248,249,248,246,249,248,247,247,248,279,247,249,249,246,248,264,267,280,273,248,276,272,246,247,246,246,247,249,249,246,247,249,247,249,247,247,248,247,247,246,246,247,247,246,249,247,249,246,248,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,248,247,249,249,249,268,249,248,247,248,247,247,248,248,247,248,247,247,247,248,249,249,249,246,246,249,249,246,264,272,248,246,249,249,317,246,247,248,247,247,271,272,248,246,248,248,248,249,247,248,246,248,249,248,249,247,249,249,249,248,249,248,248,249,247,246,249,249,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,249,249,248,248,248,270,265,247,249,246,248,246,246,249,248,249,248,246,248,270,266,272,249,246,246,248,248,248,246,281,265,248,248,247,248,279,248,248,246,249,247,247,271,272,248,246,249,248,248,246,247,246,246,249,249,246,247,246,248,249,246,246,246,249,249,246,249,248,246,249,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,247,247,249,247,270,,265,246,270,266,266,266,266,266,266,272,248,270,266,,267,,266,272,246,270,272,247,247,281,265,247,270,266,266,265,248,247,249,247,247,247,249,271,272,246,249,246,246,246,246,247,249,247,246,246,247,249,246,247,249,246,248,249,249,248,248,248,247,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,248,270,266,,,,266,,,,,,,,,266,,,282,248,264,,265,247,264,,272,249,264,,266,,,,282,247,246,247,248,247,248,249,246,279,249,246,249,247,249,247,248,249,249,247,248,246,248,246,249,249,247,246,249,247,246,246,248,249,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,270,,,,,,,,,,,,,,,,,,282,249,271,,,266,,,,266,,,,,,,282,246,246,248,247,247,247,249,248,317,247,249,247,247,248,247,249,246,247,247,274,248,270,280,266,269,272,249,249,246,248,249,246,248,248,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,270,,,,,,,,,,,,,,,,,,,265,248,249,281,,,,,,,,,,,,,282,249,248,246,246,246,246,10,10,22,10,10,246,247,246,246,246,248,246,248,281,280,282,247,279,246,279,247,249,249,249,249,249,248,249,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,264,,267,,,,,,,,,,,,,,,,,282,249,247,264,,,,,,,,,,,,,282,246,278,249,247,248,246,10,55,,56,10,247,249,247,247,247,247,248,248,279,249,279,247,279,249,268,249,247,248,248,247,248,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,281,282,247,264,,,,,,,,,,,,,,,,282,249,270,,,267,,,,,,,,,,,265,247,247,248,247,248,247,10,,,76,10,248,247,249,248,249,247,249,247,275,247,281,266,273,249,275,246,246,249,249,247,247,248,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,264,,266,,,,,,,,,,,,,,,,,265,247,264,,282,246,271,,,,,,,,,,265,249,247,247,248,248,246,10,55,,56,10,247,247,246,247,247,247,247,247,247,246,271,282,248,249,246,249,247,246,249,246,248,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,271,,,,,267,,,,,267,,,,,,267,,,,266,,,265,248,246,271,267,,,,267,,,,265,248,247,249,246,247,249,10,10,22,10,10,249,247,248,247,249,247,248,249,247,248,247,279,249,249,246,249,247,246,248,248,246,247,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,271,,,273,246,281,267,267,265,246,271,267,,,265,248,271,267,267,267,267,267,273,249,247,246,249,271,267,265,248,264,,267,265,246,270,280,272,247,249,249,247,246,247,249,246,248,248,248,246,248,249,249,247,246,248,279,246,247,246,246,249,249,246,246,246,248,249,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,249,281,273,249,247,275,248,247,275,247,249,247,271,,273,248,246,249,247,246,247,247,247,248,248,246,247,249,248,275,246,271,273,247,271,280,273,249,279,246,249,249,247,249,248,248,249,246,249,247,247,249,246,246,247,246,249,268,247,247,248,248,248,249,249,249,248,246,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,246,268,246,247,246,248,247,249,248,248,247,248,249,268,246,247,246,246,247,249,249,247,249,246,246,249,249,246,246,247,247,247,247,247,247,248,246,246,279,247,246,249,248,246,247,248,247,246,246,246,249,248,246,246,246,246,246,268,248,247,249,249,246,246,246,247,246,246,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,248,279,249,249,249,249,247,249,246,248,246,248,249,200,247,246,249,247,247,249,246,248,247,249,247,247,249,246,246,246,249,246,248,249,248,248,249,249,279,248,248,248,248,248,248,248,249,248,247,248,248,246,247,249,248,246,246,279,249,248,246,248,249,248,249,248,248,247,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,247,249,279,249,246,249,248,247,247,249,246,249,247,248,279,246,247,248,248,246,248,248,246,246,249,248,247,246,247,247,248,247,246,247,246,246,248,247,248,268,249,249,247,249,248,248,248,249,246,248,249,249,246,247,248,247,248,246,317,249,246,249,247,248,246,249,246,249,247,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,246,268,247,248,248,249,249,248,248,247,249,246,246,268,246,246,249,247,247,247,247,246,246,248,248,246,249,247,248,248,248,248,246,247,248,248,246,249,279,247,246,247,247,247,246,247,249,246,249,249,270,272,248,246,249,247,249,279,249,247,246,246,248,247,246,248,248,249,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,247,268,248,248,249,247,247,249,248,247,246,247,246,268,248,246,247,248,249,248,246,247,248,247,246,246,247,247,247,248,248,247,249,247,249,247,248,246,268,246,248,248,246,249,248,246,249,247,247,270,,282,246,249,248,248,248,279,248,249,246,247,248,247,247,247,246,249,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,246,246,268,247,249,249,248,246,248,248,248,246,246,249,279,248,247,248,247,246,246,247,248,249,247,249,247,247,247,247,246,248,249,248,247,248,248,249,270,265,248,246,248,248,249,249,248,249,246,248,264,,282,248,249,247,247,270,282,248,249,249,246,248,249,248,249,249,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,248,247,279,247,247,247,246,249,247,248,248,249,247,249,275,248,246,249,247,248,248,248,247,247,248,248,246,246,248,249,247,248,247,248,246,249,247,276,,,272,249,247,247,248,248,248,249,246,248,264,,282,247,247,246,270,,265,246,276,266,68,248,249,247,248,248,246,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,248,279,247,248,248,247,247,249,248,247,246,248,248,249,247,246,248,249,246,246,247,247,249,247,246,246,248,246,249,247,246,246,247,249,249,248,247,271,267,267,280,280,269,280,280,280,280,280,269,,,,266,272,247,264,267,,272,246,264,68,247,247,247,247,247,247,248,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,248,339,268,246,246,246,247,249,249,249,248,247,247,248,246,246,247,246,248,249,247,246,248,247,248,248,248,247,246,246,249,248,246,246,248,249,247,249,246,247,249,247,248,248,248,249,246,249,248,249,264,,,,,266,265,246,281,,266,,68,246,247,249,247,246,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,249,339,275,247,246,248,247,246,246,248,246,249,249,249,248,246,247,247,249,248,246,248,247,247,247,248,246,247,246,248,247,248,248,247,249,247,248,247,248,247,249,249,249,247,248,248,247,248,246,276,,,,,,,265,246,264,,,265,249,248,248,247,248,249,249,246,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,339,247,249,248,246,248,247,246,247,248,249,247,249,247,246,248,246,249,248,249,249,249,248,249,249,247,248,248,246,248,248,246,248,249,249,248,248,249,248,248,248,249,247,248,249,248,247,247,247,281,,,,,,265,246,264,,,282,249,249,246,246,247,248,247,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,339,246,246,247,249,246,248,246,249,249,249,247,248,249,249,248,246,249,246,246,249,247,247,249,249,248,246,246,249,249,247,247,248,246,247,246,246,246,249,249,248,249,249,247,246,248,247,246,270,,,,267,,,,266,,,,282,249,247,249,247,247,246,246,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,339,249,248,246,249,248,248,247,246,246,247,249,247,249,247,249,249,249,248,249,248,247,249,246,246,246,247,246,248,246,246,246,248,246,248,248,248,249,248,248,246,249,249,247,339,339,339,339,281,,,265,248,281,,,,267,,,,68,246,248,248,247,248,249,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,247,339,247,246,249,246,246,247,249,246,247,247,249,249,246,247,249,247,249,249,249,247,249,246,246,249,247,248,246,246,248,246,246,246,247,249,246,249,249,246,247,246,247,246,247,339,339,249,247,271,,,282,247,281,,,265,249,271,,,68,247,249,248,246,249,249,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,248,339,339,246,249,247,246,249,246,246,246,246,247,247,246,246,246,247,247,247,248,249,249,246,247,248,249,246,249,248,249,249,247,249,246,247,249,246,249,248,247,247,249,249,248,249,339,247,248,249,271,,265,246,271,,,273,248,246,271,267,68,246,246,249,247,246,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +247,246,270,272,246,247,246,246,247,246,249,247,248,246,246,247,247,246,249,247,246,247,246,246,246,249,247,246,248,247,248,249,247,249,247,246,247,248,248,248,247,248,246,249,246,248,246,339,249,249,249,247,271,273,249,248,271,273,247,247,248,249,249,248,247,247,248,246,247,248,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +248,249,264,265,248,247,247,248,248,247,246,247,247,246,246,247,247,247,249,247,246,247,246,248,246,247,249,247,247,249,247,249,247,248,248,247,249,246,247,249,249,247,246,249,246,249,247,339,247,246,246,246,248,248,247,247,249,247,248,247,246,246,248,249,246,247,247,249,249,247,247,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,271,273,248,247,247,247,249,249,247,249,246,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,272,249,249,249,249,248,247,246,248,339,246,249,249,249,246,247,248,246,247,246,247,247,247,247,248,249,246,249,248,247,248,247,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,249,248,248,248,249,247,247,248,248,247,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,282,249,249,248,247,249,246,247,248,339,248,249,247,247,247,249,248,247,247,246,246,246,249,248,247,247,248,246,247,246,248,247,249,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,249,246,247,246,247,247,247,246,247,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,282,248,246,246,246,249,247,249,246,339,249,247,247,246,247,247,247,248,246,248,247,247,247,249,246,246,249,246,246,247,247,246,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +249,247,247,249,246,247,248,246,248,248,247,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,282,247,248,247,248,249,249,246,249,339,248,247,247,247,247,248,249,249,247,246,249,248,247,249,249,247,248,247,247,246,246,247,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,248,249,249,249,247,248,247,249,247,248,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,265,247,247,247,249,249,247,249,247,339,246,249,246,246,246,249,248,249,247,246,247,247,246,246,249,247,248,249,249,248,246,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +246,246,249,249,247,249,249,249,246,246,246,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246,246,248,246,249,246,248,339,248,246,249,248,246,246,246,249,248,249,247,249,247,247,248,247,248,247,249,247,246,249,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,, +266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,249,249,246,248,247,248,270,272,247,249,248,248,248,246,246,246,247,246,247,248,246,246,246,247,248,247,249,247,246,247,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,249,248,249,247,248,249,281,,272,247,249,248,247,246,248,247,246,247,249,270,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,249,248,247,248,249,246,249,281,,282,249,247,249,247,247,248,246,248,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,247,248,246,246,248,246,271,267,273,247,247,246,246,249,246,249,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,249,248,247,247,246,249,247,248,249,247,246,246,246,246,249,248,249,246,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,248,247,249,248,249,248,248,246,248,247,246,249,248,246,248,248,246,249,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,246,249,247,248,249,246,249,248,246,247,249,249,246,246,249,247,248,249,247,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2884 posEnd=4162;2884 posCurrent=4162;2884 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;448 posEnd=3458;448 posCurrent=3458;448 step=1 time=0 phase=907 channel=10 icon=51 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1092 posEnd=2306;1092 posCurrent=2306;1092 step=1 time=0 phase=907 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1092 posEnd=2626;1092 posCurrent=2626;1092 step=1 time=0 phase=907 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1092 posEnd=2882;1092 posCurrent=2882;1092 step=1 time=0 phase=907 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;1284 posEnd=3970;1284 posCurrent=3970;1284 step=1 time=0 phase=907 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;1284 posEnd=4162;1284 posCurrent=4162;1284 step=1 time=0 phase=907 channel=10 icon=15 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;136 posEnd=1602;136 posCurrent=1602;136 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3396 posEnd=4674;3396 posCurrent=4674;3396 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3716 posEnd=5314;3716 posCurrent=5314;3716 step=1 time=0 phase=907 channel=10 icon=15 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;576 posEnd=1666;576 posCurrent=1666;576 step=1 time=0 phase=907 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;576 posEnd=1794;576 posCurrent=1794;576 step=1 time=0 phase=907 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;576 posEnd=1922;576 posCurrent=1922;576 step=1 time=0 phase=907 channel=10 icon=51 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;192 posEnd=4992;192 posCurrent=4992;192 step=1 time=0 phase=907 channel=1 icon=246 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;3080 posEnd=6018;3080 posCurrent=6018;3080 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=768;512 posEnd=1152;512 posCurrent=972;512 step=2 time=32 phase=907 channel=1 icon=340 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3784 posEnd=4674;3784 posCurrent=4674;3784 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;3080 posEnd=6082;3080 posCurrent=6082;3080 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;3080 posEnd=6146;3080 posCurrent=6146;3080 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1604 posEnd=1474;1604 posCurrent=1474;1604 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1864 posEnd=1602;1864 posCurrent=1602;1864 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;776 posEnd=898;776 posCurrent=898;776 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=1664;704 posEnd=1664;640 posCurrent=1664;698 step=4 time=20 phase=907 channel=1 icon=340 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1864 posEnd=1666;1864 posCurrent=1666;1864 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1864 posEnd=1730;1864 posCurrent=1730;1864 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;200 posEnd=5442;200 posCurrent=5442;200 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;200 posEnd=5506;200 posCurrent=5506;200 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;200 posEnd=5570;200 posCurrent=5570;200 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=1792;640 posEnd=1792;704 posCurrent=1792;650 step=2 time=1 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=1920;640 posEnd=1920;704 posCurrent=1920;646 step=4 time=20 phase=907 channel=1 icon=340 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;136 posEnd=1666;136 posCurrent=1666;136 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;136 posEnd=1730;136 posCurrent=1730;136 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2176;704 posEnd=2176;1024 posCurrent=2176;883 step=2 time=28 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=2368;896 posEnd=2368;448 posCurrent=2368;448 step=3 time=5 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2560;512 posEnd=2560;768 posCurrent=2560;692 step=4 time=12 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2752;640 posEnd=2752;768 posCurrent=2752;640 step=2 time=0 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3072;704 posEnd=3328;704 posCurrent=3252;704 step=4 time=12 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3136;704 posEnd=3392;704 posCurrent=3316;704 step=4 time=12 phase=907 channel=1 icon=340 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3200;704 posEnd=3456;704 posCurrent=3380;704 step=4 time=12 phase=907 channel=1 icon=340 +MoveObject: type=4 stepAdvance=180 stepRecede=180 timeStopStart=20 timeStopEnd=20 posStart=3072;640 posEnd=3456;640 posCurrent=3238;640 step=2 time=78 phase=907 channel=10 icon=59 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;196 posEnd=4866;196 posCurrent=4866;196 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;964 posEnd=3906;964 posCurrent=3906;964 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;1028 posEnd=3970;1028 posCurrent=3970;1028 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;964 posEnd=4034;964 posCurrent=4034;964 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;1028 posEnd=4098;1028 posCurrent=4098;1028 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;964 posEnd=4162;964 posCurrent=4162;964 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;1028 posEnd=4226;1028 posCurrent=4226;1028 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2308 posEnd=4098;2308 posCurrent=4098;2308 step=1 time=0 phase=907 channel=10 icon=35 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;1284 posEnd=4098;1284 posCurrent=4098;1284 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;132 posEnd=4162;132 posCurrent=4162;132 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2180 posEnd=4418;2180 posCurrent=4418;2180 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;3396 posEnd=4738;3396 posCurrent=4738;3396 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3396 posEnd=4802;3396 posCurrent=4802;3396 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3140 posEnd=4930;3140 posCurrent=4930;3140 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1604 posEnd=1922;1604 posCurrent=1922;1604 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1604 posEnd=1858;1604 posCurrent=1858;1604 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3972 posEnd=5186;3972 posCurrent=5186;3972 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3972 posEnd=5058;3972 posCurrent=5058;3972 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3972 posEnd=5122;3972 posCurrent=5122;3972 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3652 posEnd=5058;3652 posCurrent=5058;3652 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3652 posEnd=5442;3652 posCurrent=5442;3652 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3396 posEnd=5442;3396 posCurrent=5442;3396 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3396 posEnd=4866;3396 posCurrent=4866;3396 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3972 posEnd=4162;3972 posCurrent=4162;3972 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;3588 posEnd=3970;3588 posCurrent=3970;3588 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;3652 posEnd=4994;3652 posCurrent=4994;3652 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;2568 posEnd=4546;2568 posCurrent=4546;2568 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2824 posEnd=3778;2824 posCurrent=3778;2824 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;1288 posEnd=4034;1288 posCurrent=4034;1288 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;648 posEnd=3010;648 posCurrent=3010;648 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;648 posEnd=1602;648 posCurrent=1602;648 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;324 posEnd=1410;324 posCurrent=1410;324 step=1 time=0 phase=907 channel=10 icon=6 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;456 posEnd=1218;456 posCurrent=1218;456 step=1 time=0 phase=907 channel=10 icon=194 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1344;384 posEnd=1344;704 posCurrent=1344;563 step=2 time=28 phase=907 channel=1 icon=340 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;776 posEnd=1282;776 posCurrent=1282;776 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;1604 posEnd=1410;1604 posCurrent=1410;1604 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3652 posEnd=5122;3652 posCurrent=5122;3652 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;3396 posEnd=5250;3396 posCurrent=5250;3396 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3592 posEnd=4162;3592 posCurrent=4162;3592 step=1 time=0 phase=907 channel=10 icon=23 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;964 posEnd=4290;964 posCurrent=4290;964 step=1 time=0 phase=907 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;968 posEnd=4866;968 posCurrent=4866;968 step=1 time=0 phase=907 channel=10 icon=23 diff --git a/worlds/world046.txt b/worlds/world046.txt new file mode 100644 index 0000000..258097c --- /dev/null +++ b/worlds/world046.txt @@ -0,0 +1,268 @@ +DescFile: posDecor=0;5920 dimDecor=100;100 world=0 music=9 region=9 blupiPos=194;6214 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,265,247,248 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,282,247,249 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,56,10,59,,,282,247,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,282,247,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,56,10,59,,56,10,59,,273,248,249,247 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,273,249,248,339,248 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,58,,,,54,,,273,246,339,247,339,248 +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,334,248,248,248,247,247,249 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,53,,53,,,,,10,,,,53,267,273,247,246,248,246,248,248 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,273,246,249,248,246,247,247,248,248 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,339,246,249,249,246,248,248,249 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,248,249,249,249,246,246,247,247,249 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,249,246,249,247,247,249,248,248,246,247 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,246,249,247,246,249,249,246,248,249,249,247 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,339,248,247,249,249,246,248,246,246,246,247,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,339,339,249,246,247,246,246,248,246,247,248,247,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,339,339,339,248,249,246,246,247,246,246,248,246,247,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,246,249,278,248,246,246,249,248,248,248,247,248,246,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,339,247,248,248,247,249,248,246,247,246,248,246,247,248,248 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,248,339,246,246,247,247,248,248,247,247,247,248,247,246,248,246,246 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,339,249,248,249,249,247,248,247,249,246,248,246,248,248,246,248,270,266 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,273,246,246,339,249,246,249,249,248,249,249,249,248,249,246,247,248,247,246,264, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,273,339,249,249,246,248,247,248,249,247,249,246,247,249,249,247,246,248,247,248,281, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,53,53,,57,,273,247,339,248,249,246,248,247,248,246,248,247,246,247,248,249,248,248,246,246,248,281, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,247,339,247,248,249,247,249,247,247,248,249,249,248,248,248,249,247,248,248,246,281, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,339,248,274,246,246,249,249,247,248,247,248,246,248,248,249,248,247,248,270,266,266,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,249,274,247,271,92,91,249,247,247,249,247,248,247,247,248,247,247,247,247,281,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,248,247,279,249,246,249,91,249,246,246,247,246,249,248,247,249,247,247,247,246,264,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,246,249,249,279,248,270,92,91,249,249,248,247,249,247,246,249,246,248,247,247,246,264,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,247,249,247,271,280,273,246,246,248,247,249,249,249,249,249,249,246,248,247,249,247,264,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,339,339,249,246,247,248,246,249,248,247,247,247,246,248,246,249,246,249,270,266,272,249,281,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,248,247,246,339,248,249,247,248,247,248,246,249,249,246,248,247,248,247,247,248,264,,,266,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,246,247,246,247,247,249,248,249,247,248,247,248,249,248,248,249,246,248,247,248,246,281,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,339,249,249,246,246,248,249,248,249,249,248,247,248,248,247,248,248,249,247,247,248,246,281,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,247,339,247,246,248,247,247,247,246,247,246,248,248,248,246,248,248,248,246,246,249,246,247,281,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,249,247,248,247,248,248,248,248,247,247,246,247,246,247,246,247,248,246,249,246,249,248,247,248,281,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,247,247,248,249,246,246,247,248,248,248,246,246,246,248,248,247,246,248,248,246,249,248,246,246,248,264,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,248,247,247,246,246,248,248,246,246,248,248,247,248,248,246,249,249,249,246,247,249,247,249,247,249,249,281,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,339,249,246,249,247,246,248,249,246,247,247,248,246,246,246,247,247,247,247,248,248,247,247,247,246,248,281,,,,,,,, +,,,,,,,,,,,,,,,,,56,15,,54,54,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,248,249,249,247,246,246,249,248,247,248,246,246,247,248,248,247,246,247,247,247,247,247,247,246,248,248,247,264,,,,,,,, +,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,249,246,248,249,247,247,247,247,248,249,249,246,246,247,247,248,248,246,248,248,248,247,248,248,247,247,247,247,247,281,,,,,,,, +,,,,,,,,,,,,,,,,,60,10,10,3,27,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,246,246,248,249,248,247,248,248,247,246,248,248,247,248,247,246,247,248,247,246,247,248,246,248,246,247,247,248,248,264,,,,,,,, +,,,,,,,,,,,,,,,56,9,,10,18,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,248,249,246,249,246,246,248,247,249,246,247,248,248,246,247,248,246,248,248,248,246,248,246,248,247,248,246,248,246,246,281,,,,,,,, +,,,,,,,,,,,,,60,3,27,9,27,10,,,,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,246,339,249,248,247,248,247,247,246,249,246,247,246,248,270,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,266,,,,,,,,, +,,,,,,,,,,,,,,,56,9,,10,55,,56,10,15,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,249,248,246,247,249,248,248,249,248,249,249,247,246,248,247,281,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,9,,25,,,,60,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,248,248,246,247,246,249,247,246,246,248,247,248,246,247,246,248,281,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,9,55,5,138,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,339,249,248,247,248,249,248,247,247,246,247,246,247,246,247,270,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,9,,25,,,,60,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,247,248,248,247,247,248,249,248,247,248,248,246,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,56,9,,10,55,,56,10,17,,,,,54,,,,,,,,,,,,,,,,,,,,,,,,273,339,248,339,247,247,249,249,248,248,248,246,246,246,248,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,60,3,27,9,27,10,,,,10,59,,,,60,10,,,,,,,,,,,,,,,,,,,,,,,273,249,339,339,339,249,248,248,247,248,249,247,247,248,246,246,246,246,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,56,9,,10,16,,,10,,,,,,53,,,,,,,,,,,,,,,,,,,,,,273,249,247,248,248,249,246,249,246,247,248,249,249,246,248,248,247,247,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,60,10,10,3,27,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,339,247,339,246,246,339,247,249,249,249,247,247,246,246,246,248,246,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,339,339,247,248,249,246,247,247,246,247,247,246,247,246,247,270,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,56,17,,53,53,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,249,249,247,247,247,247,246,249,248,246,248,247,247,247,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,249,249,247,247,249,249,247,248,249,247,246,248,247,246,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,,,,,,,,,,,273,246,339,339,248,246,247,248,248,246,247,249,247,248,248,248,246,247,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,15,,54,,,10,,,54,,,,54,,,,58,,,273,248,247,247,339,249,248,248,249,247,246,249,248,247,247,246,246,247,247,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,60,3,236,236,236,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,335,246,246,246,247,247,247,249,247,247,246,246,248,248,248,248,247,270,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,56,15,,,,,,,,,,,,17,,57,,,57,,,57,,,,57,,,,53,267,273,248,246,249,247,248,247,247,248,246,248,248,246,246,247,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,27,27,16,,,,,,,,,54,,54,,,,,,,,,,,,,,273,247,249,249,246,249,246,248,249,247,249,246,246,246,246,246,248,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,58,,10,,,10,,,,,,,,,10,27,10,59,,54,,54,,,,,,,,273,247,248,339,249,247,246,248,248,246,248,248,248,247,247,246,248,248,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,10,56,10,59,,10,55,,,,,,,,53,,10,,,10,27,10,59,,,,,,273,249,339,249,249,246,248,248,246,249,247,247,246,249,248,248,247,246,248,248,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,60,10,27,10,55,,10,15,,,,56,15,,,,,53,,,53,,10,,,,,,273,249,339,249,248,247,249,248,248,246,246,248,249,247,248,247,270,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,10,,25,,,51,49,,,60,3,25,,,,,,,,,,53,,,,,273,248,247,246,249,247,246,249,246,249,247,246,248,246,247,248,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,60,10,27,10,55,,10,17,,,,56,17,,,,,,,,,,,,,,273,339,249,339,246,248,246,247,246,247,247,249,248,248,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,10,56,10,59,,10,55,,,,,,,,,,,,,,,,,,273,339,339,249,249,247,249,247,247,247,248,246,248,247,246,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,57,,10,,,10,,,,,,,,,,,,,,,,,,273,246,248,339,249,248,247,248,248,249,247,249,248,248,248,270,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,27,27,18,,,,,,,,,,,,,,,,,273,246,246,247,339,248,249,246,248,248,249,249,246,248,246,270,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,56,17,,,,,,,,,,,,,,,,,,,273,246,339,248,247,339,246,247,246,248,249,246,248,247,247,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,246,339,339,246,246,339,246,248,249,249,247,247,248,247,247,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,249,247,248,247,247,247,339,249,246,248,249,246,246,248,248,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,249,246,247,249,249,246,278,248,249,248,247,248,247,247,247,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,273,248,247,249,246,249,246,246,248,339,247,247,246,248,248,247,247,247,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,248,247,248,247,246,248,215,215,52,215,215,246,248,248,248,248,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,273,247,248,247,248,246,249,246,249,215,,,,215,248,246,248,246,247,248,270,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,273,247,247,249,248,249,249,248,248,249,215,,,,215,248,246,246,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,265,247,248,247,247,249,247,247,249,248,248,215,,,,215,248,247,248,248,247,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,267,265,248,246,249,247,248,246,247,247,247,249,215,215,52,215,215,248,248,246,248,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,58,,58,58,,,,273,248,268,247,249,249,247,248,247,246,246,246,247,249,247,248,246,246,248,246,248,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,336,246,249,279,248,248,248,248,248,247,246,248,247,246,246,248,249,248,247,246,248,248,247,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,57,,57,57,,267,273,247,246,279,246,248,249,249,248,248,247,248,249,247,246,247,248,247,246,248,246,246,247,247,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,273,247,247,247,249,279,246,246,247,246,270,266,68,248,246,248,246,249,248,249,247,248,247,246,248,248,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,273,249,248,249,339,339,268,247,248,247,248,281,,68,249,246,248,249,247,246,246,247,248,247,247,247,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,273,247,247,247,246,339,248,268,246,249,246,246,281,,68,247,248,247,247,248,246,246,247,248,247,248,246,246,248,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,273,246,249,247,248,247,339,246,268,249,247,247,246,264,,68,249,246,249,249,249,246,249,270,266,266,266,266,266,266,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,273,249,246,246,249,249,247,274,249,279,249,247,249,248,264,,68,248,246,249,247,247,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,273,247,246,248,249,249,249,249,279,247,275,247,248,248,249,281,,68,247,247,246,248,246,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,273,249,249,246,247,248,249,249,248,279,246,249,247,246,247,270,,,68,247,246,247,247,249,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,273,249,247,247,246,247,249,246,249,248,268,248,270,280,272,248,281,267,282,246,247,249,248,247,249,249,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,273,248,249,249,247,246,248,270,266,272,247,264,280,265,246,281,280,282,246,279,248,248,246,247,248,249,248,248,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,273,248,248,248,248,249,274,247,281,267,267,280,273,246,271,280,273,246,264,266,265,248,247,248,246,249,246,249,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,273,246,248,246,246,246,246,279,249,268,247,246,247,248,249,246,247,248,246,271,,,68,248,248,246,248,246,246,246,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,273,249,248,248,246,247,247,247,268,247,264,266,266,68,248,247,249,248,248,247,246,264,,68,249,247,249,248,249,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,273,247,247,249,249,249,248,248,246,268,249,281,,,68,249,247,246,249,247,248,246,264,,68,249,249,247,249,249,248,246,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,273,248,247,249,249,247,248,248,247,249,279,249,264,267,267,68,246,248,246,249,249,249,246,264,,68,248,247,249,246,248,249,247,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,273,248,246,249,248,247,248,248,248,248,249,268,248,279,249,249,246,247,248,246,247,246,249,247,264,,68,248,249,247,248,248,246,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,282,249,246,247,246,247,248,246,246,247,246,246,271,280,273,249,248,247,246,246,246,249,249,247,246,264,,68,249,246,249,248,246,246,249,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,265,248,248,249,246,249,246,247,248,248,247,246,246,246,247,247,246,246,249,247,247,246,247,246,246,271,267,68,248,248,247,246,246,247,249,264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,265,249,247,246,248,246,246,248,249,247,248,247,246,247,246,249,249,247,248,246,248,248,247,249,248,247,248,247,247,248,246,247,247,246,247,281,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,27,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;4928 posEnd=1474;4928 posCurrent=1474;4928 step=1 time=0 phase=10122 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5316 posEnd=1154;5316 posCurrent=1154;5316 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5252 posEnd=1218;5252 posCurrent=1218;5252 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4484 posEnd=1986;4484 posCurrent=1986;4484 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4356 posEnd=2114;4356 posCurrent=2114;4356 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4100 posEnd=2370;4100 posCurrent=2370;4100 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3908 posEnd=2562;3908 posCurrent=2562;3908 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3460 posEnd=3010;3460 posCurrent=3010;3460 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3396 posEnd=3074;3396 posCurrent=3074;3396 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;2368 posEnd=4352;2368 posCurrent=4352;2368 step=1 time=0 phase=10122 channel=1 icon=32 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1984 posEnd=3650;1984 posCurrent=3650;1984 step=1 time=0 phase=10122 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2500 posEnd=3970;2500 posCurrent=3970;2500 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2116 posEnd=4354;2116 posCurrent=4354;2116 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2052 posEnd=4418;2052 posCurrent=4418;2052 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;1988 posEnd=4482;1988 posCurrent=4482;1988 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1924 posEnd=4546;1924 posCurrent=4546;1924 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1860 posEnd=4610;1860 posCurrent=4610;1860 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1796 posEnd=4674;1796 posCurrent=4674;1796 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1732 posEnd=4738;1732 posCurrent=4738;1732 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5888;576 posEnd=5888;320 posCurrent=5888;320 step=3 time=0 phase=10122 channel=10 icon=74 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=6016;448 posEnd=6016;192 posCurrent=6016;192 step=3 time=0 phase=10122 channel=10 icon=74 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4932 posEnd=1538;4932 posCurrent=1538;4932 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;5632 posEnd=1152;5632 posCurrent=1152;5632 step=1 time=0 phase=10122 channel=1 icon=33 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;966 posEnd=3970;966 posCurrent=3970;966 step=1 time=0 phase=10122 channel=10 icon=178 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;966 posEnd=4226;966 posCurrent=4226;966 step=1 time=0 phase=10122 channel=10 icon=178 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1668 posEnd=4802;1668 posCurrent=4802;1668 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;1536 posEnd=5120;1536 posCurrent=5120;1536 step=1 time=0 phase=10122 channel=1 icon=246 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5056;1536 posEnd=5056;1536 posCurrent=5056;1536 step=1 time=0 phase=10122 channel=1 icon=246 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;1536 posEnd=5184;1536 posCurrent=5184;1536 step=1 time=0 phase=10122 channel=1 icon=246 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;1536 posEnd=4992;1536 posCurrent=4992;1536 step=1 time=0 phase=10122 channel=1 icon=246 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;1536 posEnd=5248;1536 posCurrent=5248;1536 step=1 time=0 phase=10122 channel=1 icon=246 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;5380 posEnd=322;5380 posCurrent=322;5380 step=1 time=0 phase=10122 channel=10 icon=210 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;5188 posEnd=578;5188 posCurrent=578;5188 step=1 time=0 phase=10122 channel=10 icon=68 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1856;4544 posEnd=1856;4672 posCurrent=1856;4544 step=1 time=10 phase=10122 channel=1 icon=340 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1856;4480 posEnd=1728;4480 posCurrent=1850;4480 step=2 time=1 phase=10122 channel=10 icon=74 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2304;4160 posEnd=2368;4160 posCurrent=2304;4160 step=1 time=2 phase=10122 channel=1 icon=340 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=2560;3968 posEnd=2496;3968 posCurrent=2560;3968 step=1 time=2 phase=10122 channel=1 icon=340 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2752;3712 posEnd=2560;3712 posCurrent=2695;3712 step=2 time=9 phase=10122 channel=10 icon=74 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2880;3584 posEnd=2688;3584 posCurrent=2823;3584 step=2 time=9 phase=10122 channel=10 icon=74 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3584;2368 posEnd=3584;2624 posCurrent=3584;2615 step=4 time=3 phase=10122 channel=1 icon=29 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3648;2368 posEnd=3648;2112 posCurrent=3648;2121 step=4 time=3 phase=10122 channel=1 icon=29 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3392;1856 posEnd=3584;2112 posCurrent=3577;2103 step=4 time=3 phase=10122 channel=1 icon=29 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3328;1856 posEnd=3072;1856 posCurrent=3081;1856 step=4 time=3 phase=10122 channel=1 icon=29 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3008;1600 posEnd=3008;1856 posCurrent=3008;1847 step=4 time=3 phase=10122 channel=1 icon=29 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1348 posEnd=2818;1348 posCurrent=2818;1348 step=1 time=0 phase=10122 channel=10 icon=221 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1352 posEnd=3202;1352 posCurrent=3202;1352 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2440 posEnd=4866;2440 posCurrent=4866;2440 step=1 time=0 phase=10122 channel=10 icon=140 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1544 posEnd=3650;1544 posCurrent=3650;1544 step=1 time=0 phase=7016 channel=10 icon=139 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;1028 posEnd=5890;1028 posCurrent=5890;1028 step=1 time=0 phase=10122 channel=10 icon=228 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;1024 posEnd=5952;1024 posCurrent=5952;1024 step=1 time=0 phase=10122 channel=1 icon=32 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;968 posEnd=3010;968 posCurrent=3010;968 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;968 posEnd=2946;968 posCurrent=2946;968 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;968 posEnd=3074;968 posCurrent=3074;968 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;648 posEnd=4098;648 posCurrent=4098;648 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;260 posEnd=6210;260 posCurrent=6210;260 step=1 time=0 phase=10122 channel=10 icon=123 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5440;896 posEnd=5568;896 posCurrent=5446;896 step=2 time=1 phase=10122 channel=10 icon=74 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=5952;1280 posEnd=6080;1280 posCurrent=6080;1280 step=3 time=16 phase=10122 channel=1 icon=340 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5760;704 posEnd=5632;704 posCurrent=5754;704 step=2 time=1 phase=10122 channel=10 icon=74 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;1928 posEnd=5698;1928 posCurrent=5698;1928 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;1928 posEnd=5762;1928 posCurrent=5762;1928 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1928 posEnd=5826;1928 posCurrent=5826;1928 step=1 time=0 phase=10122 channel=10 icon=23 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5188 posEnd=1282;5188 posCurrent=1282;5188 step=1 time=0 phase=10122 channel=10 icon=14 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=576;5504 posEnd=576;5376 posCurrent=576;5504 step=1 time=10 phase=10122 channel=1 icon=17 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3456;2880 posEnd=3520;2624 posCurrent=3518;2633 step=4 time=3 phase=10122 channel=1 icon=29 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1544 posEnd=3778;1544 posCurrent=3778;1544 step=1 time=0 phase=7002 channel=10 icon=140 diff --git a/worlds/world050.txt b/worlds/world050.txt new file mode 100644 index 0000000..31e693c --- /dev/null +++ b/worlds/world050.txt @@ -0,0 +1,205 @@ +DescFile: posDecor=1650;2600 dimDecor=100;100 world=0 music=0 region=7 blupiPos=1986;2886 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,79,81,82,79,81,83,82,80,83,78,83,82,82,80,82,82,83,81,81,79,82,83,81,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,82,79,81,81,78,82,78,80,79,78,82,83,81,82,80,79,82,83,80,83,80,79,83,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,83,82,81,78,81,83,78,78,80,81,79,79,82,83,80,82,78,78,81,83,80,80,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,80,82,83,79,82,80,82,82,80,82,82,80,83,78,82,80,80,82,78,83,82,78,79,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,82,82,81,82,82,82,80,81,82,82,80,82,82,82,81,83,80,82,82,83,83,81,82,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,78,83,80,81,82,83,82,83,83,82,82,80,81,79,80,82,82,81,80,82,79,81,80,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,81,82,82,78,81,80,78,80,80,83,78,83,82,82,83,79,81,78,82,82,80,78,83,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,79,83,78,78,79,81,79,82,83,83,201,83,200,83,83,201,83,83,83,80,82,82,82,79,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,81,82,83,83,200,82,78,87,63,,63,,63,63,,63,63,82,78,82,82,81,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,83,82,80,82,82,87,63,,63,63,,,,,,,,,,,81,82,82,81,80,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,81,79,82,,,,,,,,201,201,201,201,201,201,201,201,80,81,80,83,83,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,81,81,79,,,,,,,,79,,79,,79,,79,,78,82,82,81,81,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,83,81,78,201,201,201,201,201,201,201,83,182,83,182,83,182,83,,83,78,83,80,78,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,81,80,82,,79,,79,,79,,83,177,83,176,83,175,83,174,82,81,79,82,78,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,81,83,83,182,83,182,83,182,83,182,83,83,83,83,83,83,83,83,83,79,83,82,82,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,83,82,83,181,83,180,83,179,83,178,83,82,83,80,82,78,82,79,81,83,83,82,83,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,81,82,83,83,83,83,83,83,83,83,78,80,82,79,83,78,81,79,79,81,82,82,82,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,80,82,82,82,82,82,78,82,82,80,81,80,81,80,83,83,79,82,78,78,81,81,78,82,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,80,82,79,82,82,82,82,78,78,80,82,82,81,81,80,83,79,81,78,81,78,82,78,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,82,83,81,80,79,83,79,78,78,83,83,82,82,80,80,83,82,80,83,80,81,82,78,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,82,78,80,78,82,83,83,80,80,82,83,83,81,83,82,83,80,83,81,82,80,81,79,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,81,79,81,82,83,82,79,81,79,78,80,78,80,80,83,82,82,78,78,80,79,81,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,80,82,82,82,80,82,78,83,81,79,82,80,79,83,83,82,79,83,82,83,82,78,82,82,80,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,83,82,78,82,83,82,81,80,82,82,83,81,83,83,82,83,82,83,81,78,78,78,82,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=2048;2944 posEnd=2048;2432 posCurrent=2048;2476 step=4 time=7 phase=662 channel=1 icon=84 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2176;2432 posEnd=2176;2048 posCurrent=2176;2067 step=4 time=3 phase=662 channel=1 icon=84 diff --git a/worlds/world051.txt b/worlds/world051.txt new file mode 100644 index 0000000..b1e3ab3 --- /dev/null +++ b/worlds/world051.txt @@ -0,0 +1,253 @@ +DescFile: posDecor=750;950 dimDecor=100;100 world=0 music=7 region=24 blupiPos=1218;1158 blupiDir=1 +Decor: +84,82,82,81,81,79,79,78,84,80,82,80,79,79,80,82,78,83,83,78,79,83,83,78,83,79,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,78,78,81,79,78,83,81,82,79,84,83,84,83,81,84,81,81,79,78,81,83,78,82,82,82,80,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,78,83,80,79,84,82,79,82,83,84,83,79,80,84,83,83,78,83,83,86,83,78,84,82,81,80,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,79,82,80,79,84,80,81,83,84,79,80,84,80,79,82,80,78,79,81,86,81,78,83,80,84,80,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,82,82,79,84,80,84,84,80,82,78,84,83,79,82,79,79,79,82,79,86,80,82,80,80,81,83,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,84,80,79,81,80,82,83,80,78,78,78,80,81,83,84,83,79,82,79,86,79,63,84,81,81,84,83,84,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,81,81,80,81,78,78,83,81,84,79,78,83,82,79,82,83,84,81,84,86,81,,80,79,82,84,81,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,84,81,81,84,88,63,63,63,201,63,78,82,80,78,79,81,82,81,80,86,84,,82,78,78,82,80,82,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,84,78,82,82,,,,,201,,110,81,78,80,80,78,82,84,80,86,80,200,82,84,82,82,84,81,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,81,84,83,82,,,,,201,,110,83,79,81,79,83,83,84,82,63,63,,83,79,83,79,82,80,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,80,83,82,84,,,,,201,,110,110,110,84,79,78,83,82,81,200,89,,80,79,82,83,83,84,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,78,84,78,79,,,,,201,,110,110,110,110,63,10,63,63,87,,81,64,63,81,84,79,83,83,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,82,80,79,83,330,,89,,201,,110,110,110,110,60,10,55,,,,79,81,200,81,82,79,84,81,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,79,82,84,78,64,64,201,64,201,64,110,110,110,110,,10,,89,,,81,83,,84,78,84,84,79,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,81,79,81,80,79,79,80,84,80,78,110,110,110,110,64,201,64,83,201,201,78,80,,82,80,83,80,84,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,84,79,80,84,80,82,83,80,80,81,126,126,126,126,83,82,84,80,82,82,81,84,,79,84,82,80,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,79,79,81,78,84,81,84,80,78,84,82,82,83,81,81,81,82,84,81,83,83,80,,79,83,79,79,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,79,80,80,79,81,80,84,79,78,81,80,81,80,80,81,80,78,82,84,79,79,82,200,81,78,84,79,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,81,83,81,84,80,82,80,79,81,83,84,83,82,84,81,84,80,63,201,,,201,64,81,83,83,78,79,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,79,79,331,,,,201,201,,,,,,,201,201,63,60,3,5,79,84,81,81,78,79,80,83,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,84,82,78,79,81,80,84,82,79,79,81,81,82,83,78,81,89,,,,80,83,82,84,82,78,78,83,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,84,83,82,81,78,83,81,80,78,83,81,82,80,82,84,82,80,,,,80,79,84,82,78,82,84,80,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,80,82,84,84,83,78,81,82,83,78,82,81,81,84,83,81,82,,,,63,81,83,79,83,82,83,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,82,78,79,79,79,80,79,79,83,81,81,78,81,79,80,80,82,90,,,,84,83,80,84,78,79,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,78,78,82,78,84,83,81,83,82,84,84,78,84,79,83,82,79,84,201,201,201,80,83,83,81,78,80,83,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,78,78,81,78,82,81,82,84,78,84,79,83,78,78,84,81,83,87,,,,84,81,82,79,78,80,81,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,84,81,80,80,83,81,80,84,80,78,82,78,78,84,78,81,82,,,,,78,78,81,79,81,82,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,82,80,78,83,84,80,81,83,78,80,83,81,83,81,80,79,84,89,64,64,,82,78,82,81,78,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,82,78,83,78,79,80,79,79,81,79,79,83,84,80,82,83,83,79,79,80,200,82,82,84,83,84,81,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,82,78,82,79,82,81,83,79,79,84,83,87,63,63,79,84,80,78,78,80,,80,81,82,84,80,79,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,84,78,81,81,84,82,,,,83,79,82,83,81,80,201,79,84,81,84,78,83,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,82,82,80,80,78,81,,,,201,63,201,63,201,63,201,84,84,79,80,79,84,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,80,83,81,80,81,82,,,,201,,201,,201,,201,82,82,84,81,80,83,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,84,79,84,81,78,84,82,,,,201,,201,,201,,201,78,78,79,81,84,78,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,83,79,83,78,79,79,,,,201,,201,,201,,201,83,81,83,79,80,80,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,80,83,81,78,79,78,,,,201,,201,,201,,201,79,83,84,79,83,79,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,84,80,78,84,83,79,,,,201,,201,,201,,201,80,81,79,81,81,81,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,81,80,81,83,84,81,,,,201,,201,,201,,201,83,78,78,80,84,80,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,81,84,80,79,78,81,,,,201,64,201,64,201,64,201,79,84,82,83,79,83,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,83,83,82,80,78,82,,,,79,82,79,80,78,82,81,84,79,84,81,81,79,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,82,80,81,80,83,84,90,64,64,81,79,79,79,78,82,80,82,83,79,80,84,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,79,84,79,83,84,82,80,84,79,79,84,78,81,79,78,82,80,79,84,84,84,79,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,78,79,79,78,83,80,84,80,79,83,79,83,83,83,78,80,84,82,79,80,80,84,81,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,78,78,83,84,80,83,83,81,82,79,80,82,82,79,83,81,80,79,78,80,82,84,84,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,84,78,82,82,83,80,81,80,81,83,80,78,83,79,84,81,83,78,78,81,78,81,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,83,79,81,81,79,82,80,84,82,81,78,82,83,78,83,84,81,83,84,83,78,82,83,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,83,84,84,78,78,82,78,81,78,82,82,84,78,79,84,83,79,78,84,78,78,83,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,80,80,80,80,78,82,80,78,80,83,82,78,78,78,78,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,80,80,80,84,80,83,83,78,80,78,82,84,84,78,81,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,80,80,80,83,82,84,79,80,84,79,84,80,83,81,83,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,80,80,79,84,82,79,79,79,79,84,84,84,83,84,80,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +262,262,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,263,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,401,92,91,91,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,263,261,,92,91,91,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,403,263,76,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,263,263,,,,261,261,261,261,261,261,261,261,263,261,263,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,401,,,262,76,261,261,261,261,261,261,261,263,76,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,,,,261,,92,91,91,261,261,261,261,401,,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,,,,261,402,92,91,91,261,261,261,261,331,,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,,,,261,262,261,91,91,261,261,261,261,402,,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,,,,261,263,261,91,91,261,261,261,261,262,76,263,76,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,402,,,261,,92,91,91,261,261,261,261,261,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,262,262,283,261,,92,91,91,261,261,261,261,261,262,262,76,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,,263,76,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,,,,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,402,262,76,261,261,261,261,261,261,261,261,261,261,378,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,262,261,,92,91,91,261,261,261,261,261,261,261,378,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,402,92,91,91,261,261,261,261,261,261,261,378,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,262,261,91,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,263,263,261,261,261,261,261,261,261,91,91,261,261,261,261,261,261,263,,263,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,261,,54,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,261,76,10,76,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,92,91,261,91,91,261,263,261,261,261,261,261,261,261,261,,53,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,263,283,283,261,261,261,91,91,261,401,92,91,261,261,261,261,261,261,262,,262,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,401,,,92,91,91,91,91,261,,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,330,,,92,91,91,91,91,261,,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,402,,,92,91,91,91,91,261,,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,262,283,283,261,261,261,91,91,261,402,92,91,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,92,91,261,91,91,261,262,261,261,261,261,261,261,261,261,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,263,263,76,263,263,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,92,91,261,91,91,91,91,91,91,261,261,261,261,261,401,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,262,262,261,261,261,261,261,261,261,91,91,261,261,261,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,263,261,91,91,261,261,261,261,261,,,,140,376,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,401,92,91,91,261,261,261,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,,92,91,91,261,261,261,261,261,402,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,422,261,261,261,261,261,261,261,261,262,262,76,262,262,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,76,261,263,263,263,263,263,263,263,263,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,,201,,,,,,,,,201,,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,76,261,262,262,262,262,262,262,262,262,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,402,261,261,261,261,261,261,261,261,261,261,76,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,263,263,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,25,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,24,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,23,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,25,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,24,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,203,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,203,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,203,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,203,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2048;960 posEnd=2368;960 posCurrent=2195;960 step=2 time=23 phase=2886 channel=1 icon=13 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2368;1088 posEnd=2048;1088 posCurrent=2221;1088 step=2 time=23 phase=2886 channel=1 icon=13 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1536;1344 posEnd=1536;1344 posCurrent=1536;1344 step=1 time=0 phase=2886 channel=10 icon=74 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2048;1216 posEnd=2368;1216 posCurrent=2195;1216 step=2 time=23 phase=2886 channel=1 icon=13 +MoveObject: type=33 stepAdvance=40 stepRecede=40 timeStopStart=23 timeStopEnd=23 posStart=576;1408 posEnd=320;1408 posCurrent=564;1408 step=2 time=2 phase=2886 channel=12 icon=250 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=704;896 posEnd=896;896 posCurrent=736;896 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1288 posEnd=130;1288 posCurrent=130;1288 step=1 time=0 phase=2886 channel=10 icon=22 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=896;832 posEnd=704;832 posCurrent=864;832 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=512;576 posEnd=832;576 posCurrent=659;576 step=2 time=23 phase=2886 channel=1 icon=13 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;516 posEnd=4290;516 posCurrent=4290;516 step=1 time=0 phase=2886 channel=10 icon=7 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;520 posEnd=4418;520 posCurrent=4418;520 step=1 time=0 phase=2886 channel=10 icon=22 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2368;1344 posEnd=2048;1344 posCurrent=2221;1344 step=2 time=23 phase=2886 channel=1 icon=13 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;516 posEnd=4162;516 posCurrent=4162;516 step=1 time=0 phase=2886 channel=10 icon=7 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;900 posEnd=1922;900 posCurrent=1922;900 step=1 time=0 phase=2886 channel=10 icon=30 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;520 posEnd=3714;520 posCurrent=3714;520 step=1 time=0 phase=2886 channel=10 icon=22 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3904;512 posEnd=4096;512 posCurrent=3936;512 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=4928;512 posEnd=5184;512 posCurrent=4945;512 step=2 time=4 phase=2886 channel=10 icon=79 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1288 posEnd=194;1288 posCurrent=194;1288 step=1 time=0 phase=2886 channel=10 icon=22 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=4544;768 posEnd=4736;768 posCurrent=4620;768 step=2 time=18 phase=2886 channel=10 icon=78 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4928;768 posEnd=4992;768 posCurrent=4992;768 step=3 time=6 phase=2886 channel=10 icon=85 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=5184;768 posEnd=5056;768 posCurrent=5184;768 step=1 time=42 phase=2886 channel=10 icon=87 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=5184;832 posEnd=4992;832 posCurrent=5108;832 step=2 time=18 phase=2886 channel=10 icon=81 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=5568;704 posEnd=5632;704 posCurrent=5632;704 step=3 time=6 phase=2886 channel=10 icon=85 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=3904;832 posEnd=4160;832 posCurrent=3921;832 step=2 time=4 phase=2886 channel=10 icon=79 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3584;704 posEnd=3648;704 posCurrent=3648;704 step=3 time=6 phase=2886 channel=10 icon=85 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4864;384 posEnd=4800;384 posCurrent=4800;384 step=3 time=6 phase=2886 channel=10 icon=87 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=5248;384 posEnd=5376;384 posCurrent=5248;384 step=1 time=42 phase=2886 channel=10 icon=85 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;904 posEnd=2498;904 posCurrent=2498;904 step=1 time=0 phase=2886 channel=10 icon=22 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;1350 posEnd=5506;1350 posCurrent=5506;1350 step=1 time=0 phase=2886 channel=10 icon=178 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1348 posEnd=5186;1348 posCurrent=5186;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1348 posEnd=5058;1348 posCurrent=5058;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;1344 posEnd=5122;1344 posCurrent=5122;1344 step=1 time=0 phase=2886 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;1344 posEnd=4994;1344 posCurrent=4994;1344 step=1 time=0 phase=2886 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1348 posEnd=4930;1348 posCurrent=4930;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1412 posEnd=4738;1412 posCurrent=4738;1412 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;1280 posEnd=4738;1280 posCurrent=4738;1280 step=1 time=0 phase=2886 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1412 posEnd=4866;1412 posCurrent=4866;1412 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5376;1344 posEnd=5376;1408 posCurrent=5376;1376 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5376;1280 posEnd=5376;1344 posCurrent=5376;1312 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1280 posEnd=4866;1280 posCurrent=4866;1280 step=1 time=0 phase=2886 channel=10 icon=50 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4736;1344 posEnd=4864;1344 posCurrent=4845;1344 step=4 time=3 phase=2886 channel=10 icon=74 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;1348 posEnd=4674;1348 posCurrent=4674;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;1348 posEnd=4546;1348 posCurrent=4546;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;1348 posEnd=4418;1348 posCurrent=4418;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1348 posEnd=4610;1348 posCurrent=4610;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;1348 posEnd=4354;1348 posCurrent=4354;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;1348 posEnd=4290;1348 posCurrent=4290;1348 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=4032;1344 posEnd=3904;1344 posCurrent=4032;1344 step=1 time=6 phase=2886 channel=12 icon=238 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5632;1216 posEnd=5632;1472 posCurrent=5632;1401 step=2 time=29 phase=2886 channel=10 icon=74 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1352 posEnd=3842;1352 posCurrent=3842;1352 step=1 time=0 phase=2886 channel=10 icon=22 diff --git a/worlds/world052.txt b/worlds/world052.txt new file mode 100644 index 0000000..f16f91b --- /dev/null +++ b/worlds/world052.txt @@ -0,0 +1,260 @@ +DescFile: posDecor=0;2070 dimDecor=100;100 world=0 music=2 region=13 blupiPos=322;2374 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,78,80,83,80,84,81,79,79,80,81,79,84,80,79,78,83,82,84,80,84,81,84,78,83,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,80,79,80,81,82,80,79,83,81,79,79,78,83,79,84,81,83,80,79,78,84,79,84,81,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,81,80,79,84,78,79,79,82,79,82,81,84,79,84,79,79,79,80,84,78,84,84,80,84,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,83,82,78,83,82,79,82,81,81,79,201,201,201,81,80,82,78,83,79,83,84,79,84,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,78,82,78,81,81,84,78,84,84,78,,,,82,81,83,81,82,78,78,79,81,84,78,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,82,79,78,81,83,83,80,83,84,79,,,,84,84,82,79,78,83,81,78,84,81,80,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,80,78,80,83,81,84,79,78,82,80,,,,78,83,83,78,82,78,83,80,79,83,80,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,84,79,79,80,80,84,83,82,79,82,,,,84,81,82,80,80,78,81,81,84,82,82,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,83,78,79,80,84,81,80,87,63,83,,,,84,79,78,82,84,81,79,79,82,81,81,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,82,80,80,83,81,82,81,,,81,,,,78,80,79,80,84,79,80,80,81,84,79,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,82,79,81,78,,,201,201,201,201,82,80,80,82,81,78,78,78,79,84,82,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,82,82,84,82,79,84,79,,,84,78,422,78,79,80,79,82,82,81,82,83,84,78,83,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,78,81,81,83,78,80,82,89,64,83,63,,63,80,82,81,84,79,83,78,80,82,82,83,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,84,84,84,78,83,83,84,84,81,80,,,,82,84,81,81,81,81,80,80,84,80,80,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,80,82,80,81,82,81,78,83,84,79,,,,81,78,84,82,84,80,83,83,81,84,82,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,78,80,80,79,84,79,83,83,81,84,,,,80,80,81,83,80,84,84,82,81,79,84,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,81,78,83,80,79,84,83,80,82,78,,,,78,84,81,81,82,82,82,80,82,82,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,84,83,80,80,79,84,84,80,81,81,,,,81,79,84,80,81,79,80,83,82,82,80,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,79,80,78,79,83,84,84,87,63,81,,,,79,84,81,84,83,79,81,81,84,78,84,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,80,84,78,84,82,79,81,,,84,,,,81,81,84,80,78,84,84,84,79,83,80,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,78,83,81,83,80,81,79,,,201,201,201,201,78,82,80,81,83,82,82,84,80,82,78,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,84,82,80,82,79,81,83,,,84,78,424,78,79,80,82,84,82,80,80,78,83,78,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,80,84,82,84,81,82,80,89,64,82,63,,63,79,82,82,80,81,81,80,80,81,81,83,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,78,80,81,80,82,84,83,78,83,82,,,,84,82,83,80,80,83,78,83,82,84,80,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,82,79,80,83,82,84,80,79,81,79,,,,82,82,63,63,201,63,84,78,81,81,78,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,82,80,81,82,78,78,82,78,83,81,,,,201,201,64,,84,,84,82,83,78,78,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,80,81,80,83,81,78,81,83,81,82,,,,201,201,84,201,201,201,84,81,84,80,78,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,82,82,78,79,79,80,82,82,82,80,,,,201,201,63,,84,,84,79,80,78,78,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,81,81,82,82,78,80,80,79,81,83,,,,80,81,64,64,201,64,84,84,78,79,79,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,81,83,81,84,79,84,79,81,80,79,64,,64,83,78,81,79,80,78,78,84,84,82,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,80,84,80,79,78,425,78,79,82,80,82,78,81,83,81,82,81,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,79,78,63,,63,83,78,80,83,79,81,84,81,83,84,81,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,82,78,83,,,,81,81,63,63,201,63,84,82,81,81,79,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,84,83,79,83,,,,201,201,64,,84,,84,82,78,79,83,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,78,81,78,,,,201,201,84,201,201,201,84,82,78,80,83,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,82,78,79,,,,201,201,63,,84,,84,81,81,84,80,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,79,78,81,,,,78,84,64,64,201,64,84,81,82,81,83,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,81,83,80,64,,64,80,83,78,80,82,80,83,79,80,80,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,80,80,79,78,426,81,80,80,83,79,83,84,79,82,78,81,81,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,80,79,83,83,63,,63,79,78,83,84,78,81,82,80,83,78,78,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,82,84,,,,79,79,63,63,201,63,84,83,83,84,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,78,80,81,,,,201,201,64,,84,,84,79,82,83,79,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,78,84,78,79,,,,201,201,84,201,201,201,84,84,83,81,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,84,83,81,,,,201,201,63,,84,,84,83,82,79,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,82,78,84,,,,79,78,64,64,201,64,84,83,84,83,83,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,82,84,82,81,64,,64,83,81,79,78,79,81,82,81,82,78,84,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,83,84,82,78,427,78,79,83,80,78,83,80,83,81,83,83,84,80,80,80,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,83,84,81,63,,63,82,83,78,83,78,78,82,84,81,80,79,80,82,79,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,80,83,81,84,,,,81,79,82,79,82,84,82,80,80,80,80,79,80,83,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,79,80,84,,,,78,83,84,81,80,83,84,82,82,78,82,81,78,84,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,79,81,80,84,,,,84,84,78,82,79,81,79,81,78,81,80,78,80,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,80,80,80,82,64,,64,83,84,79,80,201,201,81,79,80,83,84,78,78,79,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,80,82,84,78,200,78,81,79,84,82,201,201,78,82,82,82,81,82,80,78,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,80,81,83,63,,63,81,82,78,63,,,63,63,82,82,81,82,84,83,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,80,83,81,,,,84,79,63,,,,,,63,83,81,80,81,78,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,79,80,81,,,,201,201,,,,,,,,79,82,84,84,83,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,83,80,84,,,,201,201,,,,,,,,201,80,81,81,81,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,84,84,81,,,,201,201,,,,,,,,84,84,78,78,84,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,78,82,78,,,,81,81,64,,,,,,64,81,84,81,81,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,81,82,84,64,,64,84,83,84,64,,,64,64,82,80,84,80,82,82,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,78,84,78,78,430,78,82,79,80,78,201,201,78,81,78,80,80,78,83,81,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,80,79,63,,63,78,79,84,80,201,201,81,79,83,82,78,81,78,81,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,81,80,83,80,81,83,80,83,84,82,84,80,79,83,79,78,80,83,79,78,79,82,84,82,83,83,84,83,83,64,64,64,92,78,78,80,78,78,78,79,82,81,83,84,78,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,79,79,84,80,78,82,83,82,78,84,80,80,79,84,84,79,79,83,82,82,80,81,79,82,83,83,81,80,79,83,82,79,92,78,78,83,80,78,83,82,81,81,80,78,79,79,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,83,83,83,83,79,82,78,81,84,80,80,83,79,80,82,84,82,80,84,80,80,84,78,84,81,81,83,84,81,84,63,63,63,92,80,79,80,83,83,80,81,84,79,83,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,84,83,83,78,82,82,78,84,82,84,84,79,79,80,83,84,82,81,84,80,80,82,80,80,83,81,79,78,79,64,,64,83,83,78,80,80,82,80,81,78,81,82,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,84,81,81,81,84,84,83,81,79,78,84,78,84,83,81,82,84,78,80,79,82,78,78,80,80,81,84,79,82,80,81,200,84,79,78,82,81,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,83,78,82,80,80,80,81,84,79,81,78,84,78,79,81,80,82,84,78,78,80,81,84,80,83,78,78,82,80,78,138,,63,83,84,84,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,83,84,80,84,84,84,82,201,201,201,82,82,84,84,78,78,78,78,78,83,79,81,83,83,83,84,79,82,84,138,,,81,84,81,81,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,84,80,83,79,87,63,63,201,84,201,78,81,82,83,79,84,63,63,78,82,63,63,201,63,84,81,78,84,82,138,,,80,80,84,78,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,81,83,82,80,,,,201,63,,201,63,201,63,84,138,,,202,202,,,201,,201,63,201,63,78,138,,,80,82,81,81,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,80,78,79,79,78,,,60,3,55,,201,,84,,202,202,,56,3,138,,,84,,201,,84,,202,202,,,82,80,83,82,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,78,78,82,82,,,,201,64,,201,64,201,64,83,138,,,202,202,,,201,,201,64,201,64,83,138,,,82,79,84,78,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,78,80,81,80,80,89,64,64,201,84,201,81,80,78,80,84,80,64,64,78,83,64,64,201,64,80,81,82,80,78,138,,,82,80,80,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,78,79,83,84,78,79,84,84,201,201,201,78,78,81,83,78,78,78,78,78,79,79,80,80,84,78,83,83,80,79,138,,,84,84,78,78,82,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,81,78,81,81,83,82,78,83,79,80,78,78,79,81,84,80,82,80,82,83,82,78,84,80,78,80,80,82,82,138,,64,81,84,84,84,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,81,83,79,83,80,80,78,80,84,80,82,82,82,83,78,80,79,78,79,84,78,79,81,84,78,83,80,84,84,78,200,78,82,79,79,83,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,83,82,79,80,81,78,82,81,84,79,80,83,81,82,78,82,81,82,78,82,81,84,83,84,84,81,82,82,80,81,81,80,81,83,79,80,81,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,78,83,80,81,81,80,83,81,82,78,81,79,82,84,81,83,80,81,84,83,84,84,84,84,82,81,84,78,81,82,79,80,78,78,84,79,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,82,79,79,78,81,83,78,80,78,83,78,83,78,83,83,78,83,83,82,78,78,78,84,84,84,84,80,78,84,84,81,78,84,84,79,78,83,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,79,83,80,79,84,81,79,81,78,82,79,81,83,83,81,78,80,79,83,82,80,84,78,80,78,78,82,84,84,79,80,81,83,82,80,80,81,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,81,78,84,83,83,80,82,78,80,79,84,79,81,78,81,82,84,79,80,78,82,78,79,78,84,83,79,84,79,84,82,83,81,79,84,80,79,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,79,82,79,82,81,81,81,82,82,79,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,82,84,80,78,80,84,79,81,80,81,80,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,80,82,84,83,79,84,83,81,79,83,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,78,84,82,84,78,78,78,80,84,79,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,83,79,79,83,79,79,79,78,81,83,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,82,82,80,78,83,78,81,80,82,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,78,83,79,83,78,84,80,82,82,84,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,83,81,78,80,81,83,79,81,80,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,78,82,78,83,80,82,81,81,84,80,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,79,78,83,79,80,84,78,80,80,81,79,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,82,79,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,78,84,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,80,82,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=512;2240 posEnd=512;2240 posCurrent=512;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2756 posEnd=3906;2756 posCurrent=3906;2756 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2756 posEnd=3266;2756 posCurrent=3266;2756 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;1920 posEnd=4544;1920 posCurrent=4544;1920 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1536;2560 posEnd=1536;2560 posCurrent=1536;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;2560 posEnd=2048;2560 posCurrent=2048;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1792;2560 posEnd=1792;2560 posCurrent=1792;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;2560 posEnd=2112;2560 posCurrent=2112;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;2560 posEnd=2240;2560 posCurrent=2240;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;2560 posEnd=2304;2560 posCurrent=2304;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3136;2368 posEnd=3136;2368 posCurrent=3136;2368 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2756 posEnd=2690;2756 posCurrent=2690;2756 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2756 posEnd=2178;2756 posCurrent=2178;2756 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;2560 posEnd=2560;2560 posCurrent=2560;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;2560 posEnd=2816;2560 posCurrent=2816;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;2560 posEnd=3456;2560 posCurrent=3456;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;2624 posEnd=3392;2624 posCurrent=3392;2624 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;2880 posEnd=3392;2880 posCurrent=3392;2880 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;2944 posEnd=3456;2944 posCurrent=3456;2944 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;2944 posEnd=3712;2944 posCurrent=3712;2944 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;2880 posEnd=3776;2880 posCurrent=3776;2880 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;2560 posEnd=3712;2560 posCurrent=3712;2560 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;2624 posEnd=3776;2624 posCurrent=3776;2624 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;1408 posEnd=4544;1408 posCurrent=4544;1408 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;2240 posEnd=4416;2240 posCurrent=4416;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;2240 posEnd=4480;2240 posCurrent=4480;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;2240 posEnd=4608;2240 posCurrent=4608;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4672;2240 posEnd=4672;2240 posCurrent=4672;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4480;832 posEnd=4480;832 posCurrent=4480;832 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;896 posEnd=4544;896 posCurrent=4544;896 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4608;832 posEnd=4608;832 posCurrent=4608;832 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;704 posEnd=4544;704 posCurrent=4544;704 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;2116 posEnd=578;2116 posCurrent=578;2116 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2116 posEnd=706;2116 posCurrent=706;2116 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;2116 posEnd=1218;2116 posCurrent=1218;2116 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2116 posEnd=1346;2116 posCurrent=1346;2116 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2756 posEnd=1666;2756 posCurrent=1666;2756 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;2752 posEnd=2560;2752 posCurrent=2560;2752 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;2752 posEnd=2816;2752 posCurrent=2816;2752 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;3012 posEnd=3586;3012 posCurrent=3586;3012 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;2372 posEnd=3458;2372 posCurrent=3458;2372 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2372 posEnd=3394;2372 posCurrent=3394;2372 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2372 posEnd=3714;2372 posCurrent=3714;2372 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2372 posEnd=3778;2372 posCurrent=3778;2372 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2756 posEnd=3330;2756 posCurrent=3330;2756 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2756 posEnd=3842;2756 posCurrent=3842;2756 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;2372 posEnd=4802;2372 posCurrent=4802;2372 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2372 posEnd=4290;2372 posCurrent=4290;2372 step=1 time=0 phase=3254 channel=10 icon=6 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;772 posEnd=4546;772 posCurrent=4546;772 step=1 time=0 phase=3254 channel=10 icon=33 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2948 posEnd=3522;2948 posCurrent=3522;2948 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2948 posEnd=3650;2948 posCurrent=3650;2948 step=1 time=0 phase=3254 channel=10 icon=68 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=640;2368 posEnd=640;2240 posCurrent=640;2310 step=4 time=11 phase=3254 channel=1 icon=80 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1280;2368 posEnd=1280;2240 posCurrent=1280;2310 step=4 time=11 phase=3254 channel=1 icon=80 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;2240 posEnd=896;2240 posCurrent=896;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;2240 posEnd=960;2240 posCurrent=960;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;2240 posEnd=1024;2240 posCurrent=1024;2240 step=1 time=0 phase=3254 channel=10 icon=257 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;2240 posEnd=1088;2240 posCurrent=1088;2240 step=1 time=0 phase=3254 channel=10 icon=257 diff --git a/worlds/world053.txt b/worlds/world053.txt new file mode 100644 index 0000000..64b7ad2 --- /dev/null +++ b/worlds/world053.txt @@ -0,0 +1,345 @@ +DescFile: posDecor=0;4720 dimDecor=100;100 world=0 music=3 region=1 blupiPos=322;5062 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,78,78,79,78,84,80,78,82,82,81,84,78,82,81,81,84,84,78,78,84,83,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,80,82,80,81,83,80,83,81,82,82,82,81,79,82,80,79,83,78,82,79,82,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,82,84,83,80,80,79,79,79,79,79,80,81,79,82,78,84,,,,,,,,,,,,,,,,,,,,,,,,,83,84,80,83,80,83,80,80,81,84,80,79,83,83,78,78,79,84,83,80,84,82,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,79,79,79,80,83,83,82,82,83,82,84,82,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,83,81,80,79,80,84,84,81,82,80,81,84,80,83,83,78,80,83,79,84,79,80,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,81,78,82,78,84,82,83,78,81,80,81,79,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,81,79,81,79,78,84,82,80,81,84,81,80,82,81,83,84,80,78,80,82,82,79,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,79,84,82,82,81,81,79,78,79,81,79,81,82,80,79,,,,,,,,,,,,,,,,,,,,,,,,,78,81,83,81,63,63,63,63,63,63,63,63,63,63,63,63,63,78,80,82,81,80,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,78,83,81,81,80,78,82,83,78,79,80,78,84,79,79,84,,,,,,,,,,,,,,,,,,,,,,,,,79,83,84,83,,,,,,,,,,,,,,83,80,79,80,82,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,78,83,83,79,84,82,82,84,82,80,79,79,83,81,80,80,,,,,,,,,,,,,,,,,,,,,,,,,81,83,83,79,,,,,,,,,,64,,,,84,78,81,82,80,82,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,80,80,81,81,83,83,79,83,78,83,79,82,82,80,83,,,,,,,,,,,,,,,,,,,,,,,,,83,78,78,83,,,,,,,,,,78,201,201,201,80,78,82,79,81,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,83,78,79,84,79,84,78,79,81,80,78,84,80,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,83,,,,,,,,,,63,64,,,79,79,79,83,81,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,79,82,82,80,79,79,79,80,82,78,82,83,83,80,78,84,,,,,,,,,,,,,,,,,,,,,,,,,84,84,83,79,,,,,,,201,201,201,201,84,201,201,81,78,83,84,82,83,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,81,79,83,81,81,79,82,79,80,79,79,79,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,81,78,80,83,,,,,,,,,,,63,,,81,83,80,82,78,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,78,79,79,79,83,80,83,84,82,79,83,79,79,81,79,80,,,,,,,,,,,,,,,,,,,,,,,,,83,83,78,78,,,,,,,64,,,,64,,,84,84,81,79,84,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,80,78,83,80,81,79,82,79,81,78,83,78,78,80,84,,,,,,,,,,,,,,,,,,,,,,,,,79,80,79,79,,,,,,,78,201,201,201,84,201,201,84,80,84,81,80,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,84,81,83,83,83,78,80,83,81,81,81,83,81,79,81,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,78,,,,,,64,63,,,,63,64,,81,81,81,81,78,79,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,82,83,84,80,84,78,81,81,79,79,80,84,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,82,79,79,81,,,,,,84,201,201,201,201,201,84,201,80,82,78,78,79,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,82,82,78,78,78,79,81,84,81,79,81,79,79,81,81,,,,,,,,,,,,,,,,,,,,,,,,,80,80,81,81,,,,,,64,,,,,,63,,84,82,80,80,78,82,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,78,83,82,83,80,84,80,84,80,83,81,82,84,78,78,84,,,,,,,,,,,,,,,,,,,,,,,,,81,78,81,84,,,,,,84,201,201,201,201,201,201,201,78,84,82,82,80,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,78,82,84,84,83,83,79,83,78,83,83,81,80,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,83,81,80,81,,,,,,63,,,,,,,,79,78,82,78,82,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,82,80,84,83,79,201,201,201,82,79,79,82,79,82,83,,,,,,,,,,,,,,,,,,,,,,,,,80,80,78,84,64,64,64,,89,64,64,64,64,64,64,64,64,82,81,83,79,79,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,82,80,82,79,79,83,,,,81,78,84,79,83,80,82,,,,,,,,,,,,,,,,,,,,,,,,,84,84,79,80,82,80,79,201,83,78,84,78,84,78,81,78,80,78,82,84,78,79,82,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,78,80,79,81,81,81,201,201,201,78,83,80,84,80,83,80,,,,,,,,,,,,,,,,,,,,,,,,,78,79,83,78,79,82,83,201,79,81,83,84,80,82,82,83,80,79,80,80,83,80,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,81,83,80,80,83,,,,78,79,83,81,83,80,83,,,,,,,,,,,,,,,,,,,,,,,,,80,82,81,84,84,82,81,201,80,83,80,79,79,80,82,79,84,78,82,78,79,78,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,82,83,79,82,82,,,,78,82,80,81,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,83,82,79,84,82,87,63,,79,82,82,81,79,84,82,80,80,84,83,82,79,84,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,82,83,83,81,78,83,,,,78,84,82,78,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,84,78,81,78,78,,,,78,83,81,80,78,82,81,82,81,83,81,82,82,82,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,79,82,78,84,81,83,,,,78,84,81,81,81,78,78,,,,,,,,,,,,,,,,,,,,,,,,,82,81,78,79,82,,,,82,84,79,78,82,78,79,81,84,80,81,80,79,78,79,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,79,81,82,78,82,,,,78,78,81,78,84,81,78,,,,,,,,,,,,,,,,,,,,,,,,,82,83,83,78,79,89,64,,80,82,79,83,80,81,80,80,84,78,83,84,78,80,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,82,82,80,81,84,82,,,,81,80,82,79,81,83,80,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,81,80,84,80,201,79,81,81,83,82,82,80,78,83,81,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,80,81,84,78,78,,,,83,82,79,83,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,81,78,84,78,82,81,82,201,79,79,78,80,80,78,79,84,83,79,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,78,84,79,79,82,,,,82,83,83,78,80,79,79,,,,,,,,,,,,,,,,,,,,,,,,,82,83,83,81,81,78,82,201,84,80,78,79,78,83,82,82,80,84,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,78,80,78,80,80,,,,79,80,82,82,78,84,79,,,,,,,,,,,,,,,,,,,,,,,,,82,82,84,80,80,84,201,201,87,201,,68,81,84,79,79,82,82,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,83,80,80,83,83,82,,,,84,82,81,83,80,81,83,,,,,,,,,,,,,,,,,,,,,,,,,80,84,84,80,80,83,201,,,201,,68,80,82,78,82,84,79,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,78,81,84,82,80,,,,78,78,83,79,83,84,80,,,,,,,,,,,,,,,,,,,,,,,,,78,82,81,82,81,83,201,,,78,,68,79,82,84,84,84,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,81,82,81,80,82,83,,,,79,82,80,80,83,78,82,,,,,,,,,,,,,,,,,,,,,,,,,84,81,79,78,78,80,201,,,201,,68,84,81,84,78,80,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,80,82,82,83,82,,,,79,80,78,81,81,84,78,,,,,,,,,,,,,,,,,,,,,,,,,84,83,82,80,83,80,201,,,201,,68,81,84,84,79,82,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,80,82,81,80,81,84,,,,82,78,81,81,78,79,79,,,,,,,,,,,,,,,,,,,,,,,,,83,81,83,79,79,82,201,,,201,,68,81,79,79,84,80,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,84,78,82,80,80,83,,,,82,82,78,84,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,83,83,79,81,84,79,201,,,201,,68,80,78,80,81,82,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,84,83,81,80,80,79,,,,79,82,82,80,81,81,81,82,79,80,82,78,83,,,,,,,,,,,,,,,,,,,79,78,78,78,82,78,201,,,201,,68,84,82,80,78,78,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,80,81,79,83,80,78,,,,81,79,78,80,82,84,82,82,83,83,79,80,83,,,,,,,,,,,,,,,,,,,84,81,81,83,80,82,201,,,201,,68,81,84,79,83,79,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,84,84,80,78,81,79,,,,81,84,78,78,82,82,81,78,80,84,83,80,78,,,,,,,,,,,,,,,,,,,81,82,80,81,84,78,201,,,201,,68,84,82,81,84,83,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,79,81,84,82,81,83,,,,84,84,78,84,80,81,82,81,81,83,83,80,84,,,,,,,,,,,,,,,,,,,81,79,78,82,84,78,201,,,201,,68,78,83,80,84,81,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,80,84,84,82,78,78,,,,80,79,84,82,84,83,79,79,79,79,82,79,84,,,,,,,,,,,,,,,,,,,81,81,81,84,79,80,201,,,201,,68,79,82,79,78,80,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,81,84,81,78,83,82,,,,78,84,81,78,78,78,84,84,81,84,83,84,80,,,,,,,,,,,,,,,,,,,81,83,82,79,83,82,201,,,201,,68,84,80,83,81,79,82,84,78,79,80,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,82,79,78,82,80,84,,,,79,81,82,78,82,82,79,78,79,83,80,79,78,,,,,,,,,,,,,,,,,,,79,79,84,79,79,81,201,,,78,,68,84,81,83,78,82,79,78,83,80,82,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,83,80,81,80,80,81,,,,83,79,83,81,84,82,81,83,79,79,79,80,78,,,,,,,,,,,,,,,,,,,79,78,79,84,81,80,201,,,201,,68,79,81,80,79,83,82,84,82,81,80,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,82,80,79,83,79,79,,,,78,63,63,63,80,83,78,78,80,84,78,81,79,80,81,80,80,78,81,84,82,82,83,84,84,78,80,84,83,82,82,84,78,82,83,80,81,201,201,89,201,,68,83,78,84,83,79,82,81,81,83,81,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,84,82,78,83,80,79,,,56,3,,,,63,78,80,83,81,79,84,83,82,81,79,79,82,79,80,80,81,82,79,80,84,78,80,84,81,82,78,81,81,79,82,82,83,83,201,78,84,83,80,84,79,80,80,80,79,80,84,83,81,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,78,81,80,81,82,84,,,,201,201,3,59,,215,83,78,82,81,80,80,84,81,83,79,78,84,84,78,82,82,79,79,82,80,82,80,81,83,81,80,80,82,82,82,81,80,201,83,79,84,80,84,83,81,83,82,82,82,83,84,83,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,79,80,81,82,78,78,89,64,56,3,,,,64,79,80,83,80,83,82,79,84,78,80,84,81,84,78,83,78,78,79,80,84,84,83,84,82,80,79,81,78,80,78,82,78,81,201,84,84,80,83,83,79,63,63,79,78,81,80,81,79,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,84,84,79,79,81,80,83,82,201,84,64,64,64,83,78,83,83,82,82,84,81,83,82,80,80,78,82,82,81,84,78,83,79,82,79,81,82,80,81,78,80,79,83,81,84,80,63,,201,63,63,63,63,63,,,81,79,82,78,84,81,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,78,84,81,81,80,81,83,82,201,78,81,83,84,79,78,82,78,81,83,80,80,78,83,80,80,84,84,79,78,82,81,83,84,84,78,81,78,84,83,83,81,79,78,84,82,82,,,201,,,,,,,,83,82,78,80,81,80,83,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,78,80,84,80,78,84,82,201,,201,81,78,82,79,83,84,84,83,84,80,80,80,82,82,82,78,83,80,84,79,201,201,201,81,78,84,83,83,78,80,79,80,78,79,78,84,,,201,,,,,,,,81,78,80,79,80,80,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,80,78,83,80,78,78,79,79,433,79,82,82,79,82,78,80,83,84,81,78,78,78,81,83,63,63,63,80,78,81,,,201,63,63,82,84,81,82,84,84,81,78,83,79,81,,,201,,,,,,,,79,83,82,78,80,82,83,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,78,82,79,80,80,78,84,201,,201,79,82,84,78,84,78,81,84,80,84,78,80,84,81,,,,201,201,84,200,78,82,84,200,79,82,79,80,84,83,81,82,84,84,79,,,201,,,,,,,,81,83,84,80,79,79,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,81,84,80,81,82,82,84,83,201,82,84,84,79,84,63,63,63,63,201,201,201,201,81,82,,,,201,201,201,64,82,82,82,,78,78,79,84,81,82,78,79,80,78,81,64,,201,64,64,64,64,64,,,79,81,80,82,80,78,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,79,82,83,79,79,79,79,79,201,80,82,80,83,81,,,,,201,201,201,,63,83,,64,,201,201,84,82,82,82,81,200,79,79,84,83,82,80,79,80,81,82,84,80,201,80,79,84,78,81,79,64,64,84,83,80,80,84,78,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,79,78,83,83,84,79,81,79,201,84,83,82,80,83,,,,,80,201,84,,,201,201,84,201,83,83,83,81,63,63,201,,82,84,83,83,81,82,83,78,80,79,81,81,201,79,82,82,84,78,82,81,81,82,81,81,84,79,83,81,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,81,79,79,84,83,87,63,63,,83,79,80,84,84,,64,,,201,201,84,64,64,83,,63,,82,82,83,84,,,84,201,84,78,83,83,79,79,79,79,84,82,83,84,201,84,83,82,81,80,80,82,79,80,78,82,84,80,82,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,79,84,82,79,80,,,,,201,63,84,63,201,200,84,,64,201,84,79,80,78,81,,,,201,201,82,201,64,64,84,,63,63,201,63,63,63,80,84,63,63,63,63,,63,63,68,80,81,78,83,82,80,80,80,84,80,80,84,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,84,81,78,79,82,,,,,201,,201,,84,,,,83,80,82,80,79,79,81,,,,201,201,201,201,84,78,84,,,,78,,,,201,201,,,,,,,,68,80,81,80,79,83,83,83,84,80,84,78,78,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,78,79,82,81,82,,,,,201,64,84,64,201,200,84,,63,201,84,81,84,81,83,,,,201,201,82,201,63,63,84,,64,64,201,64,64,64,81,78,64,64,64,64,64,64,64,68,81,83,78,80,81,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,81,80,83,81,82,89,64,64,,84,80,80,78,80,,63,,,201,201,84,63,63,79,,64,,82,82,81,78,,,84,201,83,78,83,80,78,80,78,84,84,83,81,79,82,80,81,78,81,82,83,79,81,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,79,79,84,83,80,80,83,79,201,80,83,80,80,83,,,,,81,201,84,,,201,201,84,201,79,81,83,79,64,64,201,,81,78,78,81,83,79,80,81,80,81,84,84,78,79,82,80,80,82,79,79,84,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,80,82,78,84,80,80,79,84,201,82,84,80,78,78,,,,,201,201,201,,64,81,,63,,201,201,83,80,81,82,82,200,79,82,80,78,78,79,83,80,79,82,79,84,84,83,81,78,80,83,78,78,78,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,80,82,84,78,80,84,79,79,201,82,79,82,83,80,64,64,64,64,201,201,201,201,82,80,,,,201,201,201,63,84,81,79,,82,80,83,79,84,83,81,78,79,78,82,82,80,80,78,84,82,81,79,82,83,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,82,82,84,83,80,81,80,201,,201,81,81,84,80,80,83,83,84,79,81,80,79,83,79,,,,201,201,81,200,81,83,80,200,83,84,81,79,78,78,84,83,84,83,79,78,82,84,82,83,80,81,78,82,81,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,84,83,79,80,81,78,79,82,434,83,84,81,82,83,84,81,78,80,80,80,84,84,84,78,64,64,64,81,79,81,,63,201,64,64,78,79,81,81,82,84,78,80,81,79,81,79,84,80,84,81,84,79,79,79,79,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,81,80,83,83,83,80,78,201,,201,83,82,80,83,79,80,80,84,79,78,78,84,82,82,78,84,79,79,78,78,201,201,201,79,78,82,78,78,80,78,63,84,79,83,82,80,82,84,81,78,79,83,81,84,82,80,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,79,83,78,83,81,82,83,79,201,79,80,78,80,83,81,78,83,79,82,82,78,80,78,83,83,83,84,81,82,84,79,78,79,78,79,84,80,84,,201,,80,82,82,81,81,83,82,79,84,79,83,83,81,82,78,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,78,81,84,78,78,78,81,80,201,83,78,83,83,81,84,79,81,81,81,79,79,83,80,63,78,78,79,78,82,83,84,81,78,83,82,81,84,80,86,84,64,82,80,82,83,78,80,80,82,82,82,82,81,82,82,81,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,82,83,78,84,82,79,78,82,201,81,79,83,80,80,81,83,82,82,79,78,84,84,78,,201,63,78,81,82,83,78,82,81,84,81,79,83,81,200,82,80,79,81,80,83,82,81,82,83,80,84,84,78,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,84,82,78,83,78,82,82,78,317,84,79,82,82,81,80,78,83,80,81,78,83,82,80,64,84,200,79,79,79,84,78,79,81,88,63,201,201,201,,79,82,81,84,80,80,84,79,79,82,80,84,83,78,82,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,82,84,81,78,84,78,84,87,,63,63,84,79,84,81,82,84,79,81,78,83,83,79,82,78,,84,84,78,83,78,81,87,,,79,78,79,200,83,80,80,82,84,82,78,79,83,83,79,81,83,82,80,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,81,84,84,83,78,81,79,,,,,68,82,79,82,82,81,83,78,82,79,79,83,78,82,200,80,81,83,78,81,79,,,,79,83,81,,63,63,63,63,63,63,63,82,83,82,84,84,81,78,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,83,79,81,80,79,80,79,,,,,68,82,79,83,78,78,78,78,79,,,,,,,82,79,79,83,83,80,,,,82,80,83,,,,,,,64,,80,82,79,79,81,80,81,80,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,83,82,80,84,84,79,83,89,,,,84,83,84,84,82,78,81,78,81,200,200,78,84,83,200,84,79,83,81,83,82,,,,78,79,82,,,,,64,,84,200,81,78,84,80,79,83,83,82,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,83,82,79,80,83,81,82,84,90,,,68,84,84,84,84,80,81,84,,,,84,79,79,,84,80,82,84,78,84,,,,82,78,81,,,,,79,200,200,200,84,80,79,84,84,79,82,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,81,80,78,84,78,78,80,84,82,,,68,82,82,83,84,82,79,81,,,,84,83,79,,,68,78,82,83,83,,,,84,82,80,,,,,63,,84,200,78,84,84,80,83,79,78,81,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,82,81,78,78,78,82,79,84,81,,,68,79,82,82,82,79,83,80,78,200,200,80,81,80,,,84,80,80,83,78,,,,78,81,82,,,,,,,63,,78,84,81,82,83,81,84,80,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,78,82,82,84,80,78,83,84,84,,,84,79,79,83,83,82,84,81,,,,84,82,78,89,,,68,83,81,78,,,,81,79,83,64,64,64,64,64,64,64,,82,80,81,82,80,82,80,79,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,83,82,78,83,79,80,78,84,80,,,,68,83,80,84,83,80,81,,,,79,82,81,83,,,84,78,81,81,,,,81,82,79,81,82,80,79,78,80,81,200,79,80,83,84,80,78,82,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,82,83,81,80,78,78,78,201,201,,,,84,79,79,81,80,82,83,79,200,200,80,78,82,82,89,,,68,82,82,,,,81,84,79,84,78,84,80,78,82,78,200,80,81,78,78,82,80,82,81,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,81,81,80,78,201,201,201,201,84,,,,,68,79,83,81,81,78,,,,81,84,82,78,83,,,84,81,79,,,,84,82,82,78,78,83,81,79,79,80,,80,80,81,84,78,78,83,83,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,81,80,79,84,201,81,84,78,83,89,,,,84,84,82,84,82,82,,,,83,84,82,78,81,89,,,68,78,,,,82,81,82,79,83,82,78,84,82,84,,82,84,80,80,81,78,81,80,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,81,82,80,78,,84,83,84,79,79,89,64,64,,68,79,78,84,81,84,200,200,83,81,82,78,82,79,,,84,84,,,,82,82,84,78,82,79,84,78,79,78,,79,83,81,83,79,84,84,79,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,83,79,79,81,,,68,78,83,78,79,79,79,200,79,79,79,87,63,63,,,81,80,82,80,83,83,89,,78,82,,,64,82,81,79,82,80,79,81,79,79,80,200,79,81,78,79,82,83,80,83,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,78,80,78,80,,,84,84,84,78,79,82,79,317,84,81,82,,,,,,79,84,84,79,78,79,81,201,201,201,201,201,84,81,78,82,84,80,83,80,84,82,81,200,80,79,82,80,78,80,82,81,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,78,78,78,79,,,,68,83,82,81,80,81,317,84,79,82,201,201,201,201,201,83,80,81,82,83,79,79,83,83,83,84,84,80,79,81,79,79,82,84,78,80,83,88,,63,80,80,84,83,80,81,81,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,80,79,78,82,,,,84,82,81,78,78,84,317,84,80,87,,,,,,83,83,82,79,79,79,84,84,81,80,80,81,81,78,83,84,84,78,81,78,83,84,,,,81,82,82,81,83,81,80,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,79,80,83,82,89,,,,68,81,80,79,88,,63,63,,,,,,,78,79,83,84,84,79,83,78,79,79,83,84,83,79,80,81,78,84,84,83,84,80,,,,80,81,79,79,80,83,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,83,82,81,78,82,,,,84,79,79,88,,,,,,,,,,,79,78,82,80,78,81,82,82,78,78,81,82,78,79,82,79,80,78,82,78,83,82,90,64,64,84,81,81,81,83,82,83,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,82,83,79,84,78,89,,,,68,84,,,,,,,,,,,,80,82,84,84,79,80,79,80,81,78,84,84,80,83,81,83,81,83,82,79,84,83,82,84,81,79,83,84,83,79,81,78,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,82,84,78,79,83,80,,,,84,79,90,,,,,,,,,,,79,82,80,81,81,79,82,80,84,84,80,78,80,80,80,82,84,78,80,79,79,79,82,79,82,83,80,84,81,78,84,78,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,81,82,79,84,79,79,89,,,,68,83,90,64,64,64,,,,,,,81,84,84,84,79,81,81,78,82,84,78,82,83,84,79,81,84,82,78,84,80,83,78,83,83,82,83,83,84,79,84,81,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,80,80,80,83,80,78,84,,,,84,83,80,84,81,84,89,,,,,,78,82,82,81,79,80,79,83,82,84,78,78,80,80,79,79,83,79,79,80,83,81,82,80,83,84,80,78,81,84,84,81,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,84,82,81,83,81,83,84,89,,,,68,78,81,84,81,84,201,201,201,201,201,84,78,84,79,79,80,83,80,81,81,83,84,81,82,80,82,79,80,78,81,84,81,79,81,84,81,83,79,78,83,80,82,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,83,83,79,84,83,82,82,83,,,,84,78,82,81,84,78,,,,,,78,79,79,80,78,83,79,81,80,79,79,80,84,81,79,83,78,84,82,78,83,81,81,82,79,82,78,79,80,80,84,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,82,82,79,79,80,78,82,79,89,,,,84,79,83,82,80,89,,,,,81,80,84,79,80,82,81,78,79,83,83,81,84,83,79,79,83,78,81,80,83,81,81,82,82,84,81,82,83,82,84,80,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,80,78,83,84,81,78,79,79,81,89,,,,201,201,201,201,201,201,201,201,200,79,79,84,79,81,84,82,81,79,84,81,81,78,79,83,82,83,82,84,82,78,78,80,84,78,82,81,83,82,78,79,84,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,79,83,80,80,79,78,84,79,78,80,82,81,83,79,81,80,83,82,81,79,78,78,84,82,78,83,79,82,78,83,79,84,82,79,82,79,80,84,84,82,83,84,83,82,83,81,81,80,82,78,81,79,82,84,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;4800 posEnd=576;4800 posCurrent=576;4800 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;4608 posEnd=704;4608 posCurrent=704;4608 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;4416 posEnd=832;4416 posCurrent=832;4416 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=640;4736 posEnd=640;4672 posCurrent=640;4672 step=3 time=6 phase=1788 channel=1 icon=78 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;4416 posEnd=2112;4416 posCurrent=2112;4416 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;4416 posEnd=2240;4416 posCurrent=2240;4416 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;4416 posEnd=2368;4416 posCurrent=2368;4416 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2496;4416 posEnd=2496;4416 posCurrent=2496;4416 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;4416 posEnd=2624;4416 posCurrent=2624;4416 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4416 posEnd=3138;4416 posCurrent=3138;4416 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;4416 posEnd=3202;4416 posCurrent=3202;4416 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4416 posEnd=3266;4416 posCurrent=3266;4416 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;4416 posEnd=3330;4416 posCurrent=3330;4416 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4416 posEnd=3394;4416 posCurrent=3394;4416 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;4416 posEnd=3458;4416 posCurrent=3458;4416 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3904 posEnd=3778;3904 posCurrent=3778;3904 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;4224 posEnd=3714;4224 posCurrent=3714;4224 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;4224 posEnd=3842;4224 posCurrent=3842;4224 step=1 time=0 phase=1788 channel=10 icon=50 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3712;3968 posEnd=3840;3968 posCurrent=3830;3968 step=4 time=1 phase=1788 channel=10 icon=196 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2116 posEnd=3714;2116 posCurrent=3714;2116 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3780 posEnd=3778;3780 posCurrent=3778;3780 step=1 time=0 phase=1788 channel=10 icon=14 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2116 posEnd=3842;2116 posCurrent=3842;2116 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2310 posEnd=3010;2310 posCurrent=3010;2310 step=1 time=0 phase=1788 channel=10 icon=178 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;3072 posEnd=4224;3072 posCurrent=4224;3072 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3328;3072 posEnd=3328;3072 posCurrent=3328;3072 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;2880 posEnd=3584;2880 posCurrent=3584;2880 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;2880 posEnd=3968;2880 posCurrent=3968;2880 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;3072 posEnd=3456;3072 posCurrent=3456;3072 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3072 posEnd=3776;3072 posCurrent=3776;3072 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;3072 posEnd=4096;3072 posCurrent=4096;3072 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;2368 posEnd=3584;2368 posCurrent=3584;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;2368 posEnd=3968;2368 posCurrent=3968;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;2368 posEnd=4032;2368 posCurrent=4032;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;2368 posEnd=4096;2368 posCurrent=4096;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;2368 posEnd=3456;2368 posCurrent=3456;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;2368 posEnd=3520;2368 posCurrent=3520;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;2368 posEnd=3648;2368 posCurrent=3648;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=6272;2752 posEnd=6272;2304 posCurrent=6272;2752 step=1 time=2 phase=1788 channel=1 icon=81 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;2368 posEnd=3904;2368 posCurrent=3904;2368 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;1856 posEnd=3712;1856 posCurrent=3712;1856 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;1856 posEnd=3776;1856 posCurrent=3776;1856 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;1856 posEnd=3840;1856 posCurrent=3840;1856 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2496 posEnd=5696;2496 posCurrent=5696;2496 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2560 posEnd=5696;2560 posCurrent=5696;2560 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2624 posEnd=5696;2624 posCurrent=5696;2624 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5696;2688 posEnd=5696;2688 posCurrent=5696;2688 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2496 posEnd=5952;2496 posCurrent=5952;2496 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2560 posEnd=5952;2560 posCurrent=5952;2560 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2624 posEnd=5952;2624 posCurrent=5952;2624 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;2688 posEnd=5952;2688 posCurrent=5952;2688 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5312;3648 posEnd=5312;3648 posCurrent=5312;3648 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;3648 posEnd=5120;3648 posCurrent=5120;3648 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;3648 posEnd=4928;3648 posCurrent=4928;3648 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3652 posEnd=4802;3652 posCurrent=4802;3652 step=1 time=0 phase=1788 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3652 posEnd=4674;3652 posCurrent=4674;3652 step=1 time=0 phase=1788 channel=10 icon=14 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4160 posEnd=4800;4160 posCurrent=4800;4160 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4096 posEnd=4800;4096 posCurrent=4800;4096 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4160 posEnd=4928;4160 posCurrent=4928;4160 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4096 posEnd=4928;4096 posCurrent=4928;4096 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4032 posEnd=4800;4032 posCurrent=4800;4032 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;4032 posEnd=4864;4032 posCurrent=4864;4032 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4032 posEnd=4928;4032 posCurrent=4928;4032 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4032 posEnd=4736;4032 posCurrent=4736;4032 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4096 posEnd=4736;4096 posCurrent=4736;4096 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4160 posEnd=4736;4160 posCurrent=4736;4160 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4736;4224 posEnd=4736;4224 posCurrent=4736;4224 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;4224 posEnd=4800;4224 posCurrent=4800;4224 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;4224 posEnd=4864;4224 posCurrent=4864;4224 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4928;4224 posEnd=4928;4224 posCurrent=4928;4224 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4224 posEnd=4992;4224 posCurrent=4992;4224 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4160 posEnd=4992;4160 posCurrent=4992;4160 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4096 posEnd=4992;4096 posCurrent=4992;4096 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4992;4032 posEnd=4992;4032 posCurrent=4992;4032 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1536;4352 posEnd=1536;4480 posCurrent=1536;4448 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1600;4480 posEnd=1600;4352 posCurrent=1600;4384 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2112;4608 posEnd=2368;4608 posCurrent=2208;4608 step=4 time=15 phase=1788 channel=1 icon=79 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2688;4608 posEnd=2432;4608 posCurrent=2592;4608 step=4 time=15 phase=1788 channel=1 icon=79 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3136;4864 posEnd=3200;4864 posCurrent=3200;4864 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3264;4864 posEnd=3328;4864 posCurrent=3328;4864 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3392;4864 posEnd=3456;4864 posCurrent=3456;4864 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3200;4928 posEnd=3264;4928 posCurrent=3264;4928 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3328;4928 posEnd=3392;4928 posCurrent=3392;4928 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=3200;4544 posEnd=3392;4544 posCurrent=3254;4544 step=4 time=13 phase=1788 channel=1 icon=79 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3072;4928 posEnd=3136;4928 posCurrent=3136;4928 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=3456;4928 posEnd=3520;4928 posCurrent=3520;4928 step=3 time=0 phase=1788 channel=10 icon=207 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3712;4544 posEnd=3840;4544 posCurrent=3830;4544 step=4 time=1 phase=1788 channel=10 icon=196 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2884 posEnd=3522;2884 posCurrent=3522;2884 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2884 posEnd=3650;2884 posCurrent=3650;2884 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2884 posEnd=3906;2884 posCurrent=3906;2884 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2884 posEnd=4034;2884 posCurrent=4034;2884 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;2564 posEnd=3586;2564 posCurrent=3586;2564 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2564 posEnd=3970;2564 posCurrent=3970;2564 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2500 posEnd=3778;2500 posCurrent=3778;2500 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;3140 posEnd=3330;3140 posCurrent=3330;3140 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3140 posEnd=4226;3140 posCurrent=4226;3140 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;3140 posEnd=3586;3140 posCurrent=3586;3140 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;3140 posEnd=3970;3140 posCurrent=3970;3140 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3840;4608 posEnd=3712;4608 posCurrent=3722;4608 step=4 time=1 phase=1788 channel=10 icon=200 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;2820 posEnd=5698;2820 posCurrent=5698;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2820 posEnd=6018;2820 posCurrent=6018;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4864;2688 posEnd=4864;2816 posCurrent=4864;2784 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;2820 posEnd=5634;2820 posCurrent=5634;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4928;2816 posEnd=4928;2688 posCurrent=4928;2720 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;1920 posEnd=2816;1920 posCurrent=2816;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5056;2688 posEnd=5056;2816 posCurrent=5056;2784 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5120;2816 posEnd=5120;2688 posCurrent=5120;2720 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5248;2688 posEnd=5248;2816 posCurrent=5248;2784 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5312;2816 posEnd=5312;2688 posCurrent=5312;2720 step=4 time=5 phase=1788 channel=10 icon=74 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;4100 posEnd=4866;4100 posCurrent=4866;4100 step=1 time=0 phase=1788 channel=10 icon=32 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;2820 posEnd=5762;2820 posCurrent=5762;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;2820 posEnd=5954;2820 posCurrent=5954;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;2820 posEnd=5890;2820 posCurrent=5890;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;2820 posEnd=5826;2820 posCurrent=5826;2820 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2688;1920 posEnd=2688;1920 posCurrent=2688;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2432;1920 posEnd=2432;1920 posCurrent=2432;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2560;1920 posEnd=2560;1920 posCurrent=2560;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;1920 posEnd=2304;1920 posCurrent=2304;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;1920 posEnd=2176;1920 posCurrent=2176;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;1920 posEnd=2048;1920 posCurrent=2048;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;1920 posEnd=1920;1920 posCurrent=1920;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1792;1920 posEnd=1792;1920 posCurrent=1792;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1664;1920 posEnd=1664;1920 posCurrent=1664;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1536;1920 posEnd=1536;1920 posCurrent=1536;1920 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4864 posEnd=896;4864 posCurrent=896;4864 step=1 time=0 phase=1788 channel=10 icon=262 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;1988 posEnd=1282;1988 posCurrent=1282;1988 step=1 time=0 phase=1788 channel=10 icon=1 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;4424 posEnd=5570;4424 posCurrent=5570;4424 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;4424 posEnd=5634;4424 posCurrent=5634;4424 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;4424 posEnd=5698;4424 posCurrent=5698;4424 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;4424 posEnd=5762;4424 posCurrent=5762;4424 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3400 posEnd=4098;3400 posCurrent=4098;3400 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;3400 posEnd=3458;3400 posCurrent=3458;3400 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2056 posEnd=3266;2056 posCurrent=3266;2056 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2056 posEnd=3394;2056 posCurrent=3394;2056 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2056 posEnd=4162;2056 posCurrent=4162;2056 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2056 posEnd=4290;2056 posCurrent=4290;2056 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;1736 posEnd=5378;1736 posCurrent=5378;1736 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;2184 posEnd=6210;2184 posCurrent=6210;2184 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2952 posEnd=4418;2952 posCurrent=4418;2952 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;2952 posEnd=4546;2952 posCurrent=4546;2952 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;4040 posEnd=4354;4040 posCurrent=4354;4040 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4040 posEnd=4290;4040 posCurrent=4290;4040 step=1 time=0 phase=1788 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4040 posEnd=4418;4040 posCurrent=4418;4040 step=1 time=0 phase=1788 channel=10 icon=27 diff --git a/worlds/world054.txt b/worlds/world054.txt new file mode 100644 index 0000000..6e0bdbc --- /dev/null +++ b/worlds/world054.txt @@ -0,0 +1,284 @@ +DescFile: posDecor=82;5920 dimDecor=100;100 world=0 music=4 region=26 blupiPos=386;6214 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,201,201,201,201,201,201,201,201,201,201,201,201,201,201,79,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,201,201,201,201,201,201,201,201,201,201,201,201,201,201,78,78 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,201,201,201,201,201,201,201,201,201,201,201,201,201,201,81,80 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,78,78,81,81,81,78,81,79,80,79,79,82,81,80,80 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,63,63,81,82,81,79,86,84,82,84,78,78,200,80,81 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,63,63,63,79,63,63,63,87,,84,81 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,78,82 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,84,81 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,64,,83,200,79,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,200,78,200,84,,84,78 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,200,78,200,84,,78,84 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,63,,79,200,82,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,79,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,,81,82 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,64,79,64,64,64,89,,82,81 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,81,80,83,79,86,79,81,81,79,83,200,78,81 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,83,82,78,79,80,79,86,83,79,79,80,81,79,82,78 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,90,,80,201,201,201,201,201,201,201,201,201,201,201,201,201,79,83,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,,,,89,,,,,201,79,201,79,201,81,201,201,201,201,201,201,201,201,201,201,201,201,201,79,82,84 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,,,201,,,,,201,79,201,79,201,83,201,201,201,201,201,201,201,201,201,201,201,201,201,79,81,80 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,201,,,,,201,201,201,201,79,201,201,201,79,201,83,83,84,78,78,79,79,84,81,84,78,81,80,82,81,81,84 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,,,,,201,,,,201,84,201,201,201,80,201,201,201,80,201,201,201,201,201,82,83,81,83,82,79,84,83,85,78,80,79,83,79,81,83,80 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,,,,201,201,201,82,201,201,201,83,201,201,201,80,201,201,201,201,201,201,201,84,82,82,82,80,81,84,83,79,82,81,82,82,79,81,80,83 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,89,,201,201,84,201,201,201,81,201,201,201,201,201,201,80,201,201,201,201,201,201,201,201,201,201,201,83,78,80,82,80,82,80,82,82,78,79,81,83,78,79,80,82 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,80,201,84,201,80,201,201,201,80,201,201,201,201,80,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,83,78,82,84,81,82,78,78,82,84,83,80,78,81,79,79,82 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,201,201,201,80,201,81,201,201,201,78,201,201,80,201,201,201,80,201,201,201,201,201,201,201,201,201,201,201,201,201,81,80,79,79,78,79,81,80,81,81,82,78,78,82,79,81,80 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,80,83,84,83,80,79,84,78,81,78,79,80,78,79,78,84,84,80,82,81,79,80,79,80,81,79,80,83,84,83,83,84,78,78,78,78,81,83,84,81,79,83,79,82,84,82 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,83,83,83,79,84,79,79,84,81,84,79,83,79,83,83,79,81,78,80,78,83,83,80,78,80,84,80,82,80,79,84,80,79,78,79,79,78,82,84,80,80,78,78,79,80,82,82,78 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,201,201,201,201,201,84,83,84,80,78,84,80,80,81,83,79,83,78,82,80,80,79,79,80,81,84,82,84,81,80,84,79,78,79,78,84,80,79,80,81,80,79,82,82,79,80,81,78,79,82,84,83,79 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,201,201,201,201,201,82,,,,,79,78,80,84,78,82,81,81,82,78,80,78,83,84,84,83,83,81,84,80,80,78,80,78,81,80,79,78,84,79,84,78,83,80,83,84,78,84,80,80,82,83,82,81,84,78,81,81 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,,,201,201,201,201,201,78,,,,,84,,,,,79,82,79,81,83,84,79,81,78,83,81,79,78,83,83,84,79,80,82,78,81,81,82,78,81,84,83,78,81,78,82,79,81,82,84,80,82,83,81,83,83,82,84,82,81,83,81,82 +,,,,,,,,,,,,,,,89,,,,,,,,,,,,89,,,,,201,201,201,201,201,84,,,,,84,,,,,81,64,,,64,83,79,81,79,80,84,80,80,83,78,78,80,81,82,82,82,80,80,83,83,80,82,79,81,83,82,79,84,81,79,80,78,79,81,81,82,84,79,83,83,79,83,79,84,81,82,82,81 +,,,,,,,,,,,,,,,82,90,,,,,,89,,,,,201,201,201,201,201,81,,,,,81,,,,,79,,,,,80,78,,,79,78,81,81,84,83,79,83,82,82,78,84,81,79,82,82,83,80,81,80,81,84,79,78,78,81,79,83,78,84,83,84,80,79,82,80,84,81,83,81,78,82,81,78,81,84,82,81,83 +,,,,,,,,,,,,,,,80,80,89,,,,,201,201,201,201,201,83,,,,,79,,,,,81,,,,,80,,,,,81,82,,,82,79,78,80,78,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,80,82,82,83,83,82,80,80,83,82,84,78,83,81,80,84,81 +,,,,,,,,,,,,,,,79,83,84,201,201,201,201,79,,,,,83,,,,,83,64,,,64,79,,,,,80,,,,,78,83,,,82,82,83,82,78,84,84,81,,,,,,,,,,,,,,,,,,,,,,,,,79,82,81,78,78,83,78,81,82,79,81,79,84,80,82,81,79 +,,,,,,,,,,,,,,,82,84,80,83,84,,,78,,,,,83,,,,,79,84,,,84,82,64,64,,,80,,,,,79,82,,,79,83,78,82,80,82,83,81,,,,,,,,,,,,,,,,,,,,,,,,,83,80,80,78,83,82,81,82,79,81,84,82,84,83,81,80,83 +,,,,,,,,,,,,,,,82,78,79,63,63,,,78,,,,,81,,,,,82,63,,,63,84,81,80,,,78,,,,,84,63,,,63,78,80,78,80,78,78,81,,,,,,,,,,,,,,,,,,,,,,,,,78,81,80,84,84,80,83,79,82,80,83,83,83,84,81,82,84 +,,,,,,,,,,,,,,,84,84,81,,,,,82,,,,,81,,,,,82,,,,,81,79,84,,,78,,,,,83,,,,,83,80,78,80,81,83,79,,,,,,,,,,,,,,,,,,,,,,,,,78,83,82,83,81,84,81,80,80,81,81,82,78,78,79,83,82 +,,,,,,,,,,,,,,,83,80,79,,,,,82,,,,,78,,,,,84,,,,,79,81,84,,,79,,,,,84,,,,,82,84,79,82,78,83,79,,,,,,,,,,,,,,,,,,,,,,,,,80,81,79,82,84,78,79,81,82,79,84,78,80,82,81,80,84 +,,,,,,,,,,,,,,,78,82,84,,,,64,84,,,,,81,,,,,80,,,,,80,84,80,,,84,,,,,83,,,,,79,82,83,78,82,82,83,,,,,,,,,,,,,,,,,,,,,,,,,79,84,78,79,81,78,84,78,82,82,78,81,78,79,83,81,80 +,,,,,,,,,,,,,,,78,83,83,201,201,201,84,79,,,64,64,80,64,64,,,81,64,64,64,64,82,79,78,64,64,79,64,64,64,64,83,64,64,64,64,81,80,83,78,83,81,79,,,,,,,,,,,,,,,,,,,,,,,,,79,81,83,84,84,82,82,82,80,78,81,79,83,79,79,82,78 +,,,,,,,,,,,,,,,79,83,82,201,82,78,81,78,201,201,82,82,81,83,79,201,201,80,81,82,84,79,80,84,80,82,78,78,83,79,82,78,78,79,80,82,84,80,78,80,84,79,84,81,,,,,,,,,,,,,,,,,,,,,,,,,82,80,80,82,79,81,82,83,81,80,84,78,83,83,80,79,80 +,,,,,,,,,,,,,,,80,80,83,84,81,84,78,83,84,80,80,83,78,201,84,,,79,84,84,83,78,83,82,83,80,84,84,84,83,84,84,81,82,82,82,78,83,81,84,84,84,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,81,79,81,80,79,79,81,84,84,80,81,82,81,201,84,,,78,80,82,83,79,84,84,80,78,83,83,80,79,81,83,78,84,83,78,81,78,82,81,84,80,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,79,81,84,81,78,78,82,82,81,84,80,81,83,201,79,,,79,79,79,78,80,79,84,79,82,84,79,81,79,81,84,79,82,84,79,80,78,81,81,83,80,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,84,81,78,79,83,82,78,81,81,81,83,79,80,81,82,84,82,79,81,79,84,82,83,78,83,82,83,78,79,201,201,81,80,83,82,83,84,79,79,83,82,80,80,82,81,78,80,82,80,82,80,84,80,78,84,84,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,82,84,81,79,80,80,81,78,82,84,81,84,83,82,84,82,82,79,78,84,82,79,83,81,81,80,81,201,201,,,83,83,84,79,84,82,78,79,81,84,83,78,79,84,84,79,82,83,79,84,83,84,83,80,82,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,80,79,84,82,81,82,84,78,78,82,78,80,79,82,82,82,83,81,81,80,79,80,79,81,78,78,80,201,201,,,80,80,81,79,343,341,341,342,341,341,341,344,345,341,344,343,84,79,84,80,81,80,84,79,78,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,79,84,79,81,82,78,81,84,81,79,80,83,82,81,79,79,84,80,78,80,81,78,81,79,84,83,78,78,78,201,201,83,79,80,79,341,344,343,341,346,343,344,346,342,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,80,80,84,83,83,80,81,81,83,83,79,82,78,83,82,78,84,80,84,81,83,83,84,80,79,80,82,78,78,,,84,80,80,83,343,344,343,344,343,345,342,341,344,343,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,84,78,78,79,78,79,84,82,84,83,78,79,84,79,83,78,79,82,78,83,82,78,84,83,82,80,79,81,78,,,80,79,84,83,343,345,346,344,345,346,344,343,345,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,83,83,82,83,82,80,63,63,63,82,81,78,79,78,78,83,83,79,81,79,84,84,81,78,81,80,82,83,80,,,83,82,83,82,345,345,343,350,343,344,342,342,343,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,82,79,82,81,84,80,200,78,200,84,80,80,83,80,84,80,80,81,78,78,81,80,80,81,82,81,84,78,84,201,201,78,80,84,84,341,343,356,,347,341,343,345,344,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,83,84,80,82,78,84,,82,,63,63,79,79,79,81,81,87,63,63,63,63,63,63,63,63,63,63,63,63,,,78,79,79,80,343,356,,,362,344,343,341,343,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,78,81,78,81,79,83,,78,,,,63,63,84,79,201,,,,,,,,,,,,,,,,81,84,78,79,356,,,,347,344,341,345,346,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,81,81,80,84,78,84,,82,,,,,,80,87,201,,,,,,,,,,,,,,,,201,201,201,201,,,,,347,345,341,346,341,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,81,83,81,82,78,82,200,83,,,,,,87,,201,,,,,,,,,,,,,,,,83,84,80,83,355,,,,347,342,342,346,344,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,82,84,80,88,63,63,,87,,,,,,,,79,,,,,,,,,,,90,,,,,81,79,82,83,342,355,,,362,344,344,346,344,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,79,84,81,,,,,,,,,,,,,201,,,,,,,,,,,78,200,200,200,200,84,79,83,82,343,345,355,,362,344,342,345,344,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,80,84,79,,,,,,,,,,,,,201,,,,,,,,,,,88,,,,,84,78,78,84,341,341,346,349,344,342,344,345,344,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,83,78,78,89,64,64,,90,,,,,,,,79,,,,,,,,,,,,,,,,80,78,79,82,341,345,345,343,346,346,346,341,346,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,82,84,84,84,79,78,200,78,,,,,,90,,201,,,,,,,,,,,,,,,,78,79,80,79,344,342,343,343,343,342,346,343,344,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,84,82,82,83,79,83,,78,,,,,,78,89,201,,,,,,,,,,,,,,,,84,81,80,81,341,344,344,346,342,345,344,346,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,84,81,81,81,81,84,,80,,,,64,64,78,82,201,,,,,,,,,,,,,,,,80,78,81,84,342,341,343,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,78,82,81,80,82,84,,79,,64,64,79,79,81,79,78,89,,,,,,,,,,,,,,,80,84,78,82,82,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,80,84,78,81,79,78,200,84,200,78,81,82,83,84,83,81,80,89,64,64,64,64,64,64,64,64,64,64,64,64,64,84,78,82,79,80,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,83,83,84,84,79,81,64,64,,80,81,78,80,82,83,79,81,79,80,82,81,83,79,83,80,80,80,78,84,81,80,78,78,78,79,80,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,79,80,79,82,80,81,78,84,201,81,80,82,84,80,78,83,78,78,79,78,83,79,78,79,83,83,82,82,78,79,81,83,84,79,80,84,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,80,81,83,81,79,84,83,83,201,81,83,82,80,80,79,81,78,81,81,83,82,80,82,80,81,81,84,82,84,79,84,78,81,81,82,83,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,83,79,83,83,83,79,79,81,201,84,84,80,79,81,84,79,81,81,82,84,81,78,84,79,79,82,82,83,81,81,78,84,80,80,79,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,82,82,81,80,81,83,84,83,201,82,82,84,83,83,80,82,83,80,80,80,78,82,78,79,80,81,78,82,79,79,82,81,83,82,84,80,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +63,63,63,63,63,63,63,63,63,,80,84,82,79,82,81,83,80,84,81,84,78,82,82,79,84,84,80,84,83,83,79,78,79,80,83,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,87,63,63,63,63,83,79,82,83,84,81,82,80,81,80,79,84,83,79,83,81,79,78,81,83,80,82,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,201,80,78,84,84,82,82,82,81,79,84,81,80,80,78,79,82,80,79,82,84,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,79,201,201,82,82,79,83,79,84,84,83,81,83,80,78,78,81,78,79,78,78,79,79,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,201,201,201,201,201,201,201,201,84,82,84,80,79,82,81,82,81,78,81,78,78,78,82,83,82,79,83,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,79,201,201,78,79,78,79,80,79,83,82,79,78,80,80,78,78,78,81,82,79,79,79,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,201,83,84,80,81,79,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,89,64,64,64,64,78,81,79,83,81,80,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +64,64,64,64,64,64,64,64,64,,78,84,84,80,82,80,84,80,80,80,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,80,78,83,82,78,83,79,80,201,83,79,84,80,81,81,84,82,84,79,81,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,82,78,82,83,81,84,84,84,201,81,79,84,82,80,80,80,83,83,79,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,82,80,81,81,81,82,80,83,201,79,82,78,83,83,82,78,79,80,82,79,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,342,341,346,344,344,344,343,356,,362,345,345,341,343,345,345,345,342,346,346,345,344,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,345,343,342,341,344,344,356,,,362,344,344,341,341,343,343,341,343,341,343,342,341,345,346,342,345,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,342,343,343,346,342,356,,,,347,341,345,345,342,342,345,342,344,345,346,343,343,344,341,344,343,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,342,345,341,344,363,,,,353,342,345,346,342,341,342,343,350,350,344,342,343,346,345,341,344,344,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,342,345,344,346,356,,,,362,341,345,343,343,341,350,356,,,354,344,346,345,341,342,345,341,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,341,345,345,348,,,,,362,344,343,344,346,356,,,,,,354,343,345,343,342,345,342,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,341,346,341,356,,,,,347,341,342,341,356,,,353,349,355,,,362,344,342,341,344,346,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,346,342,363,,,,,353,342,341,343,348,,,353,341,341,363,,,347,346,341,342,346,343,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,346,345,363,,,,,347,345,345,346,363,,,362,341,344,356,,,354,343,342,345,343,346,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,345,346,348,,,,353,343,343,343,345,356,,,347,343,356,,,,,362,346,341,341,345,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,343,344,348,,,353,344,342,341,342,348,,,353,341,363,,,,,,362,346,345,342,343,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,345,342,363,,,354,350,350,350,350,356,,,347,341,363,,,,,359,341,342,344,342,342,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,346,344,363,,,,,,,,,,353,341,342,348,,,,,,347,346,342,342,341,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,344,345,345,349,349,349,349,349,349,349,349,349,341,342,346,342,355,,,,,347,344,341,345,346,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,345,342,344,342,341,341,341,345,341,345,344,341,344,343,343,342,341,349,349,349,349,341,345,342,341,341,346,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,68,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,67,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1920;3328 posEnd=1920;3008 posCurrent=1920;3270 step=4 time=41 phase=4082 channel=1 icon=84 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3072 posEnd=1986;3072 posCurrent=1986;3072 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3072 posEnd=2050;3072 posCurrent=2050;3072 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3072 posEnd=2114;3072 posCurrent=2114;3072 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;3136 posEnd=2178;3136 posCurrent=2178;3136 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3136 posEnd=2242;3136 posCurrent=2242;3136 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3136 posEnd=2306;3136 posCurrent=2306;3136 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3136 posEnd=2370;3136 posCurrent=2370;3136 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;2752 posEnd=2050;2752 posCurrent=2050;2752 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1984;2688 posEnd=1984;3008 posCurrent=1984;2746 step=4 time=41 phase=4082 channel=1 icon=84 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2432 posEnd=2370;2432 posCurrent=2370;2432 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2560 posEnd=2690;2560 posCurrent=2690;2560 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2560 posEnd=2626;2560 posCurrent=2626;2560 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2176 posEnd=2370;2176 posCurrent=2370;2176 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2048;2688 posEnd=2048;2368 posCurrent=2048;2630 step=4 time=41 phase=4082 channel=1 icon=84 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;1792 posEnd=2242;1792 posCurrent=2242;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2240;1856 posEnd=2496;1856 posCurrent=2452;1856 step=4 time=7 phase=4082 channel=10 icon=73 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1792 posEnd=2306;1792 posCurrent=2306;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1792 posEnd=2434;1792 posCurrent=2434;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1792 posEnd=2690;1792 posCurrent=2690;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1472 posEnd=2370;1472 posCurrent=2370;1472 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2112;2048 posEnd=2112;2368 posCurrent=2112;2106 step=4 time=41 phase=4082 channel=1 icon=84 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1472 posEnd=2306;1472 posCurrent=2306;1472 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2176;2048 posEnd=2176;1728 posCurrent=2176;1990 step=4 time=41 phase=4082 channel=1 icon=84 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1152 posEnd=2434;1152 posCurrent=2434;1152 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3072;1792 posEnd=3072;2048 posCurrent=3072;2004 step=4 time=7 phase=4082 channel=10 icon=73 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3136;2048 posEnd=3136;1792 posCurrent=3136;1836 step=4 time=7 phase=4082 channel=10 icon=73 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3264;2048 posEnd=3264;1984 posCurrent=3264;1984 step=3 time=1 phase=4082 channel=1 icon=84 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1668 posEnd=2370;1668 posCurrent=2370;1668 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;1668 posEnd=2498;1668 posCurrent=2498;1668 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;1348 posEnd=2498;1348 posCurrent=2498;1348 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1544 posEnd=2754;1544 posCurrent=2754;1544 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3392;1984 posEnd=3392;2048 posCurrent=3392;2048 step=3 time=1 phase=4082 channel=1 icon=84 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;6152 posEnd=1282;6152 posCurrent=1282;6152 step=1 time=0 phase=4082 channel=10 icon=136 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4040 posEnd=1410;4040 posCurrent=1410;4040 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2880 posEnd=2432;2880 posCurrent=2374;2880 step=2 time=1 phase=4082 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2816 posEnd=2432;2816 posCurrent=2374;2816 step=2 time=1 phase=4082 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2752 posEnd=2432;2752 posCurrent=2374;2752 step=2 time=1 phase=4082 channel=10 icon=73 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2112;2560 posEnd=2304;2560 posCurrent=2196;2560 step=4 time=17 phase=4082 channel=10 icon=73 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2752;1856 posEnd=2496;1856 posCurrent=2540;1856 step=4 time=7 phase=4082 channel=10 icon=73 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1160 posEnd=2754;1160 posCurrent=2754;1160 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3584;2368 posEnd=3712;2368 posCurrent=3680;2368 step=2 time=9 phase=4082 channel=10 icon=202 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=4928;640 posEnd=4928;768 posCurrent=4928;724 step=4 time=7 phase=4082 channel=1 icon=84 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;2504 posEnd=3458;2504 posCurrent=3458;2504 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2504 posEnd=3522;2504 posCurrent=3522;2504 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3712;1856 posEnd=3776;1856 posCurrent=3718;1856 step=2 time=1 phase=4082 channel=10 icon=73 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3904;1344 posEnd=4096;1344 posCurrent=3988;1344 step=4 time=17 phase=4082 channel=10 icon=73 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=5824;512 posEnd=5632;512 posCurrent=5824;512 step=1 time=12 phase=4082 channel=13 icon=244 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=5952;256 posEnd=6016;256 posCurrent=5952;256 step=1 time=22 phase=4082 channel=13 icon=273 +MoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=6016;1152 posEnd=6208;1152 posCurrent=6016;1152 step=1 time=2 phase=4082 channel=13 icon=74 +MoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=6080;1152 posEnd=6272;1152 posCurrent=6080;1152 step=1 time=2 phase=4082 channel=13 icon=74 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;1284 posEnd=6146;1284 posCurrent=6146;1284 step=1 time=0 phase=4082 channel=10 icon=29 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3776;1536 posEnd=3904;1536 posCurrent=3872;1536 step=2 time=9 phase=4082 channel=10 icon=202 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;3204 posEnd=2178;3204 posCurrent=2178;3204 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3204 posEnd=2242;3204 posCurrent=2242;3204 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3204 posEnd=2306;3204 posCurrent=2306;3204 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3204 posEnd=2370;3204 posCurrent=2370;3204 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3268 posEnd=2050;3268 posCurrent=2050;3268 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2240;1408 posEnd=2240;1728 posCurrent=2240;1466 step=4 time=41 phase=4082 channel=1 icon=84 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2944 posEnd=2432;2944 posCurrent=2374;2944 step=2 time=1 phase=4082 channel=10 icon=73 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2948 posEnd=2178;2948 posCurrent=2178;2948 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2112;2624 posEnd=2304;2624 posCurrent=2196;2624 step=4 time=17 phase=4082 channel=10 icon=73 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2628 posEnd=2370;2628 posCurrent=2370;2628 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2628 posEnd=2434;2628 posCurrent=2434;2628 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2560 posEnd=2434;2560 posCurrent=2434;2560 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2432 posEnd=2178;2432 posCurrent=2178;2432 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2432 posEnd=2242;2432 posCurrent=2242;2432 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2244 posEnd=2370;2244 posCurrent=2370;2244 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2312 posEnd=2690;2312 posCurrent=2690;2312 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1988 posEnd=2370;1988 posCurrent=2370;1988 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1988 posEnd=2626;1988 posCurrent=2626;1988 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1920 posEnd=3266;1920 posCurrent=3266;1920 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;1988 posEnd=2946;1988 posCurrent=2946;1988 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1988 posEnd=2818;1988 posCurrent=2818;1988 step=1 time=0 phase=4082 channel=10 icon=18 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;1920 posEnd=3394;1920 posCurrent=3394;1920 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1792 posEnd=2370;1792 posCurrent=2370;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;1792 posEnd=2498;1792 posCurrent=2498;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1792 posEnd=2562;1792 posCurrent=2562;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1792 posEnd=2626;1792 posCurrent=2626;1792 step=1 time=0 phase=4082 channel=10 icon=54 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2504 posEnd=3778;2504 posCurrent=3778;2504 step=1 time=0 phase=4082 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2504 posEnd=3842;2504 posCurrent=3842;2504 step=1 time=0 phase=4082 channel=10 icon=25 diff --git a/worlds/world055.txt b/worlds/world055.txt new file mode 100644 index 0000000..8b9eafc --- /dev/null +++ b/worlds/world055.txt @@ -0,0 +1,265 @@ +DescFile: posDecor=500;1200 dimDecor=100;100 world=0 music=6 region=29 blupiPos=898;1478 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,87,63,63,63,78,63,63,63,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,63,63,,,,,88,,64,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,,,,,,,,,79,201,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,,,,,,,89,,63,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,,,90,64,64,64,78,64,64,64,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,201,201,78,63,201,64,63,64,63,64,63,64,63,64,63,201,63,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,422,78,201,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,64,201,64,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,63,63,63,201,63,63,63,78,63,63,63,63,63,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,,78,,,,201,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,,78,,,,201,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,64,201,64,64,64,78,64,64,64,64,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,64,64,64,63,64,63,64,63,64,63,64,63,64,63,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,63,63,63,63,63,63,201,63,63,63,63,63,63,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,,,,,201,,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,,,,,201,,,,,,84,200,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,64,64,64,64,201,64,64,64,64,64,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,64,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,200,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,63,63,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,84,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,84,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,,,,84,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,84,78,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,84,78,,,,84,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,84,78,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,63,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,84,78,64,64,,78,78,78,78,78,78,78,78,78,78,78,63,63,63,63,,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,,78,78,78,63,78,78,78,63,78,78,63,,,,90,64,63,63,63,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,424,78,63,63,,78,63,63,,78,63,,,89,64,78,78,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,,88,,89,,87,,89,,88,,90,,78,78,78,63,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,64,64,,78,64,64,,78,64,64,,78,64,78,78,78,304,305,305,305,81,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,64,78,78,78,64,78,78,78,64,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,87,63,63,63,78,78,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,63,63,,,,64,63,78,78,78,78,304,305,305,305,81,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,79,201,201,78,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,63,,,63,78,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,81,81,81,64,64,,,68,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,,,68,78,,,,,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,201,201,82,78,304,305,305,305,81,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,,,68,78,,,,,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,82,78,78,78,78,,,68,78,,,,,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,82,78,78,78,78,201,201,78,78,,,,,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,,,63,78,,,,,63,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,,,68,78,78,78,78,,,,78,,,,90,,63,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,201,201,78,78,78,78,78,,,,80,201,201,201,78,201,201,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,63,63,,,78,78,78,78,78,,,,63,,64,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,,,,,64,78,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,,,,,78,78,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,,,,64,78,78,78,78,,,,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,64,64,64,78,78,78,78,78,89,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,64,64,64,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,427,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,63,63,,201,63,63,63,63,63,63,63,63,63,63,63,63,201,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,,,,201,64,64,64,64,64,64,64,64,64,64,64,64,201,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,92,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,201,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,63,,63,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,201,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,64,64,64,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;896 posEnd=834;896 posCurrent=834;896 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;896 posEnd=898;896 posCurrent=898;896 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;896 posEnd=962;896 posCurrent=962;896 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;896 posEnd=1026;896 posCurrent=1026;896 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;964 posEnd=1154;964 posCurrent=1154;964 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5440;1408 posEnd=5440;1600 posCurrent=5440;1575 step=4 time=4 phase=3685 channel=10 icon=72 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1600 posEnd=1730;1600 posCurrent=1730;1600 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1088 posEnd=1730;1088 posCurrent=1730;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1600 posEnd=1922;1600 posCurrent=1922;1600 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1088 posEnd=1794;1088 posCurrent=1794;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1088 posEnd=1858;1088 posCurrent=1858;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1088 posEnd=2050;1088 posCurrent=2050;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1344 posEnd=1794;1344 posCurrent=1794;1344 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1344 posEnd=1858;1344 posCurrent=1858;1344 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1088 posEnd=2178;1088 posCurrent=2178;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;1088 posEnd=2242;1088 posCurrent=2242;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1088 posEnd=2306;1088 posCurrent=2306;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1088 posEnd=2370;1088 posCurrent=2370;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1156 posEnd=2562;1156 posCurrent=2562;1156 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1156 posEnd=3010;1156 posCurrent=3010;1156 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1156 posEnd=3138;1156 posCurrent=3138;1156 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;1156 posEnd=3330;1156 posCurrent=3330;1156 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;1156 posEnd=3458;1156 posCurrent=3458;1156 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1540 posEnd=3906;1540 posCurrent=3906;1540 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1412 posEnd=3650;1412 posCurrent=3650;1412 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1284 posEnd=3906;1284 posCurrent=3906;1284 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1796 posEnd=3906;1796 posCurrent=3906;1796 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1924 posEnd=3842;1924 posCurrent=3842;1924 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2180 posEnd=3522;2180 posCurrent=3522;2180 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2052 posEnd=3714;2052 posCurrent=3714;2052 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2372 posEnd=3970;2372 posCurrent=3970;2372 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2372 posEnd=4354;2372 posCurrent=4354;2372 step=1 time=0 phase=3685 channel=10 icon=18 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4288;1728 posEnd=4288;1600 posCurrent=4288;1619 step=4 time=6 phase=3685 channel=1 icon=89 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2052 posEnd=5186;2052 posCurrent=5186;2052 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;1732 posEnd=4226;1732 posCurrent=4226;1732 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1668 posEnd=3650;1668 posCurrent=3650;1668 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=832;1152 posEnd=960;1152 posCurrent=917;1152 step=2 time=8 phase=3685 channel=10 icon=201 +MoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=1728;1728 posEnd=1920;1728 posCurrent=1835;1728 step=4 time=8 phase=3685 channel=10 icon=197 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2176;1536 posEnd=2368;1536 posCurrent=2343;1536 step=4 time=4 phase=3685 channel=10 icon=72 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2368;1408 posEnd=2176;1408 posCurrent=2201;1408 step=4 time=4 phase=3685 channel=10 icon=72 +MoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2176;1728 posEnd=2368;1728 posCurrent=2283;1728 step=4 time=8 phase=3685 channel=10 icon=197 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1160 posEnd=2818;1160 posCurrent=2818;1160 step=1 time=0 phase=3685 channel=10 icon=187 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1160 posEnd=3650;1160 posCurrent=3650;1160 step=1 time=0 phase=3685 channel=10 icon=187 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2564 posEnd=4930;2564 posCurrent=4930;2564 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2564 posEnd=4994;2564 posCurrent=4994;2564 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2564 posEnd=5058;2564 posCurrent=5058;2564 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;2564 posEnd=5122;2564 posCurrent=5122;2564 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;2500 posEnd=5954;2500 posCurrent=5954;2500 step=1 time=0 phase=3685 channel=10 icon=33 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;1156 posEnd=3074;1156 posCurrent=3074;1156 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;1156 posEnd=3394;1156 posCurrent=3394;1156 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1224 posEnd=1858;1224 posCurrent=1858;1224 step=1 time=0 phase=3685 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;1224 posEnd=1794;1224 posCurrent=1794;1224 step=1 time=0 phase=3685 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1220 posEnd=770;1220 posCurrent=770;1220 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1220 posEnd=1026;1220 posCurrent=1026;1220 step=1 time=0 phase=3685 channel=10 icon=4 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;1540 posEnd=5122;1540 posCurrent=5122;1540 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1540 posEnd=5186;1540 posCurrent=5186;1540 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;1540 posEnd=5250;1540 posCurrent=5250;1540 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1540 posEnd=5058;1540 posCurrent=5058;1540 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;1540 posEnd=4994;1540 posCurrent=4994;1540 step=1 time=0 phase=3685 channel=10 icon=208 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2504 posEnd=5314;2504 posCurrent=5314;2504 step=1 time=0 phase=3685 channel=10 icon=22 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;1088 posEnd=2434;1088 posCurrent=2434;1088 step=1 time=0 phase=3685 channel=10 icon=54 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2564 posEnd=5186;2564 posCurrent=5186;2564 step=1 time=0 phase=3685 channel=10 icon=208 diff --git a/worlds/world056.txt b/worlds/world056.txt new file mode 100644 index 0000000..c9a0e65 --- /dev/null +++ b/worlds/world056.txt @@ -0,0 +1,249 @@ +DescFile: posDecor=0;3400 dimDecor=100;100 world=0 music=5 region=1 blupiPos=130;3654 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,343,343,345,345,345,350,350,343,343,343,342,345,341,342,343,341,346,342,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,343,342,346,343,348,,,347,350,341,341,342,345,345,344,345,343,344,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,342,342,343,342,363,,,358,,354,350,342,346,342,345,344,345,342,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,346,346,342,342,343,355,,,,,,354,343,345,341,345,341,345,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,342,344,341,346,346,348,,,,,,,354,344,345,345,341,344,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,341,346,341,342,350,356,,,,353,355,,,362,346,343,343,342,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,345,344,345,363,,,,,353,346,363,,,354,341,346,346,344,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,341,341,346,348,,,,,347,342,345,355,,,347,345,342,343,346,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,342,344,343,356,,,,353,343,341,341,356,,,347,344,341,343,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,344,343,363,,,,359,350,343,341,348,,,,347,342,346,346,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,344,345,348,,,,,,347,346,348,,,,347,345,346,346,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,346,345,363,,,,,,354,343,348,,,353,341,342,342,342,346,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,343,345,343,355,,,357,,,354,356,,,347,343,342,344,345,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,345,345,345,363,,359,348,,,,,,,347,345,341,341,344,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,345,344,346,348,,,351,,,,357,,,354,345,343,341,345,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,346,346,341,344,355,,351,,353,349,363,,,,362,341,342,341,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,343,345,344,344,363,,351,,347,346,345,355,,,354,344,341,341,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,345,346,343,346,346,342,356,,347,349,342,346,346,343,355,,,347,345,346,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,342,342,344,345,346,342,344,345,343,346,345,348,,,354,345,344,346,346,343,346,355,,362,341,342,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,341,345,346,345,342,341,345,342,341,346,341,348,,,,347,341,346,343,346,342,348,,362,344,345,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,346,341,344,346,343,342,346,341,343,342,341,342,355,,,362,345,341,343,341,345,343,349,346,341,341,344,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,343,346,346,342,345,341,346,345,344,341,344,343,348,,359,350,350,342,346,343,341,346,343,345,341,342,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,342,344,343,346,341,345,345,341,345,346,345,344,356,,,,,362,346,343,344,346,346,341,344,344,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,80,80,84,82,80,81,81,79,81,83,82,79,82,81,346,350,350,363,,,,,,354,342,345,345,341,344,343,346,342,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,84,79,81,79,78,81,79,79,81,79,63,63,201,201,201,201,201,201,201,201,201,201,201,341,341,345,344,341,346,346,346,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,83,80,82,79,78,80,84,82,78,81,,64,81,344,349,348,,,,,,347,349,344,345,344,342,341,344,342,343,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,78,80,79,79,84,81,80,81,84,201,201,80,79,345,343,344,349,355,,,353,341,344,344,342,341,341,345,344,345,346,341,344,342,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,83,80,80,81,81,82,80,201,201,79,82,84,345,343,345,344,342,355,,347,344,341,345,344,343,344,346,342,342,343,345,341,343,346,342,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,81,83,79,81,81,80,84,201,201,81,81,79,78,343,341,343,346,346,348,,362,342,345,346,341,341,343,342,342,341,345,344,345,346,343,341,342,344,341,349,349,349,349,355,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,79,84,80,79,82,84,201,201,79,83,79,78,80,345,342,343,346,344,348,,362,342,344,344,345,341,344,346,344,346,342,346,346,341,341,346,345,343,342,343,345,344,341,348,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,81,81,84,81,83,201,201,78,82,80,78,81,78,341,345,345,342,345,341,349,346,343,342,344,342,344,341,344,343,350,341,344,342,343,343,346,343,341,342,345,345,343,344,348,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,81,82,78,83,81,201,79,78,82,78,82,80,80,341,345,342,342,343,345,342,342,344,342,346,341,342,345,343,356,,347,345,344,343,343,341,345,346,346,343,346,346,342,348,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,78,79,79,80,79,201,79,79,80,84,79,82,80,346,341,344,343,342,342,345,341,343,344,346,346,343,344,363,,,347,346,344,344,346,341,344,342,341,342,344,343,345,346,349,349,355,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,84,84,79,84,83,201,81,78,83,83,78,83,84,341,344,346,342,345,346,343,343,345,344,342,346,342,345,348,,,354,350,350,345,343,343,343,341,344,341,345,344,341,342,341,341,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,78,81,81,79,201,63,,87,63,373,345,343,344,343,350,350,350,350,350,350,350,346,345,341,341,346,343,344,356,,,,,,354,350,345,346,341,343,343,344,344,341,343,342,345,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,81,83,79,78,201,,,,,373,345,342,341,348,,,,,,,,347,342,344,342,346,342,363,,,,,357,,,,354,345,342,341,345,346,341,341,342,345,341,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,82,82,83,201,,,,,373,342,343,344,348,,,,,,,,362,344,345,346,346,341,344,355,,,201,344,349,355,,,354,345,342,341,341,343,342,343,345,344,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,84,80,83,201,,,,,373,343,346,345,348,,,,,,,,362,342,341,342,342,344,346,348,,,201,201,201,344,355,,,354,342,342,346,343,343,343,342,342,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,84,83,79,201,,,,,373,341,341,342,363,,,,,,,,362,346,344,344,343,346,345,345,349,349,348,,201,201,343,355,,,354,346,345,346,342,343,343,342,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,80,78,82,201,,,,,373,346,346,342,363,,,,,,,,362,341,344,343,342,344,344,342,344,344,348,,,201,201,346,355,,,354,346,344,342,346,341,345,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,84,79,81,82,201,,,,,373,345,342,346,363,,,,,,,,362,343,343,342,346,341,344,344,343,343,363,,,,201,201,344,355,,,354,341,345,345,341,346,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,79,81,83,201,,,,,373,346,344,346,363,,,,,,,,362,345,343,344,346,341,346,346,341,345,363,,,,,201,201,343,355,,,347,341,345,345,344,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,83,80,82,201,64,,89,64,373,344,343,341,346,78,82,82,84,78,81,78,80,78,78,81,81,81,79,78,341,344,348,,,,,,201,201,363,,,347,345,344,343,343,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,79,79,78,84,78,201,79,81,80,79,80,80,80,80,78,79,78,82,83,83,83,80,84,84,80,84,78,82,342,343,348,,,,,,,201,363,,,362,344,345,346,346,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,78,79,84,82,201,81,84,81,83,80,79,84,80,80,82,81,82,79,80,78,78,84,83,83,82,78,84,346,345,363,,,,,,,,358,,,362,343,345,343,343,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,78,80,84,80,78,201,83,80,84,84,84,81,82,83,81,80,81,78,80,79,80,84,83,78,82,78,78,82,343,345,363,,,,,,,,,,,362,341,343,341,346,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,78,78,80,80,84,81,82,78,201,83,78,78,80,78,81,84,81,79,83,82,80,80,78,81,78,78,80,81,79,78,81,346,342,363,,,,,,,201,355,,,347,342,344,341,343,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,79,84,80,78,78,81,82,81,201,81,78,78,82,78,84,78,82,83,84,82,81,79,80,79,78,84,78,84,84,78,81,343,342,363,,,,,,201,344,348,,,347,343,342,345,341,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,84,82,83,82,81,82,82,84,201,78,80,83,78,80,83,81,84,80,79,78,81,82,201,201,201,201,82,81,78,78,79,341,343,348,,,,,201,342,344,348,,,362,344,345,344,341,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,79,83,78,78,78,84,78,83,201,83,82,82,81,82,83,79,82,81,81,79,87,,,,80,201,82,78,82,78,82,344,342,363,,,,201,342,345,344,348,,,347,345,344,345,346,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,78,81,80,79,84,201,82,,,347,356,,82,83,82,78,81,83,87,,,,,82,201,78,78,81,78,78,345,345,348,,,201,345,343,343,341,348,,,362,342,341,342,344,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,84,80,83,83,82,81,82,201,78,,,351,,,84,80,81,81,79,87,,,,,,83,201,78,81,79,78,80,350,350,350,201,201,345,343,346,350,350,356,,,347,345,345,341,346,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83,79,79,82,78,81,82,201,83,,,351,,,86,86,86,86,86,,,,,,,78,201,201,201,201,201,201,,,,,347,344,344,356,,,,,353,342,344,343,342,346,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,80,80,84,80,84,78,81,78,200,349,363,,,82,84,79,81,84,89,,,,,,78,201,78,83,83,83,83,349,349,355,,362,343,363,,,,357,,362,346,341,342,346,343,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,79,81,80,82,81,80,201,86,,354,341,349,201,78,82,82,78,82,80,89,,,,,82,201,78,82,79,82,78,345,344,348,,347,342,363,,,353,345,349,345,344,344,342,345,344,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,84,82,84,83,78,80,201,81,,,373,348,,82,84,79,82,79,79,81,89,,,,84,201,83,84,83,78,78,344,343,348,,347,341,363,,353,343,345,345,346,344,342,344,341,341,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,83,83,82,82,83,84,79,201,80,,,373,356,,201,201,79,78,82,79,84,81,84,201,201,201,201,80,80,84,79,83,345,341,363,,347,344,363,,347,341,344,346,345,344,341,342,341,345,363,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,80,79,84,80,83,84,80,201,82,,,351,,,81,201,83,83,81,84,83,83,78,82,83,84,84,81,83,81,81,81,341,342,343,201,350,350,345,201,345,344,345,342,345,342,346,344,344,342,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,82,79,81,81,82,79,84,201,84,,,362,355,,84,201,81,80,81,82,80,84,78,84,84,83,80,82,78,79,83,80,343,344,348,,,,358,,347,345,341,342,344,342,341,342,341,342,348,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,78,84,78,84,84,84,84,201,86,,,347,348,,80,201,79,83,81,83,82,83,80,80,84,81,83,84,83,79,83,82,342,346,363,,,,,,362,342,346,344,342,345,345,345,350,350,356,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,83,84,78,78,78,81,79,78,,,347,363,,79,201,80,80,79,78,82,81,81,80,79,78,78,78,79,79,78,80,344,342,341,355,,,,353,346,343,341,345,342,343,342,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,80,84,82,84,81,79,86,79,,,347,363,,201,201,79,78,84,82,83,84,81,84,82,82,79,81,83,82,80,83,342,342,343,346,349,349,349,345,345,345,342,343,344,343,342,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,80,78,80,78,84,81,83,86,79,,353,345,356,,82,82,78,83,78,80,83,78,82,80,83,78,79,80,81,84,78,81,346,344,345,344,342,345,346,344,343,342,345,343,345,342,343,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,79,83,79,79,79,78,82,82,78,200,345,363,,,201,201,78,81,81,78,81,81,79,80,86,80,81,78,86,86,83,81,344,341,345,345,346,344,345,343,343,341,346,345,344,342,344,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,82,82,83,80,81,83,83,82,,347,348,,,79,86,80,82,78,80,86,86,86,81,79,78,84,82,86,86,84,80,341,341,344,343,342,342,344,342,344,344,341,346,344,343,341,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,80,79,84,83,82,82,79,201,,347,348,,,82,86,84,201,201,201,201,78,201,201,201,201,201,81,86,86,82,79,345,345,344,344,343,341,342,342,343,342,343,344,341,345,343,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,81,80,81,81,79,82,84,201,,354,363,,,83,201,79,201,201,201,201,79,84,81,84,83,201,82,81,81,78,79,344,344,342,341,341,343,341,343,341,345,344,343,343,341,341,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,84,80,81,83,78,82,79,201,,,347,355,,63,,354,343,343,343,344,343,343,343,344,342,342,344,341,343,342,342,341,342,345,345,342,343,343,341,342,342,341,341,342,345,343,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,79,81,82,80,79,,,354,348,,,,,362,343,345,341,344,343,344,343,345,342,344,341,343,345,341,342,345,344,345,345,343,343,344,344,345,345,342,343,344,345,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,84,78,81,86,84,,,,354,349,355,,,347,345,342,343,341,344,341,343,343,343,345,342,344,344,341,345,342,344,345,344,345,341,345,342,341,345,342,344,343,341,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,78,82,82,86,80,,89,,,354,356,,,362,343,341,345,341,344,341,341,343,343,345,341,341,344,343,343,342,342,341,343,344,342,344,342,345,341,342,344,345,341,363,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,81,79,84,86,80,200,84,,,,,,353,341,344,343,344,342,341,343,345,345,341,343,343,342,343,345,341,345,341,342,343,342,341,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,78,82,82,80,82,64,80,,90,64,,353,345,343,345,83,79,201,81,84,201,81,79,79,81,80,81,82,78,79,82,82,79,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,78,79,82,83,82,78,78,201,84,79,201,78,201,201,201,84,82,201,82,79,201,78,86,86,83,83,84,81,78,82,79,84,80,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,81,78,78,78,78,84,83,79,81,79,86,78,84,78,79,80,84,78,64,84,82,201,80,82,80,83,78,78,78,84,84,81,83,78,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,81,83,78,78,81,81,78,80,83,86,80,82,79,83,79,83,82,78,80,78,79,84,80,82,81,79,80,78,83,81,82,81,83,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,82,84,79,84,81,81,80,83,79,84,81,84,84,82,84,80,82,84,80,78,83,83,83,81,80,80,81,83,84,81,83,80,84,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,80,80,84,82,83,84,80,84,84,80,79,84,80,82,79,81,79,83,79,82,83,79,81,83,84,80,81,79,81,84,78,79,80,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,81,84,78,78,83,80,82,80,81,84,84,80,78,79,81,82,83,83,81,81,84,78,79,84,81,80,82,80,78,79,83,84,78,79,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=704;3328 posEnd=640;3328 posCurrent=704;3328 step=1 time=7 phase=1057 channel=13 icon=74 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=384;3392 posEnd=512;3392 posCurrent=384;3392 step=1 time=25 phase=1057 channel=13 icon=274 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=64;3520 posEnd=128;3520 posCurrent=64;3520 step=1 time=7 phase=1057 channel=13 icon=248 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=1024;3584 posEnd=960;3584 posCurrent=1024;3584 step=1 time=7 phase=1057 channel=13 icon=239 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=896;3904 posEnd=704;3904 posCurrent=704;3904 step=3 time=12 phase=1057 channel=13 icon=243 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;4040 posEnd=1218;4040 posCurrent=1218;4040 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=10 timeStopEnd=10 posStart=1536;3712 posEnd=1536;3072 posCurrent=1536;3315 step=4 time=38 phase=1057 channel=1 icon=80 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3528 posEnd=1858;3528 posCurrent=1858;3528 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2240;2688 posEnd=2560;2688 posCurrent=2272;2688 step=2 time=3 phase=1057 channel=1 icon=89 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2304;2688 posEnd=2624;2688 posCurrent=2336;2688 step=2 time=3 phase=1057 channel=1 icon=88 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=3648;2688 posEnd=3712;2688 posCurrent=3648;2688 step=1 time=7 phase=1057 channel=13 icon=248 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=2368;2752 posEnd=2496;2752 posCurrent=2496;2752 step=3 time=22 phase=1057 channel=13 icon=249 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=3840;2880 posEnd=3648;2880 posCurrent=3648;2880 step=3 time=12 phase=1057 channel=13 icon=243 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4168 posEnd=2050;4168 posCurrent=2050;4168 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4484 posEnd=3138;4484 posCurrent=3138;4484 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4356 posEnd=2370;4356 posCurrent=2370;4356 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;4420 posEnd=2434;4420 posCurrent=2434;4420 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4484 posEnd=2498;4484 posCurrent=2498;4484 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4548 posEnd=2562;4548 posCurrent=2562;4548 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4612 posEnd=2626;4612 posCurrent=2626;4612 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2432;4352 posEnd=2496;4352 posCurrent=2432;4352 step=1 time=7 phase=1057 channel=13 icon=248 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;4676 posEnd=2690;4676 posCurrent=2690;4676 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;4488 posEnd=3842;4488 posCurrent=3842;4488 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2560;4480 posEnd=2624;4480 posCurrent=2560;4480 step=1 time=7 phase=1057 channel=13 icon=248 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;4616 posEnd=3458;4616 posCurrent=3458;4616 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4744 posEnd=2498;4744 posCurrent=2498;4744 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4232 posEnd=2242;4232 posCurrent=2242;4232 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4488 posEnd=2242;4488 posCurrent=2242;4488 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4040 posEnd=1090;4040 posCurrent=1090;4040 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4040 posEnd=1154;4040 posCurrent=1154;4040 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4676 posEnd=2946;4676 posCurrent=2946;4676 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2688;4608 posEnd=2752;4608 posCurrent=2688;4608 step=1 time=7 phase=1057 channel=13 icon=248 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;4612 posEnd=3010;4612 posCurrent=3010;4612 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;4548 posEnd=3074;4548 posCurrent=3074;4548 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;4420 posEnd=3202;4420 posCurrent=3202;4420 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4356 posEnd=3266;4356 posCurrent=3266;4356 step=1 time=0 phase=1057 channel=10 icon=0 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4868 posEnd=2882;4868 posCurrent=2882;4868 step=1 time=0 phase=1057 channel=10 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;2632 posEnd=4610;2632 posCurrent=4610;2632 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2888 posEnd=3202;2888 posCurrent=3202;2888 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4168 posEnd=1986;4168 posCurrent=1986;4168 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4808 posEnd=3394;4808 posCurrent=3394;4808 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;3974 posEnd=578;3974 posCurrent=578;3974 step=1 time=0 phase=1057 channel=10 icon=178 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2760 posEnd=4674;2760 posCurrent=4674;2760 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2952 posEnd=4674;2952 posCurrent=4674;2952 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2888 posEnd=3266;2888 posCurrent=3266;2888 step=1 time=0 phase=1057 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3528 posEnd=1794;3528 posCurrent=1794;3528 step=1 time=0 phase=1057 channel=10 icon=21 diff --git a/worlds/world057.txt b/worlds/world057.txt new file mode 100644 index 0000000..0c620b9 --- /dev/null +++ b/worlds/world057.txt @@ -0,0 +1,251 @@ +DescFile: posDecor=3350;3770 dimDecor=100;100 world=0 music=1 region=10 blupiPos=3778;4102 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,81,82,82,79,84,81,83,83,82,79,78,81,80,84,79,83,80,84,83,81,83,83,79,81,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,83,82,79,81,83,84,82,83,81,79,82,83,78,80,81,82,201,201,201,81,79,82,81,81,81,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,81,82,83,84,82,201,79,81,82,81,80,80,79,84,201,201,201,201,201,82,79,80,80,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,84,81,78,81,81,82,201,80,80,78,84,83,83,82,82,201,201,80,201,201,78,79,78,81,84,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,83,83,83,81,80,201,84,83,78,79,84,83,82,81,,80,79,78,,83,82,80,81,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,84,83,79,81,79,201,82,79,78,83,81,83,82,78,200,81,81,78,200,78,78,84,81,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,78,84,84,82,84,79,201,83,80,83,81,80,80,79,80,,81,79,78,,82,79,82,81,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,80,79,84,78,79,201,78,83,82,83,78,81,78,201,201,201,84,201,201,84,81,80,84,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,82,80,82,84,201,201,201,78,78,81,83,79,78,80,201,201,201,201,201,201,83,83,84,83,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,80,81,,,,63,84,201,201,201,84,201,201,201,78,78,201,78,83,81,81,81,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,78,79,,,,,201,201,84,201,201,201,84,84,80,80,201,201,84,78,84,84,82,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,83,83,82,84,,,,64,82,83,79,79,78,81,80,78,78,83,201,81,82,79,82,81,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,81,83,80,,,,84,81,80,80,78,84,78,80,83,80,84,,80,83,82,80,82,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,81,83,82,,,,201,63,84,84,78,82,80,83,84,78,79,,82,80,83,78,82,84,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,79,83,80,,,,201,,63,78,84,83,84,80,83,80,78,,84,81,79,83,79,80,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,80,81,82,84,,,,201,,,92,84,78,80,79,80,79,81,,83,84,83,84,82,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,78,83,84,,,,201,,,92,84,79,82,78,82,84,80,201,81,84,79,79,80,83,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,84,83,83,,,,201,,,92,84,83,84,78,79,80,78,201,201,82,83,83,83,78,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83,81,84,81,,,,201,,,92,84,82,81,80,81,79,79,201,78,81,80,84,78,81,81,81,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,82,78,81,79,,,,201,,,92,84,83,84,81,81,83,80,,81,78,78,81,81,82,81,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,83,84,84,,,,201,,,92,84,81,83,83,79,79,84,,84,80,79,78,81,78,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,83,78,78,,,,201,,,92,84,82,78,82,80,83,83,,84,84,82,78,84,84,81,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,82,84,81,83,,,64,201,,,92,84,82,79,82,78,78,82,,82,79,79,81,83,81,81,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,82,78,83,200,200,78,201,,,92,84,84,81,84,84,79,81,201,82,82,79,82,82,80,81,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,79,79,79,81,,,63,201,,,92,84,82,84,84,80,80,82,201,201,82,84,83,81,81,81,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,82,83,83,82,81,84,83,79,82,82,82,79,82,83,82,83,79,,,,201,,,92,84,83,80,79,84,78,84,201,78,79,84,82,78,80,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,78,79,84,78,81,79,79,84,80,80,84,83,82,78,80,80,80,,,,201,,,92,84,84,79,80,78,82,80,,80,79,81,81,84,83,81,82,82,,,,,,,,,,,,,84,83,80,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,80,83,78,79,79,83,78,81,83,82,84,78,80,80,80,82,83,,,,201,,,92,84,79,79,81,81,79,81,,80,84,78,84,81,81,80,83,78,,,,,,,,,,,,81,78,79,83,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,83,80,81,83,80,78,82,81,84,78,79,82,78,82,83,83,78,,,,201,,,92,84,79,82,78,78,79,78,,78,84,79,80,84,80,84,81,83,,,,,,,,,,,,80,78,81,80,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,81,84,78,79,80,81,84,83,82,84,79,82,78,81,81,80,84,,,,201,,,92,84,81,81,81,83,84,80,,84,82,78,78,84,84,78,80,80,,,,,,,,,,,,79,80,79,82,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,78,80,83,79,80,82,79,80,82,80,79,84,83,84,78,81,83,,,,201,,,92,84,82,80,80,82,81,78,201,84,80,80,84,83,84,78,82,79,,,,,,,,,,,,,82,83,78,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,79,83,83,81,82,84,78,83,83,78,80,78,80,83,81,80,78,,,,201,,,92,84,79,79,78,83,80,78,201,201,81,83,81,84,79,83,78,84,,,,,,,,,,,,,,80,82,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,81,79,78,84,81,83,83,80,81,83,79,78,83,83,84,83,82,,,,201,,,92,84,84,78,84,84,82,83,201,82,83,83,81,78,81,83,82,84,,,,,,,,,,,,,,84,84,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,81,80,84,80,83,201,63,63,63,84,79,81,82,82,78,79,78,,,,201,64,64,92,84,82,83,79,82,78,84,,83,83,82,81,79,80,80,83,80,,,,,,,,,,,,,,82,84,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,79,79,78,79,87,,,90,,63,84,84,80,82,79,84,82,201,201,201,83,79,84,83,83,83,80,78,84,81,80,,80,83,83,82,81,81,82,79,,,,,,,,,,,,,,,78,84,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,84,81,83,88,,,,81,200,200,79,84,84,84,83,81,78,201,201,201,81,81,80,78,78,79,81,78,80,83,82,,81,84,84,81,84,81,79,81,,,,,,,,,,,,,,,84,81,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,79,79,81,,,,230,81,,,82,82,79,81,80,81,82,79,201,79,78,78,84,82,83,84,80,83,78,84,83,,82,82,79,78,79,81,78,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,82,81,81,90,,,,81,200,200,79,84,80,82,80,80,82,79,,83,84,82,82,78,79,83,80,80,80,80,83,201,78,83,83,82,84,83,79,83,,,,,,,,,,,,,,,78,80,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,78,79,84,80,89,,,88,,,81,82,80,83,83,80,79,78,,82,79,82,80,80,82,78,82,84,78,79,78,201,201,81,81,83,84,82,79,82,,,,,,,,,,,,,,,80,83,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,79,81,82,83,84,201,,,,,81,82,84,82,82,83,84,84,,78,82,81,81,80,78,78,80,83,78,84,84,201,80,79,82,79,81,82,80,81,,,,,,,,,,,,,,,78,80,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,84,82,79,81,83,201,201,201,201,201,80,84,82,81,82,78,82,81,200,80,82,78,80,78,81,83,84,82,83,87,63,,78,81,78,81,82,83,80,81,,,,,,,,,,,,,,,82,84,78,78,79,84,78,82,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,84,78,84,83,83,201,,,,,201,84,82,84,84,78,82,84,,83,78,83,80,84,78,83,81,84,87,,,,84,82,79,83,84,78,83,82,,,,,,,,,,,,,,,83,80,81,79,82,78,78,81,80,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,80,83,80,79,78,201,,,,,201,201,84,79,80,80,82,81,,82,78,84,84,84,84,81,80,81,,,,,79,81,82,78,84,82,78,79,,,,,,,,,,,,,,,81,81,78,79,80,82,79,78,83,,,84,83,84,80,83,81,81,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,84,84,82,83,82,201,201,201,201,201,83,201,201,79,81,80,83,82,,83,83,83,80,79,79,78,84,81,,,,,79,83,81,78,80,78,80,78,,,,,,,,,,,,,,,79,79,83,84,82,83,81,81,80,,,79,81,79,83,78,82,82,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,84,84,84,81,81,201,,,,,80,,,63,81,80,81,82,,79,82,80,83,79,82,82,80,79,89,,,,81,80,80,78,81,82,79,81,,,,,,,,,,,,,,,81,80,83,78,84,79,78,78,79,,,81,84,82,79,79,79,78,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,80,80,82,83,83,201,,,,,82,,,,80,81,82,80,201,84,80,81,79,84,82,78,83,78,84,89,,64,81,83,82,83,78,84,83,79,,,,,,,,,,,,,,,81,83,79,79,83,80,82,84,81,,,79,80,79,83,79,81,79,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,81,78,79,83,82,201,,,,,80,201,201,201,201,201,201,201,201,84,84,79,83,80,78,78,81,80,84,78,201,79,82,84,80,84,78,84,82,82,,,,,,,,,,,,,,,80,78,84,84,81,81,82,79,84,,,81,81,84,84,84,80,83,80,,,, +,,,,,,,,,,,,,,,,,,,,,,78,79,80,78,81,78,201,,,,,82,,,,,,,,,84,81,78,82,80,79,80,78,84,80,84,201,84,78,82,84,79,80,84,81,79,,,,,,,,,,,,,,,79,84,81,78,83,81,84,81,79,,,79,80,80,81,83,82,82,78,,,, +,,,,,,,,,,,,,,,,,,,,,,83,83,84,78,83,81,201,,,,,79,,,,,359,355,,,79,78,79,81,82,80,78,79,81,81,80,422,80,80,82,79,83,78,78,79,83,80,84,82,82,84,84,79,79,78,79,79,,,,78,83,84,84,79,83,80,81,80,,,84,81,84,82,83,81,80,81,,,, +,,,,,,,,,,,,,,,,,,,,,,79,84,80,81,82,78,201,,,,81,83,,,,,,351,,,81,83,78,78,84,78,78,83,80,83,81,201,84,81,80,81,81,82,79,82,83,80,81,79,81,78,81,84,84,81,80,79,,,,84,81,79,78,79,78,78,83,82,82,83,83,83,81,79,79,82,84,79,,,, +,,,,,,,,,,,,,,,,,,,,,,79,80,83,79,82,81,201,,,,83,83,,,,,,351,,,82,82,83,82,82,82,84,81,82,79,78,201,81,84,79,81,82,78,78,80,78,79,81,80,82,79,80,79,81,78,84,79,,,,82,81,83,78,79,80,81,80,79,79,81,78,78,79,78,82,80,83,84,,,, +,,,,,,,,,,,,,,,,,,,,,,84,79,80,82,79,81,201,,,,,79,,,,,359,356,,,84,80,83,80,83,87,63,63,201,201,201,201,80,78,78,82,78,84,79,81,83,83,82,78,84,78,81,79,82,78,79,78,,,,78,80,84,82,84,78,83,81,79,83,79,82,82,81,81,84,78,83,80,,,, +,,,,,,,,,,,,,,,,,,,,,,79,83,79,78,81,78,201,,,,,78,,,,,,,,,79,84,81,82,81,,,,,,,,79,83,79,81,81,82,78,82,82,83,84,79,83,78,82,79,79,81,81,79,,,,80,79,80,80,81,83,81,81,80,82,79,81,83,78,78,84,81,79,80,,,, +,,,,,,,,,,,,,,,,,,,,,,80,83,81,79,78,80,201,,,,,201,201,201,84,201,201,201,201,201,80,84,83,80,79,,,,359,355,,,84,83,84,78,80,79,81,83,78,80,83,82,79,78,82,82,82,81,79,82,,,,83,81,84,82,82,83,79,81,79,81,80,80,84,82,79,84,81,82,83,,,, +,,,,,,,,,,,,,,,,,,,,,,84,78,79,82,83,80,201,,,,,80,82,83,80,201,83,79,83,201,83,81,79,79,80,,,,,351,,,84,81,81,80,83,83,82,84,84,83,78,80,83,78,83,81,81,82,78,78,,,,83,83,84,78,78,83,79,80,84,81,78,83,78,83,78,79,81,83,81,,,, +,,,,,,,,,,,,,,,,,,,,,,78,79,84,78,78,78,201,,,,,78,81,84,78,201,83,78,80,,78,82,83,80,84,,,,,351,,,84,79,78,78,80,80,79,80,83,84,82,83,82,78,80,81,84,80,82,78,,,,80,82,82,82,81,81,83,79,84,80,79,84,83,84,80,80,82,79,78,,,, +,,,,,,,,,,,,,,,,,,,,,,80,80,80,81,81,78,201,,,,,80,79,84,83,82,82,84,82,,84,82,82,78,84,,,,,351,,,81,83,81,84,81,83,84,78,82,79,83,80,80,78,81,82,81,81,84,83,,,,82,78,82,83,80,84,79,81,81,78,84,78,79,82,84,78,79,83,82,,,, +,,,,,,,,,,,,,,,,,,,,,,84,80,83,78,83,80,201,,,,,83,84,78,83,81,82,82,81,201,80,79,79,84,83,,,,,347,349,349,81,83,84,80,78,83,83,81,83,83,78,78,78,78,83,83,83,78,82,84,,,,81,81,78,79,83,84,84,78,80,80,79,82,84,79,78,80,81,78,81,,,, +,,,,,,,,,,,,,,,,,,,,,,79,78,81,80,79,80,201,,,,,83,81,84,83,81,83,81,87,,84,79,79,84,80,,,,,362,350,350,84,79,83,79,81,84,87,63,63,63,63,78,78,82,82,82,84,78,82,84,,,,80,81,84,82,81,79,78,78,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,81,82,81,80,84,201,,,,,80,81,84,80,83,82,80,,,78,82,83,78,84,,,,,351,,,84,78,79,78,80,81,,,,,,78,78,78,83,81,81,81,83,81,,,,84,79,80,79,84,79,84,81,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,84,82,78,80,78,201,,,,,79,84,83,83,84,83,83,89,64,82,83,81,78,83,,,,,351,,,80,79,78,81,78,79,,,,,64,79,83,78,78,79,80,84,78,81,,,,82,78,83,79,78,79,81,83,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,78,83,80,81,78,201,,,,,84,80,78,81,84,79,82,80,83,83,79,80,83,82,,,,,351,,,82,84,83,81,82,80,201,201,201,201,84,78,79,79,82,80,83,84,83,82,,,,80,84,81,79,78,82,80,78,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,78,79,82,82,84,201,,,,,79,81,79,78,84,80,82,84,81,79,79,84,78,81,,,,359,356,,,83,82,80,82,82,83,,,,,63,81,82,81,78,81,84,80,83,78,,,,84,78,83,79,79,80,83,82,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,84,84,81,80,83,79,201,,,,,81,78,79,80,78,79,82,84,83,82,80,78,79,79,,,,,,,,78,78,80,78,80,78,,,,,,81,78,80,82,79,81,83,78,81,,,,82,83,80,80,78,81,80,83,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,78,80,82,80,80,201,,,,,79,79,81,82,83,78,78,83,82,84,78,83,83,81,89,64,64,201,201,201,201,81,80,83,79,81,84,,,,,,81,84,84,80,80,78,82,83,83,,,,80,82,81,81,79,81,80,82,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,78,82,79,80,81,79,78,,,,,79,81,78,78,81,82,78,78,79,79,83,81,80,79,80,80,78,78,78,201,79,81,78,80,84,83,83,,,,,,81,82,79,84,82,84,80,80,79,,,,,,,,80,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,82,78,82,80,83,78,89,64,64,64,78,78,81,82,78,78,78,81,83,83,81,81,82,78,80,83,80,81,81,201,79,80,83,83,80,82,82,,,,,,81,78,78,83,79,78,81,82,82,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,84,78,84,79,80,84,83,79,84,83,80,82,79,82,80,84,84,80,81,78,81,78,83,79,79,82,82,84,83,201,79,84,78,84,81,78,83,,,,,,81,78,83,78,78,79,81,81,80,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,79,83,79,78,78,83,82,81,82,84,81,84,81,78,79,84,84,81,83,82,82,82,79,78,84,82,82,83,79,,63,84,84,83,81,79,81,,,,,,81,78,78,80,82,81,78,78,82,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,81,84,83,82,81,81,83,80,79,82,78,84,81,79,83,81,80,82,80,83,80,78,82,80,82,80,78,81,79,82,,,79,84,80,81,83,83,,,,,,81,80,79,78,82,84,82,81,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,83,82,84,80,78,81,83,79,82,78,84,81,81,78,84,81,78,81,79,80,78,82,78,82,81,81,83,80,83,82,,,201,81,84,83,83,82,,,,,,81,79,78,81,81,82,78,79,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,80,83,80,83,80,82,82,82,79,83,79,79,81,81,83,82,83,82,79,80,83,79,78,84,81,83,81,84,82,79,,,79,82,79,79,79,78,,,,,,81,78,81,81,79,82,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,82,78,84,84,80,82,83,80,80,79,81,82,78,84,78,84,80,82,84,81,78,83,79,81,79,84,83,83,79,83,201,201,81,80,81,82,78,83,,,,,,81,80,81,80,80,80,78,81,83,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,79,83,80,84,81,79,81,79,82,81,82,82,83,81,78,82,78,84,80,83,84,83,79,84,84,84,80,82,84,63,,,79,84,83,78,79,82,,,,,,81,80,78,83,79,81,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,79,80,80,84,79,83,84,79,80,,,,78,78,79,84,84,79,,,,,,81,79,83,82,80,82,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,83,83,80,81,84,84,78,78,81,,,,79,81,82,79,82,83,,,,,64,81,79,81,84,78,80,82,83,80,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,79,82,81,84,84,78,79,84,83,81,,,,82,83,82,83,81,80,201,201,201,201,84,78,78,80,81,80,84,80,83,79,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,82,80,84,83,84,80,78,79,79,78,,,,84,78,82,81,78,82,,,,,63,78,78,84,78,82,84,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,84,80,78,83,84,84,82,79,82,,64,64,79,78,80,82,78,84,89,64,64,64,,83,78,80,79,84,78,84,81,80,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,83,82,84,78,83,82,80,80,84,201,82,82,83,79,79,80,80,80,81,81,78,79,201,84,80,80,80,80,81,83,82,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,83,81,82,80,79,83,78,80,84,80,201,81,79,84,79,82,78,80,79,82,80,78,84,,63,64,63,79,82,84,83,83,80,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,81,80,82,78,79,81,82,84,201,83,84,82,84,83,82,81,84,82,84,81,78,80,82,80,201,79,84,82,78,80,83,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,79,82,78,82,83,81,84,84,79,84,201,83,83,83,82,79,80,79,79,78,81,82,82,84,82,84,201,80,80,78,82,79,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,80,78,84,78,79,80,83,81,81,78,201,84,81,79,82,84,79,79,81,78,79,84,81,78,79,87,,84,84,82,82,81,79,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,82,79,80,84,82,78,84,80,78,201,201,201,83,84,83,63,63,63,78,78,81,81,82,80,87,,,79,84,79,83,81,78,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,80,82,84,83,80,84,78,82,201,201,201,201,201,81,84,,,,63,80,82,78,79,87,,,,79,82,78,78,82,82,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,79,81,79,82,84,80,84,63,,,84,,,63,81,,,,,63,80,82,87,,,,,81,79,83,83,80,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,78,79,84,81,82,81,,,,83,,,,79,,,,,,63,87,,,,,,84,83,84,81,83,82,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,84,81,82,79,84,201,,,,79,,,,201,201,201,201,201,201,201,201,201,201,201,201,201,82,82,84,79,84,83,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,80,82,80,81,80,81,78,,,,83,,,,78,,,,,,64,89,,,,,,81,81,83,78,78,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,79,84,82,79,84,79,64,,,84,,,64,78,,,,,64,80,81,89,,,,,84,80,81,84,83,78,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,84,83,78,78,82,80,83,79,201,201,201,201,201,81,78,,,,64,79,80,84,84,89,,,,82,80,84,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,84,79,83,78,78,79,84,84,82,201,201,201,82,84,84,64,64,64,81,84,82,78,84,78,89,,,83,84,82,78,79,83,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,84,82,78,82,84,80,81,79,83,81,201,83,82,78,80,81,81,83,81,84,83,80,84,79,82,89,,79,81,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,83,81,81,78,80,84,80,80,80,201,82,79,79,83,84,80,80,79,80,78,83,78,84,81,80,201,84,78,84,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,83,80,78,80,80,83,84,83,84,201,80,79,80,79,78,79,78,82,81,79,83,84,84,78,83,201,79,84,78,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,83,80,78,81,81,80,80,78,79,79,201,80,82,84,80,82,81,83,84,80,78,81,84,84,80,83,201,80,83,83,79,83,80,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,82,80,79,79,78,81,84,79,84,82,201,81,78,80,84,81,84,78,80,82,79,82,80,78,81,82,201,78,81,82,82,84,81,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,78,81,79,83,81,80,83,83,78,78,79,81,79,83,81,79,84,81,82,81,80,81,82,79,79,83,201,79,83,78,79,84,84,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,81,82,84,79,83,78,84,78,79,83,80,82,79,83,83,84,78,81,82,81,84,79,78,81,84,81,84,82,82,80,82,80,84,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5632;3840 posEnd=5632;3584 posCurrent=5632;3616 step=2 time=35 phase=4934 channel=1 icon=78 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=5376;3584 posEnd=5440;3584 posCurrent=5440;3584 step=2 time=8 phase=4934 channel=12 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=5888;3584 posEnd=5824;3584 posCurrent=5824;3584 step=2 time=8 phase=4934 channel=12 icon=66 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3264;3200 posEnd=3264;3456 posCurrent=3264;3424 step=2 time=35 phase=4934 channel=1 icon=87 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;4296 posEnd=6274;4296 posCurrent=6274;4296 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;4296 posEnd=6210;4296 posCurrent=6210;4296 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3784 posEnd=5442;3784 posCurrent=5442;3784 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;3784 posEnd=5826;3784 posCurrent=5826;3784 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;3208 posEnd=5634;3208 posCurrent=5634;3208 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3968;3904 posEnd=4032;3904 posCurrent=4032;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4096;3904 posEnd=4160;3904 posCurrent=4160;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4224;3904 posEnd=4288;3904 posCurrent=4288;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4352;3904 posEnd=4416;3904 posCurrent=4416;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4480;3904 posEnd=4544;3904 posCurrent=4544;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4608;3904 posEnd=4672;3904 posCurrent=4672;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4736;3904 posEnd=4800;3904 posCurrent=4800;3904 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=5632;4352 posEnd=5632;3968 posCurrent=5632;4180 step=2 time=27 phase=4934 channel=1 icon=78 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=5568;4096 posEnd=5696;4096 posCurrent=5616;4096 step=2 time=6 phase=4934 channel=13 icon=65 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3840;3072 posEnd=3776;3072 posCurrent=3776;3072 step=2 time=8 phase=4934 channel=13 icon=66 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3584;3072 posEnd=3520;3072 posCurrent=3520;3072 step=2 time=8 phase=4934 channel=13 icon=66 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=4096;3456 posEnd=4096;3200 posCurrent=4096;3232 step=2 time=35 phase=4934 channel=1 icon=89 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=4864;3392 posEnd=4800;3392 posCurrent=4800;3392 step=2 time=10 phase=4934 channel=13 icon=250 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2632 posEnd=3714;2632 posCurrent=3714;2632 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2632 posEnd=3778;2632 posCurrent=3778;2632 step=1 time=0 phase=4934 channel=10 icon=138 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2632 posEnd=3842;2632 posCurrent=3842;2632 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2752;3456 posEnd=2688;3456 posCurrent=2688;3456 step=2 time=10 phase=4934 channel=13 icon=250 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;3204 posEnd=3650;3204 posCurrent=3650;3204 step=1 time=0 phase=4934 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;3204 posEnd=3714;3204 posCurrent=3714;3204 step=1 time=0 phase=4934 channel=10 icon=6 +MoveObject: type=33 stepAdvance=60 stepRecede=60 timeStopStart=23 timeStopEnd=23 posStart=512;2688 posEnd=128;2688 posCurrent=512;2688 step=1 time=4 phase=4934 channel=13 icon=238 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=832;2752 posEnd=1152;2752 posCurrent=937;2752 step=2 time=33 phase=4934 channel=1 icon=89 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=896;2752 posEnd=1216;2752 posCurrent=1001;2752 step=2 time=33 phase=4934 channel=1 icon=87 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1664;2752 posEnd=1344;2752 posCurrent=1559;2752 step=2 time=33 phase=4934 channel=1 icon=88 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1600;2752 posEnd=1280;2752 posCurrent=1495;2752 step=2 time=33 phase=4934 channel=1 icon=90 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1728;2752 posEnd=2048;2752 posCurrent=1833;2752 step=2 time=33 phase=4934 channel=1 icon=89 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=20 timeStopEnd=20 posStart=1792;2752 posEnd=2112;2752 posCurrent=1897;2752 step=2 time=33 phase=4934 channel=1 icon=87 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2436 posEnd=3202;2436 posCurrent=3202;2436 step=1 time=0 phase=4934 channel=10 icon=33 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2436 posEnd=3138;2436 posCurrent=3138;2436 step=1 time=0 phase=4934 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2376 posEnd=3522;2376 posCurrent=3522;2376 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3072;2304 posEnd=3136;2304 posCurrent=3136;2304 step=2 time=8 phase=4934 channel=12 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3008;2240 posEnd=3072;2240 posCurrent=3072;2240 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3136;2240 posEnd=3200;2240 posCurrent=3200;2240 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3264;2240 posEnd=3328;2240 posCurrent=3328;2240 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3072;2176 posEnd=3136;2176 posCurrent=3136;2176 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3200;2176 posEnd=3264;2176 posCurrent=3264;2176 step=2 time=8 phase=4934 channel=13 icon=61 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3200;2304 posEnd=3264;2304 posCurrent=3264;2304 step=2 time=8 phase=4934 channel=12 icon=61 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1798 posEnd=2306;1798 posCurrent=2306;1798 step=1 time=0 phase=4934 channel=10 icon=178 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;3720 posEnd=5378;3720 posCurrent=5378;3720 step=1 time=0 phase=4934 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3720 posEnd=5890;3720 posCurrent=5890;3720 step=1 time=0 phase=4934 channel=10 icon=22 diff --git a/worlds/world058.txt b/worlds/world058.txt new file mode 100644 index 0000000..ef6bfff --- /dev/null +++ b/worlds/world058.txt @@ -0,0 +1,261 @@ +DescFile: posDecor=0;1300 dimDecor=100;100 world=0 music=9 region=21 blupiPos=194;1606 blupiDir=2 +Decor: +79,83,84,83,82,81,83,81,80,82,82,78,80,81,78,82,84,79,79,79,83,83,79,82,83,84,82,84,81,78,78,78,78,78,78,78,78,78,78,84,81,84,80,78,78,78,78,78,83,84,81,84,84,78,78,78,79,79,79,84,84,80,78,81,82,83,84,84,83,81,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,83,63,63,63,79,201,78,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,78,83,83,78,78,83,80,81,82,80,79,79,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,,,,,,,,,,,,,,,,,,,,,,84,,,,84,,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,79,81,78,201,83,83,79,82,78,80,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,,,,,,,,,,,,,,,,,,,,,,82,,,,81,,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,83,79,,82,83,83,84,79,81,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,,,,,,,,,,,,,,,,,,,,,,84,,64,,201,,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,63,82,84,,84,83,78,78,81,84,82,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +79,,,,,,,,,,,,,,,,,,,,,,201,,80,201,80,,78,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,358,,,201,80,,80,80,84,84,83,84,84,80,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,,,,,,,,,,,,,,,,,,,,,,81,64,63,64,81,334,79,,,,,,,,,,,,,,,,,,,,,,,,361,,353,363,,,,,201,201,,83,84,81,78,79,82,79,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,, +80,,,,,,,,,,,,,,,,,,,,,,78,84,83,80,81,201,78,,,,,,,,,,,,,,,,,,,,,,357,,,,362,348,,,,,201,83,,82,84,83,81,82,78,84,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,,,,,,,,,,,,,,,,,,,,,64,63,68,82,63,63,,84,,,,,,,,,,,,,,,,,,,,361,,351,,,,347,345,360,,,,79,84,,82,84,81,84,80,81,84,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,,,,,,,,,,,,,,,,,,,,,84,200,84,80,,,,84,,,,,,,,,,,,,,,,,,357,,,,358,,,,347,363,,,,,82,84,,79,80,78,80,84,84,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,,,,,,,,,,,,,,,,,,,,,63,,68,81,,,,81,,,,,,,,,,,,,,,,,,351,,,,,,,,354,363,,,,,80,78,,84,82,80,81,79,78,83,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,,,,,,,,,,,,,,,,,,,,,64,,68,80,,,,81,,,,,,,,,,,,,,,,,,347,355,,,,,,,,358,,,,,78,80,201,82,80,80,81,80,83,81,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,,,,,,,,,,,,,,,,,,,,,84,200,84,80,,,,84,,,,,,,361,,,,,,,,,,,362,356,,,,,,,,,,,,,84,80,,82,79,79,84,82,83,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,,,,,,,,,,,,,,,,,,,,64,63,,68,78,,,,80,,,,,,,,,357,,,,,,,,,351,,,,,,,,357,,,,,,79,84,201,79,80,79,84,82,78,81,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,,,,,,,,,,,,,,,,,,,,84,200,200,84,79,,,,84,,,,,,357,,,351,,,,,,,,,358,,,,,,,353,356,,,,,,84,82,78,83,83,83,78,82,80,83,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,,,,,,,,,,,,,,,,,,,,63,,,68,83,,,,78,,,,,,351,,,362,355,,,,,,,,,,,,,,,351,,,,,,,82,82,78,82,83,84,84,82,78,82,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,, +84,,,,,,,,,,,,,,,,,,,,64,,,68,78,201,201,201,84,,,,,,351,,,347,348,,,,,,357,,,,,,,,,362,352,360,,,,,80,80,78,84,80,83,79,80,84,82,80,79,,,,,,,,,,,,,,,,,,,,,,,,,,,, +83,,,,,,,,,,,,,,,,,,64,,84,200,200,84,80,,,,84,,,,,,351,,,362,356,,,,,,351,,,,,,,,,351,,,,,,,84,83,78,79,84,84,81,80,83,79,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,,,,,,,,,,,,,,,,,,84,200,200,200,200,84,82,201,201,201,79,,,,,,358,,,351,,,,,357,,362,355,,,,,,,,354,355,,,,,,79,83,78,78,82,81,81,83,78,82,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,,,,,,,,,,,,,,,,,,63,,,,,68,78,,,,78,,,,357,,,,,358,,,,359,348,,362,343,360,,,,,357,,,358,,,,,,84,81,82,80,81,81,79,82,80,84,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,, +81,,,,,,,,,,,,,,,,,,,,,,,68,80,201,201,201,83,,,353,356,,,361,,,,361,,,358,,362,356,,,,,353,363,,,,,,,,,83,82,79,80,78,81,79,81,83,82,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +78,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,68,84,,,,78,,,351,,,,,,,,,,,,,351,,,,,,362,345,355,,,,,,,,84,81,80,82,80,84,82,79,79,78,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +82,82,83,83,80,83,81,79,81,84,78,84,78,83,81,83,81,78,84,82,84,81,84,80,81,201,201,201,78,,,347,360,,,,,,,,,,,,358,,,,,,362,344,356,,,,,,,64,83,201,84,82,79,78,84,84,82,81,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,88,,,,87,,,351,,,,,,,,,,,,,,,357,,,,354,348,,,,,,,,78,82,83,82,84,84,83,82,79,78,79,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,355,,,,,,,,,,,,,,358,,357,,,358,,,,,,,,79,80,79,84,82,78,82,79,80,79,79,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,,,351,,,,,,,,,,64,83,84,82,82,78,79,83,78,84,79,79,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,359,201,201,83,79,78,78,78,78,80,80,79,80,80,82,78,79,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,361,,,,,,,,,,,,,,,,,,,,,,,,64,83,201,84,81,80,84,78,79,83,82,84,84,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,,,,,,,,,,,,,,,,,,64,83,82,81,82,80,78,79,79,81,83,79,81,83,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,89,,,90,,64,64,83,79,79,84,81,84,84,83,78,81,82,78,79,78,79,82,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,361,,,,,,,,,,,,78,,64,201,,80,84,79,201,79,78,78,78,84,84,84,80,83,83,83,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,201,64,82,78,201,78,81,78,79,81,78,83,81,78,82,84,79,81,80,78,80,83,82,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,64,64,84,78,201,84,81,82,82,82,79,82,84,84,81,80,81,78,80,83,79,79,81,81,79,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,361,,,,,64,201,64,82,81,86,82,201,81,79,86,81,80,82,83,80,79,78,80,81,80,78,83,78,84,78,81,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,81,201,79,80,83,83,79,84,83,78,84,82,80,83,78,80,84,84,78,84,79,78,83,79,78,84,78,78,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,64,64,78,78,83,79,83,79,82,79,84,82,83,78,83,82,80,79,84,78,84,78,78,84,83,78,79,80,83,84,80,83,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,201,64,84,79,83,201,84,82,81,84,81,83,78,83,80,84,78,82,84,79,81,80,82,83,79,79,84,79,81,79,81,81,82,79,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,,64,82,78,80,82,86,86,80,79,82,83,79,78,81,78,82,79,83,81,84,83,80,82,81,83,83,80,82,82,78,79,78,78,84,79,80,84,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,64,81,79,201,84,84,86,86,81,80,82,82,80,79,83,81,82,78,84,84,78,78,79,79,80,81,84,84,81,84,84,83,84,78,79,83,84,81,80,79,82,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,64,64,78,78,81,78,84,80,84,201,201,80,81,84,84,81,81,82,79,78,78,83,83,83,82,81,82,84,79,84,82,78,78,78,83,82,80,80,83,79,84,84,81,78,82,82,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,214,,,,,,,,,64,84,79,82,86,81,86,83,83,82,79,201,81,82,83,81,81,81,80,78,83,79,83,80,81,84,82,80,78,80,81,80,82,79,79,80,79,84,78,83,81,79,79,80,79,82,78,79,84,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,214,,,,64,80,82,86,81,83,84,86,83,78,84,83,86,81,78,79,80,83,82,83,78,80,84,78,80,80,81,80,79,78,78,80,80,82,79,79,81,84,79,80,78,81,78,81,83,79,83,84,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,81,79,86,82,84,83,84,82,82,79,79,79,86,82,80,78,84,82,80,78,82,78,80,78,78,79,78,79,83,79,80,80,80,80,78,81,81,84,82,80,81,81,83,81,81,83,83,79,82,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,63,80,79,78,86,80,81,78,78,81,82,84,86,80,79,82,84,80,80,78,80,79,78,78,79,84,81,84,81,83,80,83,79,78,83,83,84,78,78,83,80,78,84,82,78,83,83,82,82,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,63,63,83,81,79,86,79,78,83,80,79,86,82,82,80,83,79,78,81,81,82,84,80,81,82,83,84,82,81,78,83,80,81,80,78,83,82,81,80,79,82,79,84,79,82,82,84,83,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,63,63,63,84,82,82,86,84,78,201,80,81,79,80,84,82,82,78,81,84,81,81,84,83,80,78,83,84,78,83,84,81,82,81,79,78,81,82,83,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,80,86,80,78,86,84,78,80,78,79,78,79,80,78,,84,80,82,81,81,82,79,79,83,82,79,78,79,80,79,78,81,83,83,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,79,81,84,86,84,84,79,80,84,79,78,80,81,,82,84,78,82,84,80,81,80,83,80,81,83,80,78,78,81,79,79,79,79,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,78,83,201,79,79,86,83,80,84,83,80,80,,81,84,81,83,80,84,83,82,82,84,81,78,79,80,81,80,82,83,82,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,63,,63,79,82,81,201,83,201,83,84,,79,79,79,84,79,80,78,81,83,83,81,78,83,84,81,78,80,83,83,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,87,63,79,80,201,81,81,,79,84,79,78,82,78,80,80,82,81,87,63,80,83,79,79,81,80,81,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,63,201,63,80,201,80,79,82,84,78,84,78,79,82,79,,,80,81,82,78,82,80,82,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,63,,80,201,82,79,78,80,78,79,84,79,,,81,83,78,78,80,81,81,78,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,79,81,83,83,83,82,78,79,82,,,63,63,82,78,78,82,83,82,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,84,86,79,80,80,79,80,81,79,89,,,,78,83,78,82,80,80,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,79,81,79,81,80,78,84,78,81,84,81,,,,83,81,84,78,84,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,344,201,201,80,201,86,82,81,80,79,81,81,80,,,,79,84,80,84,81,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,345,201,201,78,79,78,84,78,79,83,80,78,80,,,,80,84,80,79,79,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,342,201,201,79,201,78,81,84,79,78,83,84,80,64,64,,81,80,84,78,81,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,82,83,85,84,79,80,83,81,78,79,80,82,,79,79,81,80,84,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,79,82,81,82,79,78,78,82,79,78,81,,80,81,83,78,82,84,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,201,201,201,201,84,84,79,84,81,81,83,83,79,80,84,80,,81,83,78,84,81,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,201,201,201,201,82,86,84,79,84,84,84,79,82,80,81,81,,81,84,84,83,81,80,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,84,81,78,81,81,80,84,82,79,83,79,,82,80,80,83,78,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,81,201,85,79,81,78,79,79,82,84,88,63,,84,79,83,79,84,83,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,352,201,201,78,80,83,81,81,83,83,80,78,81,87,,,,84,80,83,83,78,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,3,79,81,81,84,80,79,78,79,,,,,81,81,80,78,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,85,201,80,84,86,201,86,85,,,,,84,84,82,83,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,201,201,201,201,3,78,201,86,86,85,79,78,84,,,,,78,82,81,84,80,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,201,201,79,201,81,79,83,84,78,82,81,78,81,89,,,,83,83,79,82,82,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,63,,81,78,84,79,83,81,83,84,81,84,90,64,,80,81,82,79,84,83,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,85,78,79,78,79,79,82,82,79,79,86,80,79,84,80,79,81,78,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,201,201,201,80,82,82,78,80,81,83,80,84,82,82,86,81,80,81,80,83,81,81,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,201,201,201,201,84,201,79,79,81,80,78,80,83,81,78,86,81,84,80,78,80,83,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,84,84,81,78,79,79,83,84,83,81,86,78,78,79,83,78,79,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,78,79,82,83,78,81,84,83,83,80,78,200,79,83,80,84,83,82,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,79,85,81,84,79,82,79,83,80,80,79,,83,78,83,84,78,80,80,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,201,78,84,81,78,82,84,83,84,84,81,83,84,200,81,80,81,84,82,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,78,201,82,82,79,79,81,78,78,82,78,79,86,83,82,80,84,83,84,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,84,86,79,83,83,82,84,80,83,81,78,78,87,63,63,84,84,82,81,84,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,,64,64,84,201,80,78,83,78,78,83,80,82,79,80,83,,,,82,79,81,78,80,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,,64,82,201,78,81,79,82,81,83,84,82,80,81,78,83,83,84,78,,,,78,81,84,81,78,81,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,64,79,201,84,81,201,81,82,86,80,80,83,84,83,79,84,79,80,82,80,80,201,201,201,83,80,84,84,80,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,82,81,82,82,84,80,84,78,84,84,84,84,80,78,84,80,79,83,79,82,78,88,,,,84,78,84,80,84,83,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,64,,64,,79,201,83,83,78,201,82,84,80,84,80,81,81,78,82,81,82,79,79,81,82,83,,,,64,84,82,78,84,80,81,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,64,64,64,64,64,82,201,84,200,80,81,84,81,79,78,84,81,80,81,81,79,81,81,84,84,78,79,80,82,80,82,,64,64,80,78,79,83,81,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,64,64,64,64,64,64,78,83,84,86,80,84,80,84,,78,82,80,84,82,80,78,84,78,78,78,83,79,82,84,82,84,81,83,78,82,78,200,81,78,79,84,83,80,81,81,78,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,64,64,84,83,79,82,80,78,78,78,83,86,80,83,80,82,200,78,80,79,84,83,78,83,83,82,80,81,79,84,78,79,80,83,81,80,81,79,88,,84,82,83,84,83,78,78,80,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,64,84,81,83,79,79,78,86,79,81,82,81,78,84,79,83,201,,81,81,79,83,83,78,78,83,83,81,80,82,78,82,80,82,80,82,84,81,78,,,81,83,78,82,79,81,83,82,84,83,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,78,80,83,83,78,81,82,79,84,78,83,79,83,82,78,83,78,200,81,79,78,83,81,84,79,80,78,201,84,82,81,83,80,80,81,201,84,82,82,,,83,81,80,82,83,82,79,82,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,80,82,80,80,84,82,80,81,83,79,84,82,82,82,83,78,79,,80,78,81,81,82,84,81,84,80,82,84,83,78,81,81,83,84,78,82,82,79,201,201,84,82,82,79,79,82,79,84,78,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,63,79,81,78,82,81,78,78,80,82,81,82,83,78,81,82,80,201,78,83,82,82,80,81,79,81,88,63,63,87,63,63,63,87,63,63,63,87,63,,,84,81,80,82,79,84,78,80,82,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,63,63,83,82,84,78,80,80,84,84,83,81,79,80,84,83,201,78,201,84,78,82,79,81,81,,,64,64,64,64,64,64,64,64,64,64,64,64,64,83,84,84,82,80,79,83,80,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,63,78,84,82,81,84,84,83,79,81,83,201,80,83,,78,78,79,82,83,80,83,80,200,200,84,78,84,84,82,80,80,82,84,84,83,84,83,80,79,82,81,80,84,82,83,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,82,83,84,80,80,83,80,82,84,82,80,80,81,200,78,82,82,78,78,78,201,84,,,78,80,79,82,84,84,82,78,83,80,201,81,82,80,78,83,84,82,78,79,79,84,80,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,84,82,81,84,80,82,79,78,79,83,79,78,79,64,201,63,64,201,63,84,81,78,,,201,201,63,64,63,81,79,83,82,84,81,78,82,82,84,83,83,81,79,84,84,79,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,80,81,81,82,80,80,80,82,81,81,81,78,84,79,80,82,80,79,64,201,64,201,64,64,78,80,83,78,78,78,78,78,79,84,80,80,83,80,84,82,83,80,82,83,82,82,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,83,80,82,78,79,83,84,82,80,83,78,78,80,81,82,78,201,78,78,83,81,82,82,78,82,78,79,201,78,78,78,78,79,78,82,78,78,80,81,84,78,78,79,78,82,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,83,78,79,80,80,83,81,84,83,81,78,78,78,78,78,78,78,78,78,78,84,82,80,78,78,78,78,78,78,82,80,81,80,83,82,78,82,83,83,78,83,79,79,80,81,81,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,81,78,83,80,80,80,81,81,84,81,78,84,78,78,78,78,78,84,80,78,79,84,79,79,84,84,79,78,80,82,78,79,83,79,79,79,82,83,82,82,82,80,78,78,81,84,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,28,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,66,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,66,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,23,,,,,,23,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;1732 posEnd=5442;1732 posCurrent=5442;1732 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;1028 posEnd=5570;1028 posCurrent=5570;1028 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3652 posEnd=5186;3652 posCurrent=5186;3652 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;3456 posEnd=5378;3456 posCurrent=5378;3456 step=1 time=0 phase=3750 channel=10 icon=50 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;2952 posEnd=6082;2952 posCurrent=6082;2952 step=1 time=0 phase=3750 channel=10 icon=138 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;3652 posEnd=5378;3652 posCurrent=5378;3652 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3460 posEnd=5698;3460 posCurrent=5698;3460 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;1092 posEnd=1154;1092 posCurrent=1154;1092 step=1 time=0 phase=3750 channel=10 icon=210 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1732 posEnd=578;1732 posCurrent=578;1732 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1732 posEnd=706;1732 posCurrent=706;1732 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1732 posEnd=834;1732 posCurrent=834;1732 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1732 posEnd=962;1732 posCurrent=962;1732 step=1 time=0 phase=3750 channel=10 icon=14 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2118 posEnd=1026;2118 posCurrent=1026;2118 step=1 time=0 phase=3750 channel=10 icon=178 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;3398 posEnd=514;3398 posCurrent=514;3398 step=1 time=0 phase=3750 channel=10 icon=178 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2566 posEnd=3650;2566 posCurrent=3650;2566 step=1 time=0 phase=3750 channel=10 icon=178 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;3648 posEnd=4032;3648 posCurrent=4032;3648 step=1 time=0 phase=3750 channel=1 icon=84 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3648 posEnd=3968;3648 posCurrent=3968;3648 step=1 time=0 phase=3750 channel=1 icon=84 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3648 posEnd=3904;3648 posCurrent=3904;3648 step=1 time=0 phase=3750 channel=1 icon=79 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3648 posEnd=3840;3648 posCurrent=3840;3648 step=1 time=0 phase=3750 channel=1 icon=84 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3648 posEnd=3776;3648 posCurrent=3776;3648 step=1 time=0 phase=3750 channel=1 icon=79 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2308 posEnd=1026;2308 posCurrent=1026;2308 step=1 time=0 phase=3750 channel=10 icon=123 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2630 posEnd=4930;2630 posCurrent=4930;2630 step=1 time=0 phase=3750 channel=10 icon=178 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1288 posEnd=2690;1288 posCurrent=2690;1288 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=3904;2432 posEnd=4288;2432 posCurrent=4089;2432 step=2 time=29 phase=3750 channel=10 icon=74 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2500 posEnd=4354;2500 posCurrent=4354;2500 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2500 posEnd=4418;2500 posCurrent=4418;2500 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3652 posEnd=4098;3652 posCurrent=4098;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3652 posEnd=4162;3652 posCurrent=4162;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3652 posEnd=4226;3652 posCurrent=4226;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3652 posEnd=4290;3652 posCurrent=4290;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;3652 posEnd=4354;3652 posCurrent=4354;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3652 posEnd=4418;3652 posCurrent=4418;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3652 posEnd=4482;3652 posCurrent=4482;3652 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=3648;2816 posEnd=3840;2816 posCurrent=3648;2816 step=1 time=10 phase=3750 channel=13 icon=245 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=4544;2816 posEnd=4736;2816 posCurrent=4544;2816 step=1 time=10 phase=3750 channel=13 icon=245 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=3008;2752 posEnd=3200;2752 posCurrent=3008;2752 step=1 time=10 phase=3750 channel=13 icon=245 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5888;3392 posEnd=5952;3392 posCurrent=5952;3392 step=3 time=12 phase=3750 channel=1 icon=89 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3528 posEnd=3202;3528 posCurrent=3202;3528 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5888;3136 posEnd=5952;3136 posCurrent=5952;3136 step=3 time=12 phase=3750 channel=1 icon=89 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5888;2880 posEnd=5952;2880 posCurrent=5952;2880 step=3 time=12 phase=3750 channel=1 icon=89 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3528 posEnd=3266;3528 posCurrent=3266;3528 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;580 posEnd=2562;580 posCurrent=2562;580 step=1 time=0 phase=3750 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;3528 posEnd=3330;3528 posCurrent=3330;3528 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=1152;2752 posEnd=1280;2752 posCurrent=1280;2752 step=3 time=15 phase=3750 channel=13 icon=247 +MoveObject: type=33 stepAdvance=30 stepRecede=30 timeStopStart=23 timeStopEnd=23 posStart=640;2880 posEnd=832;2880 posCurrent=640;2880 step=1 time=10 phase=3750 channel=13 icon=245 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=960;3328 posEnd=1088;3328 posCurrent=1088;3328 step=3 time=15 phase=3750 channel=13 icon=247 +MoveObject: type=33 stepAdvance=50 stepRecede=50 timeStopStart=23 timeStopEnd=23 posStart=576;3776 posEnd=896;3776 posCurrent=576;3776 step=1 time=0 phase=3750 channel=13 icon=249 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=3136;1920 posEnd=3200;1920 posCurrent=3200;1920 step=3 time=5 phase=3750 channel=13 icon=73 +MoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=4288;2176 posEnd=4480;2176 posCurrent=4472;2176 step=4 time=1 phase=3750 channel=13 icon=67 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2760 posEnd=2946;2760 posCurrent=2946;2760 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1088;1600 posEnd=1088;1728 posCurrent=1088;1657 step=2 time=9 phase=3750 channel=10 icon=74 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1216;1728 posEnd=1216;1600 posCurrent=1216;1671 step=2 time=9 phase=3750 channel=10 icon=74 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1344;1600 posEnd=1344;1728 posCurrent=1344;1657 step=2 time=9 phase=3750 channel=10 icon=74 +MoveObject: type=33 stepAdvance=60 stepRecede=60 timeStopStart=23 timeStopEnd=23 posStart=192;3968 posEnd=576;3968 posCurrent=192;3968 step=1 time=10 phase=3750 channel=13 icon=245 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2888 posEnd=706;2888 posCurrent=706;2888 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;3144 posEnd=1410;3144 posCurrent=1410;3144 step=1 time=0 phase=3750 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3972 posEnd=770;3972 posCurrent=770;3972 step=1 time=0 phase=3750 channel=10 icon=5 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3462 posEnd=1666;3462 posCurrent=1666;3462 step=1 time=0 phase=3750 channel=10 icon=178 diff --git a/worlds/world060.txt b/worlds/world060.txt new file mode 100644 index 0000000..f5b7636 --- /dev/null +++ b/worlds/world060.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=450;2350 dimDecor=100;100 world=0 music=0 region=31 blupiPos=642;2630 blupiDir=2 +Decor: +341,350,346,350,342,350,344,343,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,351,,351,,347,346,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,358,,351,,354,343,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,358,,,362,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,,,347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,361,,,,347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,355,,,,357,,362,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,363,,357,,351,,347,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,350,355,,353,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,363,,351,,351,,362,,,,,,,,,,,,,,,,,,,,,,,,,,353,355,,353,348,,354,352,350,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,345,349,344,349,343,349,343,,,,,,,,,,,,,,,,,,,,,,,,,359,344,350,352,350,356,,,,,362,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,357,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,348,,,351,174,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,354,352,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,182,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,348,175,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,,,362,349,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,353,182,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,363,,,351,176,342,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,354,352,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,182,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,363,177,345,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,182,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,351,178,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,357,,,353,182,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,352,349,348,179,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world061.txt b/worlds/world061.txt new file mode 100644 index 0000000..820f373 --- /dev/null +++ b/worlds/world061.txt @@ -0,0 +1,249 @@ +DescFile: posDecor=2982;2950 dimDecor=100;100 world=0 music=1 region=31 blupiPos=3330;3142 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,353,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,342,342,341,341,345,343,341,344,344,345,344,341,343,345,342,343,342,342,345,345,341,343,344,341,344,345,344,345,342,341,341,343,345,341,343,343,345,342,342,341,342,345,345,345,341,342,342,342,342,343,342,343,341,342,344,341,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,342,344,342,343,342,341,345,342,342,344,345,343,342,343,342,343,343,344,345,341,341,342,344,342,342,341,343,342,343,345,341,344,345,341,343,343,344,341,341,344,343,343,343,345,342,345,345,341,345,341,344,342,344,345,341,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,343,345,345,342,345,342,341,344,343,341,345,344,345,345,344,345,344,341,345,345,344,342,341,341,342,343,341,344,343,344,341,345,345,344,341,342,343,341,342,342,341,341,341,342,344,343,341,344,343,344,343,344,341,342,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,343,342,345,344,344,343,341,344,344,341,341,345,345,341,343,344,343,341,342,344,342,343,345,344,345,344,343,341,345,342,343,344,342,343,345,344,344,345,341,342,343,344,344,341,345,342,345,343,341,342,344,344,343,342,342,342,342,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,344,342,341,345,343,341,344,345,345,344,344,344,343,341,344,345,341,345,341,344,345,343,341,342,342,344,345,344,342,344,342,342,344,344,344,341,341,343,343,345,341,341,343,345,345,345,344,345,344,344,341,345,344,342,345,343,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,346,346,346,344,342,341,342,343,345,346,344,344,346,344,343,341,344,341,342,346,342,341,342,341,343,342,341,345,343,345,343,346,342,342,344,344,343,341,342,341,344,346,345,344,344,342,344,342,346,345,345,341,343,344,343,342,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,344,344,342,345,341,341,344,345,342,341,342,344,341,346,343,346,345,343,345,346,341,346,343,342,345,343,341,346,343,345,341,346,346,346,346,344,346,342,346,342,345,345,344,345,344,341,345,346,343,342,345,344,342,341,344,342,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,343,343,342,346,345,342,341,343,345,345,342,343,341,343,345,344,343,342,341,342,344,342,344,342,341,344,344,342,343,344,346,343,346,343,346,345,344,345,346,345,343,341,344,346,342,345,346,345,341,341,343,345,341,342,343,341,345,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,345,343,345,343,343,346,344,341,345,341,343,341,344,345,346,343,341,342,344,344,344,342,345,342,345,342,345,346,343,341,345,346,343,341,342,345,344,343,346,344,342,343,344,341,341,341,344,346,343,342,346,346,345,343,344,342,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,346,342,341,345,345,345,345,341,341,344,341,345,350,350,344,345,345,341,342,345,344,342,342,341,343,346,341,341,341,344,343,346,344,342,342,341,341,344,345,341,346,344,346,346,343,342,341,342,341,341,341,341,342,346,344,341,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,341,343,346,346,344,346,346,344,346,350,356,,,354,350,341,344,346,344,341,341,343,341,345,350,345,343,341,345,346,341,342,343,344,343,344,346,342,344,342,343,345,346,344,344,346,342,344,342,344,346,346,342,342,343,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,344,345,345,344,343,350,350,350,356,,,,,,,354,350,350,350,350,343,343,345,363,,362,346,345,344,343,342,346,345,343,350,350,350,350,350,350,343,346,342,344,343,342,345,342,341,342,342,343,345,343,344,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,342,344,344,342,356,,,,,,,,,,,,,,,,347,344,341,363,,347,341,343,345,343,346,342,345,356,,,,,,,10,350,346,341,345,341,341,344,345,346,343,343,341,345,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,342,342,345,346,363,,,,,,,,361,,,,,,,,,347,344,342,348,,347,342,345,346,346,344,350,356,,,,54,,10,,,,354,350,343,341,344,346,344,344,344,344,344,341,346,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,343,341,345,342,356,,,,,,,,,,,,,,,,353,342,342,345,363,,347,342,344,341,343,348,,,,,,10,349,343,349,355,,,,354,344,341,341,344,341,345,341,344,346,344,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,343,344,348,,,,,,,,,,,,,,,,218,345,344,343,342,363,,362,345,344,346,342,356,,,,353,349,341,344,343,346,341,349,355,,,354,350,342,344,345,341,346,344,344,342,342,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,343,342,343,348,,,,,,,,,,,,,,,,,354,345,346,343,348,,362,342,341,346,363,,,353,349,345,343,346,345,342,345,344,343,348,,,,,354,343,342,343,341,342,344,346,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,345,343,346,363,,,,,,58,,58,,,,,361,,,,,362,342,343,348,,347,343,345,342,363,,353,342,342,344,346,343,343,343,345,342,342,346,355,,,,,10,342,345,343,341,345,341,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,345,345,344,348,,,,60,3,10,10,10,10,15,,,,,,,353,346,341,341,348,,362,345,341,346,363,,347,341,341,345,350,350,350,350,350,342,345,345,348,,,,,,362,342,342,344,345,346,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,344,341,348,,,,,,10,53,73,53,10,59,,353,349,349,349,346,344,346,341,345,236,342,345,343,343,342,235,362,345,346,348,,,,,,362,346,341,363,,,,,,347,344,346,343,343,343,346,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,346,345,363,,,,,56,10,427,10,55,10,27,10,350,350,350,350,350,350,350,350,356,,354,350,350,350,356,,354,350,350,356,,,,,,362,345,341,363,,,,,,354,345,344,346,344,346,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,342,346,342,363,,,,,,73,,3,,73,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,343,343,363,,,,,,,347,343,343,345,344,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,344,344,346,363,,,,,56,10,427,10,55,10,27,10,349,349,349,349,349,349,349,349,355,,353,349,349,349,355,,353,349,349,355,,,,,,347,344,342,363,,60,3,236,236,236,10,10,344,345,345,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,342,343,344,363,,,,,,10,54,73,54,10,59,,354,350,344,346,342,346,343,345,341,236,343,344,346,344,341,235,341,344,345,343,355,,,,,347,343,341,348,,,,,,,68,10,343,345,344,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,345,343,343,363,,,,60,3,10,10,10,10,17,,,,,354,350,341,346,346,345,348,,362,341,342,350,356,,362,342,341,341,341,360,,359,352,345,344,341,363,,,,,,,68,10,343,343,341,345,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,344,341,363,,,,,,57,,57,,,,,,,,,354,344,344,345,348,,362,345,363,,,,3,10,10,344,363,,,,,362,342,341,363,,,,,,,68,10,343,342,343,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,345,344,363,,,,,,,,,,,,,,,,,,362,344,344,348,,347,341,348,,,,,68,10,344,342,355,,353,349,346,346,345,356,,60,3,236,236,236,10,10,342,341,342,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,345,346,345,363,,,,,,,,,,,,,,,,,,362,344,345,363,,347,346,344,138,,,,68,10,342,343,356,,354,350,344,350,356,,,,,,,,362,344,345,342,341,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,342,345,345,348,,,,,,,,,,,,,,,,,,362,346,342,363,,347,345,341,138,,,56,10,10,344,348,,,,,351,,,,,,,,,,347,345,346,342,343,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,342,345,341,348,,56,10,235,10,55,,,,,,,,,,,,347,343,345,363,,362,341,348,,,,3,10,10,344,363,,,,,351,,,,,,,,353,349,343,343,345,342,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,343,345,341,235,235,10,235,235,235,10,55,,,,,,,,,,347,344,344,345,349,341,341,363,,,,,92,10,343,345,360,,359,352,363,,,,,,353,349,346,345,342,345,342,342,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,344,345,343,363,,56,10,235,235,235,235,235,10,55,,,,,,,,362,345,345,345,341,341,344,342,138,,,,92,10,341,363,,,,,351,,,,,10,343,346,343,341,346,343,341,346,346,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,344,346,342,348,,,,,,,,,,,,,,,,,,347,345,341,342,344,342,342,344,138,,,56,10,10,342,363,,,,,351,,,,,,354,350,342,343,341,346,341,343,343,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,345,341,345,363,,,,,,,,,,,,,,,,,,347,342,345,342,344,342,343,348,,,,3,10,10,341,343,360,,359,352,363,,,,,,,,354,350,343,346,342,346,346,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,345,344,344,363,,,,,,,,,,,,,,,,,,347,341,346,341,342,344,342,363,,,,,92,10,344,348,,,,,351,,,,,,,,,,347,345,345,342,344,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,346,345,348,,,,,,,,,,,,,,,,,,347,342,341,345,345,342,344,341,138,,,,92,10,343,363,,,,,351,,,,,,,,,,347,345,344,342,345,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,343,346,345,363,,,,,,,,,,,,,,,,,,347,342,342,345,344,342,344,343,138,,,56,10,10,341,363,,,,353,356,,,,,,,,,353,345,346,341,341,341,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,342,346,348,,,,,,60,10,236,10,235,235,235,235,10,235,235,235,362,343,341,341,345,343,341,363,,,,3,10,10,345,215,235,215,235,215,,,,,,,,,,354,346,344,343,345,345,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,346,341,363,,,,,,,,,,,,,,,,,,347,346,344,345,342,341,345,341,355,,,,,347,350,215,,215,422,215,,,,,,,,,,,347,342,344,345,346,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,345,342,348,,,,,,,,,,,,,,,,,,347,346,343,343,343,342,342,342,345,349,355,,,351,,,,351,,351,,,,,,,60,3,236,236,10,10,10,341,342,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,344,342,344,363,,,,,,,,,,,,,,,,,,362,344,346,341,344,343,341,342,350,350,356,,,351,,,,351,,351,,,,,,,,,,,364,68,10,344,342,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,343,342,342,348,,,,,,,,,,,,,,,,,,362,344,342,342,342,341,344,356,,,,,,217,235,217,235,217,,351,,,,,,,,,,,364,68,10,343,346,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,342,345,348,,,,,,,,56,10,236,10,235,235,235,235,235,235,362,346,346,341,344,344,363,,,,,353,349,217,,217,,217,,351,,,,,,,,,,,364,68,10,343,344,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,345,341,342,348,,,,,,,,,,,,,,,,,,347,344,345,345,344,343,363,,,353,352,350,350,356,410,348,,351,,351,,,,,,,,,,,364,68,10,345,346,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,344,345,345,348,,,,,,,,,,,,,,,,,,347,345,341,343,345,343,363,,,351,,,,,,351,,351,,351,,,,,,,,,,,364,68,10,341,345,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,343,341,341,355,,,,,,,,,,,,,,,,,347,342,346,342,343,344,348,,,351,,,,353,352,356,,351,,351,,,,,,,,,,,364,68,10,344,342,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,344,346,345,346,342,355,,,,,,,,,,,,,,,,362,343,342,344,343,343,348,,,216,235,216,235,216,,,,351,,351,,,,,,,,,,,364,68,10,343,341,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,341,341,342,350,348,,,,,,,,,,,,,,,,347,346,346,345,345,341,363,,,216,,216,,216,,,,351,,351,,,,,,,60,3,236,236,10,10,10,343,345,346,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,344,344,343,363,,354,349,235,235,235,235,235,11,10,426,10,11,235,235,235,235,347,346,345,344,344,341,348,,,351,,351,410,363,,,,351,,351,,,,,,,,,,,347,342,341,342,344,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,344,342,342,363,,,351,,,,,,,,,,,,,,,362,342,342,344,345,344,348,,,351,,351,,218,235,218,235,218,,351,,,,,,,,,,,362,344,345,342,343,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,344,341,348,,,362,355,,,,,,,,,,,,,,347,345,345,344,344,345,348,,,351,,351,,218,424,218,421,218,,351,,,,,,,,,,,354,341,345,346,343,346,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,344,342,341,363,,,362,363,,,,,,,,,,,,,,362,344,344,344,345,344,348,,,351,,351,,351,,351,,351,,351,,,,,,,,,,,,347,344,345,345,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,344,343,346,363,,,347,363,,,,,,,,,,,,,,362,343,346,343,343,345,363,,,358,,351,,351,,351,,347,235,356,,,,,,,,,,,,354,343,341,345,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,342,342,342,363,410,,362,356,,,,56,10,236,10,235,235,235,235,235,235,362,344,346,346,341,341,342,355,,,,351,,351,410,351,,351,,,,,,,,,,,,,,,10,343,344,346,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,343,344,346,348,,,351,,,,,,,,,,,,,359,349,343,346,342,345,341,343,342,341,349,349,349,363,,351,,351,,362,349,360,,,,,,,,,,,,353,343,342,345,346,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,344,341,348,,,351,,,,,,,,,,,,,,354,345,345,346,341,343,341,346,346,346,345,343,342,352,356,,351,410,341,356,,,,,,,,,,,,,347,342,342,341,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,345,346,342,363,,,358,,,,,,,,,,,,,,,10,350,345,343,344,344,341,345,342,345,350,356,,,,351,,351,,,,,,,,,,,,,353,346,344,341,342,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,346,346,348,,,,,,,,,,,,,,,,,,,,354,350,343,343,346,346,350,356,,,,353,352,356,,351,,,,,,,,,,,,,362,344,341,345,341,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,345,341,342,348,,,,,,,,,,,,,,,,,,10,,,,354,344,350,356,,,,353,349,356,,,,354,349,355,,,,,,,,353,349,349,344,342,344,342,345,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,346,343,343,363,,,,,,,,,,,,,,,,,353,344,349,355,,,10,,,,353,349,342,348,,,,,,362,343,349,349,349,349,349,349,349,343,343,343,343,344,342,342,345,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,345,342,346,342,355,,,,,,,,,,,,,,,359,350,341,341,344,355,,,,353,349,344,341,350,356,,,,,,354,344,345,342,342,345,345,345,345,343,342,344,345,342,345,344,342,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,343,343,344,343,348,,,56,10,235,235,235,235,235,10,59,,,,,,347,342,344,344,349,349,349,341,345,344,348,,,,,,,,,347,341,341,345,342,343,344,342,344,344,345,344,341,346,344,343,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,342,341,343,346,360,,,,,,,,,,,,,,,,362,346,343,345,345,346,343,341,341,346,348,,,,,,,353,236,362,343,342,341,345,344,343,343,341,343,345,344,346,345,346,341,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,341,341,342,345,348,,,,,,,,,,,,,,,,,347,343,342,346,344,342,341,341,346,345,356,,,,,353,236,363,,347,343,344,345,343,345,344,343,343,344,343,345,343,342,345,341,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,341,345,345,345,343,355,,,,,,,,,,,,,,,353,346,345,342,346,341,343,343,343,346,356,,,,353,236,348,,362,349,344,345,345,344,344,344,341,345,342,345,344,341,345,344,343,344,345,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,346,344,346,341,342,344,355,,,,,,,,,,,,357,,362,345,346,346,342,341,346,342,342,363,,,353,236,341,349,341,349,341,342,343,343,343,343,342,341,341,342,342,343,345,345,342,342,344,344,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,362,346,341,343,343,345,346,346,349,355,,,,,,,,,353,346,349,343,346,341,343,344,345,344,346,345,342,236,236,345,342,344,342,343,341,342,345,346,341,343,345,341,342,343,345,343,343,343,341,346,342,342,343,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,347,343,345,345,343,343,346,346,346,346,349,349,349,349,349,349,349,349,345,341,346,344,343,345,341,344,342,345,343,346,345,349,349,341,342,342,344,342,345,342,341,345,346,345,341,345,346,343,346,341,342,341,343,346,343,341,345,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3460 posEnd=4034;3460 posCurrent=4034;3460 step=1 time=0 phase=4178 channel=10 icon=12 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3140 posEnd=2818;3140 posCurrent=2818;3140 step=1 time=0 phase=4178 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;3080 posEnd=6082;3080 posCurrent=6082;3080 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;2952 posEnd=6146;2952 posCurrent=6146;2952 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;3140 posEnd=3842;3140 posCurrent=3842;3140 step=1 time=0 phase=4178 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3140 posEnd=4098;3140 posCurrent=4098;3140 step=1 time=0 phase=4178 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3140 posEnd=4290;3140 posCurrent=4290;3140 step=1 time=0 phase=4178 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;3652 posEnd=3138;3652 posCurrent=3138;3652 step=1 time=0 phase=4178 channel=10 icon=12 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4800;3776 posEnd=4800;3776 posCurrent=4800;3776 step=1 time=0 phase=4178 channel=10 icon=70 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3592 posEnd=4546;3592 posCurrent=4546;3592 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3648;1088 posEnd=3840;1088 posCurrent=3783;1088 step=4 time=9 phase=4178 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2568 posEnd=3906;2568 posCurrent=3906;2568 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2564 posEnd=4162;2564 posCurrent=4162;2564 step=1 time=0 phase=4178 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;904 posEnd=3906;904 posCurrent=3906;904 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;904 posEnd=4034;904 posCurrent=4034;904 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3520;3776 posEnd=3648;3776 posCurrent=3564;3776 step=2 time=7 phase=4178 channel=1 icon=29 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;3140 posEnd=3394;3140 posCurrent=3394;3140 step=1 time=0 phase=4178 channel=10 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3784 posEnd=5698;3784 posCurrent=5698;3784 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=5120;2560 posEnd=5376;2560 posCurrent=5212;2560 step=2 time=29 phase=4178 channel=10 icon=250 +MoveObject: type=54 stepAdvance=100 stepRecede=100 timeStopStart=200 timeStopEnd=200 posStart=4672;3072 posEnd=4992;3072 posCurrent=4829;3072 step=4 time=51 phase=4178 channel=10 icon=250 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3136;1472 posEnd=2880;1472 posCurrent=3136;1472 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3136;1728 posEnd=2880;1728 posCurrent=3136;1728 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;2564 posEnd=6274;2564 posCurrent=6274;2564 step=1 time=0 phase=4178 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3908 posEnd=5442;3908 posCurrent=5442;3908 step=1 time=0 phase=519 channel=10 icon=4 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3136;1216 posEnd=2880;1216 posCurrent=3136;1216 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;1800 posEnd=6210;1800 posCurrent=6210;1800 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1732 posEnd=3010;1732 posCurrent=3010;1732 step=1 time=0 phase=4178 channel=10 icon=6 +MoveObject: type=1 stepAdvance=20 stepRecede=88 timeStopStart=2 timeStopEnd=2 posStart=4352;1344 posEnd=4096;1344 posCurrent=4352;1344 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=4480;1344 posEnd=4672;1472 posCurrent=4555;1394 step=4 time=11 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=4800;1472 posEnd=5056;1536 posCurrent=4800;1472 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5184;1536 posEnd=5376;1472 posCurrent=5259;1511 step=4 time=11 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=5504;1472 posEnd=5568;1728 posCurrent=5504;1472 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=5824;1728 posEnd=5888;1472 posCurrent=5824;1728 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=6016;1472 posEnd=6016;1088 posCurrent=6016;1440 step=4 time=33 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;1088 posEnd=5696;960 posCurrent=5813;1038 step=4 time=11 phase=4178 channel=1 icon=361 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;900 posEnd=5314;900 posCurrent=5314;900 step=1 time=0 phase=4178 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1416 posEnd=2690;1416 posCurrent=2690;1416 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;840 posEnd=5122;840 posCurrent=5122;840 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=3968;1920 posEnd=4224;1920 posCurrent=3968;1920 step=1 time=2 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=4608;1920 posEnd=4992;1920 posCurrent=4640;1920 step=4 time=33 phase=4178 channel=1 icon=361 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5312;1920 posEnd=5440;1920 posCurrent=5344;1920 step=4 time=9 phase=4178 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;1608 posEnd=6274;1608 posCurrent=6274;1608 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2696 posEnd=5442;2696 posCurrent=5442;2696 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;2696 posEnd=5506;2696 posCurrent=5506;2696 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3016 posEnd=2882;3016 posCurrent=2882;3016 step=1 time=0 phase=4178 channel=10 icon=25 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;1284 posEnd=5442;1284 posCurrent=5442;1284 step=1 time=0 phase=4178 channel=10 icon=6 diff --git a/worlds/world062.txt b/worlds/world062.txt new file mode 100644 index 0000000..f2f5e2f --- /dev/null +++ b/worlds/world062.txt @@ -0,0 +1,245 @@ +DescFile: posDecor=1100;1150 dimDecor=100;100 world=0 music=2 region=4 blupiPos=1410;1414 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,354,350,350,350,345,350,343,350,350,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,358,,351,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,357,,,,,362,355,,354,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,351,,353,352,349,350,363,,,354,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,16,,58,,,,,,,,,,,,,351,,351,,351,,347,355,,,362,349,352,352,352,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,60,10,10,10,54,15,,,,,,,,,,,351,,347,349,356,,354,363,,,362,363,,,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,10,10,50,10,10,10,,,,,,,,,,,358,,347,363,,,,354,355,,347,348,,353,360,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,56,10,25,,10,10,18,,,,,,,,,,,,353,341,350,352,360,,,351,,347,356,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,56,10,25,,51,10,55,,,,,,,,,,,353,342,356,,,,,353,356,,358,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,10,10,50,10,10,16,,58,,,,,,,,,347,363,,,353,352,349,356,,,,,353,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,60,10,55,,57,10,10,10,10,15,,,,359,349,349,350,356,,353,356,,358,,,,353,352,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,10,15,,,53,,11,10,10,355,,,,347,356,,,,351,,,,,361,,351,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,56,10,10,304,305,305,305,305,11,363,,353,349,348,,,359,349,350,355,,,,,353,363,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,10,10,10,10,52,52,10,10,343,349,350,350,344,355,,,358,,354,349,355,,,354,363,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,347,344,356,,,351,,354,356,,,354,356,,357,,,,354,343,349,355,,354,349,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,354,363,,,,347,355,,,353,360,,,353,356,,357,,,347,346,363,,,362,356,,,,,,,,357,,,,,,,,,,,353,349,360,,,357,,,,,,359,352,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,351,,,,362,350,349,349,356,,,,351,,,351,,,362,344,363,,,351,,,,,,,,,351,,,,,,359,352,360,,359,345,348,,,,351,,,353,349,355,,,362,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,362,355,,,351,,362,356,,,353,235,348,,353,356,,359,341,344,363,,353,356,,,,,,,353,352,356,,,,,,,,,,,362,346,349,349,349,341,349,349,350,346,345,352,349,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,347,342,352,235,341,349,356,,,359,235,235,348,,351,404,,,354,350,363,,351,,,,357,,353,352,356,,,,,,353,352,349,352,355,,,362,341,350,350,344,345,343,348,,362,363,,362,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,354,363,,,354,356,,,357,,,359,363,,354,355,,,,,347,349,363,,,353,345,352,348,,,,353,352,355,,351,,351,,362,352,352,350,363,,,362,341,344,356,,347,346,349,350,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,351,,,,,,353,356,,357,,351,,,351,,357,,,347,345,363,,353,342,348,,358,,,353,348,,347,349,363,,354,349,348,,,,347,360,,362,345,348,,,214,68,363,,347,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,347,360,,,,353,356,,,354,352,350,355,,362,349,350,355,,362,342,341,352,346,341,350,360,,357,,347,348,,347,350,350,355,,347,350,355,,,351,,353,343,342,363,,,214,68,348,,347,350,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,359,363,,,,353,348,,,357,,,,5,,354,363,,358,,354,345,363,,347,348,,,353,356,,362,356,,358,,,362,352,356,,347,355,,362,349,345,345,350,356,,,214,68,345,349,348,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,354,355,,,362,344,352,235,348,,,,347,360,,354,355,,,,373,363,,362,348,,359,363,,,351,,357,,,353,363,,,,347,344,352,350,343,345,356,,,,,214,68,342,341,348,,,357,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,347,235,352,350,363,,,354,355,,,358,,,,362,349,349,349,342,341,349,342,344,355,,351,,,351,,347,360,,347,356,,,353,341,363,,,354,356,,,,353,352,346,344,342,350,343,352,349,356,,357,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,353,356,,,,354,355,,,354,355,,,,357,,347,342,345,344,343,342,344,344,343,348,,351,,,358,,351,,,358,,,353,350,343,350,360,,,,,353,349,356,,362,341,348,,351,,358,,353,363,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,351,,,,357,,354,355,,,354,352,349,235,350,349,345,344,345,345,345,345,342,345,343,363,,351,,357,,,351,,,,,353,356,,358,,,,,353,352,350,348,,,362,345,356,,351,,,353,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,351,,,359,363,,,347,355,,,,351,,,347,342,342,345,341,344,344,344,341,350,343,349,346,349,356,,,351,,,,353,356,,,,,,,353,348,,,354,352,349,342,356,,359,348,,353,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,362,352,360,,351,,,347,356,,,,351,,,354,341,350,341,345,344,344,343,363,,354,350,345,363,,,,354,352,352,352,356,,,,,,,,354,342,355,,,,362,356,,361,,347,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,351,,,,351,,353,356,,,,,351,,,,358,,354,342,346,343,343,356,,,,347,342,355,,357,,,,,,,,,,,,,,347,345,355,,353,356,,357,,,362,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,347,355,,,351,,351,,,357,,,351,,,,,,,347,345,350,363,410,,353,336,345,342,363,,351,,,,,,,,,,,,,,362,346,343,349,348,,359,350,349,349,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,354,363,,359,348,,347,349,349,356,,,347,235,352,355,,,353,344,363,,347,360,,362,335,350,350,350,352,350,214,214,214,214,214,214,214,,,,,,,354,350,342,346,363,,,,362,350,356,,361,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,351,,,362,352,341,344,348,,,,351,,,354,352,235,345,344,356,,351,,,351,,,,,,,,,,,,,,,,,,,,,,362,342,344,355,,353,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,354,355,,351,,347,345,341,355,,,354,355,,,,,362,363,,,351,,,362,349,349,214,214,214,214,214,214,214,214,214,214,214,,,,,,,353,349,343,342,344,343,349,345,341,349,349,349,349,349,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,354,349,356,,347,343,342,348,,,,362,360,,,,362,348,,,354,355,,362,350,356,,,,,,,,,,,,,,,,,,354,344,345,343,342,346,342,342,341,344,342,345,344,344,346,346,345,341,343,343,348,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,351,,353,345,341,342,356,,,,201,,,353,349,350,356,,,,358,,351,,,,,,,,,,,,,,,,,,,,,373,343,345,341,346,345,346,350,350,350,350,341,341,346,343,341,341,342,341,348,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,362,349,344,342,342,348,,,,,201,,359,350,363,410,,,357,,,,362,355,,357,,,,,,,,,,,,,,,,353,349,344,342,341,341,343,346,348,,,,,347,345,346,344,346,342,346,344,348,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,347,342,345,345,342,345,349,355,,,351,,,,358,,,359,356,,,,347,356,,358,,,,,,,,,,,,,,,,354,341,350,350,350,345,350,350,356,,353,360,,347,343,343,342,345,345,341,346,363,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,359,346,350,343,341,344,341,344,356,,,351,410,,,,,357,,,,,353,356,,357,,,,,,,,,,,,,,353,360,,,201,,,,201,,,,,351,,,347,344,341,343,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,351,,362,341,345,342,348,,,,354,349,355,,359,349,363,,,353,349,356,,,351,,,,,,,,,,,,353,349,348,,,,362,349,349,349,348,,,,,351,,,347,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,357,,,359,349,356,,362,343,341,343,356,,,,,68,348,,,362,356,,359,346,348,,,353,356,,357,,,,,,,,,,362,346,348,,353,349,342,342,343,345,363,,,,,354,360,,364,68,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,353,352,349,349,363,,,,351,,,347,343,344,348,,,357,,,68,363,,359,348,,,,354,348,,,358,,353,356,,,,,,,359,235,349,345,350,341,349,341,344,342,343,344,345,363,,,,,,,,364,68,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,, +349,349,349,349,352,363,,354,341,343,355,,353,350,355,,347,344,342,363,,,351,,,68,348,,,354,360,,,,358,,,,353,356,,,,,,,,,,347,348,,347,343,346,341,341,342,346,341,363,,,,,,,,364,68,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,343,345,348,,358,,,354,350,344,349,356,,347,349,343,341,345,363,,,351,,,68,344,349,355,,,361,,,,,353,349,363,,,,,,,,,,,362,344,349,345,344,345,341,342,346,345,341,363,,,,,,,,364,68,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,343,346,363,,,353,360,,,362,356,,353,345,342,343,345,345,363,,,351,,,68,343,343,346,355,,,353,355,,,362,345,348,,,,,,,,,,353,343,343,346,343,345,341,350,346,344,344,346,348,,,,,,357,,364,68,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,342,343,348,,353,356,,353,352,363,,353,350,350,345,344,345,341,348,,,351,,,68,344,342,343,345,355,,347,344,336,349,342,343,348,,,,,,,,353,349,344,341,345,350,350,346,363,,347,341,343,342,348,,,,,353,348,,364,68,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,344,345,341,352,356,,353,356,,351,,351,,,362,344,341,343,348,,,351,,,68,345,343,341,346,342,349,342,345,335,350,350,350,356,,,,,,359,235,344,350,350,346,363,,,354,345,349,345,341,342,345,346,349,349,349,349,342,363,,347,341,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,346,345,356,,,,351,,353,350,352,356,,353,345,345,343,341,363,,,358,,,68,341,342,342,344,344,345,342,348,,,,,,,,,,,,,358,,,347,356,,,,362,350,345,343,344,343,345,344,343,342,341,345,356,,354,350,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,343,363,,,359,349,348,,351,,,,,347,343,344,344,342,348,,,,,,68,345,345,344,346,346,345,350,350,352,352,352,349,355,,,,,,,,,,353,356,,357,,,351,,362,345,345,343,342,342,342,344,341,356,,,,,362,342,355,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,341,363,,357,,354,363,,351,,359,349,352,342,346,341,344,342,343,355,,,,353,343,346,344,342,341,350,356,,,,,,354,345,349,349,355,,,353,349,235,349,363,,359,345,349,349,343,349,341,342,343,341,345,343,345,342,363,,,,,,92,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,341,348,,351,,,351,,358,,,351,,347,343,346,344,344,342,344,349,349,349,342,343,350,350,350,356,,,,359,349,360,,,347,341,343,344,349,349,341,348,,354,348,,,354,346,350,342,344,350,345,341,346,341,344,342,344,348,,,,,,92,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,348,,351,,353,348,,,,,347,349,342,350,343,341,341,350,350,350,350,350,343,363,,,,,,353,360,,351,,,353,345,342,345,345,345,341,346,363,,,354,355,,,351,,362,348,,362,346,346,346,344,341,342,348,,,364,,,92,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,348,,358,,362,350,355,,,353,346,350,348,,362,350,356,,,,,,347,356,,,353,349,349,356,,,354,349,349,350,350,350,341,345,342,345,350,350,355,,,351,,353,348,,354,363,,354,343,341,342,343,344,343,348,,,364,,,92,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,345,360,,,351,,354,352,352,350,348,,347,349,356,,,,,,,,358,,,353,342,346,356,,,,,354,356,,,,354,350,350,348,,,351,,,351,,362,348,,,351,,,354,346,342,344,341,345,363,,,364,,,92,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,343,363,,,,351,,,,,,347,349,346,356,,,,,359,360,,,,,353,341,341,356,,,,,,,,,,,,,,354,355,,347,355,,351,,362,346,355,,351,,,,347,342,344,343,345,363,,,,,,92,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,342,349,352,349,363,,353,349,349,349,342,343,356,,353,355,,,,,,,,353,341,350,348,,,,,,,,,,,,359,360,,,351,,347,350,352,350,352,346,344,356,,351,,357,,354,344,341,346,341,363,,,,,,92,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,, +350,350,350,356,,354,350,352,343,344,343,344,343,363,,359,350,350,360,,,,,,353,344,356,,351,,,,,,,,,,,,,,357,,354,349,363,,,,,354,356,,359,363,,358,,,347,345,345,346,344,355,,,,,92,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,354,350,343,345,341,348,,,,,,359,360,,,,362,348,,353,356,,,,,,,,,,,,,,351,,,362,363,,353,352,360,,,,,351,,,,,362,345,346,344,342,341,355,,353,349,344,344,356,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,354,350,345,344,349,352,352,352,355,,,359,360,,354,356,,351,,,,,,,,,,,,,,,358,,,354,350,352,356,,,357,,353,349,348,,,,,362,345,343,346,344,341,363,,354,345,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,354,350,363,,,,362,352,355,,,,,,,351,,,,,,,,,,,,,,,,357,,,,,,359,349,350,352,341,341,348,,,,,362,341,346,344,343,343,363,,,354,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,201,,,,201,,351,,,,353,349,349,348,,,,,,,,,,,,,,,,354,349,349,352,352,360,,358,,,354,350,356,,,,,362,341,341,346,342,345,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,201,,353,349,363,,347,349,352,349,346,350,350,356,,,,,,,,,,,,,,,,,354,356,,,,,,,,,,,,,,,362,344,346,343,341,342,363,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,362,349,341,344,341,235,343,363,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,341,341,345,342,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,353,349,345,342,346,343,342,235,344,343,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,341,341,345,345,348,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,56,10,10,10,343,341,344,345,363,,362,345,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,344,344,341,341,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,373,10,341,343,342,346,363,,362,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,341,343,344,345,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,56,10,10,10,343,342,346,342,348,,362,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,342,341,343,344,342,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,362,344,343,341,344,341,344,344,235,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,341,343,343,342,363,,,378,347,360,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,353,346,341,342,345,341,345,346,342,235,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,341,345,344,345,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,362,342,346,342,342,342,341,341,344,426,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,341,342,345,344,363,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,362,343,341,341,342,341,345,350,356,,347,344,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,342,343,345,342,343,345,363,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,362,344,343,341,343,350,356,,,,347,342,341,341,341,344,342,344,342,344,341,345,344,343,344,344,342,343,341,345,345,344,342,343,342,341,343,344,344,343,341,342,341,344,342,345,345,345,343,346,341,346,344,345,344,343,348,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,378,10,341,344,344,356,,,,,,362,342,341,343,345,343,344,345,344,345,343,343,345,342,345,345,343,343,342,341,343,344,342,345,345,345,344,341,344,344,343,341,344,342,345,343,344,341,345,345,343,342,344,344,342,343,348,,,378,362,360,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,347,341,345,363,,,,58,15,,362,345,341,343,343,341,345,343,344,345,343,341,341,343,343,344,341,344,344,342,343,343,343,345,342,345,344,345,341,345,341,342,345,341,343,343,344,342,342,343,343,345,342,345,345,344,363,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,347,346,342,363,,,,10,10,235,345,345,345,344,341,343,344,342,343,345,341,342,344,344,345,342,344,344,345,343,343,343,342,344,341,343,341,344,344,342,345,341,341,344,345,343,343,350,350,342,342,343,341,346,341,342,342,355,,,347,355,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,347,343,345,348,,,56,10,25,,347,341,344,344,345,345,345,350,350,350,350,350,350,350,350,350,350,350,346,346,343,343,343,343,345,343,341,344,342,345,345,341,343,345,342,342,356,,,354,350,350,350,350,350,350,350,350,360,,354,345,355,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,378,10,342,346,348,,,,10,10,235,342,341,345,343,341,344,363,,,,,,,,,,,,362,343,346,344,341,343,341,345,342,343,343,342,343,345,343,344,341,348,,,,,,,,,,,,,,,,68,348,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,362,344,345,348,,,,57,17,,362,341,344,345,342,345,363,,,,,,,,,,357,,362,345,346,345,341,343,342,346,345,343,341,344,341,344,343,342,342,363,,,,353,349,349,349,349,349,349,349,349,360,,353,342,356,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,378,10,345,343,343,355,,,,,,354,342,344,341,344,342,348,,,,,,,,,353,342,235,342,345,341,343,344,350,350,350,350,350,350,350,350,350,350,350,350,356,,,,354,342,345,343,345,341,350,345,356,,,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,362,343,342,346,341,355,,,,,,373,343,344,346,344,363,,,,,,,,353,350,341,235,345,343,343,345,348,,,,,,,,,,,,,,,,,,347,341,342,350,356,,351,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,378,10,345,346,345,341,346,355,,,,353,343,346,345,342,341,348,,,,,,,353,356,,347,235,344,342,346,345,344,355,,,353,349,349,349,349,349,349,352,352,349,349,349,349,349,342,342,348,,,,351,,,378,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,347,350,343,346,342,342,344,355,,,347,343,345,346,346,345,363,,,,,,353,356,,,351,,362,346,344,342,346,356,,,347,343,346,345,343,350,356,,,354,350,343,342,342,350,350,356,,,359,363,,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,201,,354,342,346,343,342,356,,56,10,350,350,350,350,350,10,59,,,378,10,356,,,,354,352,350,350,350,350,356,,,,364,68,346,345,356,,,,,,,354,350,356,,,,,,,354,355,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,378,10,59,,362,343,344,363,410,,,201,,,,,,201,,,,,201,,,361,,,,,,,,,,,,364,68,344,348,,,,,,,,,,,,,,,,,,354,352,349,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,10,55,,362,341,346,342,349,349,349,10,349,349,349,349,349,10,55,,,378,10,355,,,,353,352,349,349,349,349,355,,,,364,68,342,363,,,,,,,,,,,,,,,,,,,,358,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,,,,,,,,201,,353,345,343,346,343,343,342,343,341,341,343,342,345,346,363,,,,,,354,355,,,351,,347,346,343,341,341,355,,,347,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,,,,,,347,349,343,345,341,341,341,345,345,343,345,344,342,341,342,346,363,,,,,,,354,355,,362,235,341,344,343,341,344,363,,,362,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,,,,,,354,350,350,350,341,344,346,343,342,345,346,342,341,341,342,343,348,,,,,,,,354,349,345,235,345,341,344,343,344,341,349,349,345,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,,,,,,,,,,10,342,346,346,345,346,346,343,342,341,344,342,363,,,,,,,,,354,343,235,341,343,341,342,345,343,342,344,342,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,355,,,,,,,,,,,,10,10,344,342,345,344,346,341,344,344,343,344,344,348,,,,,,,,,,358,,347,344,343,345,344,343,341,343,343,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,363,,,,,,,,,,56,10,10,345,344,342,346,342,344,345,342,343,344,344,345,348,,,,,,,,,,,,362,342,344,341,343,344,341,344,345,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,348,,,,,,,,,378,10,10,341,342,345,344,342,343,345,343,344,343,341,343,345,345,349,349,349,349,349,349,349,349,349,349,349,343,344,345,344,343,341,345,345,345,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,341,355,,,,,,,,10,10,341,344,345,341,341,344,343,345,341,341,342,344,344,341,342,345,345,342,344,341,343,343,345,342,342,344,345,343,345,342,345,343,344,342,341,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,344,348,,,,,,378,10,10,345,343,343,346,346,346,346,341,341,342,342,343,342,341,345,343,345,344,341,345,342,345,344,345,345,344,345,344,343,344,344,344,343,344,342,341,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,348,,,,,,10,10,344,345,343,341,345,346,341,342,341,346,345,344,342,342,341,345,344,344,344,344,344,341,341,344,341,343,344,343,344,343,343,341,341,343,342,342,343,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,342,345,349,355,410,56,10,10,345,342,344,342,344,342,345,341,341,345,345,342,345,343,344,341,341,345,341,341,341,341,343,341,342,344,342,344,341,342,343,341,342,345,342,342,342,343,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,344,344,341,355,,,347,345,344,342,346,345,346,346,341,344,341,345,344,345,344,346,345,343,341,342,345,343,343,343,346,342,344,342,341,344,346,342,342,342,345,344,341,344,341,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,342,341,343,344,363,,,3,345,345,345,346,343,342,342,344,341,342,345,345,344,343,346,345,341,343,342,341,342,344,341,341,345,342,344,346,342,343,342,346,341,341,344,344,343,343,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,344,343,341,345,363,410,,362,345,343,345,342,344,343,344,341,342,344,345,343,341,345,345,344,343,343,344,343,341,341,344,343,343,345,345,343,345,345,345,341,343,344,341,343,341,344,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,344,342,341,341,345,349,349,343,341,345,341,343,345,341,344,345,343,343,343,341,345,345,342,345,342,341,344,342,341,342,343,342,341,345,344,343,345,341,342,345,341,343,343,342,343,341,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,69,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,69,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=66 stepRecede=66 timeStopStart=3 timeStopEnd=3 posStart=5312;2304 posEnd=5312;3008 posCurrent=5312;2453 step=2 time=14 phase=302 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2376 posEnd=5186;2376 posCurrent=5186;2376 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2376 posEnd=5442;2376 posCurrent=5442;2376 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=1 stepAdvance=140 stepRecede=140 timeStopStart=10 timeStopEnd=10 posStart=5312;1280 posEnd=5312;2176 posCurrent=5312;1287 step=4 time=139 phase=302 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;4424 posEnd=5250;4424 posCurrent=5250;4424 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=3072;4352 posEnd=3584;4352 posCurrent=3488;4352 step=4 time=15 phase=302 channel=1 icon=361 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;452 posEnd=6210;452 posCurrent=6210;452 step=1 time=0 phase=302 channel=10 icon=33 +MoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=4864;4544 posEnd=4864;3776 posCurrent=4864;4490 step=4 time=67 phase=302 channel=1 icon=361 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;516 posEnd=450;516 posCurrent=450;516 step=1 time=0 phase=302 channel=10 icon=225 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1476 posEnd=3138;1476 posCurrent=3138;1476 step=1 time=0 phase=302 channel=10 icon=220 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2688;1344 posEnd=2944;1344 posCurrent=2900;1344 step=4 time=7 phase=302 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3328;4288 posEnd=3328;4288 posCurrent=3328;4288 step=1 time=0 phase=302 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3264;4288 posEnd=3264;4288 posCurrent=3264;4288 step=1 time=0 phase=302 channel=10 icon=73 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;3080 posEnd=3458;3080 posCurrent=3458;3080 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=54 stepAdvance=120 stepRecede=120 timeStopStart=200 timeStopEnd=200 posStart=2112;1408 posEnd=1728;1408 posCurrent=1789;1408 step=2 time=101 phase=302 channel=10 icon=250 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3392;4288 posEnd=3392;4288 posCurrent=3392;4288 step=1 time=0 phase=302 channel=10 icon=73 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2368;3392 posEnd=2112;3392 posCurrent=2156;3392 step=4 time=7 phase=302 channel=10 icon=73 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;776 posEnd=5314;776 posCurrent=5314;776 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=54 stepAdvance=40 stepRecede=40 timeStopStart=200 timeStopEnd=200 posStart=1856;3520 posEnd=1984;3520 posCurrent=1984;3520 step=3 time=60 phase=302 channel=10 icon=243 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1984;3200 posEnd=1792;3200 posCurrent=1875;3200 step=4 time=13 phase=302 channel=10 icon=73 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2112;3200 posEnd=2304;3200 posCurrent=2221;3200 step=4 time=13 phase=302 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;3392 posEnd=2560;3392 posCurrent=2560;3392 step=1 time=0 phase=302 channel=10 icon=73 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3912 posEnd=1218;3912 posCurrent=1218;3912 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3912 posEnd=1154;3912 posCurrent=1154;3912 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=4416;640 posEnd=4736;640 posCurrent=4691;640 step=2 time=43 phase=302 channel=1 icon=361 +MoveObject: type=1 stepAdvance=84 stepRecede=84 timeStopStart=3 timeStopEnd=3 posStart=5056;3776 posEnd=5056;2880 posCurrent=5056;3210 step=4 time=31 phase=302 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;776 posEnd=5378;776 posCurrent=5378;776 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4168 posEnd=2818;4168 posCurrent=2818;4168 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;4104 posEnd=2882;4104 posCurrent=2882;4104 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;2244 posEnd=5506;2244 posCurrent=5506;2244 step=1 time=0 phase=302 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2244 posEnd=5442;2244 posCurrent=5442;2244 step=1 time=0 phase=302 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2244 posEnd=5378;2244 posCurrent=5378;2244 step=1 time=0 phase=302 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;2244 posEnd=5250;2244 posCurrent=5250;2244 step=1 time=0 phase=302 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2244 posEnd=5186;2244 posCurrent=5186;2244 step=1 time=0 phase=302 channel=10 icon=10 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;2244 posEnd=5122;2244 posCurrent=5122;2244 step=1 time=0 phase=302 channel=10 icon=10 +MoveObject: type=54 stepAdvance=120 stepRecede=120 timeStopStart=200 timeStopEnd=200 posStart=4992;1216 posEnd=4608;1216 posCurrent=4669;1216 step=2 time=101 phase=302 channel=10 icon=250 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4928;1024 posEnd=4672;1024 posCurrent=4716;1024 step=4 time=7 phase=302 channel=10 icon=73 +MoveObject: type=54 stepAdvance=180 stepRecede=180 timeStopStart=200 timeStopEnd=200 posStart=4480;1216 posEnd=3904;1216 posCurrent=4157;1216 step=2 time=101 phase=302 channel=10 icon=250 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2180 posEnd=4994;2180 posCurrent=4994;2180 step=1 time=0 phase=302 channel=10 icon=18 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;584 posEnd=514;584 posCurrent=514;584 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;2056 posEnd=1986;2056 posCurrent=1986;2056 step=1 time=0 phase=302 channel=10 icon=24 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;2180 posEnd=5634;2180 posCurrent=5634;2180 step=1 time=0 phase=302 channel=10 icon=18 diff --git a/worlds/world063.txt b/worlds/world063.txt new file mode 100644 index 0000000..93e9b06 --- /dev/null +++ b/worlds/world063.txt @@ -0,0 +1,243 @@ +DescFile: posDecor=132;4320 dimDecor=100;100 world=0 music=3 region=13 blupiPos=450;4614 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,345,343,341,343,345,343,345,342,343,341,342,344,345,342,363,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,343,343,342,343,343,344,343,345,342,345,341,344,343,342,348,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,344,342,341,345,341,343,342,342,343,341,345,344,342,342,341,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,343,345,346,345,341,344,344,346,346,346,343,345,341,345,343,342,344,345,346,343,345,346,343,346,344,345,344,343,346,341,343,344,344,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,345,344,342,343,342,346,341,350,350,350,341,342,343,343,344,345,345,344,341,343,345,345,341,344,344,341,344,341,342,346,342,343,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,342,341,341,341,343,350,356,,,,362,346,343,342,342,343,342,345,346,342,343,344,344,345,346,346,341,346,341,345,344,345,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,343,346,342,341,363,,,,353,201,343,342,342,342,342,345,342,341,344,346,344,342,344,345,343,345,346,345,346,344,346,342,344 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,350,350,350,350,356,,359,349,350,201,344,344,344,341,345,344,344,343,350,350,350,350,350,350,350,350,350,350,350,350,350,343,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,342,344,345,344,342,344,348,,,,,,,,,,,,,,347,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,343,344,344,343,343,341,348,,,,,,,,,,,,,,362,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,342,341,341,343,345,344,363,,,,,,,,,,,,,,362,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,345,345,342,343,341,343,363,,,,,,,,,,,,,,347,343 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,362,345,344,342,342,343,341,348,,,,,,,,,,,,,,347,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,341,345,343,345,342,345,363,,,,,,,,,,,,,,362,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,341,342,341,342,343,344,348,,,,,,,,,,,,,,347,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,344,344,343,342,342,344,363,,,,,,,,,,,,,,362,344 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,344,344,341,341,341,343,363,,,,,,,,,,,,,,362,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,342,341,345,343,341,344,363,,,,,,,,,,,,,,347,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,347,344,342,341,342,342,342,363,,,,,,,,,,,,,,362,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,343,349,349,345,342,345,345,343,343,341,344,349,349,349,349,349,349,349,349,349,349,349,349,349,343,346 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,201,349,201,201,201,201,344,342,344,346,343,343,344,342,342,345,345,343,341,343,342,346,343,345,346,341,346,341,342,342,344,341,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,350,201,201,201,201,201,201,201,201,78,342,344,345,344,344,342,345,346,344,343,341,343,341,343,343,341,345,346,344,343,344,342,343,341,345,342,343 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,,,,,,,,,,,,84,200,83,344,343,343,344,344,341,342,341,346,345,341,341,345,342,344,341,344,343,345,341,343,345,343,343,344,343,343 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,200,200,79,,,,,,,,,84,200,79,345,344,341,342,341,346,344,344,346,342,343,346,342,344,343,344,342,344,345,345,344,343,345,345,343,346,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,,,,,,,,201,,78,343,344,342,342,343,342,344,345,345,342,346,345,341,343,346,344,344,344,341,342,341,341,344,344,342,346,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,342,349,349,349,349,349,349,349,343,349,343,342,345,345,341,341,345,344,345,341,343,344,346,345,346,345,346,341,343,344,342,343,343,343,346,344,341,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,90,,,,,362,83,80,346,343,341,344,344,344,344,342,342,342,341,344,342,345,345,346,346,345,341,343,346,345,342,346,344,344,346,345,343,342,346,341,343,341,345,346 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,78,,,,362,81,80,345,346,343,341,343,342,344,343,343,345,345,345,346,341,342,344,343,344,341,345,342,346,345,345,344,345,341,345,346,346,341,341,342,341,343,343 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,81,201,201,345,345,81,84,345,344,342,346,346,344,342,343,341,344,344,346,345,346,342,346,344,342,345,341,343,345,344,342,344,346,342,345,343,346,346,342,343,344,344 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,,,201,350,343,81,84,341,341,343,345,346,344,341,344,345,343,345,343,345,344,341,346,343,342,346,345,342,342,344,344,343,345,346,344,342,342,341,342,344,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,,,201,,354,342,81,83,342,346,344,344,346,345,343,341,341,341,345,341,341,341,346,342,341,346,346,346,341,343,341,346,345,344,342,346,343,344,345,344,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,,,201,,,354,345,82,84,342,346,346,346,341,343,343,345,341,341,341,341,346,346,346,342,346,344,345,341,341,341,342,343,342,344,344,343,345,342,341,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,,,201,,,,354,346,83,84,345,346,346,346,345,345,345,343,346,346,342,345,341,346,344,346,342,342,343,345,344,342,344,346,345,345,341,345,341,345,346 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,81,201,352,201,,,,,354,344,80,83,345,343,341,343,342,345,346,343,345,345,344,342,346,343,344,342,345,345,346,345,344,344,346,341,345,345,341,345,345,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,84,,,,201,,,,,,362,343,84,344,345,345,345,341,343,346,344,346,344,343,344,341,345,343,346,342,341,342,342,346,342,343,343,341,344,344,346,344,342 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,78,,,,,201,,,,,,92,341,82,346,346,342,341,344,345,343,346,341,343,346,342,344,346,346,342,344,344,343,342,345,343,343,341,343,346,343,343,341,346 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,201,201,83,,,,,,201,,,,,,92,342,78,341,343,346,346,342,346,345,346,345,345,342,341,346,341,342,344,342,345,344,345,341,344,343,346,343,344,346,341,341,345 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,201,201,201,78,,,84,,,,,,201,,,,,,92,342,79,342,346,341,346,344,346,341,343,341,344,342,345,343,342,344,343,345,344,346,344,342,343,345,345,345,345,342,344,344,344 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,201,201,201,83,,,,82,,,78,201,201,201,201,352,201,,,,,,92,343,78,344,343,343,346,341,344,345,344,341,346,341,345,344,345,343,345,343,342,346,341,344,341,341,344,342,341,345,346,342,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,79,201,201,201,82,,,80,,,,,,201,,,,,,92,344,84,341,343,343,341,341,346,345,346,346,344,341,341,346,345,345,345,342,343,341,344,341,343,341,345,346,341,343,341,345,346 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,201,201,80,,,,,,201,,,,,,92,342,79,346,345,344,344,345,345,346,345,345,345,342,345,341,346,343,345,345,344,342,343,342,342,344,345,346,342,343,345,344,341 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,,,,,201,,,,,,92,343,79,343,345,341,342,343,346,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,78,,,,201,,,,,,362,345,82,341,345,342,342,344,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,82,83,201,352,201,,,,,353,342,82,81,342,344,344,345,344,348,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,80,,,201,,,,353,342,81,84,343,341,342,346,343,346,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,,,201,81,,353,346,80,84,342,342,341,341,343,342,342,348,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,78,,,201,81,349,344,78,83,346,341,346,344,341,346,346,344,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,,,201,341,344,81,84,342,345,341,342,346,342,341,344,342,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,83,201,201,344,344,80,83,345,345,342,345,342,345,341,343,341,346,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,83,80,,,,362,83,80,342,344,343,345,343,344,341,342,344,345,341,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,81,84,78,342,345,342,344,342,346,341,343,342,345,346,346,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,78,342,341,345,341,341,344,341,344,345,344,346,341,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,81,79,345,344,345,344,342,344,345,343,346,342,342,344,363,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,78,341,341,341,345,342,345,342,341,343,342,344,343,348,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,83,81,342,345,344,342,343,344,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,81,200,345,79,79,345,346,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,347,344,79,79,345,341,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,344,79,79,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,347,344,342,346,79,79,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,84,200,200,341,344,341,343,341,79,79,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,362,343,344,344,342,345,79,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,344,343,341,342,343,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,344,341,341,346,343,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,342,342,341,341,342,346,341,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341,343,344,343,345,343,345,345,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,344,344,344,343,343,345,345,343,346,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,342,343,344,341,345,341,346,345,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,345,343,342,346,346,342,345,345,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,345,345,346,346,343,345,342,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,346,346,343,346,343,341,346,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,341,346,346,342,342,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,344,342,345,345,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,341,342,341,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,345,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,,378,89,,,,89,,,378,89,,,,347,345,344,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,81,201,201,201,81,201,201,201,81,201,201,201,81,201,342,341,345,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,87,,,,87,,,378,87,,,378,87,,,,362,346,345,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,346,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,355,,,,,,357,,,,,,,,,,,,,,353,343,344,342,344,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,362,342,343,343,345,343,344,344,344,341,346,343,344,341,341,344,346,345,345,344,345,342,344,341,90,,,,353,342,355,,,,,,,,,,,,353,343,345,345,344,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,347,344,344,345,344,346,341,344,345,342,342,344,343,345,343,343,344,345,343,346,341,345,346,342,82,84,235,349,345,343,341,355,,,,,,,,,,353,341,346,345,341,341,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,347,344,344,346,345,343,343,343,341,344,344,342,342,341,343,345,342,344,341,344,346,342,343,345,83,80,410,362,341,342,346,343,355,,,,,,,384,349,346,345,341,346,345,344,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,347,346,345,342,344,346,341,343,343,345,346,345,343,345,345,346,342,345,342,344,344,341,344,341,83,81,235,346,345,344,341,343,341,355,,,,,,347,342,342,346,344,341,345,345,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,362,345,343,344,344,344,344,350,350,350,350,350,350,350,346,350,350,350,350,350,342,350,350,350,350,350,235,343,342,341,343,342,341,341,355,,,,353,344,342,341,344,345,345,343,343,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,362,345,341,342,341,345,81,,,,,,,,351,,,,,,358,,,,,,,362,345,346,342,341,346,344,345,355,,,373,342,343,345,341,343,344,344,342,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,347,342,341,342,346,346,81,,,357,,,,,358,,,,,,,,,,,,,347,341,345,344,344,345,346,345,363,,,362,346,341,342,343,342,346,343,346,342,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,362,342,343,341,346,341,78,,,351,,,,,,,,,,,357,,,,,,,373,344,345,341,344,345,342,346,348,,,347,341,341,342,345,342,346,345,342,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,362,344,342,341,346,346,343,235,235,341,349,349,349,349,349,349,349,349,349,349,346,349,349,349,349,349,349,343,346,342,343,341,343,346,344,363,,,362,342,343,345,341,343,345,346,346,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,344,346,341,343,342,341,346,235,235,342,345,344,341,346,344,345,343,346,342,341,342,341,346,343,344,343,344,345,346,341,341,345,343,343,342,345,349,349,346,342,341,345,341,346,346,343,343,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,341,346,344,345,343,345,341,342,345,342,345,344,345,346,345,341,345,345,344,346,342,345,341,343,348,410,,362,343,345,343,346,341,341,343,343,343,343,344,341,343,346,345,344,341,341,345,343,342,346,344,346,341,342,345,342,345,346,344,341,343,346,343,342,346,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,341,343,344,343,343,344,344,342,346,341,341,341,341,342,344,343,346,345,341,346,344,346,345,345,348,410,,362,343,345,345,343,344,344,344,341,341,341,341,345,346,346,342,345,343,342,345,344,341,345,346,343,342,345,344,341,342,345,341,344,346,343,345,344,344,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,344,344,342,346,343,344,342,344,346,344,344,345,345,346,344,343,345,342,346,346,341,342,343,344,342,235,235,344,346,342,342,341,346,345,344,342,341,346,342,346,341,346,345,341,345,346,342,343,346,343,346,346,345,344,345,344,345,342,345,342,345,342,345,346,345,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,344,344,342,344,343,345,341,345,341,344,346,343,346,343,343,341,345,342,343,343,344,345,346,342,348,410,,347,342,343,341,345,343,341,345,342,341,341,346,343,344,345,342,341,345,342,342,341,341,342,343,344,342,346,341,344,343,346,342,345,343,345,345,345,346,344,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,343,345,343,346,341,341,346,344,342,343,342,345,345,345,341,346,341,346,342,343,346,341,344,343,348,410,,362,342,341,343,343,341,342,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,235,235,345,342,342,341,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,342,343,345,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,201,200,201,,,378,89,,,,89,,,,,,,,,201,373,341,343,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,201,,201,201,81,201,201,201,81,201,201,201,81,201,201,201,201,201,81,81,344,346,342,344,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,201,200,201,,,,87,,,378,87,,,,,,,,,201,362,343,341,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,345,343,345,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=1856;3904 posEnd=2688;3904 posCurrent=2560;3904 step=4 time=20 phase=173 channel=1 icon=78 +MoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=1920;3904 posEnd=2752;3904 posCurrent=2624;3904 step=4 time=20 phase=173 channel=1 icon=78 +MoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=1984;3904 posEnd=2816;3904 posCurrent=2688;3904 step=4 time=20 phase=173 channel=1 icon=78 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;3588 posEnd=3970;3588 posCurrent=3970;3588 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3588 posEnd=4034;3588 posCurrent=4034;3588 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3588 posEnd=4098;3588 posCurrent=4098;3588 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3588 posEnd=4162;3588 posCurrent=4162;3588 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3588 posEnd=4226;3588 posCurrent=4226;3588 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3588 posEnd=4290;3588 posCurrent=4290;3588 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=2048;3904 posEnd=2880;3904 posCurrent=2752;3904 step=4 time=20 phase=173 channel=1 icon=78 +MoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=2112;3904 posEnd=2944;3904 posCurrent=2816;3904 step=4 time=20 phase=173 channel=1 icon=78 +MoveObject: type=1 stepAdvance=130 stepRecede=130 timeStopStart=10 timeStopEnd=10 posStart=2176;3904 posEnd=3008;3904 posCurrent=2880;3904 step=4 time=20 phase=173 channel=1 icon=78 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3781 posEnd=3266;3781 posCurrent=3266;3781 step=1 time=0 phase=173 channel=10 icon=129 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3592 posEnd=5570;3592 posCurrent=5570;3592 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;580 posEnd=6210;580 posCurrent=6210;580 step=1 time=0 phase=173 channel=10 icon=30 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=6144;1600 posEnd=6144;1344 posCurrent=6144;1600 step=4 time=24 phase=173 channel=1 icon=361 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3460 posEnd=4866;3460 posCurrent=4866;3460 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;3204 posEnd=4738;3204 posCurrent=4738;3204 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3780 posEnd=5122;3780 posCurrent=5122;3780 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=1088;4736 posEnd=704;4736 posCurrent=973;4736 step=2 time=18 phase=173 channel=1 icon=78 +MoveObject: type=1 stepAdvance=96 stepRecede=96 timeStopStart=3 timeStopEnd=3 posStart=5376;2816 posEnd=5376;1792 posCurrent=5376;2517 step=4 time=68 phase=173 channel=1 icon=79 +MoveObject: type=1 stepAdvance=96 stepRecede=96 timeStopStart=3 timeStopEnd=3 posStart=5440;2816 posEnd=5440;1792 posCurrent=5440;2517 step=4 time=68 phase=173 channel=1 icon=80 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=1024;4736 posEnd=640;4736 posCurrent=909;4736 step=2 time=18 phase=173 channel=1 icon=78 +MoveObject: type=1 stepAdvance=96 stepRecede=96 timeStopStart=3 timeStopEnd=3 posStart=5504;2816 posEnd=5504;1792 posCurrent=5504;2517 step=4 time=68 phase=173 channel=1 icon=83 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5696;1792 posEnd=5696;1728 posCurrent=5696;1770 step=4 time=4 phase=173 channel=1 icon=361 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5760;1728 posEnd=5760;1792 posCurrent=5760;1750 step=4 time=4 phase=173 channel=1 icon=361 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5888;1728 posEnd=5888;1792 posCurrent=5888;1750 step=4 time=4 phase=173 channel=1 icon=361 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=960;4736 posEnd=576;4736 posCurrent=845;4736 step=2 time=18 phase=173 channel=1 icon=78 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=832;4672 posEnd=832;4672 posCurrent=832;4672 step=1 time=0 phase=173 channel=10 icon=70 +MoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=1280;4480 posEnd=1280;3712 posCurrent=1280;4320 step=2 time=15 phase=173 channel=1 icon=84 +MoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=1344;4480 posEnd=1344;3712 posCurrent=1344;4320 step=2 time=15 phase=173 channel=1 icon=79 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=5952;1792 posEnd=5952;1728 posCurrent=5952;1770 step=4 time=4 phase=173 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2760 posEnd=2434;2760 posCurrent=2434;2760 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3272 posEnd=2306;3272 posCurrent=2306;3272 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3016 posEnd=2370;3016 posCurrent=2370;3016 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3272 posEnd=2434;3272 posCurrent=2434;3272 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;3016 posEnd=2498;3016 posCurrent=2498;3016 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3272 posEnd=2562;3272 posCurrent=2562;3272 step=1 time=0 phase=173 channel=10 icon=24 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;836 posEnd=6146;836 posCurrent=6146;836 step=1 time=0 phase=173 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;1092 posEnd=6274;1092 posCurrent=6274;1092 step=1 time=0 phase=173 channel=10 icon=17 diff --git a/worlds/world064.txt b/worlds/world064.txt new file mode 100644 index 0000000..23c1beb --- /dev/null +++ b/worlds/world064.txt @@ -0,0 +1,264 @@ +DescFile: posDecor=350;5920 dimDecor=100;100 world=0 music=4 region=31 blupiPos=642;6278 blupiDir=2 +Decor: +342,341,342,343,343,342,342,341,345,343,345,345,342,342,342,345,345,341,341,344,345,342,341,344,342,343,341,343,342,343,345,344,344,343,344,344,343,341,345,343,341,341,343,344,344,341,344,344,341,344,341,341,341,341,344,343,342,344,344,344,344,343,344,343,342,341,342,342,343,346,342,344,342,344,344,342,345,343,341,345,345,341,342,344,343,342,341,342,343,341,343,341,345,341,341,342,344,345,344,344 +345,345,344,342,344,345,342,343,341,345,341,341,345,342,345,345,344,341,341,342,343,345,343,342,345,342,342,344,345,345,344,341,343,343,343,341,345,345,344,341,341,345,343,341,344,342,342,341,343,341,342,341,345,344,341,342,342,345,343,342,342,343,343,345,344,341,344,343,345,343,344,345,343,342,342,343,341,344,341,345,341,344,344,342,342,344,345,344,344,345,345,341,345,343,341,342,344,342,345,341 +342,343,341,345,342,341,343,342,344,342,342,345,341,344,345,343,345,341,342,343,344,341,342,344,341,341,342,345,341,342,343,343,345,341,345,345,345,344,341,341,342,345,344,344,341,343,342,341,345,344,343,341,345,344,341,343,343,344,343,344,342,343,343,345,341,344,345,345,343,343,345,341,342,345,345,342,342,343,343,345,345,342,345,341,343,345,341,341,342,344,344,345,345,342,342,345,342,342,343,345 +341,344,343,345,345,342,341,345,344,341,344,341,344,341,343,341,341,344,345,343,343,344,341,344,343,344,344,342,342,345,342,342,341,345,343,344,343,343,344,345,344,345,344,341,342,344,345,342,345,341,342,343,345,342,341,343,343,344,344,344,343,342,342,342,343,342,343,343,343,342,344,341,341,343,341,343,345,342,343,342,344,343,341,343,344,342,344,344,341,343,345,343,342,341,342,341,345,343,343,344 +342,343,342,341,341,344,341,345,342,341,344,345,345,343,345,342,343,345,344,342,344,345,342,344,344,345,343,345,345,341,343,344,342,342,344,341,344,343,343,344,345,345,345,345,344,344,345,344,345,341,341,345,343,343,342,342,342,344,341,345,344,342,343,341,341,344,345,343,345,344,342,345,342,342,344,341,342,344,342,345,341,342,344,341,344,344,342,342,342,341,343,342,345,342,341,342,342,345,345,341 +342,341,343,344,341,345,341,344,345,344,345,345,343,343,342,343,343,341,344,344,341,342,341,345,341,344,344,341,343,345,345,345,341,345,341,345,345,343,345,341,344,341,344,341,341,344,343,341,341,345,341,342,341,341,344,343,342,345,341,345,341,343,341,344,342,341,343,341,344,342,341,341,345,343,344,345,343,341,341,344,344,342,342,344,344,344,343,343,342,345,345,341,344,345,341,344,343,345,343,344 +345,341,343,345,344,345,343,341,342,343,342,341,341,341,343,343,344,344,345,345,344,343,341,342,341,341,345,344,344,343,343,343,341,342,342,341,342,343,343,342,344,343,345,345,343,345,345,341,341,344,343,344,341,342,342,343,343,341,343,343,341,345,345,342,344,343,342,343,342,342,341,341,344,344,341,344,341,343,344,345,344,345,343,345,345,341,341,341,343,343,341,345,343,344,343,342,343,344,342,345 +343,344,341,345,342,343,342,345,341,343,342,342,343,342,344,341,342,343,345,341,341,343,342,345,344,342,342,344,344,343,345,345,341,342,343,344,343,343,341,341,341,345,345,344,345,344,344,345,341,343,342,341,344,345,345,343,345,343,344,342,344,342,344,345,344,344,342,344,342,345,345,342,343,345,345,344,345,343,345,343,344,344,345,343,341,345,344,342,345,343,344,341,344,343,342,345,345,342,345,341 +345,343,341,343,345,345,345,344,343,345,343,342,341,343,344,342,341,342,342,345,343,345,345,342,341,344,343,341,342,341,344,344,345,344,341,345,342,342,343,341,342,343,343,343,345,345,343,343,344,342,344,344,341,341,345,345,342,343,343,342,344,344,342,342,345,343,342,342,344,345,342,342,345,343,343,345,341,343,343,344,342,342,344,342,345,344,341,341,344,342,343,344,345,343,345,343,345,345,344,345 +343,343,342,343,344,342,341,342,350,384,342,350,350,350,350,343,350,350,350,344,342,343,350,350,350,350,350,350,350,350,350,350,345,350,350,350,350,344,341,345,350,350,350,350,350,350,342,350,350,346,343,343,342,344,344,343,341,350,350,350,341,341,344,344,342,350,350,350,342,350,350,350,341,350,350,350,341,350,341,350,341,343,350,350,343,342,344,343,343,343,350,350,350,350,350,350,350,350,350,345 +344,342,350,350,350,350,350,363,,,358,,,,,,,,,347,342,356,,,,,,,,,,,351,,,,,354,341,348,,,,,,,351,,,,347,344,344,345,344,342,356,,,,354,343,342,341,348,,,,351,,,,351,,,,351,,358,,362,363,,,92,91,91,91,91,363,,,,,,,,,,362 +341,356,,,,,,358,,,,,,,,,,,,347,356,,,,,,,56,5,76,76,76,343,138,,353,138,,362,350,236,352,352,349,352,235,347,235,349,235,344,345,341,342,341,356,,378,357,,,354,343,345,363,,353,235,363,,353,235,348,,353,235,348,,,,362,348,,,362,91,91,91,91,363,,,,,,,,,,347 +348,,,,,,,,,,,,,353,349,355,,,,347,76,76,76,5,55,,,,,,,,362,138,,347,138,,351,,,,,347,138,,351,,351,,347,343,345,341,356,,378,353,341,355,,,354,342,348,,351,,351,,351,,351,,351,,351,,,,362,363,,,347,91,91,91,91,363,,,,,,,,,,362 +348,,,,,,,,,,,,,92,91,363,,,,201,,,,,,,,,,,,,351,,,347,138,,351,,,,,351,,,351,,351,,347,342,342,356,,378,353,345,343,343,355,,,354,363,,351,,351,,351,,351,,351,,351,,,,354,348,,,347,91,91,91,91,363,,359,352,349,352,352,352,349,352,343 +363,,,4,4,4,4,4,,,353,349,349,341,91,348,,,,201,,,,,,,56,5,76,76,76,76,342,138,,362,138,,351,,,,,351,,,351,,351,,362,344,356,,378,353,341,345,343,344,344,355,,,354,235,363,,354,235,345,235,350,235,363,,351,,357,,,351,,,347,91,91,91,91,348,,,,351,,,,351,,347 +348,,,73,,53,,4,,378,347,345,350,342,91,348,,,,351,,,,,,,,,,,,,347,138,,347,138,,351,,,,353,343,138,,351,,351,,362,356,,378,353,343,345,342,341,343,341,363,,,,,351,,,,351,,,,362,424,345,352,350,235,235,350,235,235,350,350,350,350,350,350,421,355,,358,,357,,358,,347 +363,,,73,,,50,4,,378,362,363,,92,91,348,,,,347,355,76,76,76,5,55,,,,,,,362,138,,347,138,,358,,,353,343,343,138,,354,235,342,235,356,,378,353,343,343,342,345,341,343,344,363,,,353,235,348,,353,235,342,235,349,235,344,235,363,,,,,,,,,,,,,,,351,,,,351,,,,347 +343,355,,73,,54,,4,,,347,348,,347,344,343,355,,,362,343,355,,,,,,,,,,,201,,353,348,,,,,353,342,343,345,138,,,,351,,,378,353,345,344,343,343,342,341,343,344,363,,,351,,351,,351,,351,,351,,351,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,348,,,,351,,,,362 +343,342,349,4,4,4,4,4,349,349,344,341,349,343,342,341,342,349,349,345,344,345,349,349,349,349,349,349,349,349,349,349,342,349,342,343,349,349,349,349,342,342,343,345,349,349,349,349,344,349,349,349,344,345,345,341,342,343,342,342,342,343,349,349,343,349,343,349,344,349,344,349,345,349,345,349,344,344,343,344,342,342,342,345,345,341,342,343,342,341,345,341,349,349,349,342,349,349,349,341 +343,341,341,342,341,344,342,343,343,342,345,344,342,342,342,345,345,341,341,342,344,341,342,341,342,345,344,345,343,345,341,341,341,344,344,344,345,343,345,345,344,341,343,341,343,344,342,345,344,341,345,345,345,344,342,343,341,343,343,344,342,341,345,342,345,344,342,341,343,345,344,345,345,345,342,345,345,342,342,344,342,343,343,344,344,343,345,341,342,341,343,343,341,344,345,344,341,341,345,345 +344,345,344,342,343,342,345,344,344,342,345,345,344,343,344,344,343,343,343,343,344,341,343,341,344,345,345,343,343,343,341,341,343,343,342,344,342,341,342,342,344,345,344,342,342,345,344,343,342,345,342,342,345,343,343,344,341,342,344,345,345,345,341,344,344,343,342,344,344,344,341,345,343,341,341,343,342,342,343,341,344,341,342,343,341,343,342,343,344,342,344,342,345,341,342,345,343,345,343,344 +342,343,343,342,345,343,344,344,342,341,345,343,344,343,344,344,343,344,341,345,342,341,345,343,341,344,344,344,344,344,344,345,341,344,344,344,341,341,342,344,341,344,341,343,343,342,343,342,344,342,345,342,343,341,344,341,344,342,343,341,341,345,342,343,345,341,341,344,344,344,345,344,344,343,342,342,344,341,342,343,344,341,343,345,341,345,343,341,345,343,344,341,343,342,343,341,343,343,341,343 +342,345,341,342,341,341,341,341,345,345,342,342,343,342,345,344,343,345,343,345,345,343,345,345,343,344,343,342,344,343,344,345,341,342,341,343,344,341,344,343,341,344,344,345,343,342,344,341,342,342,343,342,345,342,345,344,342,345,341,342,341,345,343,343,345,341,344,345,342,342,343,342,341,342,342,345,342,344,342,343,343,343,341,341,343,343,343,341,342,345,342,343,341,344,345,341,343,344,341,342 +344,345,344,342,343,341,342,343,345,345,344,341,343,343,345,343,343,341,343,341,341,344,344,342,342,344,345,342,342,345,341,345,345,341,344,344,341,344,345,345,343,341,344,341,342,345,343,345,345,345,344,342,343,343,341,341,341,341,342,341,341,343,341,344,342,341,345,345,345,341,345,341,342,344,341,344,342,345,343,343,344,345,345,344,344,342,343,342,341,342,345,344,341,342,341,342,343,342,343,342 +341,342,343,342,345,344,343,343,345,345,343,343,342,344,344,344,345,343,341,343,343,343,343,341,341,344,344,343,342,341,343,342,344,342,344,344,343,345,341,342,341,341,343,343,343,343,344,343,345,342,341,341,341,341,345,344,342,343,341,345,342,342,345,344,343,345,344,344,342,343,343,343,341,345,341,342,343,344,345,341,344,344,342,342,342,343,343,342,342,344,341,345,341,342,342,344,341,344,341,344 +350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,, +,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=576;6208 posEnd=640;6208 posCurrent=583;6208 step=4 time=18 phase=333 channel=1 icon=361 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=768;6144 posEnd=832;6144 posCurrent=775;6144 step=4 time=18 phase=333 channel=1 icon=361 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=576;6080 posEnd=640;6080 posCurrent=583;6080 step=4 time=18 phase=333 channel=1 icon=361 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=768;6016 posEnd=832;6016 posCurrent=775;6016 step=4 time=18 phase=333 channel=1 icon=361 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=576;5952 posEnd=640;5952 posCurrent=583;5952 step=4 time=18 phase=333 channel=1 icon=361 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=768;5888 posEnd=832;5888 posCurrent=775;5888 step=4 time=18 phase=333 channel=1 icon=361 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=896;5888 posEnd=960;5888 posCurrent=960;5888 step=3 time=18 phase=333 channel=12 icon=249 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=896;6144 posEnd=960;6144 posCurrent=960;6144 step=3 time=18 phase=333 channel=12 icon=249 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;6276 posEnd=898;6276 posCurrent=898;6276 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;5636 posEnd=898;5636 posCurrent=898;5636 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=640;5440 posEnd=896;5440 posCurrent=896;5440 step=3 time=6 phase=333 channel=10 icon=85 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=896;5568 posEnd=640;5568 posCurrent=640;5568 step=3 time=6 phase=333 channel=10 icon=87 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;4932 posEnd=642;4932 posCurrent=642;4932 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;4932 posEnd=898;4932 posCurrent=898;4932 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5064 posEnd=642;5064 posCurrent=642;5064 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=3 timeStopEnd=3 posStart=1088;4864 posEnd=1088;5824 posCurrent=1088;5355 step=4 time=44 phase=333 channel=1 icon=29 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=768;4672 posEnd=1088;4672 posCurrent=896;4672 step=2 time=20 phase=333 channel=10 icon=77 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=1088;4416 posEnd=768;4416 posCurrent=896;4416 step=2 time=24 phase=333 channel=10 icon=98 +MoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=704;4160 posEnd=1088;4160 posCurrent=948;4160 step=4 time=22 phase=333 channel=10 icon=77 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4038 posEnd=1090;4038 posCurrent=1090;4038 step=1 time=0 phase=333 channel=10 icon=178 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;3972 posEnd=834;3972 posCurrent=834;3972 step=1 time=0 phase=333 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3908 posEnd=770;3908 posCurrent=770;3908 step=1 time=0 phase=333 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;3844 posEnd=706;3844 posCurrent=706;3844 step=1 time=0 phase=333 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3780 posEnd=642;3780 posCurrent=642;3780 step=1 time=0 phase=333 channel=10 icon=16 +MoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=960;2880 posEnd=768;2880 posCurrent=773;2880 step=2 time=88 phase=333 channel=10 icon=66 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2888 posEnd=642;2888 posCurrent=642;2888 step=1 time=0 phase=333 channel=10 icon=142 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2496 posEnd=834;2496 posCurrent=834;2496 step=1 time=0 phase=333 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2496 posEnd=770;2496 posCurrent=770;2496 step=1 time=0 phase=333 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;2496 posEnd=898;2496 posCurrent=898;2496 step=1 time=0 phase=333 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2692 posEnd=834;2692 posCurrent=834;2692 step=1 time=0 phase=333 channel=10 icon=16 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1024;2368 posEnd=896;2368 posCurrent=908;2368 step=4 time=2 phase=333 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=768;2304 posEnd=896;2304 posCurrent=884;2304 step=4 time=2 phase=333 channel=10 icon=77 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=704;2176 posEnd=1024;2176 posCurrent=832;2176 step=2 time=20 phase=333 channel=10 icon=77 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1732 posEnd=706;1732 posCurrent=706;1732 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1668 posEnd=898;1668 posCurrent=898;1668 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1412 posEnd=770;1412 posCurrent=770;1412 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1476 posEnd=1026;1476 posCurrent=1026;1476 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1988 posEnd=642;1988 posCurrent=642;1988 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1988 posEnd=770;1988 posCurrent=770;1988 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1988 posEnd=834;1988 posCurrent=834;1988 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1988 posEnd=962;1988 posCurrent=962;1988 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1988 posEnd=1026;1988 posCurrent=1026;1988 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;772 posEnd=1090;772 posCurrent=1090;772 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;512 posEnd=1026;512 posCurrent=1026;512 step=1 time=0 phase=333 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;512 posEnd=962;512 posCurrent=962;512 step=1 time=0 phase=333 channel=10 icon=52 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;580 posEnd=1090;580 posCurrent=1090;580 step=1 time=0 phase=333 channel=10 icon=0 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1156 posEnd=642;1156 posCurrent=642;1156 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1156 posEnd=706;1156 posCurrent=706;1156 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1156 posEnd=1026;1156 posCurrent=1026;1156 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1156 posEnd=1090;1156 posCurrent=1090;1156 step=1 time=0 phase=333 channel=10 icon=68 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;324 posEnd=1026;324 posCurrent=1026;324 step=1 time=0 phase=333 channel=10 icon=35 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;392 posEnd=706;392 posCurrent=706;392 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;6280 posEnd=1090;6280 posCurrent=1090;6280 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5640 posEnd=642;5640 posCurrent=642;5640 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=896;5056 posEnd=640;5056 posCurrent=883;5056 step=4 time=38 phase=333 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4552 posEnd=1090;4552 posCurrent=1090;4552 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4296 posEnd=1090;4296 posCurrent=1090;4296 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;392 posEnd=962;392 posCurrent=962;392 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;392 posEnd=1090;392 posCurrent=1090;392 step=1 time=0 phase=333 channel=10 icon=24 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=704;3200 posEnd=1024;3200 posCurrent=875;3200 step=4 time=14 phase=333 channel=1 icon=361 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=1024;3072 posEnd=704;3072 posCurrent=853;3072 step=4 time=14 phase=333 channel=1 icon=361 diff --git a/worlds/world065.txt b/worlds/world065.txt new file mode 100644 index 0000000..2b4d9cf --- /dev/null +++ b/worlds/world065.txt @@ -0,0 +1,270 @@ +DescFile: posDecor=550;1450 dimDecor=100;100 world=0 music=10 region=4 blupiPos=962;1734 blupiDir=2 +Decor: +341,350,350,350,343,342,344,343,346,344,343,341,345,343,344,345,343,345,345,345,350,350,350,346,342,342,342,350,350,350,346,341,341,346,344,346,343,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,235,235,235,344,342,342,344,343,343,342,343,344,344,344,342,345,342,345,363,,,,347,341,341,356,,,,354,342,343,343,345,343,346,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,362,342,343,345,344,345,344,344,344,345,345,343,345,343,344,341,330,,,354,343,356,,,357,,,354,350,345,344,341,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,347,342,343,343,341,342,345,345,344,341,345,343,345,344,345,363,,,,,351,,,,351,,,,,347,346,342,344,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,362,342,346,345,346,346,345,345,344,345,345,341,345,342,344,348,,,,384,363,,,378,347,355,,,,354,344,343,343,342,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,347,344,343,342,345,345,342,346,342,345,345,342,342,341,343,348,,,353,350,363,,,378,347,348,,,,,347,344,344,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349 +342,235,235,235,350,350,350,350,350,350,350,350,350,350,350,350,342,346,343,344,76,349,356,,347,355,,,362,348,,,,,347,345,341,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,346,345,345,341,346,346,345,345,343,343,346,344,341,342,346,343,345 +363,,,,,,,,,,,,,,,,347,346,342,348,,351,,378,347,356,,,362,346,355,,353,349,345,342,345,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,344,342,344,346,343,343,346,346,345,342,346,342,345,343,342,342,343 +348,,,378,4,,,378,4,55,54,378,4,,,,347,342,344,348,,351,,378,351,,,378,362,346,345,349,341,341,342,346,343,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,343,341,343,344,346,345,341,341,343,345,343,344,342,344,343,343,346,342 +348,,,,201,201,4,201,201,201,4,201,201,201,4,201,362,346,344,348,,351,,378,351,,,,362,346,342,343,345,342,343,342,343,345,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342,342,346,345,341,342,341,343,344,343,344,342,345,344,342,344,341,341 +363,,,60,4,55,53,378,4,,,60,4,55,53,,347,342,345,348,,351,,,351,,,,347,345,345,342,346,341,341,345,346,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,350,350,350,350,350,350,350,350,350,350,350,344,345,342,345,344,346 +348,,,,,,,,,,,,,,,,347,345,345,348,,362,352,335,348,,353,349,342,345,341,342,345,343,346,343,343,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,343,346,341,343 +343,235,235,349,349,349,349,384,349,349,201,201,349,355,,,347,342,345,343,76,356,,,351,,362,384,345,341,341,343,345,341,346,343,342,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,343,346,344 +348,,,362,341,345,341,201,345,201,201,201,344,356,,,354,344,344,363,,,,,354,76,350,334,343,342,344,343,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,344,345 +363,,,362,341,341,341,201,201,201,345,345,348,,,,,354,350,356,,,,,,,,,347,344,343,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,341 +363,,,362,342,342,344,341,342,345,342,342,348,,,,,202,202,,,,,,,,,,347,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341 +363,,,362,341,342,344,345,342,345,342,345,363,,,,,359,355,,,,,,,,,,347,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,345 +341,355,,384,343,343,343,345,342,342,346,343,346,349,355,,,,351,,,,353,76,76,349,76,76,343,344,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +342,343,349,342,344,341,342,346,345,345,346,344,345,344,348,,,,362,76,349,336,348,,,351,,378,347,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347 +345,344,344,344,346,342,343,341,343,346,345,346,346,343,348,,,353,356,,351,,351,,378,351,,378,362,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347 +344,342,344,343,344,343,343,342,346,342,343,344,344,342,356,,,351,,,351,,347,138,,351,,378,347,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +341,344,343,341,344,345,342,344,345,346,341,346,342,356,,,,351,,,351,,347,138,378,351,,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +341,341,344,345,345,341,342,344,345,345,346,341,363,,,,,351,,,351,,362,138,378,362,349,421,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +344,343,341,345,341,345,345,344,341,342,346,344,348,,,,353,356,,,351,,351,,,347,348,,351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,345 +342,343,342,343,344,344,342,345,344,342,342,344,348,,,353,356,,,353,356,,351,,,362,348,,201,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,359,343,342 +345,343,343,343,342,345,341,343,343,343,343,343,348,,,351,,,353,356,,,351,,,354,344,349,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,343 +341,344,344,341,345,342,343,341,346,344,345,341,363,,,351,,,351,,,,362,355,,,354,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347 +342,345,343,345,345,343,342,344,344,341,346,341,363,,,351,,,351,,,,354,348,,,,347,345,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347 +350,350,350,350,350,344,344,343,346,344,346,342,348,,,351,,,362,138,,,378,362,355,,,347,341,346,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +,,,,,362,341,342,342,345,342,342,348,,,351,,,362,138,,378,359,344,356,,,362,343,342,344,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347 +,,,,,362,344,342,341,346,342,342,348,,,351,,,362,138,,,378,351,,,,364,68,344,346,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +,,,,,362,344,344,343,345,344,350,356,,,351,,,351,,,384,352,363,,,,364,68,344,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +,,,,,362,341,345,342,341,356,,,,,351,,,351,,,,378,351,,,,364,68,345,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362 +,,,,,362,343,344,344,348,,,,,,351,,,351,,,378,359,363,,,,364,68,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,343 +,,,,,362,342,341,344,363,,,,,353,356,,,351,,,,378,351,,,,364,68,341,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,342 +,,,,,362,343,345,342,363,,,,,351,,,,351,,,378,359,348,,,,364,68,343,341,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,344,346 +,,,,,347,342,342,346,348,,,,,351,,,,351,,,,378,347,355,,,362,343,343,346,345,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,345,341,341 +,,,,,362,344,345,342,341,349,349,355,,347,355,,,347,355,,,353,343,363,,,354,350,341,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,341,342,341,345 +,,,,,347,344,345,343,345,345,345,343,349,345,342,349,384,342,348,,,362,341,345,355,,,,347,344,344,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,343,343,342,345,343,345 +,,,,,362,344,343,341,341,345,341,350,350,350,350,342,350,341,344,355,,92,91,341,343,355,,,354,346,343,346,349,349,349,349,349,349,349,349,349,355,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,353,349,349,349,349,349,349,349,349,349,343,346,341,345,345,344,345,342,345 +,,,,,347,341,345,344,343,345,356,,,,,358,378,347,345,350,352,342,91,342,343,345,355,,,347,342,343,345,345,341,341,342,345,342,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,343,343,344,346,344,343,342,343,346,346,345,343,343,346,341,345,345,344 +,,,,,347,345,344,346,341,348,,,,,,,378,362,356,,,92,91,345,342,346,363,,378,347,341,342,346,343,346,343,345,344,345,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,346,346,345,345,343,345,342,342,342,345,346,341,346,342,341,344,343,345 +,,,,,347,344,341,345,343,348,,,,353,349,355,378,358,,,,362,343,345,344,341,363,,,347,346,343,346,346,341,343,341,343,344,345,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,341,343,344,346,342,343,345,344,346,343,345,346,343,342,344,344,342,341 +,,,,,347,343,341,341,342,304,305,305,305,350,343,363,,,,353,349,341,345,345,341,341,363,,,92,91,91,345,341,342,346,345,342,345,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,362,344,345,345,341,343,345,341,342,342,341,343,342,344,345,345,342,342,341 +,,,,,362,344,343,345,363,,58,,58,,362,341,349,349,349,345,345,342,341,345,341,344,348,,,347,346,91,343,345,346,345,345,345,346,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,347,346,345,343,343,345,344,343,342,341,341,346,342,341,344,341,342,342,345 +,,,,,347,341,343,344,342,11,11,22,11,11,341,343,344,341,341,341,344,343,342,345,343,344,348,,353,342,343,91,343,343,342,345,346,345,341,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,354,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350,350 +,,,,,362,342,343,344,342,11,53,,53,11,345,343,345,342,341,341,344,342,341,341,346,344,341,349,346,346,342,91,91,345,346,346,346,345,341,346,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,343,342,346,345,11,,,376,11,343,344,341,343,341,343,342,344,343,345,345,342,344,345,342,341,341,344,91,346,342,341,341,341,342,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,347,343,345,341,343,11,54,,54,11,344,345,345,342,341,345,344,345,343,341,343,345,346,344,346,346,346,343,91,343,342,344,343,344,343,346,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,341,342,342,341,11,11,22,11,11,341,341,343,345,341,344,341,342,342,341,346,345,346,344,346,345,342,343,91,343,342,346,346,345,344,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,343,344,345,342,345,343,341,341,345,344,344,342,341,341,345,344,344,342,342,343,343,344,345,346,346,341,344,91,341,341,346,341,346,343,343,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,345,342,341,344,346,344,344,344,344,342,341,342,343,344,342,345,341,341,345,341,345,346,344,346,346,346,345,91,341,345,343,344,343,343,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,345,345,344,342,342,342,344,342,344,342,346,344,343,343,343,342,343,341,345,345,344,344,341,346,344,342,343,91,345,344,345,345,345,345,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,362,345,341,345,344,345,343,344,345,344,342,345,341,343,344,343,344,344,341,346,343,346,346,343,342,345,343,346,91,91,344,345,346,346,345,341,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,347,341,341,342,341,343,344,345,342,341,346,344,345,344,344,344,345,341,345,342,341,345,344,343,343,345,344,343,91,91,341,342,343,343,344,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,347,344,343,344,344,343,346,341,346,345,346,341,343,341,345,346,341,345,344,345,342,346,345,343,346,343,344,344,91,91,343,345,342,344,345,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +349,349,349,349,349,345,345,345,341,345,342,343,342,343,342,343,346,341,345,342,345,341,343,341,345,343,346,346,342,341,345,344,91,91,91,342,341,342,341,344,343,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,344,341,342,344,344,345,342,343,343,341,341,343,343,343,342,342,341,341,342,342,345,350,350,346,346,344,346,344,343,343,345,91,91,91,341,342,341,345,341,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,342,342,343,342,344,344,344,342,345,344,342,342,344,345,346,344,342,344,342,356,,,362,344,343,345,342,343,344,345,91,91,91,344,345,342,344,346,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,342,344,342,344,341,346,341,346,343,341,341,345,346,346,344,342,344,345,345,356,,,,347,343,346,342,341,345,342,91,91,91,91,342,342,344,346,344,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,341,341,344,342,343,345,345,344,344,341,346,346,341,346,344,344,341,345,348,,,,,347,341,341,346,346,346,341,91,91,91,91,91,343,344,344,342,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,341,344,344,342,341,343,343,346,341,346,346,344,345,342,346,343,343,346,356,,,,,354,342,345,341,345,342,344,91,91,91,91,91,343,342,344,345,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,341,344,344,341,343,344,344,341,346,343,343,346,344,345,346,345,342,356,,,,,,,362,346,346,345,346,343,91,91,91,91,91,346,342,341,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,342,341,342,341,346,346,345,341,342,344,346,344,341,342,344,344,363,,,,,,,,354,345,341,345,346,341,91,91,91,91,91,344,345,345,346,341,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,342,341,350,350,350,343,341,342,342,346,343,344,342,344,342,342,348,,,,,,,,,362,342,345,343,341,91,91,91,91,91,91,91,343,345,346,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,343,356,,,,354,346,342,345,346,342,344,345,343,343,345,348,,,,,,,,,362,341,343,345,343,91,91,91,91,91,91,91,343,344,346,346,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,356,,,357,,,362,341,341,344,341,344,341,346,344,345,348,,,,,,,,,362,342,341,345,342,341,91,91,91,91,341,346,343,344,346,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,353,363,,,362,341,346,343,345,342,343,343,343,341,346,355,,,,,,,,92,91,91,91,91,91,91,91,91,91,346,343,346,341,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,354,363,,,347,342,341,343,345,346,346,345,346,342,345,346,355,,,,,,,362,343,344,343,345,346,346,344,344,342,346,342,345,346,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,355,,,358,,353,341,343,345,341,342,345,345,344,342,342,345,346,348,,,,,,,347,345,342,346,346,344,343,345,342,344,343,344,345,346,346,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,342,355,,,,362,345,343,344,346,344,342,345,345,344,342,341,341,356,,,,,,,347,343,342,341,345,344,341,345,343,346,342,343,346,346,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,344,363,,,,347,345,342,343,341,346,342,345,341,345,342,345,363,,,,,,,,68,343,343,342,341,345,346,341,345,341,343,344,343,345,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,342,344,330,,,347,344,350,350,350,344,343,345,344,345,344,346,356,,,,,,,,68,341,345,343,342,343,344,346,343,345,342,345,345,342,341,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,342,356,,,353,342,356,,,,354,343,346,346,341,344,363,,,,,,,,,68,345,346,346,342,346,344,345,346,343,344,345,342,342,342,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,363,,,,362,356,,,,,,354,341,344,345,345,344,355,,,,,,,,68,343,344,342,343,344,345,350,350,350,350,350,350,350,350,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,348,,,,351,,,,357,,,,347,342,345,342,341,356,,,,,,,,347,342,344,342,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,342,138,,,201,201,352,201,201,201,352,201,362,342,346,342,363,,,,,,,,,68,343,344,345,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,363,,,,351,,,,358,,,,347,342,345,344,348,,,,,,,,,68,345,344,341,344,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,345,355,,353,343,355,,,,,,359,344,344,343,345,348,,,,,,,,,68,345,343,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,342,342,349,342,342,343,349,349,355,,,,362,343,343,346,346,355,,,,,,,,362,343,343,343,341,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,345,345,345,343,345,341,342,344,346,355,,,347,343,341,342,344,348,,,,,,,,362,346,345,345,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,343,341,342,345,343,345,346,344,345,345,355,,362,342,343,346,343,341,355,,,,,,359,346,342,344,342,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,343,342,345,345,346,346,341,341,344,346,363,,347,346,344,346,343,345,356,,,,,,,347,342,345,344,346,345,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,341,343,341,343,341,345,343,344,345,342,348,,347,344,341,341,342,348,,,,,,359,349,346,345,341,345,341,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,341,344,344,345,350,343,341,343,341,344,363,,362,344,346,343,345,356,,,,,,,347,344,341,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,341,343,343,356,,362,345,345,343,343,356,,362,344,343,343,348,,,,,,359,349,343,344,341,342,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,344,348,,,362,343,341,341,356,,,362,342,343,343,348,,,,,,,347,346,346,346,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,341,342,344,200,200,345,350,350,356,,,,362,346,345,345,344,355,,,,359,349,341,343,346,346,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,341,343,363,,,201,,,,,,,347,343,346,343,344,356,,,,,362,344,345,346,344,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,343,342,348,,,201,201,201,201,201,201,201,342,344,341,341,348,,,,359,349,344,345,342,346,341,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,343,344,348,,,201,,,,,,,347,343,342,345,348,,,,,347,346,344,345,345,346,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,341,344,344,200,200,345,349,349,355,,,,362,342,350,341,348,,,353,349,346,341,343,342,341,344,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,345,344,363,,,347,345,344,348,,,,347,356,,347,363,,,68,346,346,342,346,343,346,346,341,342,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,343,341,345,355,,362,343,344,363,,,,351,,,362,363,,,68,344,344,342,341,343,342,343,350,356,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,342,344,342,343,349,345,341,342,363,,353,349,348,,,362,363,,,68,346,346,341,345,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,341,343,344,346,345,341,346,341,363,,354,345,356,,,347,356,,,68,344,344,342,341,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,343,346,346,343,346,344,344,345,363,,,358,,,,358,,,,362,341,346,342,345,346,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,346,341,342,342,344,345,346,341,343,76,76,76,76,352,76,76,76,352,76,343,342,345,345,344,344,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,341,342,343,345,341,344,342,345,363,,,,,,,357,,,,347,344,341,342,343,345,346,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,342,345,344,344,344,341,342,341,345,349,349,349,349,349,349,343,349,349,349,345,346,342,341,344,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,, +,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,68,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,67,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,, +,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,, +,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,203,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,19,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,24,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,24,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;772 posEnd=3010;772 posCurrent=3010;772 step=1 time=0 phase=979 channel=10 icon=222 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1092 posEnd=1858;1092 posCurrent=1858;1092 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1092 posEnd=2114;1092 posCurrent=2114;1092 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1092 posEnd=1666;1092 posCurrent=1666;1092 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1092 posEnd=1090;1092 posCurrent=1090;1092 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;964 posEnd=1474;964 posCurrent=1474;964 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;134 posEnd=834;134 posCurrent=834;134 step=1 time=0 phase=979 channel=10 icon=252 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1732 posEnd=642;1732 posCurrent=642;1732 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;772 posEnd=5250;772 posCurrent=5250;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;772 posEnd=5314;772 posCurrent=5314;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;772 posEnd=5378;772 posCurrent=5378;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;772 posEnd=5442;772 posCurrent=5442;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;772 posEnd=5506;772 posCurrent=5506;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;772 posEnd=5570;772 posCurrent=5570;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;772 posEnd=5186;772 posCurrent=5186;772 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;324 posEnd=5442;324 posCurrent=5442;324 step=1 time=0 phase=979 channel=10 icon=89 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;324 posEnd=5506;324 posCurrent=5506;324 step=1 time=0 phase=979 channel=10 icon=89 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;260 posEnd=4802;260 posCurrent=4802;260 step=1 time=0 phase=979 channel=10 icon=15 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;832 posEnd=2304;832 posCurrent=2304;832 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;832 posEnd=2176;832 posCurrent=2176;832 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;832 posEnd=2240;832 posCurrent=2240;832 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;768 posEnd=2176;768 posCurrent=2176;768 step=1 time=0 phase=979 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;768 posEnd=2240;768 posCurrent=2240;768 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;768 posEnd=2304;768 posCurrent=2304;768 step=1 time=0 phase=979 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2176;704 posEnd=2176;704 posCurrent=2176;704 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2240;704 posEnd=2240;704 posCurrent=2240;704 step=1 time=0 phase=979 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2304;704 posEnd=2304;704 posCurrent=2304;704 step=1 time=0 phase=979 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=384;1728 posEnd=384;1728 posCurrent=384;1728 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5952;768 posEnd=5952;768 posCurrent=5952;768 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;384 posEnd=4352;384 posCurrent=4352;384 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;320 posEnd=4160;320 posCurrent=4160;320 step=1 time=0 phase=979 channel=1 icon=32 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;324 posEnd=5890;324 posCurrent=5890;324 step=1 time=0 phase=979 channel=10 icon=89 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=960;1664 posEnd=960;1344 posCurrent=960;1664 step=4 time=30 phase=979 channel=1 icon=29 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1476 posEnd=386;1476 posCurrent=386;1476 step=1 time=0 phase=979 channel=10 icon=211 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1988 posEnd=450;1988 posCurrent=450;1988 step=1 time=0 phase=979 channel=10 icon=4 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;6148 posEnd=1538;6148 posCurrent=1538;6148 step=1 time=0 phase=979 channel=10 icon=35 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;6280 posEnd=1410;6280 posCurrent=1410;6280 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;6280 posEnd=1666;6280 posCurrent=1666;6280 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2240;896 posEnd=2240;1152 posCurrent=2240;1076 step=4 time=12 phase=979 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2304;1152 posEnd=2304;896 posCurrent=2304;972 step=4 time=12 phase=979 channel=10 icon=75 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;776 posEnd=3138;776 posCurrent=3138;776 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=1216;1344 posEnd=1472;1344 posCurrent=1472;1344 step=3 time=133 phase=979 channel=10 icon=243 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1984;1152 posEnd=1792;1152 posCurrent=1804;1152 step=4 time=2 phase=979 channel=1 icon=361 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1472;1216 posEnd=1280;1216 posCurrent=1357;1216 step=2 time=18 phase=979 channel=10 icon=75 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1160 posEnd=1538;1160 posCurrent=1538;1160 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;134 posEnd=898;134 posCurrent=898;134 step=1 time=0 phase=979 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;134 posEnd=962;134 posCurrent=962;134 step=1 time=0 phase=979 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;134 posEnd=1026;134 posCurrent=1026;134 step=1 time=0 phase=979 channel=10 icon=252 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;200 posEnd=130;200 posCurrent=130;200 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;200 posEnd=194;200 posCurrent=194;200 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;200 posEnd=258;200 posCurrent=258;200 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;200 posEnd=322;200 posCurrent=322;200 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;836 posEnd=2370;836 posCurrent=2370;836 step=1 time=0 phase=979 channel=10 icon=227 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1664;960 posEnd=1664;768 posCurrent=1664;845 step=2 time=18 phase=979 channel=10 icon=75 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1856;768 posEnd=1856;960 posCurrent=1856;883 step=2 time=18 phase=979 channel=10 icon=75 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1984;1664 posEnd=2176;1664 posCurrent=2099;1664 step=2 time=18 phase=979 channel=10 icon=75 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1800 posEnd=2882;1800 posCurrent=2882;1800 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;1476 posEnd=3714;1476 posCurrent=3714;1476 step=1 time=0 phase=979 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1476 posEnd=3778;1476 posCurrent=3778;1476 step=1 time=0 phase=979 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1476 posEnd=3842;1476 posCurrent=3842;1476 step=1 time=0 phase=979 channel=10 icon=208 +MoveObject: type=46 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;1476 posEnd=3906;1476 posCurrent=3906;1476 step=1 time=0 phase=979 channel=10 icon=208 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5632;640 posEnd=5632;384 posCurrent=5632;436 step=2 time=32 phase=979 channel=1 icon=29 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;324 posEnd=5954;324 posCurrent=5954;324 step=1 time=0 phase=979 channel=10 icon=89 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;968 posEnd=6082;968 posCurrent=6082;968 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;968 posEnd=6018;968 posCurrent=6018;968 step=1 time=0 phase=979 channel=10 icon=25 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5760;384 posEnd=5760;640 posCurrent=5760;588 step=2 time=32 phase=979 channel=1 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5954;968 posEnd=5954;968 posCurrent=5954;968 step=1 time=0 phase=979 channel=10 icon=25 diff --git a/worlds/world066.txt b/worlds/world066.txt new file mode 100644 index 0000000..722d180 --- /dev/null +++ b/worlds/world066.txt @@ -0,0 +1,232 @@ +DescFile: posDecor=0;0 dimDecor=100;100 world=0 music=9 region=31 blupiPos=258;390 blupiDir=2 +Decor: +346,341,350,342,341,350,350,341,344,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,330,,362,348,,,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,347,363,,,362,344,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,362,348,,,362,344,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,347,348,,,362,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,373,363,,,347,343,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,353,344,348,,,362,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,354,345,304,305,305,343,341,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,362,348,,,347,343,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,359,346,356,,,347,341,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,364,,,,347,341,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,359,343,355,,,362,341,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,362,348,,,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,362,348,,,347,344,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,354,350,355,,347,343,342,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,138,,,,351,,347,342,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,138,,,,351,,347,342,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,138,,,,351,,362,343,341,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,351,,347,344,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,,351,,362,341,343,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,351,,347,341,341,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,,351,,362,341,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,353,356,,347,341,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,351,,,347,343,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,351,,,362,344,345,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,351,,,362,342,341,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,353,356,,,347,342,345,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,351,,,359,342,344,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,359,348,,,,373,345,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,351,,,353,344,344,342,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,362,355,,354,343,342,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +356,,,354,363,,,347,345,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +404,,,,373,355,,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +360,,,359,346,348,,362,342,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +410,,,,373,363,,362,342,342,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,,,359,344,356,,362,343,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,351,,,347,344,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,351,,,362,345,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,351,,,347,343,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,,351,,,347,344,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,353,348,,,362,342,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,359,350,363,,,347,342,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,354,355,,362,341,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,349,355,,,351,,347,341,342,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,350,348,,,351,,347,341,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,358,,353,356,,347,342,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,,351,,,362,343,344,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +356,404,,359,363,,353,342,345,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,129,362,342,344,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,362,344,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,362,343,341,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,345,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,344,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,341,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,362,345,343,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,341,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,362,344,342,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,342,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,341,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,345,345,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,343,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,362,345,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,343,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,341,344,341,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,341,344,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,347,345,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,110,351,,114,362,342,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,126,351,,359,343,341,345,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,347,348,,,347,342,343,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +355,410,,68,348,,,362,343,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,347,348,,378,362,345,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,410,,68,348,,359,342,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,347,342,138,378,362,345,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,410,,68,363,,,347,341,344,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,354,350,352,235,345,341,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,355,,,,,,347,342,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,348,,,,353,349,345,345,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,344,349,349,349,345,344,341,343,342,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,342,341,344,345,343,342,342,344,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,341,345,341,343,341,341,344,342,341,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,345,342,346,343,342,343,343,342,345,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,345,341,343,346,346,344,344,345,343,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,344,350,350,350,350,344,341,345,345,343,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,330,,202,,,68,342,344,345,341,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,202,,,68,344,341,344,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,202,,,68,341,345,345,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,202,,,68,344,344,343,344,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,202,,,68,344,344,342,345,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,202,,,68,341,345,343,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +363,,,202,,,68,341,344,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +348,,,202,,,68,342,343,342,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +345,349,349,138,,,68,342,345,343,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +341,342,345,138,,,68,344,342,341,342,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,341,363,,,,347,342,342,343,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +346,343,363,,,,373,342,345,343,345,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +342,343,343,355,,,362,344,343,342,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,341,346,342,349,235,344,342,341,344,344,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,343,346,344,363,410,354,345,342,341,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +344,344,345,346,363,,,347,343,342,343,348,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +343,344,344,346,342,349,349,341,342,344,342,363,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;388 posEnd=322;388 posCurrent=322;388 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;388 posEnd=194;388 posCurrent=194;388 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;388 posEnd=3906;388 posCurrent=3906;388 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;388 posEnd=4162;388 posCurrent=4162;388 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;196 posEnd=3842;196 posCurrent=3842;196 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;196 posEnd=4034;196 posCurrent=4034;196 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;196 posEnd=3202;196 posCurrent=3202;196 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;260 posEnd=1026;260 posCurrent=1026;260 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;260 posEnd=1218;260 posCurrent=1218;260 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;260 posEnd=1154;260 posCurrent=1154;260 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;260 posEnd=1090;260 posCurrent=1090;260 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;260 posEnd=962;260 posCurrent=962;260 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;256 posEnd=1280;256 posCurrent=1280;256 step=1 time=0 phase=41 channel=1 icon=32 +MoveObject: type=54 stepAdvance=100 stepRecede=100 timeStopStart=200 timeStopEnd=200 posStart=576;384 posEnd=896;384 posCurrent=576;384 step=1 time=41 phase=41 channel=10 icon=242 +MoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=1600;384 posEnd=1344;384 posCurrent=1600;384 step=1 time=41 phase=41 channel=10 icon=242 +MoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=5504;448 posEnd=5504;64 posCurrent=5504;192 step=2 time=40 phase=41 channel=10 icon=73 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5760;320 posEnd=5632;64 posCurrent=5632;64 step=2 time=32 phase=41 channel=10 icon=98 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;388 posEnd=6274;388 posCurrent=6274;388 step=1 time=0 phase=41 channel=10 icon=123 +MoveObject: type=33 stepAdvance=50 stepRecede=50 timeStopStart=23 timeStopEnd=23 posStart=2304;384 posEnd=2624;384 posCurrent=2412;384 step=2 time=17 phase=41 channel=12 icon=238 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;388 posEnd=3394;388 posCurrent=3394;388 step=1 time=0 phase=41 channel=10 icon=14 +MoveObject: type=4 stepAdvance=120 stepRecede=120 timeStopStart=20 timeStopEnd=20 posStart=3456;192 posEnd=3712;192 posCurrent=3498;192 step=2 time=20 phase=41 channel=10 icon=58 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=2304;256 posEnd=2496;256 posCurrent=2347;256 step=4 time=14 phase=41 channel=1 icon=361 +MoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=2496;192 posEnd=2304;192 posCurrent=2454;192 step=2 time=20 phase=41 channel=10 icon=66 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=1664;64 posEnd=1920;64 posCurrent=1920;64 step=2 time=40 phase=41 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1536;192 posEnd=1536;192 posCurrent=1536;192 step=1 time=0 phase=41 channel=10 icon=73 +MoveObject: type=54 stepAdvance=20 stepRecede=20 timeStopStart=200 timeStopEnd=200 posStart=1088;384 posEnd=1152;384 posCurrent=1088;384 step=1 time=41 phase=41 channel=10 icon=242 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;392 posEnd=4354;392 posCurrent=4354;392 step=1 time=0 phase=41 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;72 posEnd=2882;72 posCurrent=2882;72 step=1 time=0 phase=41 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;392 posEnd=66;392 posCurrent=66;392 step=1 time=0 phase=41 channel=10 icon=23 diff --git a/worlds/world070.txt b/worlds/world070.txt new file mode 100644 index 0000000..09d84b5 --- /dev/null +++ b/worlds/world070.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=500;2200 dimDecor=100;100 world=0 music=0 region=22 blupiPos=770;2502 blupiDir=1 +Decor: +217,234,234,231,220,231,216,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +215,,222,,215,,,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +234,,218,,219,,,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +230,,216,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +233,,,,,,220,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +217,,,,230,,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +220,,220,,215,,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,217,236,236,236,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +231,,221,,231,,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,215,178,220,218,220,235,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +231,,230,,233,,219,218,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,182,231,176,217,215,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +220,234,221,230,220,217,221,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,182,216,174,217,219,236,236,215,236,236,236,236,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,216,235,219,235,235,235,235,235,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,182,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,231,182,220,175,215,217,236,236,236,236,236,236,236,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,216,177,217,215,216,219,235,235,215,235,235,235,235,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,216,215,236,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world071.txt b/worlds/world071.txt new file mode 100644 index 0000000..2db9ef6 --- /dev/null +++ b/worlds/world071.txt @@ -0,0 +1,263 @@ +DescFile: posDecor=300;1250 dimDecor=100;100 world=0 music=1 region=12 blupiPos=578;1542 blupiDir=2 +Decor: +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,,,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,,,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,,,218,218,218,218,218,218,218,218,218,218,218,218,218,50,218,50,218,218,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,236,236,218,218,218,218,218,218,218,218,218,218,218,218,,,218,,56,218,50,218,236,236,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,,,,218,218,218,218,218,218,218,218,,,51,,218,218,,,,,218,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,,,,218,218,,218,,51,,218,,,51,,218,218,218,52,218,218,218,236,236,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,,,,,51,,218,,51,,218,,,218,52,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,,,,218,,51,,218,,51,,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,,,,218,,51,,218,,51,,218,218,218,218,218,218,218,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,52,218,52,218,52,218,52,218,52,218,218,218,218,218,218,,,,56,48,50,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,230,236,236,236,236,236,236,236,230,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,230,236,236,236,236,236,236,236,236,230,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,230,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,236,236,236,236,230,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,230,,,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,230,236,236,236,230,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,56,48,50,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,230,,,,,,,,230,,,,68,230,,,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,218,,,,,,,54,,,,,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,230,236,230,230,236,236,236,236,230,236,236,236,236,236,236,236,230,138,,,68,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,218,,,,,,,,218,,,,54,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,68,230,,,,,230,,,,,,,,230,138,,,68,230,,,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,218,,,,,,,,,49,,,,49,,,,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,230,,,,230,,,68,230,236,236,236,236,230,236,236,236,236,236,236,236,230,138,,,68,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,218,218,,,,,,,,,,218,,,,49,,218,218,218,218,218,218,218,218,218,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,230,,,68,230,,,,,230,,,,,,,,230,138,,,68,230,,,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,218,218,,,,,,,,,,,49,,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,230,,,,230,,,68,230,236,236,236,236,230,236,236,236,236,236,236,236,230,236,236,236,230,230,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,218,218,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,68,230,,,,,230,,,,,,,,,,,,,230,,,,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,218,218,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,230,230,236,230,230,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,218,218,,,,,,,218,236,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,230,,,,,,,,,,230,138,,,,,230,,,,230,,,,,,,,222,222,222,222,222,222 +218,218,218,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +218,218,,,,,,,,,218,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,230,138,,,,,230,,,,230,,,,,,,,222,222,222,222,222,222 +218,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,,,,,,218,236,236,236,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,230,138,,,,,230,,,,230,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,230,138,,,,,230,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,218,236,236,236,218,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,202,,,,,,,,,230,,,,,,,,222,222,222,222,222,222 +236,236,236,218,,,,,,,,218,218,218,218,218,217,219,221,216,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,236,236,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,218,236,236,236,218,,,,218,218,218,218,218,216,230,233,215,219,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,218,218,218,218,233,221,221,231,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,,,,,,218,236,236,236,218,218,218,218,216,216,217,222,219,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,218,218,218,230,220,221,219,217,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,,,,,,,218,236,236,236,218,218,218,233,222,222,231,220,219,221,215,220,220,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,218,218,216,217,218,231,222,217,216,217,233,231,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,,,,,,,,218,236,236,236,218,218,222,219,221,221,215,219,216,222,222,218,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,,218,219,234,230,230,215,221,234,216,220,216,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,222,222,222,222,222,222 +,,,,,,,,,,,,,,,218,222,220,216,234,217,234,231,216,221,220,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,218,,218,231,218,222,219,231,215,216,219,230,231,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,236,222,222,222,222,222,222 +,,,,,,,,,,,,218,218,236,218,233,234,222,220,231,230,234,219,234,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,218,218,218,,218,221,219,220,219,231,216,218,231,222,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,236,222,222,222,222,222,222 +,,,,,,,,,,,,218,218,236,218,233,218,230,222,217,234,222,234,216,222,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,218,,218,215,234,233,215,221,230,215,220,233,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,236,222,222,222,222,222,222 +,,,,,,,,,,,,,,,218,216,218,220,231,231,220,233,220,222,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,219,217,215,216,221,219,216,215,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,236,236,236,236,236,230,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,230,222,222,222,222,222,222 +,,,,,,,,,,,,,,218,236,236,236,236,222,233,217,233,234,220,215,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,,,,230,217,221,230,218,220,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,218,236,236,236,236,236,220,215,220,216,230,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,,,,233,219,221,221,221,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +236,236,236,236,236,236,236,236,236,236,236,218,218,,,218,236,236,236,236,215,234,219,234,230,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,,,,220,231,220,233,216,222,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,218,236,236,236,215,220,230,215,220,221,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,,,,222,222 +,,,,,,,,,,,,,,,,,,,,219,218,219,230,233,222,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,218,236,236,236,236,230,218,216,220,221,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,,,,216,230,219,233,233,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,218,236,236,236,236,236,219,231,215,216,217,234,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235,235,235,235,222,222 +,,,,,,,,,,,,,,,,,,,,219,234,215,234,233,219,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235,235,235,235,222,222 +236,236,236,236,236,236,236,236,236,236,236,218,218,,,218,236,236,236,236,215,215,217,230,219,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,,,,233,233,230,216,219,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,218,,,,221,220,234,219,218,219,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,235,235,235,222,222 +,,,,,,,,,,,,218,,,,218,,,,215,222,230,221,218,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,218,236,236,218,218,,,,222,231,222,233,222,233,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,218,138,,68,218,,,,221,233,219,231,222,221,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,235,235,222,222 +,,,,,,,,,,,,218,138,,68,218,,,,218,231,234,219,230,221,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,218,138,,68,218,236,236,236,220,233,219,216,216,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +218,218,218,218,218,218,218,218,218,218,218,218,218,138,,68,218,218,218,218,231,218,233,219,231,221,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,235,222,222 +,,,,,,,,,,,,218,138,,68,218,236,236,236,231,234,234,221,222,222,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,218,138,,68,218,,,,222,215,218,217,233,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222 +,,,,,,,,,,,,218,138,,68,218,,,,217,219,217,231,215,216,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,218,236,236,218,218,,,,230,217,220,234,230,219,218,,,,,,,,,,,,,,,,,,,,,,234,219,231,221,231,233,230,221,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,218,,,,218,,,,218,218,234,219,222,218,222,,,,,,,,,,,,,,,,,,,,,,216,219,222,216,233,218,221,218,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222 +,,,,,,,,,,,,,,,,218,,,,217,221,216,222,221,218,234,,,,,,,,,,,,,,,,,,,,,,,231,219,222,222,230,220,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,,,,220,234,216,217,233,234,218,,,,,,,,,,,,,,,,,,,,,,,219,219,215,219,217,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,,,220,216,221,230,219,220,217,222,,,,,,,,,,,,,,,,,,,,,,,,218,217,222,234,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,220,221,219,233,221,218,221,217,216,234,,,,,,,,,,,,,,,,,,,,,,,,,216,215,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,234,222,215,233,216,233,230,231,217,231,,,,,,,,,,,,,,,,,,,,,,,,,215,218,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,233,220,222,221,233,231,215,218,215,222,,,,,,,,,,,,,,,,,231,,,,,,,,,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,234,231,231,233,233,234,216,218,234,221,216,,,,,,,,,220,,,,,,,233,215,,,,,,,,201,,,,,,,,,,,,,,,,,,,,,,,,234,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,215,233,222,234,234,216,231,218,220,217,215,217,,218,,,,,230,216,218,,,,,215,230,217,233,,,,,,,230,,,,,,,217,218,,,,,,,,,,,,,,,221,230,215,,,,,,,,,,,,,,,,,,,215,236,222,222 +,,,,,,,,,,,,,,,219,235,219,230,222,216,231,221,231,215,216,217,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,236,221,221,215,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,235,235,235,235,235,215,235,235,235,215,235,235,235,235,235,222,222 +,,,,,,,,,,,,,,,219,235,219,220,218,221,219,217,230,220,234,216,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,221,215,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,221,218,220,230,219,220,219,221,217,221,215,,,,,,219,,,,,220,,,,,,,220,218,216,,,,,,,,,216,,,215,217,,,,,216,215,220,218,233,,,,,,,,,,219,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,216,222,234,231,220,231,219,234,233,219,,,,,,,,,,,,,,,,,,,,234,,,,,,,,215,235,218,235,235,230,,,,,,,219,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,233,220,218,220,233,230,230,217,233,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,,,,,,,,,,,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222 +,,,,,,,,,,,,,,,,,218,222,220,219,218,230,234,216,218,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,233,216,217,231,222,215,217,233,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,220,217,217,234,222,218,215,215,215,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +,,,,,,,,,,,,,,,,,217,234,233,215,220,230,217,215,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +,,,,,,,,,,,,,,,215,,222,220,220,230,217,222,220,230,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +,,,,,,,,,,,,,220,,216,216,215,230,219,216,220,216,220,234,216,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +218,217,231,230,,,,,,,,217,,216,221,215,222,222,234,217,219,234,218,217,233,222,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +231,220,218,231,215,234,231,221,217,233,233,234,215,218,222,230,221,233,218,216,221,218,220,216,230,233,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +218,230,230,221,216,215,230,222,233,217,219,218,218,233,230,221,215,220,218,220,234,230,233,219,218,218,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,222,222,222,222,222,222,222,222,222,222,222,222,222 +221,217,231,217,216,216,217,230,231,216,222,230,215,218,221,220,215,233,234,231,216,220,231,233,234,220,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222,222 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,, +,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,, +,,,,,,,,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1540 posEnd=770;1540 posCurrent=770;1540 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;648 posEnd=6146;648 posCurrent=6146;648 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2048;640 posEnd=2048;640 posCurrent=2048;640 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2112;640 posEnd=2112;640 posCurrent=2112;640 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;1032 posEnd=1282;1032 posCurrent=1282;1032 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;832 posEnd=1728;832 posCurrent=1728;832 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2304;448 posEnd=2304;448 posCurrent=2304;448 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1984;704 posEnd=1984;704 posCurrent=1984;704 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;648 posEnd=2882;648 posCurrent=2882;648 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2432;512 posEnd=2432;512 posCurrent=2432;512 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2176;640 posEnd=2176;640 posCurrent=2176;640 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3652 posEnd=2114;3652 posCurrent=2114;3652 step=1 time=0 phase=6399 channel=10 icon=33 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;1028 posEnd=5314;1028 posCurrent=5314;1028 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;1028 posEnd=5570;1028 posCurrent=5570;1028 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;576 posEnd=2560;576 posCurrent=2560;576 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;132 posEnd=258;132 posCurrent=258;132 step=1 time=0 phase=6399 channel=10 icon=89 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4288;6080 posEnd=4352;6080 posCurrent=4339;6080 step=2 time=8 phase=6399 channel=1 icon=215 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4224;6080 posEnd=4288;6080 posCurrent=4275;6080 step=2 time=8 phase=6399 channel=1 icon=215 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3968;5952 posEnd=3840;5952 posCurrent=3968;5952 step=4 time=20 phase=6399 channel=1 icon=215 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3904;5952 posEnd=3776;5952 posCurrent=3904;5952 step=4 time=20 phase=6399 channel=1 icon=215 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2624;5696 posEnd=2624;5568 posCurrent=2624;5696 step=4 time=20 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=15 stepRecede=66 timeStopStart=2 timeStopEnd=2 posStart=2240;5184 posEnd=2240;5376 posCurrent=2240;5208 step=4 time=58 phase=6399 channel=1 icon=230 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4680 posEnd=1282;4680 posCurrent=1282;4680 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4808 posEnd=1794;4808 posCurrent=1794;4808 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=640;4608 posEnd=448;4608 posCurrent=615;4608 step=2 time=4 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=320;4416 posEnd=320;4224 posCurrent=320;4391 step=2 time=4 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1280;3840 posEnd=1536;3840 posCurrent=1536;3840 step=3 time=3 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=960;4032 posEnd=960;3840 posCurrent=960;4007 step=2 time=4 phase=6399 channel=1 icon=230 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;4168 posEnd=1410;4168 posCurrent=1410;4168 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4168 posEnd=1282;4168 posCurrent=1282;4168 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4168 posEnd=1538;4168 posCurrent=1538;4168 step=1 time=0 phase=6399 channel=10 icon=28 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2112;448 posEnd=2112;448 posCurrent=2112;448 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;640 posEnd=1728;640 posCurrent=1728;640 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1984;512 posEnd=1984;512 posCurrent=1984;512 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;640 posEnd=2368;640 posCurrent=2368;640 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;704 posEnd=2496;704 posCurrent=2496;704 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2304;384 posEnd=2304;384 posCurrent=2304;384 step=1 time=0 phase=6399 channel=10 icon=77 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2560;5696 posEnd=2560;5568 posCurrent=2560;5696 step=4 time=20 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=15 stepRecede=66 timeStopStart=2 timeStopEnd=2 posStart=2176;5184 posEnd=2176;5376 posCurrent=2176;5208 step=4 time=58 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=704;4608 posEnd=512;4608 posCurrent=679;4608 step=2 time=4 phase=6399 channel=1 icon=230 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=256;4416 posEnd=256;4224 posCurrent=256;4391 step=2 time=4 phase=6399 channel=1 icon=230 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;832 posEnd=3458;832 posCurrent=3458;832 step=1 time=0 phase=6399 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;832 posEnd=3970;832 posCurrent=3970;832 step=1 time=0 phase=6399 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1540 posEnd=834;1540 posCurrent=834;1540 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1540 posEnd=898;1540 posCurrent=898;1540 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1540 posEnd=962;1540 posCurrent=962;1540 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1540 posEnd=1026;1540 posCurrent=1026;1540 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1540 posEnd=1090;1540 posCurrent=1090;1540 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1156 posEnd=130;1156 posCurrent=130;1156 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;772 posEnd=642;772 posCurrent=642;772 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;516 posEnd=642;516 posCurrent=642;516 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1412 posEnd=130;1412 posCurrent=130;1412 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;260 posEnd=642;260 posCurrent=642;260 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;644 posEnd=450;644 posCurrent=450;644 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;388 posEnd=450;388 posCurrent=450;388 step=1 time=0 phase=6399 channel=10 icon=16 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;768 posEnd=386;768 posCurrent=386;768 step=1 time=0 phase=6399 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1024 posEnd=130;1024 posCurrent=130;1024 step=1 time=0 phase=6399 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;512 posEnd=450;512 posCurrent=450;512 step=1 time=0 phase=6399 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;128 posEnd=642;128 posCurrent=642;128 step=1 time=0 phase=6399 channel=10 icon=52 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1344;1344 posEnd=1280;1344 posCurrent=1293;1344 step=2 time=8 phase=6399 channel=1 icon=218 diff --git a/worlds/world072.txt b/worlds/world072.txt new file mode 100644 index 0000000..a704c26 --- /dev/null +++ b/worlds/world072.txt @@ -0,0 +1,211 @@ +DescFile: posDecor=650;5170 dimDecor=100;100 world=0 music=5 region=11 blupiPos=962;5382 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,215,235,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,,,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,235,215,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,,,215,,,,215,,,,215,,,,,215,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,217,235,235,235,217,235,235,235,217,235,235,235,235,235,235,217,,,,,,,,,,217,235,235,235,235,217,,,,217,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,,,215,,,,215,,,,215,,,,,215,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,215,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,235,215,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,,,,,,,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,215,235,235,235,235,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,46,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,47,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5640 posEnd=1026;5640 posCurrent=1026;5640 step=1 time=0 phase=89 channel=10 icon=140 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;3460 posEnd=834;3460 posCurrent=834;3460 step=1 time=0 phase=89 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3460 posEnd=1218;3460 posCurrent=1218;3460 step=1 time=0 phase=89 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5060 posEnd=1026;5060 posCurrent=1026;5060 step=1 time=0 phase=89 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4420 posEnd=1026;4420 posCurrent=1026;4420 step=1 time=0 phase=89 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4420 posEnd=1346;4420 posCurrent=1346;4420 step=1 time=0 phase=89 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;4420 posEnd=706;4420 posCurrent=706;4420 step=1 time=0 phase=89 channel=10 icon=7 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3460 posEnd=1026;3460 posCurrent=1026;3460 step=1 time=0 phase=89 channel=10 icon=34 diff --git a/worlds/world073.txt b/worlds/world073.txt new file mode 100644 index 0000000..cd0d798 --- /dev/null +++ b/worlds/world073.txt @@ -0,0 +1,247 @@ +DescFile: posDecor=1610;2750 dimDecor=100;100 world=0 music=2 region=22 blupiPos=1922;3014 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,221,217,215,217,222,218,233,234,231,218,231,222,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,219,220,215,222,215,233,233,216,218,216,221,230,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,217,230,222,215,234,216,231,230,230,217,215,216,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,222,217,215,231,219,217,234,231,218,234,230,233,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,218,234,231,230,234,219,220,220,221,234,234,234,222,221,234,230,231,216,219,234,220,218,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,220,215,217,221,234,219,217,216,218,218,234,216,215,219,218,216,218,233,222,231,233,219,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,231,234,221,220,219,230,221,219,215,221,222,215,233,222,218,234,219,230,218,215,217,219,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,230,222,215,234,222,230,219,216,234,231,217,220,231,233,233,216,222,233,222,218,230,234,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,216,215,221,234,218,215,231,221,222,215,218,217,220,215,231,218,221,230,221,231,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,231,234,219,233,231,220,221,222,222,219,217,220,234,218,234,217,217,234,233,219,220,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,219,215,234,215,215,221,234,231,217,233,234,231,216,221,220,221,234,220,215,218,220,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,221,219,233,218,216,217,220,231,218,220,220,219,231,215,233,233,222,230,231,222,222,216,215,215,,,,231,221,234,230,219,217,230,215,230,215,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,234,231,219,217,216,220,231,217,221,230,222,233,218,234,234,221,216,218,220,230,216,219,230,221,,,,219,215,215,221,233,220,218,221,215,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,217,220,221,220,220,220,220,219,230,222,215,234,217,217,221,216,222,216,221,221,217,217,220,219,,,,230,233,230,222,230,220,218,219,220,230,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,221,218,230,221,221,230,216,218,216,230,220,215,221,222,221,231,219,234,217,217,230,218,234,221,231,235,219,230,222,220,219,221,216,220,216,234,231,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,217,222,217,219,217,230,216,234,221,219,221,216,216,230,216,218,220,221,234,230,219,216,217,230,219,236,234,215,218,217,217,215,215,217,216,215,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,233,217,215,234,220,215,216,231,219,230,234,234,217,220,234,221,218,219,215,221,221,219,216,221,234,,,,,68,215,216,216,234,230,220,233,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,233,230,222,221,233,230,219,216,218,222,217,220,219,218,221,231,215,234,217,216,231,222,231,231,216,231,216,231,235,230,221,217,215,233,222,216,217,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,215,220,219,215,222,217,220,215,219,221,215,230,215,219,230,221,218,234,218,217,221,,,,,68,217,,,,,68,230,234,221,221,217,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,233,219,234,220,219,215,231,218,230,230,231,217,221,231,216,217,220,215,215,230,233,236,216,215,235,220,222,218,215,230,235,222,215,234,222,221,222,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,220,218,216,222,222,216,231,219,219,222,217,217,222,217,220,219,218,222,231,215,218,,219,230,,,,,68,222,,231,222,215,230,221,216,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,220,222,219,234,231,222,218,233,233,218,234,216,218,222,217,215,216,219,220,215,222,235,234,231,220,233,230,422,215,215,236,221,216,219,219,215,216,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,215,220,230,221,231,230,230,231,230,230,231,218,234,222,221,217,233,230,221,219,234,,68,218,222,,,,,,,68,216,218,218,216,234,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,218,230,217,221,220,215,215,216,216,218,219,218,216,222,233,231,231,231,219,222,231,,68,218,215,222,235,217,220,236,231,220,230,216,220,230,222,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,231,222,220,231,222,233,233,217,221,215,216,219,219,233,220,215,217,231,218,219,231,,68,219,219,217,,220,221,,220,215,215,216,215,215,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,222,218,220,222,231,222,218,219,231,218,216,219,218,234,233,221,215,217,216,218,230,236,230,222,220,221,,217,222,,215,220,219,218,217,218,221,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,219,234,230,230,221,215,221,221,219,221,233,218,231,233,235,230,220,230,216,231,216,215,233,233,215,231,221,,68,220,231,215,,234,219,,215,220,216,221,215,216,234,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,217,222,230,221,217,230,219,230,230,233,230,218,220,236,236,215,220,222,234,220,230,216,234,231,220,230,220,,68,218,233,216,231,218,234,234,231,218,233,219,234,217,222,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,222,234,222,219,233,231,220,234,219,221,218,217,,,,218,230,218,217,219,221,217,218,217,215,230,230,,68,221,216,219,230,222,218,218,233,216,219,215,220,215,234,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,231,215,231,220,217,217,233,217,233,233,220,,,,,222,216,215,216,216,221,221,221,222,216,221,219,,68,218,220,222,,68,218,217,215,231,234,220,217,231,234,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,218,231,218,217,230,216,233,218,233,234,216,215,215,234,,,,,,219,222,218,216,217,216,231,234,233,234,233,221,,68,217,216,219,,68,221,222,218,222,234,233,217,234,221,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,222,222,220,217,231,218,220,218,215,218,218,234,222,,,,,,,222,233,230,217,234,234,216,230,217,221,234,233,,68,222,234,,,215,234,217,216,217,220,218,231,221,220,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,219,218,216,219,231,222,215,219,215,215,233,230,,,,,,,,234,222,221,217,217,217,233,218,233,233,231,216,235,217,218,,,,217,221,219,219,234,219,218,215,221,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,215,220,215,215,220,219,220,221,231,230,231,220,234,218,,,,,,,,,217,234,233,218,219,220,219,218,218,230,218,235,235,230,235,235,235,235,215,222,234,230,221,222,215,230,216,231,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,219,217,218,217,221,215,234,219,217,219,218,222,234,,,,,,,,,,218,230,217,217,220,215,222,217,220,222,,,,,,,,,216,230,217,230,221,216,220,217,230,221,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,216,230,233,231,217,233,218,234,215,216,220,222,,,,,,,215,235,235,235,216,215,230,217,234,230,221,216,233,220,,,,,,,,,218,233,221,231,215,220,222,218,221,221,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,218,222,234,233,234,216,215,231,218,234,,,,,,,,215,,,,217,220,221,234,217,233,215,218,222,218,231,236,236,234,236,236,236,236,216,215,230,234,222,231,219,217,221,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,230,218,220,220,219,230,231,217,222,231,,,,,,215,235,235,215,235,235,235,231,230,233,218,219,220,216,217,233,217,230,219,236,222,218,,,,221,221,231,233,215,217,230,220,217,221,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,217,222,215,222,221,215,220,215,221,,,,,,,,,,215,,,,233,221,215,222,218,231,222,222,231,222,231,219,,221,215,231,,,217,216,221,217,216,215,233,230,216,219,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,215,217,231,219,222,216,219,217,,,,,,,,215,235,235,215,235,235,235,222,220,231,231,215,215,233,233,217,231,215,234,235,220,215,231,222,,68,216,220,219,222,216,218,216,218,218,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,217,234,221,221,230,231,220,,,,,,,,,,,,215,,,,216,220,221,233,234,233,219,,,,,,,230,233,220,215,,68,234,219,216,217,231,216,231,222,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,221,219,215,219,219,221,,,,,,,,235,235,235,235,235,215,235,235,235,233,218,218,234,234,220,221,235,217,230,216,215,235,233,217,221,231,234,233,233,230,222,222,233,221,218,231,219,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,230,216,220,231,218,,,,,,,,,,,,,,215,,,,216,233,219,219,231,,,,233,216,217,220,,233,233,217,230,218,231,216,216,234,219,216,218,221,216,217,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,230,215,220,,,,,,236,236,235,235,235,235,235,235,235,215,235,235,235,222,216,220,222,219,,,,233,233,221,217,,230,217,234,218,220,216,219,221,220,230,230,222,220,217,233,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,220,222,230,231,216,,,,,,,,,,,,,,215,,,,222,231,217,219,222,,,,217,230,219,233,236,231,215,218,216,216,220,215,217,216,215,233,215,216,230,218,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,230,219,221,231,233,222,,,,,,,,235,235,235,235,235,215,235,235,235,230,217,219,233,222,,,,219,218,218,220,,222,231,215,234,215,218,230,231,230,219,234,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,220,217,222,217,222,216,,,,,,,,,,,,,,,,216,216,217,231,233,233,218,219,234,217,222,217,,231,218,222,221,215,219,231,220,216,219,215,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,231,221,219,217,221,219,221,217,,,,,,,,235,235,235,235,235,235,235,221,230,219,215,216,231,215,219,233,218,221,231,,217,216,218,222,217,215,231,230,231,219,216,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,220,220,217,234,230,215,220,217,234,,,,,,,,,,,,,,234,222,221,215,217,234,215,215,233,230,231,233,,219,233,233,219,222,217,216,217,218,222,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,216,220,217,220,221,233,219,231,215,219,,,,,,,,,215,235,235,235,233,220,234,221,215,222,233,215,221,234,217,220,,218,221,230,233,218,219,222,215,234,220,233,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,231,234,217,231,233,234,216,218,233,215,,,,,,,,,,,,233,221,215,215,215,219,218,220,230,233,215,234,236,219,215,215,221,220,233,217,218,219,216,216,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,221,234,234,234,231,216,219,233,219,230,221,233,,,,,,,,,,,216,222,222,217,217,,,,,,,,,231,231,215,230,233,220,234,218,221,217,230,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,218,217,221,230,230,222,230,234,218,215,217,218,,,,,,,,235,235,234,217,231,221,218,,,,,,,,,231,234,216,231,218,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,233,217,233,220,217,234,218,221,231,219,216,230,221,234,,,,,,,235,235,219,222,231,222,221,,,,,,,,,68,234,217,230,222,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,234,222,215,218,222,220,217,217,221,220,221,220,221,219,,,,,,,,233,234,217,222,231,,,,,,,,,233,230,234,222,215,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,220,231,230,216,233,233,234,218,220,231,219,234,234,221,234,221,,,,,,,234,215,217,218,220,,,,,,,,,231,218,230,233,222,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,222,216,220,230,234,230,219,215,216,217,218,219,219,220,233,221,216,,,,215,235,217,216,231,222,230,,,,,,,,,234,233,220,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,234,219,231,234,221,216,217,216,233,222,233,216,216,230,233,220,222,221,,,,,233,220,234,230,220,,,,,,,,,231,230,216,221,215,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,231,221,216,231,234,233,231,233,216,222,218,222,216,220,217,215,218,215,218,,,,217,221,234,219,220,,,,,,,,,68,216,233,219,216,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,230,233,219,222,231,218,222,230,219,216,217,221,220,235,235,220,233,230,220,219,,,,,,,,,215,219,220,234,215,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,230,220,222,221,217,233,222,222,216,220,218,219,234,231,236,222,222,222,231,234,,,,,,,,,218,219,231,217,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,219,234,219,221,234,215,233,215,217,233,233,218,231,233,235,235,230,215,234,218,230,230,216,217,222,219,219,236,220,233,233,218,231,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,230,230,215,230,217,216,230,218,231,220,216,216,219,222,231,236,236,236,236,236,234,220,217,218,219,217,234,,219,222,230,216,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,234,222,234,231,233,221,234,218,220,216,231,216,220,231,221,219,235,235,234,222,221,230,218,218,215,220,233,,221,216,230,220,221,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,215,222,233,216,217,233,215,222,231,215,221,217,220,221,221,218,220,236,236,220,233,220,220,218,220,220,217,,218,233,221,233,231,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,221,221,218,234,216,234,219,217,221,216,218,216,230,230,221,221,231,219,235,235,221,216,218,215,218,218,234,,233,221,233,217,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,231,219,233,231,217,234,231,233,218,222,219,221,233,220,216,220,231,221,218,236,220,217,222,233,233,217,218,,231,219,219,234,215,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,218,215,219,219,233,221,222,234,234,222,218,218,221,231,234,221,216,216,215,,217,215,234,221,234,220,231,236,216,217,219,222,218,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,220,230,215,230,216,222,218,222,215,230,216,230,235,230,215,219,217,219,222,231,235,220,217,233,231,216,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,221,217,221,216,218,230,231,231,221,215,218,230,,,,,,,,,,215,219,217,220,230,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,215,215,215,230,217,231,219,221,234,222,233,218,,,,,,231,,,,221,231,216,216,215,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,215,234,215,216,222,230,222,221,220,234,218,215,221,234,215,215,219,220,217,221,219,221,234,221,231,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,220,220,230,231,220,218,231,219,215,220,220,216,231,215,218,231,220,222,216,231,218,221,219,221,218,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,218,217,217,234,233,231,216,219,230,233,233,233,231,222,218,218,230,219,230,231,216,215,231,233,215,231,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,234,222,222,216,231,219,222,231,218,221,233,216,217,219,231,231,230,220,216,220,230,234,234,230,218,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,234,231,230,218,233,217,215,222,218,217,234,222,216,219,233,233,216,233,233,219,216,222,233,220,219,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,217,233,222,233,221,233,215,217,216,233,217,220,215,215,231,218,233,217,219,216,222,222,218,221,231,234,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,218,233,234,216,215,233,219,233,230,216,222,217,216,230,221,222,220,220,217,220,230,222,215,221,215,230,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,43,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,44,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,43,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;3016 posEnd=3650;3016 posCurrent=3650;3016 step=1 time=0 phase=710 channel=10 icon=138 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2692 posEnd=4098;2692 posCurrent=4098;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2692 posEnd=4162;2692 posCurrent=4162;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2692 posEnd=4226;2692 posCurrent=4226;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2692 posEnd=4290;2692 posCurrent=4290;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2692 posEnd=4354;2692 posCurrent=4354;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2692 posEnd=5186;2692 posCurrent=5186;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;2692 posEnd=5250;2692 posCurrent=5250;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2692 posEnd=5314;2692 posCurrent=5314;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2692 posEnd=5378;2692 posCurrent=5378;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2692 posEnd=5442;2692 posCurrent=5442;2692 step=1 time=0 phase=710 channel=10 icon=15 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=5184;2176 posEnd=5184;2048 posCurrent=5184;2176 step=1 time=6 phase=710 channel=1 icon=218 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=2240;3008 posEnd=2240;3200 posCurrent=2240;3113 step=2 time=33 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2368;3072 posEnd=2368;3328 posCurrent=2368;3181 step=4 time=23 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2624;3328 posEnd=2624;2944 posCurrent=2624;3270 step=4 time=51 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=2496;3136 posEnd=2496;2880 posCurrent=2496;3027 step=4 time=23 phase=710 channel=1 icon=229 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3012 posEnd=2882;3012 posCurrent=2882;3012 step=1 time=0 phase=710 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3204 posEnd=2882;3204 posCurrent=2882;3204 step=1 time=0 phase=710 channel=10 icon=6 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=2368;2944 posEnd=2368;2752 posCurrent=2368;2774 step=2 time=16 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=2624;2752 posEnd=2752;2752 posCurrent=2624;2752 step=1 time=6 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3008;2752 posEnd=2880;2752 posCurrent=3008;2752 step=1 time=6 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3072;2752 posEnd=3200;2752 posCurrent=3072;2752 step=1 time=6 phase=710 channel=1 icon=229 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3016 posEnd=3202;3016 posCurrent=3202;3016 step=1 time=0 phase=710 channel=10 icon=22 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5632;2624 posEnd=5568;2624 posCurrent=5578;2624 step=2 time=17 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5632;2368 posEnd=5568;2368 posCurrent=5578;2368 step=2 time=17 phase=710 channel=1 icon=229 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=5184;1984 posEnd=5184;1856 posCurrent=5184;1984 step=1 time=6 phase=710 channel=1 icon=218 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4672;1728 posEnd=4608;1728 posCurrent=4672;1728 step=1 time=6 phase=710 channel=1 icon=215 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4480;1728 posEnd=4544;1728 posCurrent=4480;1728 step=1 time=6 phase=710 channel=1 icon=215 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2692 posEnd=3970;2692 posCurrent=3970;2692 step=1 time=0 phase=710 channel=10 icon=6 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=3392;2752 posEnd=3456;2752 posCurrent=3446;2752 step=2 time=17 phase=710 channel=1 icon=229 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2373 posEnd=3906;2373 posCurrent=3906;2373 step=1 time=0 phase=710 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2373 posEnd=3970;2373 posCurrent=3970;2373 step=1 time=0 phase=710 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2373 posEnd=4034;2373 posCurrent=4034;2373 step=1 time=0 phase=710 channel=10 icon=131 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2373 posEnd=4098;2373 posCurrent=4098;2373 step=1 time=0 phase=710 channel=10 icon=131 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=4224;1600 posEnd=4224;1472 posCurrent=4224;1600 step=1 time=6 phase=710 channel=1 icon=215 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=4096;1344 posEnd=4096;1472 posCurrent=4096;1344 step=1 time=6 phase=710 channel=1 icon=215 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3968;1344 posEnd=3968;1216 posCurrent=3968;1344 step=1 time=6 phase=710 channel=1 icon=215 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;1028 posEnd=3970;1028 posCurrent=3970;1028 step=1 time=0 phase=710 channel=10 icon=33 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=3840;1344 posEnd=3840;1472 posCurrent=3840;1344 step=1 time=6 phase=710 channel=1 icon=215 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;1412 posEnd=3586;1412 posCurrent=3586;1412 step=1 time=0 phase=710 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;1864 posEnd=2946;1864 posCurrent=2946;1864 step=1 time=0 phase=710 channel=10 icon=22 +MoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=4864;1856 posEnd=4736;1856 posCurrent=4794;1856 step=2 time=33 phase=710 channel=10 icon=66 +MoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=3008;1856 posEnd=3200;1856 posCurrent=3044;1856 step=2 time=17 phase=710 channel=10 icon=58 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1864 posEnd=2882;1864 posCurrent=2882;1864 step=1 time=0 phase=710 channel=10 icon=22 diff --git a/worlds/world074.txt b/worlds/world074.txt new file mode 100644 index 0000000..1c5ae12 --- /dev/null +++ b/worlds/world074.txt @@ -0,0 +1,253 @@ +DescFile: posDecor=360;2900 dimDecor=100;100 world=0 music=3 region=22 blupiPos=706;3206 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,233,217,215,219,217,219,215,231,218,219,218,218,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,215,220,230,215,231,233,215,222,217,221,222,222,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,221,233,219,217,222,234,234,222,230,221,230,220,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,231,218,231,219,234,219,218,221,219,222,216,217,222,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,216,215,234,233,230,219,230,222,233,215,233,230,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,215,219,221,233,215,215,230,215,220,234,233,215,231,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,231,234,233,215,234,,,,,218,222,222,231,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,230,222,218,231,215,,,,,231,216,233,215,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,221,230,218,221,215,,,215,235,221,221,230,221,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,218,230,218,216,234,,,,,216,234,233,216,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,220,215,219,233,217,220,219,216,216,218,220,234,231,219,219,230,221,233,220,,,,,,,,,,,,,222,234,217,217,231,230,,,215,235,216,221,233,217,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,222,230,215,220,233,220,230,233,215,231,216,230,219,220,218,230,217,234,220,,,,,,,,,,,,,219,231,233,215,215,215,,,,,220,231,218,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,218,230,217,230,220,219,233,221,231,218,231,222,218,234,216,234,221,218,222,216,216,222,220,215,216,230,221,218,230,217,215,218,216,215,230,234,216,,,,,231,230,219,218,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,216,222,233,215,219,221,234,219,234,222,221,231,218,220,222,222,234,221,220,218,217,230,218,217,221,219,220,215,215,230,219,215,218,234,216,216,220,221,221,231,236,218,218,230,222,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,216,233,219,219,220,231,221,217,234,217,215,231,233,218,233,231,231,230,220,230,233,222,220,217,221,219,216,218,222,217,217,215,230,222,220,218,219,230,215,233,,220,217,219,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,219,215,233,230,221,218,231,234,218,221,230,219,231,233,222,230,219,221,233,217,220,219,221,215,233,230,222,218,218,220,222,222,230,233,216,234,219,217,234,219,,219,216,217,219,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,220,215,222,231,221,231,234,217,218,221,234,219,218,216,233,234,230,217,230,215,217,219,217,233,219,220,219,219,234,219,234,230,221,217,217,222,218,220,222,222,,217,230,233,233,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,215,231,215,221,233,220,230,220,219,234,233,219,234,220,230,215,215,231,215,233,220,219,217,221,230,230,230,218,219,218,215,234,231,218,217,216,221,216,222,221,,218,222,230,220,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,218,231,231,220,222,234,233,217,219,216,218,221,218,215,218,216,233,218,217,222,233,233,217,220,221,216,215,,,,217,221,216,218,230,222,219,233,218,231,236,233,216,219,215,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,234,220,219,217,220,233,221,218,218,215,231,234,231,217,231,222,230,218,220,234,218,221,222,215,218,219,,,,,,234,233,216,221,233,216,,,,,219,222,218,221,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,221,230,220,216,231,220,219,219,231,219,218,220,220,218,220,222,218,234,234,234,234,233,217,222,222,219,,,215,235,235,231,222,219,218,219,221,,,,,219,233,234,216,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,219,220,234,222,215,216,221,220,215,230,222,233,221,219,216,219,219,218,220,220,221,220,230,233,215,216,,,,,,234,230,218,222,217,230,,,215,235,218,219,217,233,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,221,218,219,233,217,216,221,231,216,216,216,216,216,216,216,216,216,216,216,216,218,221,220,217,222,216,217,,,,231,221,230,216,215,216,217,,,,,231,233,230,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,220,231,217,231,230,218,233,216,216,,,,,,,,,,216,219,215,215,216,230,216,218,234,217,236,236,218,215,221,217,215,221,215,,,215,235,220,215,218,218,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,215,233,219,215,217,220,216,216,,,,,,,,,,,216,231,217,216,221,216,218,219,230,217,,,233,221,217,222,217,220,230,,,,,221,234,221,218,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,221,216,234,233,234,216,216,,,,,,,,,,215,235,216,215,215,215,234,215,215,215,215,215,,,230,215,220,218,222,218,221,,,,,219,216,234,234,234,219,231,220,220,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,217,231,216,218,216,216,,,,,,,215,235,215,235,215,,216,215,235,235,235,235,235,235,235,215,235,235,215,234,230,222,216,220,218,217,231,216,236,230,230,221,234,234,230,234,216,234,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,218,217,221,220,216,216,,,236,236,3,235,235,235,215,,215,236,236,236,236,236,236,236,236,236,236,236,236,236,215,215,219,219,219,234,231,219,233,217,,216,221,219,220,234,230,215,233,233,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,231,220,234,230,216,216,,,,,,,215,235,215,235,215,,216,215,235,235,235,235,235,235,235,215,235,235,215,233,218,220,216,220,216,219,222,216,,231,219,219,230,215,215,231,218,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,234,234,219,220,220,216,216,,,,,,,,,,215,235,216,215,215,215,215,215,215,215,215,215,,,230,233,215,219,215,220,231,219,222,230,,231,218,217,233,216,215,217,222,233,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,230,230,220,221,215,219,216,216,,,,,,,,,,,216,233,230,230,215,217,234,231,234,231,,,220,234,216,219,230,217,231,233,217,231,236,217,216,216,215,218,220,219,234,233,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,220,218,222,216,216,216,233,216,216,,,,,,,,,,216,220,230,233,216,221,218,230,230,216,236,236,217,220,230,222,233,216,234,217,218,216,,,68,234,222,230,220,216,217,231,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,215,234,222,217,222,230,217,222,216,216,216,216,216,216,216,216,216,216,216,234,231,218,215,222,221,222,234,221,,,,,216,216,215,230,230,221,217,222,236,236,217,233,233,218,216,215,216,215,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,221,231,215,234,234,215,215,233,221,231,219,220,221,222,218,215,218,233,234,217,220,233,233,215,234,220,221,234,,,,,,,231,231,217,215,218,233,,,,68,234,216,219,221,216,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,217,222,231,218,218,221,219,233,216,215,233,230,220,217,216,215,216,219,233,233,233,215,230,216,230,220,231,222,222,215,236,236,236,236,215,218,230,218,222,230,218,236,236,216,215,215,215,217,231,215,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,231,222,233,221,215,231,219,217,221,215,221,220,234,233,217,216,217,219,234,222,219,230,217,222,215,234,218,230,216,230,,,,,92,230,234,230,230,217,230,,,,68,217,217,222,219,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,234,216,234,219,220,221,219,218,221,231,218,215,220,231,231,217,219,230,218,221,218,230,216,220,231,233,221,234,234,220,236,236,236,215,92,217,231,215,220,231,231,230,236,236,218,218,222,233,234,231,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,231,230,221,216,216,217,216,234,220,231,222,217,222,216,219,222,233,219,220,216,234,217,219,217,219,216,233,216,233,219,,,,,92,233,216,234,231,234,234,219,,,,230,234,215,230,231,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,215,220,218,220,234,230,216,216,220,217,221,233,217,230,233,217,219,233,233,219,230,231,215,220,219,230,219,218,217,233,236,236,236,215,92,215,219,234,220,221,221,230,218,236,236,230,233,231,230,221,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,218,221,217,221,219,215,218,219,230,230,221,221,234,220,216,217,216,216,218,217,221,233,215,215,233,215,219,234,219,218,,,,,92,222,234,218,221,219,231,221,231,,,219,222,218,216,221,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,233,231,221,233,234,220,216,220,233,216,230,234,219,231,219,217,230,219,218,215,215,217,216,216,234,234,218,216,215,,,,,,92,220,217,221,234,230,221,219,230,216,236,234,216,222,234,215,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,216,222,215,217,216,230,216,234,217,219,215,220,230,220,220,222,234,216,221,215,219,231,217,221,222,231,231,220,,,,,,,92,218,220,220,220,233,231,218,220,218,,220,219,215,220,231,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,219,221,231,218,215,220,233,221,220,215,219,221,231,217,216,215,231,218,220,216,217,231,220,216,234,215,221,,,,,,,,92,216,216,219,220,231,216,218,231,219,,231,218,220,219,218,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,233,222,217,218,234,234,222,231,231,220,219,221,230,218,230,219,219,216,222,234,231,230,230,217,230,233,,,,,,,,,92,231,219,218,217,218,230,215,222,234,,219,217,220,233,222,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,230,216,220,221,221,231,216,233,221,234,218,231,217,215,216,219,231,222,231,215,234,218,234,218,217,215,,,,,,,,,92,215,219,219,222,233,231,234,220,48,235,3,233,218,218,233,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,221,222,219,218,220,215,234,231,230,233,216,218,216,216,233,215,215,233,230,215,234,217,221,221,230,217,,,,,,,,,92,220,217,230,222,230,215,220,230,48,235,3,222,221,218,219,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,230,219,215,219,222,,,,,,,,,92,230,216,215,234,215,216,220,230,48,235,3,234,230,216,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,218,220,234,219,233,,,,,,,,,92,218,215,219,217,217,234,218,218,,,218,219,216,233,217,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,217,220,219,219,234,234,216,216,230,231,219,220,217,230,219,234,231,236,216,220,233,218,222,222,234,222,217,221,216,220,218,230,234,216,138,,68,220,215,219,234,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,218,219,222,216,216,219,215,215,215,234,220,230,221,221,233,220,222,,233,215,221,220,219,215,216,215,219,216,216,218,219,234,234,217,138,,68,216,221,219,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,231,222,231,231,234,219,222,215,230,220,219,231,230,231,218,219,218,,217,215,216,219,217,217,218,220,218,217,222,219,216,221,217,215,138,,68,231,231,216,230,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,234,221,215,234,221,215,222,221,218,222,221,234,234,218,217,222,216,,217,216,220,222,230,218,217,230,220,221,220,215,233,234,234,220,138,,68,222,218,218,217,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,222,218,234,219,220,216,231,220,216,220,216,217,215,218,217,221,231,236,215,215,233,234,217,222,233,233,222,215,218,222,217,215,222,221,,,220,218,218,231,231,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,231,233,234,221,222,233,218,,,,218,222,218,221,233,218,215,427,218,215,215,233,234,231,219,220,216,220,230,230,216,217,233,220,218,236,219,222,215,215,234,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,218,221,221,233,220,220,215,,,,,,215,221,215,233,,,221,220,215,231,234,215,222,219,221,233,231,234,219,233,,,,,220,217,218,220,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,216,216,233,233,221,233,218,236,236,233,221,,,,231,231,,,233,216,216,218,231,233,217,219,233,234,231,220,220,220,,,,,218,215,230,217,233,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,219,231,233,222,219,215,220,,,222,220,230,,,218,217,,,234,216,230,218,230,216,215,217,222,230,234,234,215,234,236,236,236,233,230,233,230,231,233,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,216,231,230,220,217,233,219,,,221,218,217,,,202,202,,,233,222,221,218,219,220,215,218,217,231,221,215,233,221,,,,,215,221,216,216,216,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,234,216,221,216,216,217,220,,,222,230,220,,,216,216,,,222,233,219,233,219,215,233,221,215,219,230,215,218,220,236,236,221,219,220,221,234,234,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,218,220,215,216,218,222,215,236,236,219,216,,,,233,217,,,234,220,231,215,220,215,218,233,231,219,219,221,215,,,,,231,217,221,220,234,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,218,234,222,230,220,216,215,,,,,,215,215,233,,,,234,231,233,221,216,220,216,233,230,218,230,222,230,236,236,231,233,218,218,231,221,216,221,230,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,219,222,218,231,221,231,219,,,,233,219,234,231,220,,216,215,234,222,222,219,230,230,216,218,234,233,222,231,,,,,234,217,217,222,216,231,221,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,231,230,234,215,215,215,218,234,218,234,230,217,221,217,218,,202,,68,221,217,233,216,218,234,221,221,216,220,230,236,236,220,221,233,215,231,216,219,230,220,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,216,233,219,220,234,234,230,218,221,234,216,215,231,233,218,216,138,,68,216,219,231,230,222,218,219,219,216,219,,,,,231,234,233,220,217,219,220,234,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,217,231,230,220,231,216,220,234,220,221,217,215,222,220,230,216,138,,68,217,216,231,220,234,216,215,233,230,218,236,236,219,218,215,221,218,219,220,234,216,231,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,221,222,220,219,234,231,230,221,220,234,220,230,233,234,222,,202,,68,219,230,216,220,215,221,215,215,216,,,,,219,221,234,218,234,219,230,220,220,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,234,234,220,216,,,,222,231,221,215,217,216,230,234,233,219,236,236,216,216,215,217,233,231,222,218,221,231,219,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,234,215,231,234,,202,,68,231,221,231,231,216,222,230,221,216,215,425,217,218,218,218,233,217,231,230,215,230,220,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,231,234,222,220,216,138,,68,230,219,217,234,218,215,222,222,230,236,236,231,219,230,219,233,215,222,233,231,230,222,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,215,220,220,219,220,216,138,,68,233,217,218,221,216,219,217,230,231,138,,68,220,221,233,218,233,231,219,215,216,230,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,218,221,216,215,,202,,68,219,233,218,233,222,217,218,217,218,138,,68,234,217,219,231,221,221,215,233,217,219,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,219,219,218,217,215,,,,68,216,218,219,222,219,230,221,233,217,,,220,219,221,222,219,217,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,220,220,220,215,215,236,236,236,216,221,222,216,218,233,231,221,230,219,138,,68,234,233,234,222,221,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,217,234,215,220,,,,233,218,234,219,221,217,215,230,220,219,138,,68,216,230,217,234,215,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,233,217,218,230,,,,218,222,221,220,234,222,222,221,230,220,236,236,217,216,218,220,221,215,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,234,222,231,218,,,,221,234,215,220,217,233,219,221,221,218,,,231,222,217,217,217,219,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,217,217,217,218,,,,233,216,233,220,230,217,216,217,230,231,236,236,233,216,215,220,218,221,219,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,219,217,234,230,236,236,236,219,219,218,220,233,230,217,221,,,,,219,230,221,221,217,220,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,220,215,217,234,,,,68,219,221,230,230,234,215,217,,,,,222,233,218,219,230,217,234,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,222,220,216,230,,,,220,217,221,230,215,220,215,221,,,215,235,234,216,215,234,233,221,216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,220,221,230,221,,,,230,222,219,217,216,231,215,215,,,,,217,222,217,215,218,218,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,231,217,219,231,,,,68,218,219,230,234,221,220,234,,,215,235,231,217,219,215,216,217,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,234,218,215,216,236,236,236,218,219,231,220,218,231,219,231,,,,,234,215,216,215,220,221,221,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,216,216,234,233,,,,220,218,219,233,233,234,234,217,,,,,222,234,216,231,231,221,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,221,215,230,217,,,,216,215,233,216,222,222,219,233,215,221,236,236,234,216,230,215,217,234,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,234,233,218,215,,,,222,221,218,221,221,219,233,231,217,234,,,222,222,215,221,217,231,222,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,218,216,222,216,236,236,236,221,219,222,221,217,219,217,231,234,222,236,236,222,231,233,221,215,221,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,216,219,221,230,,,,,,,,,,,,,,,,233,220,231,234,219,219,215,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,219,222,230,218,,,,,,,,,,,,,,,,230,222,218,220,215,218,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,234,230,218,215,220,,,,,,,,,,,,,,,,218,218,217,217,221,221,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,220,219,231,218,,,,,,,,,,,,,,,,234,230,231,221,220,217,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,216,219,233,215,233,236,236,236,231,215,220,233,219,221,216,234,216,216,220,216,233,220,233,218,218,220,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,222,230,221,220,222,219,215,230,230,231,220,218,234,233,219,217,233,219,220,216,233,231,219,220,221,216,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,233,215,221,222,230,218,221,233,233,219,231,220,233,215,219,217,234,230,234,215,222,219,216,219,231,233,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,231,216,220,222,219,221,220,221,220,219,215,222,221,220,222,218,217,215,233,234,231,234,218,218,221,230,233,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,220,218,234,220,217,221,219,215,218,230,230,222,215,215,215,216,230,221,219,234,230,230,233,215,230,217,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,221,231,222,231,234,215,220,215,233,220,216,219,233,218,218,219,216,218,221,234,215,220,219,217,221,220,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,221,221,231,220,219,234,220,218,217,231,219,215,233,230,220,218,219,217,231,217,218,219,219,215,215,216,231,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3204 posEnd=1218;3204 posCurrent=1218;3204 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3204 posEnd=1154;3204 posCurrent=1154;3204 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3460 posEnd=2818;3460 posCurrent=2818;3460 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;3460 posEnd=2754;3460 posCurrent=2754;3460 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3460 posEnd=2882;3460 posCurrent=2882;3460 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2308 posEnd=5442;2308 posCurrent=5442;2308 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;2308 posEnd=5570;2308 posCurrent=5570;2308 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5696;3136 posEnd=5696;2880 posCurrent=5696;2906 step=2 time=36 phase=3167 channel=1 icon=215 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;1736 posEnd=3714;1736 posCurrent=3714;1736 step=1 time=0 phase=3167 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1736 posEnd=3778;1736 posCurrent=3778;1736 step=1 time=0 phase=3167 channel=10 icon=28 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;2308 posEnd=5506;2308 posCurrent=5506;2308 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2308 posEnd=3266;2308 posCurrent=3266;2308 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2308 posEnd=3330;2308 posCurrent=3330;2308 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2308 posEnd=3394;2308 posCurrent=3394;2308 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3077 posEnd=642;3077 posCurrent=642;3077 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3077 posEnd=770;3077 posCurrent=770;3077 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3077 posEnd=1602;3077 posCurrent=1602;3077 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;3077 posEnd=1474;3077 posCurrent=1474;3077 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2949 posEnd=5186;2949 posCurrent=5186;2949 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;2949 posEnd=5314;2949 posCurrent=5314;2949 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5760;3136 posEnd=5760;2880 posCurrent=5760;2906 step=2 time=36 phase=3167 channel=1 icon=215 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5824;2624 posEnd=5824;2880 posCurrent=5824;2854 step=2 time=36 phase=3167 channel=1 icon=215 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5888;2624 posEnd=5888;2880 posCurrent=5888;2854 step=2 time=36 phase=3167 channel=1 icon=215 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5760;2624 posEnd=5760;2368 posCurrent=5760;2394 step=2 time=36 phase=3167 channel=1 icon=215 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5696;2624 posEnd=5696;2368 posCurrent=5696;2394 step=2 time=36 phase=3167 channel=1 icon=215 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;1736 posEnd=3842;1736 posCurrent=3842;1736 step=1 time=0 phase=3167 channel=10 icon=28 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2692 posEnd=2434;2692 posCurrent=2434;2692 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2692 posEnd=2562;2692 posCurrent=2562;2692 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1856;2560 posEnd=1856;2304 posCurrent=1856;2330 step=2 time=36 phase=3167 channel=1 icon=227 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2053 posEnd=3650;2053 posCurrent=3650;2053 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2053 posEnd=3714;2053 posCurrent=3714;2053 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2053 posEnd=3842;2053 posCurrent=3842;2053 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2053 posEnd=3906;2053 posCurrent=3906;2053 step=1 time=0 phase=3167 channel=10 icon=130 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1792;2048 posEnd=1792;2304 posCurrent=1792;2278 step=2 time=36 phase=3167 channel=1 icon=227 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2376 posEnd=1410;2376 posCurrent=1410;2376 step=1 time=0 phase=3167 channel=10 icon=28 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1920;2048 posEnd=1920;2304 posCurrent=1920;2278 step=2 time=36 phase=3167 channel=1 icon=227 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1856;2048 posEnd=1856;1792 posCurrent=1856;1818 step=2 time=36 phase=3167 channel=1 icon=227 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1092 posEnd=1858;1092 posCurrent=1858;1092 step=1 time=0 phase=3167 channel=10 icon=36 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2308 posEnd=3778;2308 posCurrent=3778;2308 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2308 posEnd=4354;2308 posCurrent=4354;2308 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3460 posEnd=3778;3460 posCurrent=3778;3460 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;3396 posEnd=3906;3396 posCurrent=3906;3396 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3332 posEnd=4034;3332 posCurrent=4034;3332 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3268 posEnd=4162;3268 posCurrent=4162;3268 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3204 posEnd=4290;3204 posCurrent=4290;3204 step=1 time=0 phase=3167 channel=10 icon=1 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3204 posEnd=1026;3204 posCurrent=1026;3204 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;3204 posEnd=1090;3204 posCurrent=1090;3204 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3204 posEnd=1858;3204 posCurrent=1858;3204 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3204 posEnd=1922;3204 posCurrent=1922;3204 step=1 time=0 phase=3167 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3204 posEnd=1986;3204 posCurrent=1986;3204 step=1 time=0 phase=3167 channel=10 icon=20 diff --git a/worlds/world075.txt b/worlds/world075.txt new file mode 100644 index 0000000..a70addf --- /dev/null +++ b/worlds/world075.txt @@ -0,0 +1,294 @@ +DescFile: posDecor=0;2500 dimDecor=100;100 world=0 music=4 region=15 blupiPos=194;2822 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,200,200,200,200,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,,,201,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,,,,,,,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,,,,201,,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,,,,,218,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,,,,217,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,,,,201,,218,218,218,218,218,218,218,217,217,217,217,217,217,217,,,,217,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,217,,,,217,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,200,218,,,201,,,92,218,218,218,218,218,217,217,217,217,217,217,,,,217,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,217,,,,68,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,218,200,200,218,,201,,,92,218,218,218,218,218,217,217,217,217,217,217,200,200,217,217,217,217,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,,,217,217,217,217,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,200,200,218,218,218,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,218,200,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,200,200,218,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,200,200,200,218,201,200,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,217,200,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,200,217,217,217,217,138,,,68,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,138,,,68,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,138,,,68,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,218,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,,,,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,201,218,,218,218,218,218,218,218,217,217,217,217,217,200,217,217,217,217,,,,,92,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,218,200,218,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,,,,,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,217,,,,,92,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,201,,,92,218,218,218,218,218,217,217,217,217,217,,217,217,217,217,217,,,,,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,218,218,217,217,217,218,218,200,218,218,217,217,217,,,,,,92,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,218,217,217,217,218,,,,218,217,217,217,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,217,217,217,218,,,201,218,217,217,217,,,,,,,92,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,218,,,,218,217,217,217,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,218,218,200,218,218,217,217,217,,,,,,,,92,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,201,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,201,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,217,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,,,,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,200,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,,,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,,92,91,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,200,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,91,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,,92,91,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,200,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,201,201,,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,200,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,217,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,,,68,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,200,200,200,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,200,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,201,201,218,,92,91,218,218,218,218,218,218,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,427,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,201,201,218,218,91,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,201,,92,91,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,201,201,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,218,,,,,,,,,,,,,,,,,,,,,,,,,,217,201,201,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,68,218,218,218,218,218,,,,,,,,,,,,,218,,,,,,,,,,,,,,,,,,,,,,,,,,217,,,201,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,200,200,200,218,218,218,218,218,,,,,,,,,,,,,,218,,,,,,,,218,,,,,,,,,,,,,218,,,,,217,,,201,,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,218,218,218,218,214,214,214,214,214,214,218,214,214,214,214,214,214,214,218,214,214,214,214,214,214,214,218,218,214,214,214,214,214,214,214,214,214,214,214,218,214,214,214,214,217,,,201,,,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,,,,201,,,201,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,,,201,,,,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,214,214,214,214,214,214,214,214,214,218,218,218,214,214,214,214,214,214,214,214,218,214,214,214,214,214,214,214,218,214,214,214,214,214,214,214,214,214,214,214,217,,,201,,,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,,218,,,,,,,,,,218,,,,,,,218,218,218,,,,,,,,,,,217,,,201,,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,,,,,,,,,,218,,,,,,218,218,218,218,218,,,,,,,,,,217,,,201,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,217,201,201,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,218,218,218,218,218,218,218,218,218,218,218,218,218,,,,,,,,,218,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,218,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,42,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,41,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;2564 posEnd=258;2564 posCurrent=258;2564 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2628 posEnd=386;2628 posCurrent=386;2628 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=960;2880 posEnd=1344;2880 posCurrent=1190;2880 step=2 time=36 phase=1343 channel=1 icon=218 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=1792;2880 posEnd=1408;2880 posCurrent=1562;2880 step=2 time=36 phase=1343 channel=1 icon=218 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2624 posEnd=514;2624 posCurrent=514;2624 step=1 time=0 phase=1343 channel=10 icon=53 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2884 posEnd=3266;2884 posCurrent=3266;2884 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2884 posEnd=3330;2884 posCurrent=3330;2884 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2884 posEnd=3394;2884 posCurrent=3394;2884 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3712;2944 posEnd=3968;2944 posCurrent=3968;2944 step=3 time=17 phase=1343 channel=1 icon=218 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3776;2944 posEnd=4032;2944 posCurrent=4032;2944 step=3 time=17 phase=1343 channel=1 icon=218 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;2628 posEnd=4802;2628 posCurrent=4802;2628 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2628 posEnd=5058;2628 posCurrent=5058;2628 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2628 posEnd=5378;2628 posCurrent=5378;2628 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;5637 posEnd=4674;5637 posCurrent=4674;5637 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;5637 posEnd=4738;5637 posCurrent=4738;5637 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;5637 posEnd=4802;5637 posCurrent=4802;5637 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5637 posEnd=4866;5637 posCurrent=4866;5637 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4864;2688 posEnd=4992;2688 posCurrent=4928;2688 step=4 time=20 phase=1343 channel=1 icon=218 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=5248;2688 posEnd=5120;2688 posCurrent=5184;2688 step=4 time=20 phase=1343 channel=1 icon=218 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;5636 posEnd=4354;5636 posCurrent=4354;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;5636 posEnd=4290;5636 posCurrent=4290;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;5636 posEnd=4226;5636 posCurrent=4226;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5636 posEnd=4162;5636 posCurrent=4162;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5572 posEnd=4098;5572 posCurrent=4098;5572 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5572 posEnd=4034;5572 posCurrent=4034;5572 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5508 posEnd=3970;5508 posCurrent=3970;5508 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5508 posEnd=3906;5508 posCurrent=3906;5508 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5572 posEnd=3842;5572 posCurrent=3842;5572 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5572 posEnd=3778;5572 posCurrent=3778;5572 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;5636 posEnd=3714;5636 posCurrent=3714;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;5636 posEnd=3650;5636 posCurrent=3650;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;5636 posEnd=3586;5636 posCurrent=3586;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;5636 posEnd=3522;5636 posCurrent=3522;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;3972 posEnd=322;3972 posCurrent=322;3972 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;4036 posEnd=258;4036 posCurrent=258;4036 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;4228 posEnd=322;4228 posCurrent=322;4228 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;4228 posEnd=386;4228 posCurrent=386;4228 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;4228 posEnd=450;4228 posCurrent=450;4228 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;4228 posEnd=514;4228 posCurrent=514;4228 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;3780 posEnd=706;3780 posCurrent=706;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;3780 posEnd=770;3780 posCurrent=770;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3780 posEnd=898;3780 posCurrent=898;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;3780 posEnd=962;3780 posCurrent=962;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3780 posEnd=1026;3780 posCurrent=1026;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3780 posEnd=1154;3780 posCurrent=1154;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3780 posEnd=1218;3780 posCurrent=1218;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;3780 posEnd=1282;3780 posCurrent=1282;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;3780 posEnd=1410;3780 posCurrent=1410;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;3780 posEnd=1474;3780 posCurrent=1474;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;3780 posEnd=1538;3780 posCurrent=1538;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3780 posEnd=1666;3780 posCurrent=1666;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;3780 posEnd=1730;3780 posCurrent=1730;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;3780 posEnd=1794;3780 posCurrent=1794;3780 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2500 posEnd=514;2500 posCurrent=514;2500 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2885 posEnd=2370;2885 posCurrent=2370;2885 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2885 posEnd=2434;2885 posCurrent=2434;2885 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2692 posEnd=962;2692 posCurrent=962;2692 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=20 timeStopEnd=20 posStart=3840;2944 posEnd=4096;2944 posCurrent=4096;2944 step=3 time=17 phase=1343 channel=1 icon=218 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2884 posEnd=4226;2884 posCurrent=4226;2884 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2884 posEnd=4290;2884 posCurrent=4290;2884 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2760 posEnd=3330;2760 posCurrent=3330;2760 step=1 time=0 phase=1343 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2760 posEnd=3266;2760 posCurrent=3266;2760 step=1 time=0 phase=1343 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2760 posEnd=3394;2760 posCurrent=3394;2760 step=1 time=0 phase=1343 channel=10 icon=28 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;5636 posEnd=4994;5636 posCurrent=4994;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4736;2688 posEnd=4608;2688 posCurrent=4672;2688 step=4 time=20 phase=1343 channel=1 icon=218 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;5636 posEnd=5890;5636 posCurrent=5890;5636 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;4101 posEnd=770;4101 posCurrent=770;4101 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;5828 posEnd=5378;5828 posCurrent=5378;5828 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;5764 posEnd=5314;5764 posCurrent=5314;5764 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;5700 posEnd=5250;5700 posCurrent=5250;5700 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;5828 posEnd=5506;5828 posCurrent=5506;5828 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;5764 posEnd=5570;5764 posCurrent=5570;5764 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;5700 posEnd=5634;5700 posCurrent=5634;5700 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;5892 posEnd=5442;5892 posCurrent=5442;5892 step=1 time=0 phase=1343 channel=10 icon=7 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;4101 posEnd=898;4101 posCurrent=898;4101 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5312;5568 posEnd=5184;5568 posCurrent=5184;5568 step=4 time=0 phase=1343 channel=10 icon=70 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5568;5568 posEnd=5696;5568 posCurrent=5696;5568 step=4 time=0 phase=1343 channel=10 icon=70 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4101 posEnd=1026;4101 posCurrent=1026;4101 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4101 posEnd=1154;4101 posCurrent=1154;4101 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;5512 posEnd=6082;5512 posCurrent=6082;5512 step=1 time=0 phase=1343 channel=10 icon=28 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;5632 posEnd=2688;5440 posCurrent=2688;5632 step=4 time=30 phase=1343 channel=1 icon=217 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2752;5248 posEnd=2752;5440 posCurrent=2752;5248 step=4 time=30 phase=1343 channel=1 icon=217 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;5248 posEnd=2688;5056 posCurrent=2688;5248 step=4 time=30 phase=1343 channel=1 icon=217 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2752;4864 posEnd=2752;5056 posCurrent=2752;4864 step=4 time=30 phase=1343 channel=1 icon=217 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;4864 posEnd=2688;4672 posCurrent=2688;4864 step=4 time=30 phase=1343 channel=1 icon=217 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3780 posEnd=1986;3780 posCurrent=1986;3780 step=1 time=0 phase=1343 channel=10 icon=125 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2885 posEnd=2306;2885 posCurrent=2306;2885 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2885 posEnd=2562;2885 posCurrent=2562;2885 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2884 posEnd=4354;2884 posCurrent=4354;2884 step=1 time=0 phase=1343 channel=10 icon=17 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2885 posEnd=2498;2885 posCurrent=2498;2885 step=1 time=0 phase=1343 channel=10 icon=135 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;3972 posEnd=386;3972 posCurrent=386;3972 step=1 time=0 phase=1343 channel=10 icon=17 diff --git a/worlds/world080.txt b/worlds/world080.txt new file mode 100644 index 0000000..80e86c3 --- /dev/null +++ b/worlds/world080.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=350;2400 dimDecor=100;100 world=0 music=0 region=26 blupiPos=770;2694 blupiDir=2 +Decor: +10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,252,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,10,10,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,10,10,,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,15,,,252,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,177,10,176,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,10,182,10,182,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,56,18,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,56,16,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,10,182,10,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,175,10,174,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,17,,252,,251,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world081.txt b/worlds/world081.txt new file mode 100644 index 0000000..eba94c3 --- /dev/null +++ b/worlds/world081.txt @@ -0,0 +1,238 @@ +DescFile: posDecor=200;4770 dimDecor=100;100 world=0 music=1 region=26 blupiPos=642;4998 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,59,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,59,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,59,,,,54,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,10,10,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,252,10,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,53,,324,,,,252,10,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,324,,251,10,59,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,251,10,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,251,10,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,,,,,,10,10,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,59,,,,,,,,,53,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,59,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,,,54,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,251,10,59,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,252,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,,,,,53,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,251,10,59,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,253,10,,,,,324,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,251,10,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,251,10,,,,,54,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,,,,,,,253,10,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,253,10,59,,,,252,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,,,,,251,10,59,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,,,,,,,,10,10,,,,,252,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,53,,,,,,10,10,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,10,59,,,,,,,,,324,,,54,,53,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,324,,252,10,59,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,53,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,68,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,68,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,252,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,324,,,,,,251,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,324,,,,,,,,324,,,,252,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,324,,251,10,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;3336 posEnd=4034;3336 posCurrent=4034;3336 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;5256 posEnd=1794;5256 posCurrent=1794;5256 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5256 posEnd=1858;5256 posCurrent=1858;5256 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;2692 posEnd=6082;2692 posCurrent=6082;2692 step=1 time=0 phase=161 channel=10 icon=34 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;5256 posEnd=1986;5256 posCurrent=1986;5256 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;5256 posEnd=2050;5256 posCurrent=2050;5256 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4936 posEnd=3138;4936 posCurrent=3138;4936 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;4936 posEnd=3202;4936 posCurrent=3202;4936 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4936 posEnd=3266;4936 posCurrent=3266;4936 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5120;3840 posEnd=5120;3840 posCurrent=5120;3840 step=1 time=0 phase=161 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5504;3840 posEnd=5504;3840 posCurrent=5504;3840 step=1 time=0 phase=161 channel=10 icon=76 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=832;4800 posEnd=1024;4800 posCurrent=960;4800 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1472;4672 posEnd=1344;4736 posCurrent=1472;4672 step=1 time=5 phase=161 channel=10 icon=111 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=2048;4416 posEnd=1792;4416 posCurrent=2000;4416 step=4 time=26 phase=161 channel=10 icon=92 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2432;4736 posEnd=2624;4736 posCurrent=2560;4736 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2368;4352 posEnd=2560;4352 posCurrent=2496;4352 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=3328;4288 posEnd=3008;4352 posCurrent=3024;4349 step=4 time=2 phase=161 channel=10 icon=92 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=3712;4160 posEnd=3904;4160 posCurrent=3840;4160 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=3840;3584 posEnd=4032;3648 posCurrent=3968;3626 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4352;3584 posEnd=4544;3584 posCurrent=4480;3584 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5312;3648 posEnd=5056;3584 posCurrent=5264;3636 step=4 time=26 phase=161 channel=10 icon=92 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5952;3648 posEnd=5760;3648 posCurrent=5824;3648 step=2 time=16 phase=161 channel=10 icon=98 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=6080;3392 posEnd=6208;3392 posCurrent=6080;3392 step=1 time=5 phase=161 channel=10 icon=119 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5952;3072 posEnd=5696;3072 posCurrent=5904;3072 step=4 time=26 phase=161 channel=10 icon=92 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=6208;3200 posEnd=6272;3200 posCurrent=6272;3200 step=2 time=8 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=6208;2816 posEnd=6272;2816 posCurrent=6272;2816 step=2 time=8 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=6016;2752 posEnd=5824;2752 posCurrent=5888;2752 step=2 time=16 phase=161 channel=10 icon=98 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=6016;2560 posEnd=6144;2560 posCurrent=6016;2560 step=1 time=5 phase=161 channel=10 icon=119 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;5000 posEnd=66;5000 posCurrent=66;5000 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;5000 posEnd=130;5000 posCurrent=130;5000 step=1 time=0 phase=161 channel=10 icon=21 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=3456;5056 posEnd=3648;5120 posCurrent=3584;5098 step=2 time=16 phase=161 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2944;4928 posEnd=2752;4928 posCurrent=2816;4928 step=2 time=16 phase=161 channel=10 icon=98 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=4288;4672 posEnd=4544;4672 posCurrent=4336;4672 step=4 time=26 phase=161 channel=10 icon=100 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=3648;4416 posEnd=3904;4416 posCurrent=3696;4416 step=4 time=26 phase=161 channel=10 icon=100 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4808 posEnd=4162;4808 posCurrent=4162;4808 step=1 time=0 phase=161 channel=10 icon=21 diff --git a/worlds/world082.txt b/worlds/world082.txt new file mode 100644 index 0000000..2366536 --- /dev/null +++ b/worlds/world082.txt @@ -0,0 +1,270 @@ +DescFile: posDecor=200;5770 dimDecor=100;100 world=0 music=2 region=11 blupiPos=450;6022 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,254,255,255,255,254,255,254,254,254,10,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,252,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,,,,,,,,,,251,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,57,10,55,,,,,,,,,10,10,59,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,49,,,,,,,,,,60,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,10,55,,,,,,,,,10,10,55,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,252,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,251,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,10,10,59,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,251,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,252,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,10,10,55,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,251,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,252,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,10,10,59,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,253,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,251,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,10,10,55,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,,,,,,,,,,,,,,251,,10,55,,,,,,,,,253,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,255,254,254,254,255,254,254,255,254,255,254,10,10,10,255,254,254,254,255,254,254,255,255,255,254,254,255,254,255,254,10,22,10,,,,,,,,,,252,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,10,255,254,254,254,255,255,254,255,254,10,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,49,,,,,,,,,,,,,,,,,,,60,3,55,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,255,254,254,254,254,255,255,255,255,255,254,254,254,254,255,255,254,10,10,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,,,,,,,,,,,,,,,,,,57,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,255,255,254,255,255,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,422,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,51,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,51,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,58,,,,,,58,,,,,,,,,,,,,,,,,,,253,,,51,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,255,254,254,255,254,10,,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,,,,,,,,,,,,,,251,,,51,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,56,10,59,,,,,,,,,,,,,,,,,,10,10,10,10,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,20,10,,,,,,,,,,,,,,,,,,,253,,,51,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,56,10,59,,,,,,,,,,,,,,,,,,10,,,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,54,,,,,,54,,,,,,54,251,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,52,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,,,,,,56,10,,,57,,60,10,,,57,,,10,,,57,,,56,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,,,,51,,,,,,51,,,,,,51,,,,,,60,10,55,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,55,,,,,,60,10,10,,,58,,,10,,,58,,56,10,,,58,,,56,10,59,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,53,,,,,,53,,,,,,53,,,,53,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,,,,,,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,254,254,255,254,254,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,57,,,,,,57,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4480;3776 posEnd=4608;3776 posCurrent=4524;3776 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4992;3776 posEnd=5120;3776 posCurrent=5036;3776 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3648 posEnd=4418;3648 posCurrent=4418;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3648 posEnd=4098;3648 posCurrent=4098;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3648 posEnd=4930;3648 posCurrent=4930;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3648 posEnd=5186;3648 posCurrent=5186;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3648 posEnd=4674;3648 posCurrent=4674;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5952;3648 posEnd=5952;3392 posCurrent=5952;3392 step=3 time=4 phase=3176 channel=1 icon=29 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3648 posEnd=5442;3648 posCurrent=5442;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3648 posEnd=5698;3648 posCurrent=5698;3648 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5952;3264 posEnd=5952;3008 posCurrent=5952;3008 step=3 time=4 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5952;2880 posEnd=5952;2624 posCurrent=5952;2624 step=3 time=4 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=5888;2240 posEnd=6016;2240 posCurrent=6016;2240 step=3 time=8 phase=3176 channel=1 icon=29 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3908 posEnd=5570;3908 posCurrent=5570;3908 step=1 time=0 phase=3176 channel=10 icon=15 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;2624 posEnd=5890;2624 posCurrent=5890;2624 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2624 posEnd=6018;2624 posCurrent=6018;2624 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;3008 posEnd=6018;3008 posCurrent=6018;3008 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3008 posEnd=5890;3008 posCurrent=5890;3008 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3392 posEnd=5890;3392 posCurrent=5890;3392 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;3392 posEnd=6018;3392 posCurrent=6018;3392 step=1 time=0 phase=3176 channel=10 icon=51 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;3268 posEnd=5890;3268 posCurrent=5890;3268 step=1 time=0 phase=3176 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;2884 posEnd=6018;2884 posCurrent=6018;2884 step=1 time=0 phase=3176 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;2308 posEnd=5826;2308 posCurrent=5826;2308 step=1 time=0 phase=3176 channel=10 icon=15 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=640;6080 posEnd=640;5440 posCurrent=640;5526 step=2 time=52 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=768;5440 posEnd=896;5440 posCurrent=896;5440 step=3 time=8 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1088;5440 posEnd=960;5440 posCurrent=960;5440 step=3 time=8 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1152;5440 posEnd=1280;5440 posCurrent=1280;5440 step=3 time=8 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1472;5440 posEnd=1344;5440 posCurrent=1344;5440 step=3 time=8 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=1856;5312 posEnd=1856;4864 posCurrent=1856;4999 step=2 time=49 phase=3176 channel=1 icon=29 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;5056 posEnd=1792;5120 posCurrent=1792;5100 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;5056 posEnd=1920;4992 posCurrent=1920;5012 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1792;4928 posEnd=1792;4800 posCurrent=1792;4884 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4864 posEnd=1920;4800 posCurrent=1920;4820 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;4672 posEnd=1792;4736 posCurrent=1792;4716 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1920;4672 posEnd=1920;4544 posCurrent=1920;4628 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1792;4544 posEnd=1792;4352 posCurrent=1792;4396 step=4 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4352 posEnd=1920;4416 posCurrent=1920;4396 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4288 posEnd=1920;4224 posCurrent=1920;4244 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;4224 posEnd=1728;4224 posCurrent=1748;4224 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1792;4608 posEnd=1728;4608 posCurrent=1748;4608 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4736 posEnd=1984;4736 posCurrent=1964;4736 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;4992 posEnd=1792;4992 posCurrent=1772;4992 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;5184 posEnd=1984;5248 posCurrent=1964;5228 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1792;5248 posEnd=1664;5312 posCurrent=1748;5270 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;4928 posEnd=1984;4992 posCurrent=1964;4972 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1664;4864 posEnd=1792;4864 posCurrent=1708;4864 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;4416 posEnd=1792;4416 posCurrent=1772;4416 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=1856;4288 posEnd=1856;4736 posCurrent=1856;4601 step=2 time=49 phase=3176 channel=1 icon=29 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1920;5376 posEnd=2048;5376 posCurrent=1964;5376 step=2 time=7 phase=3176 channel=10 icon=76 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=1984;4032 posEnd=2304;4032 posCurrent=2285;4032 step=4 time=3 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2688;3904 posEnd=2368;3904 posCurrent=2387;3904 step=4 time=3 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2752;3776 posEnd=3072;3776 posCurrent=3053;3776 step=4 time=3 phase=3176 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4100 posEnd=1730;4100 posCurrent=1730;4100 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=3456;3776 posEnd=3136;3776 posCurrent=3155;3776 step=4 time=3 phase=3176 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;5380 posEnd=1730;5380 posCurrent=1730;5380 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3840;3904 posEnd=4032;3904 posCurrent=3936;3904 step=4 time=15 phase=3176 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4160;3904 posEnd=4352;3904 posCurrent=4256;3904 step=4 time=15 phase=3176 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3716 posEnd=4098;3716 posCurrent=4098;3716 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5184;3840 posEnd=5440;3840 posCurrent=5280;3840 step=4 time=25 phase=3176 channel=10 icon=76 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3716 posEnd=4418;3716 posCurrent=4418;3716 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5504;3904 posEnd=5632;3904 posCurrent=5610;3904 step=2 time=10 phase=3176 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3716 posEnd=4674;3716 posCurrent=4674;3716 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3716 posEnd=4930;3716 posCurrent=4930;3716 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;3716 posEnd=5186;3716 posCurrent=5186;3716 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;3716 posEnd=5442;3716 posCurrent=5442;3716 step=1 time=0 phase=3176 channel=10 icon=2 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;2244 posEnd=5634;2244 posCurrent=5634;2244 step=1 time=0 phase=3176 channel=10 icon=31 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;3592 posEnd=3842;3592 posCurrent=3842;3592 step=1 time=0 phase=3176 channel=10 icon=22 diff --git a/worlds/world083.txt b/worlds/world083.txt new file mode 100644 index 0000000..36e6915 --- /dev/null +++ b/worlds/world083.txt @@ -0,0 +1,218 @@ +DescFile: posDecor=0;3200 dimDecor=100;100 world=0 music=3 region=15 blupiPos=386;3462 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,257,257,257,259,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,73,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,16,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,56,10,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,10,92,10,,,,,,49,,,,10,255,254,255,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,18,92,10,,,,,,10,10,15,,53,,,,10,255,254,255,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,56,10,10,10,,,,,,53,,,,10,255,255,255,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,,68,10,10,,,,,,,,,,53,,,,10,255,255,254,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,53,,,,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,92,10,,,,,,68,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,15,92,10,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,258,254,10,421,10,10,10,,,,,,10,10,10,,,,,,,,,,,,,,,,324,60,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,252,,51,,51,,51,,10,254,255,254,10,10,10,,,,,,,,,,,,54,,324,,,,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,53,,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,324,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,324,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,54,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,68,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,59,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,,92,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,324,,251,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,324,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,59,,,,,,10,59,,,,,253,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,324,,53,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,324,,,,,,,,,,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,50,15,,,,,,,,,,58,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,53,,,53,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,,10,,,,,,,,,,,,,92,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,10,50,10,10,10,10,258,254,255,255,50,52,50,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,60,10,10,,253,10,10,10,252,,,,,,,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,,,251,10,10,10,55,,,,,,,68,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,138,,10,10,10,17,,,56,10,55,,60,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,138,,202,202,202,,,324,,49,,324,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,138,60,10,10,10,16,,,56,10,55,,56,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,,,252,10,10,10,55,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,60,10,55,,252,10,10,10,255,254,255,254,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,254,255,254,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,202,,53,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,138,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,260,254,10,10,10,10,10,,,,202,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,51,,,,,92,10,10,,,,,,324,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,,,,,92,10,10,59,,,324,,,,324,60,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,257,,,,,92,10,10,,,,,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,50,10,59,,,,92,10,10,138,58,,54,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,57,,,10,,,,,92,10,10,50,10,10,10,10,10,260,254,256,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,250,,,,,92,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,10,,,,,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,10,256,260,10,60,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,60,10,10,10,48,,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,423,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,,48,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,,,,10,,53,,324,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,55,,,49,,324,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,54,,,,,,324,68,10,10,,10,10,10,,54,,54,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,324,,,,10,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,324,,51,,324,,,60,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,10,,,,324,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,53,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,324,68,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,,,,,,,,,58,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3904;4032 posEnd=3904;3776 posCurrent=3904;3847 step=2 time=29 phase=2886 channel=10 icon=74 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=5184;3328 posEnd=4864;3200 posCurrent=5037;3270 step=2 time=23 phase=2886 channel=1 icon=29 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4036 posEnd=4162;4036 posCurrent=4162;4036 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;2244 posEnd=5762;2244 posCurrent=5762;2244 step=1 time=0 phase=2886 channel=10 icon=30 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;3844 posEnd=4610;3844 posCurrent=4610;3844 step=1 time=0 phase=2886 channel=10 icon=14 +MoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=10 timeStopEnd=10 posStart=3648;4224 posEnd=3904;4800 posCurrent=3702;4345 step=2 time=19 phase=2886 channel=1 icon=17 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=576;4032 posEnd=832;4032 posCurrent=736;4032 step=4 time=15 phase=2886 channel=1 icon=24 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=512;3520 posEnd=832;3520 posCurrent=659;3520 step=2 time=23 phase=2886 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3332 posEnd=5698;3332 posCurrent=5698;3332 step=1 time=0 phase=2886 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3844 posEnd=4226;3844 posCurrent=4226;3844 step=1 time=0 phase=2886 channel=10 icon=7 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4096;3840 posEnd=4352;3840 posCurrent=4281;3840 step=2 time=29 phase=2886 channel=10 icon=74 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5504;3264 posEnd=5504;3456 posCurrent=5504;3296 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=5376;3200 posEnd=5376;3392 posCurrent=5376;3232 step=2 time=5 phase=2886 channel=10 icon=74 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;3016 posEnd=6082;3016 posCurrent=6082;3016 step=1 time=0 phase=2886 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;3076 posEnd=1026;3076 posCurrent=1026;3076 step=1 time=0 phase=2886 channel=10 icon=7 diff --git a/worlds/world084.txt b/worlds/world084.txt new file mode 100644 index 0000000..a3d59c7 --- /dev/null +++ b/worlds/world084.txt @@ -0,0 +1,273 @@ +DescFile: posDecor=0;1900 dimDecor=100;100 world=0 music=4 region=22 blupiPos=386;2246 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,255,254,254,255,254,255,258,254,254,255,255,250,254,255,254,255,255,255,255,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,59,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,,,,254,256,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,,,,254,256,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,252,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,56,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,57,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,3,59,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,53,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,10,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,252,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,250,255,254,259,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,60,10,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,10,,,,,,68,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,255,254,10,10,10,,,,,56,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,16,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,20,25,,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,59,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,59,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,13,304,305,305,305,48,59,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,59,,,,,251,,,,,,,,58,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,251,,,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,254,254,10,,,252,,,,,,10,,57,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,10,59,,250,10,255,255,254,255,10,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,10,10,,252,138,,,,,57,,,251,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,59,,,13,,250,138,,,,,,,,251,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,,10,138,,,,,,,,253,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,,,,,258,256,,251,,,,,,56,10,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,,258,250,10,,252,,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,258,257,259,,,252,,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,59,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,10,256,,,,56,10,10,,,,,58,,92,10,,,,,,,,,,,,,,,,,,,,,,,,,,92,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,10,10,256,,,,,68,10,59,,,,13,,92,10,,,,,,,,,,,,,,,,,,,,,,251,,,,92,10,10,59,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,56,10,317,252,,,,,68,10,59,,,,13,,92,10,,,,,,,,,,,,,,,,,,,,,,252,,54,,10,10,10,55,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,,251,,,,,68,10,,,,,57,,92,10,,,,,,,,,,,,,,,,,,,,,,201,201,10,251,10,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,59,,,,,,,,,68,10,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,,,,,251,,58,,,68,10,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,57,10,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,254,254,254,254,257,255,10,10,10,10,10,,,,,56,10,10,10,,,,,,,,,,,,,,,,,,,,,,,60,10,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,252,,,,,,,,,,,,,,,,,,,,,,,58,,,10,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,201,201,10,55,251,,,,,,,,,,,,,,,,,,,,,10,10,10,,,10,59,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,304,305,305,305,305,48,59,,,,,,,,54,,54,54,,,,,,,,,252,,57,,,10,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,201,201,10,55,252,,,,,,10,10,10,10,10,10,10,10,10,10,,,,,10,10,,,10,10,10,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,253,,,,,,250,,,57,,,,,68,10,,,58,,252,,54,,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,252,,,,,,252,,,,,,,,68,10,10,10,10,10,10,317,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,58,251,,,,,,257,,,,,,,,68,10,10,10,10,10,10,,,57,92,10,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,60,10,10,10,10,10,10,10,10,317,10,59,,,,,68,10,10,10,10,10,55,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,10,10,10,10,59,,10,10,,,,,68,10,10,10,10,55,,,,,92,10,59,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,10,10,10,10,,,68,10,55,,,,68,10,10,10,55,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,10,10,10,10,138,202,68,10,,,,,68,10,10,55,,,,,,,92,10,55,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,58,,68,10,10,10,10,10,10,138,68,10,55,,,,68,10,256,,,,,,,,92,10,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,13,,68,10,,,53,57,,202,68,10,,,,,68,10,256,,,,10,10,10,201,10,10,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,13,,68,10,,,,,,202,68,10,,,,,68,10,256,,,,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,57,,68,10,59,,,,,202,68,10,55,,,,68,10,256,,,56,10,10,10,201,10,55,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,,,,68,10,,,,,68,10,256,,,56,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,,,54,68,10,,,,,68,10,256,,,56,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,54,54,,,10,10,10,10,10,10,317,10,10,10,,,,10,10,10,201,10,59,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,60,10,10,10,10,10,10,10,50,18,,92,10,,,,57,,10,59,,,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,53,53,110,,,,92,10,,,,,,10,,,10,10,10,10,201,10,55,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,,,,10,,,10,10,10,10,201,10,55,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,,,,51,,,10,10,10,10,201,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,54,,,92,10,,,,,,10,,,10,10,10,201,201,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,10,,,92,10,,,,58,,10,,,10,10,201,201,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,10,,,92,10,10,10,10,10,10,18,,,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,53,,,92,10,,57,,253,,,,,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,,253,,58,,,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,,,,92,10,,,60,10,317,10,10,10,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,,,,92,10,59,,,251,,201,201,10,10,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,59,,,,,68,10,59,,,110,,16,,92,10,59,,,10,10,10,201,201,201,10,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,10,10,,92,10,,,,10,10,10,10,201,201,201,201,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,,,110,10,10,55,92,10,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,,68,10,,60,10,126,10,10,,92,10,,,,,,,53,,57,,,53,53,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,138,,,,60,10,10,55,10,10,10,10,201,201,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,138,,,,,49,49,,201,201,10,201,201,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,201,201,201,10,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2496 posEnd=3010;2496 posCurrent=3010;2496 step=1 time=0 phase=4967 channel=10 icon=56 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2180 posEnd=642;2180 posCurrent=642;2180 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2180 posEnd=834;2180 posCurrent=834;2180 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2564 posEnd=2690;2564 posCurrent=2690;2564 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2180 posEnd=2498;2180 posCurrent=2498;2180 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;4164 posEnd=5186;4164 posCurrent=5186;4164 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;4164 posEnd=5250;4164 posCurrent=5250;4164 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;4164 posEnd=5314;4164 posCurrent=5314;4164 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;4356 posEnd=5314;4356 posCurrent=5314;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;4420 posEnd=5186;4420 posCurrent=5186;4420 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;4420 posEnd=5122;4420 posCurrent=5122;4420 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;4164 posEnd=5442;4164 posCurrent=5442;4164 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;4164 posEnd=5506;4164 posCurrent=5506;4164 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;4356 posEnd=5378;4356 posCurrent=5378;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;4356 posEnd=5442;4356 posCurrent=5442;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;4356 posEnd=5506;4356 posCurrent=5506;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;4356 posEnd=5570;4356 posCurrent=5570;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;4356 posEnd=5634;4356 posCurrent=5634;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;4356 posEnd=5698;4356 posCurrent=5698;4356 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4676 posEnd=4290;4676 posCurrent=4290;4676 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4676 posEnd=4226;4676 posCurrent=4226;4676 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;4804 posEnd=4162;4804 posCurrent=4162;4804 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4608 posEnd=4226;4608 posCurrent=4226;4608 step=1 time=0 phase=4967 channel=10 icon=56 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;4804 posEnd=4098;4804 posCurrent=4098;4804 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2048 posEnd=642;2048 posCurrent=642;2048 step=1 time=0 phase=4967 channel=10 icon=56 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2048 posEnd=834;2048 posCurrent=834;2048 step=1 time=0 phase=4967 channel=10 icon=56 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;4736 posEnd=4098;4736 posCurrent=4098;4736 step=1 time=0 phase=4967 channel=10 icon=56 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;4420 posEnd=4866;4420 posCurrent=4866;4420 step=1 time=0 phase=4967 channel=10 icon=20 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=4416;4608 posEnd=4736;4480 posCurrent=4416;4608 step=1 time=7 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1088;2304 posEnd=1344;2304 posCurrent=1242;2304 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=1792;2240 posEnd=2048;2240 posCurrent=1946;2240 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=2432;2240 posEnd=2432;2624 posCurrent=2432;2624 step=2 time=60 phase=4967 channel=1 icon=29 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2368;2304 posEnd=2368;2368 posCurrent=2368;2304 step=4 time=10 phase=4967 channel=10 icon=76 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;2368 posEnd=2496;2304 posCurrent=2496;2368 step=4 time=10 phase=4967 channel=10 icon=76 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=3008;2624 posEnd=3008;2560 posCurrent=3008;2581 step=4 time=2 phase=4967 channel=1 icon=257 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2376 posEnd=3074;2376 posCurrent=3074;2376 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=1 stepAdvance=70 stepRecede=70 timeStopStart=10 timeStopEnd=10 posStart=3392;3200 posEnd=3840;3200 posCurrent=3622;3200 step=2 time=36 phase=4967 channel=1 icon=29 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3136;2816 posEnd=3264;2816 posCurrent=3162;2816 step=4 time=16 phase=4967 channel=10 icon=76 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3264;2880 posEnd=3136;2880 posCurrent=3238;2880 step=4 time=16 phase=4967 channel=10 icon=76 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2376 posEnd=3842;2376 posCurrent=3842;2376 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=4544;3136 posEnd=4800;3136 posCurrent=4698;3136 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5120;3136 posEnd=4864;3136 posCurrent=4966;3136 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5248;3136 posEnd=5504;3136 posCurrent=5402;3136 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5824;3072 posEnd=5568;3072 posCurrent=5670;3072 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=5888;3008 posEnd=6144;3008 posCurrent=6042;3008 step=4 time=16 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=10 timeStopEnd=10 posStart=5248;3648 posEnd=5824;3648 posCurrent=5632;3648 step=2 time=60 phase=4967 channel=1 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;5000 posEnd=2114;5000 posCurrent=2114;5000 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5056;3904 posEnd=4992;3904 posCurrent=5056;3904 step=4 time=8 phase=4967 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4992;3840 posEnd=4800;3840 posCurrent=4992;3840 step=1 time=3 phase=4967 channel=10 icon=109 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4608;3968 posEnd=4480;3968 posCurrent=4480;3968 step=3 time=1 phase=4967 channel=10 icon=115 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4480;3904 posEnd=4288;3840 posCurrent=4480;3904 step=1 time=3 phase=4967 channel=10 icon=109 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5056;4288 posEnd=4864;4288 posCurrent=5056;4288 step=1 time=3 phase=4967 channel=10 icon=109 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3520;4736 posEnd=3328;4736 posCurrent=3520;4736 step=2 time=0 phase=4967 channel=1 icon=29 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5248;3968 posEnd=5504;4032 posCurrent=5264;3972 step=2 time=2 phase=4967 channel=10 icon=92 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3264;4544 posEnd=3264;4736 posCurrent=3264;4544 step=2 time=0 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=3200;4544 posEnd=3008;4544 posCurrent=3200;4544 step=2 time=0 phase=4967 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2944;4352 posEnd=2944;4544 posCurrent=2944;4352 step=2 time=0 phase=4967 channel=1 icon=29 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;4292 posEnd=2690;4292 posCurrent=2690;4292 step=1 time=0 phase=4967 channel=10 icon=123 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2376 posEnd=3138;2376 posCurrent=3138;2376 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3016 posEnd=4098;3016 posCurrent=4098;3016 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;3016 posEnd=4226;3016 posCurrent=4226;3016 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;3144 posEnd=6146;3144 posCurrent=6146;3144 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;3592 posEnd=6274;3592 posCurrent=6274;3592 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;4552 posEnd=5890;4552 posCurrent=5890;4552 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;4552 posEnd=5826;4552 posCurrent=5826;4552 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;4552 posEnd=5762;4552 posCurrent=5762;4552 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;4424 posEnd=4802;4424 posCurrent=4802;4424 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;4808 posEnd=3842;4808 posCurrent=3842;4808 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;5000 posEnd=2178;5000 posCurrent=2178;5000 step=1 time=0 phase=4967 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5000 posEnd=2242;5000 posCurrent=2242;5000 step=1 time=0 phase=4967 channel=10 icon=22 diff --git a/worlds/world090.txt b/worlds/world090.txt new file mode 100644 index 0000000..d4844c5 --- /dev/null +++ b/worlds/world090.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=0;2850 dimDecor=100;100 world=0 music=0 region=27 blupiPos=258;3142 blupiDir=2 +Decor: +301,284,301,301,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,295,284,295,284,295,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,300,301,300,284,289,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,291,288,290,286,301,300,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,291,293,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,300,284,284,285,287,286,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,291,,,290,293,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,285,293,301,285,288,303,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,292,,294,301,300,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,292,,290,303,284,300,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,300,301,284,174,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,300,284,289,284,300,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,302,293,284,284,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,296,284,296,301,296,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,285,,287,290,293,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,301,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,292,,303,301,182,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +287,287,287,287,287,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,285,286,301,175,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,302,,293,284,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,292,,,290,293,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,285,294,284,182,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,300,284,284,176,284,284,292,288,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,302,287,293,301,284,284,284,301,296,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,292,,,287,287,290,293,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,292,288,,303,284,182,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,284,285,303,284,177,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,295,301,292,,293,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,293,301,292,,290,293,284,285,,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,301,301,300,284,182,284,292,,294,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,295,301,296,301,178,301,284,296,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,302,293,284,295,301,291,293,301,297,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,286,284,285,287,,,293,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world091.txt b/worlds/world091.txt new file mode 100644 index 0000000..4ade135 --- /dev/null +++ b/worlds/world091.txt @@ -0,0 +1,245 @@ +DescFile: posDecor=0;5920 dimDecor=100;100 world=0 music=6 region=27 blupiPos=386;6278 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,301,284,301,301,284,301,301,284,284,284,284,284,301,301,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,287,287,287,287,287,287,287,287,287,287,287,10,25,284,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,10,10,284,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,53,303,284,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,293,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,287,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,107 +,,,,,,,,,151,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,107 +,,,,,,,,,36,156,35,35,35,156,156,35,35,156,35,156,156,35,156,156,156,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,288,107 +,,,,,,,,,36,35,156,35,156,35,156,156,35,156,156,35,35,156,35,35,35,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,303,284,107 +,,,,,,,,,36,156,35,156,156,156,35,156,156,35,156,35,35,156,35,35,156,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,294,284,107 +,,,,,,,,,36,35,35,35,156,35,156,156,35,35,35,35,35,35,35,35,35,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,286,284,284,107 +,,,,,,,,,36,35,156,156,35,35,35,156,156,35,156,35,35,156,156,156,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,286,301,301,107 +,,,,,,,,,36,156,35,35,145,145,145,145,145,156,35,35,35,156,35,35,35,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,303,301,301,107 +,,,,,,,,,36,35,145,149,,,,,,152,145,145,145,35,35,35,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,288,288,288,,294,301,301,107 +,,,,,,,,,152,149,,,,,,,,,,,,152,145,145,35,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,253,288,288,,,,,,294,301,284,301,77,284,301,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,156,156,35,35,156,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,10,301,284,292,288,288,288,294,284,284,284,301,289,284,299,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,286,301,251,301,284,284,301,301,301,301,301,284,301,284,300,301,301,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,289,301,251,284,301,284,301,301,284,301,284,284,301,297,303,284,301,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,300,301,253,301,284,301,301,301,299,284,301,301,301,301,77,301,284,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,289,284,253,284,301,284,284,284,284,284,284,301,284,301,300,301,284,297,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,296,301,251,284,301,299,301,301,284,284,284,301,297,287,294,284,301,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,284,251,284,284,301,301,301,301,301,295,284,284,289,284,284,299,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,301,251,284,301,301,284,291,287,287,,293,284,300,284,295,284,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,301,10,284,301,291,290,,,,288,,287,,290,294,284,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,284,291,251,284,284,296,301,292,,294,284,292,288,294,301,284,284,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,299,301,301,285,253,284,284,284,284,301,77,301,301,301,284,284,284,301,301,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,291,,251,284,299,284,284,284,289,301,284,301,301,301,299,301,301,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,285,,252,293,301,301,284,301,289,301,284,301,284,301,301,284,284,301,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,285,,252,286,284,299,284,284,300,301,301,301,284,295,301,284,284,284,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,302,,251,286,301,284,291,287,,298,301,284,301,289,284,295,284,291,108 +,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,35,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,285,,253,,293,284,285,288,294,301,284,284,291,,287,,287,, +,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,156,156,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,285,,251,,288,290,294,301,284,284,284,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,291,,56,10,200,301,301,284,301,301,301,301,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,151,144,35,156,35,156,35,35,156,35,35,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,285,,,253,,293,301,301,284,284,284,284,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,152,35,35,156,156,156,156,156,156,35,156,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,292,288,,253,,,290,293,284,301,284,284,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,35,35,35,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,285,251,,303,301,296,284,337,284,284,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,156,35,156,35,156,156,35,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,298,301,284,301,292,253,,286,301,301,284,301,301,284,284,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,156,35,35,156,35,156,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,301,301,301,284,252,,303,284,295,301,284,301,301,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,156,35,35,156,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,295,301,284,253,,,287,294,284,299,284,301,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,156,156,35,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,292,293,284,253,,,294,284,284,301,301,284,291,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,301,299,284,296,301,251,,294,284,284,299,284,284,297,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,284,301,301,295,284,284,301,337,73,201,284,284,301,301,301,301,284,285,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,35,35,35,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,284,284,296,301,301,284,291,252,284,284,301,284,301,284,301,284,292,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,284,284,284,284,284,299,284,285,252,284,284,301,301,301,301,301,284,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,301,284,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,301,301,284,301,291,,253,287,293,284,284,284,291,293,284,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,156,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,299,284,284,284,284,284,284,297,,,251,,294,301,284,301,292,303,284,301,292,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,284,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,301,301,284,301,301,302,,252,303,301,301,284,301,301,296,284,301,284,292,,288,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,301,284,301,301,292,288,288,288,,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,301,284,284,291,,,251,286,301,301,284,284,301,284,284,301,284,284,296,284,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,284,301,284,301,284,301,284,284,296,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,301,284,284,291,,,,252,286,301,301,284,299,284,301,284,284,284,284,284,301,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,284,301,301,301,301,301,299,301,301,301,285,288,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,301,284,291,,,56,10,10,10,10,10,10,284,284,284,301,284,301,301,295,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,284,284,284,284,301,284,301,284,301,301,296,284,285,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,301,284,285,,,,92,91,91,91,91,10,284,301,301,284,301,301,301,296,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,284,284,301,284,301,301,284,301,284,284,301,297,,,,,,,,,,,,,,,,,,288,288,288,288,288,288,288,294,284,284,299,284,301,284,302,,,,92,91,91,91,91,10,10,10,10,10,10,284,301,284,284,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,201,287,293,301,284,299,284,301,301,284,284,295,284,285,,288,288,,,,,,,,,,,,,294,284,301,284,284,284,301,301,284,284,284,301,284,301,297,,,,,92,91,91,91,91,91,91,91,91,91,10,284,284,284,301,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,292,,287,293,301,301,284,301,284,284,296,284,285,294,284,284,285,,,,,,,,,,,286,284,284,284,301,301,284,301,301,284,301,284,284,284,301,301,302,,,,92,91,91,91,91,10,10,10,10,91,10,301,284,284,301,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,301,284,292,288,288,293,301,301,284,299,301,284,284,296,301,301,301,292,288,,288,288,,,,,,,303,301,284,284,301,301,284,301,301,284,301,301,284,284,284,284,285,,,,92,91,91,91,91,10,284,301,10,91,10,301,301,284,284,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,284,301,284,284,284,300,301,284,301,301,301,301,301,301,301,301,284,284,284,296,301,284,285,,,,,,303,284,301,301,301,284,284,284,301,284,284,284,284,301,301,301,292,,,56,10,10,10,10,10,10,284,284,10,91,10,301,284,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,35,284,297,290,290,290,288,287,293,301,301,284,284,284,284,284,284,299,284,299,284,284,301,302,,,,,,,298,301,301,301,301,301,301,284,284,301,301,284,284,301,301,301,292,288,,,252,301,301,284,284,301,284,10,91,10,301,301,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,301,284,284,301,284,301,285,303,284,284,284,301,301,284,301,301,284,284,301,284,284,297,288,,288,288,288,288,294,284,284,284,301,301,301,284,284,284,301,284,284,284,284,301,284,301,301,285,,251,293,301,284,301,284,301,10,91,10,284,301,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,301,284,284,291,293,284,302,294,301,301,284,284,301,301,297,298,284,284,284,301,301,301,301,296,301,284,301,284,301,284,301,301,284,301,284,284,295,301,284,301,301,301,301,301,301,284,301,285,288,251,303,284,284,284,284,301,10,91,10,301,284,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,284,299,284,292,303,301,300,301,295,284,201,200,201,284,284,301,299,284,301,284,301,284,299,301,284,301,284,284,284,284,301,284,301,284,299,284,300,284,301,291,293,284,301,301,301,284,284,300,301,252,,293,284,295,301,284,10,91,10,301,284,284,284,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,301,301,284,284,296,284,285,287,286,284,201,200,201,200,200,301,301,284,301,299,284,284,284,284,284,301,284,284,301,284,301,284,301,284,284,284,285,287,287,288,286,301,291,290,293,284,284,300,284,252,,,287,,293,301,10,91,10,301,284,301,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,290,287,287,298,301,284,302,288,288,290,201,301,201,,,293,301,301,284,284,284,284,301,301,284,284,299,301,301,301,284,284,295,284,284,291,,288,294,284,292,290,294,301,300,301,301,296,301,251,288,,,,,10,10,91,10,284,301,284,301,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,156,301,292,286,301,284,301,296,284,284,301,301,284,201,288,,286,301,284,297,298,284,301,301,295,284,284,284,301,291,293,301,284,300,284,291,,303,284,284,301,284,301,284,301,289,301,301,284,301,10,301,302,,,,92,91,91,10,284,301,301,284,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,301,284,300,301,299,301,301,284,297,298,301,284,301,284,292,286,301,284,284,301,301,301,284,296,284,301,284,291,,303,301,297,303,284,285,,294,284,301,301,297,298,284,284,292,290,293,284,291,252,301,292,,,60,10,10,10,10,284,301,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,284,284,285,298,301,299,301,284,284,301,301,301,301,301,301,289,284,301,301,301,284,297,293,284,301,301,301,292,,294,301,284,289,301,285,286,284,284,301,295,284,284,301,301,284,284,300,301,285,252,284,284,285,,,303,284,301,284,301,301,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,35,35,35,156,301,301,300,301,284,301,297,298,301,301,284,284,301,284,297,,298,301,301,301,284,284,296,301,284,295,301,301,300,284,301,301,201,201,201,201,301,284,284,296,284,284,301,284,301,301,302,287,,251,293,284,292,,,303,301,284,301,284,284,284,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,35,156,35,156,35,298,301,300,284,301,301,284,284,301,284,301,301,301,284,284,300,284,284,299,301,301,301,301,284,284,296,284,301,302,293,301,291,201,201,284,301,301,284,284,301,284,284,301,284,301,301,302,,,251,286,284,284,285,,294,284,301,284,284,284,284,301,302,, +,,,,,,,,,,,,,,,,,,,,,,,,,,151,156,156,156,35,156,156,156,284,284,292,298,301,301,295,284,299,284,301,301,301,284,284,289,284,301,301,299,301,299,284,284,284,301,301,291,,,287,,201,201,284,284,301,295,301,301,284,284,301,284,284,284,292,,,252,286,301,301,292,286,301,284,284,301,284,301,299,284,285,, +,,,,,,,,,,,,,,,,,,,,,,,,151,144,156,35,35,156,35,35,156,156,301,301,301,301,284,284,300,284,284,284,284,301,284,301,284,289,301,284,284,284,301,284,301,301,284,295,301,285,,,288,294,301,284,301,284,301,289,301,301,301,301,284,284,301,301,301,292,,252,303,301,301,301,300,284,284,295,301,284,299,301,284,285,, +,,,,,,,,,,,,,,,,,,,,,,,151,35,156,156,35,35,156,35,35,156,35,301,301,301,284,297,290,286,301,301,301,301,299,301,291,287,303,284,284,299,284,301,301,297,298,301,300,301,302,,286,284,284,301,299,301,301,284,296,301,295,284,301,301,284,301,301,284,284,302,252,294,284,301,284,300,301,284,296,284,301,301,284,284,302,, +,,,,,,,,,,,,,,,,,,,,,,151,35,156,35,35,156,35,156,156,156,35,35,284,299,284,295,301,284,302,298,301,301,301,284,284,285,,303,301,301,284,284,301,301,284,284,301,292,287,,288,294,284,301,301,284,301,301,284,284,291,286,284,301,301,301,284,299,284,284,285,252,284,284,301,284,300,301,301,284,284,301,301,284,301,302,, +,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,35,156,35,284,284,284,296,301,301,296,301,301,301,284,301,284,285,,60,10,201,201,201,201,201,201,201,201,284,285,294,284,284,284,301,299,284,295,284,284,301,302,286,301,299,284,301,284,284,284,291,,251,284,301,301,291,303,284,301,301,284,284,301,284,284,285,, +,,,,,,,,,,,,,,,,,,,,,151,35,156,156,156,156,35,156,35,35,156,156,35,284,284,284,301,284,301,284,284,301,284,301,301,291,,,,,,,,,,,,,287,294,301,301,284,299,284,284,284,300,284,291,287,,286,284,284,284,284,284,284,291,,60,10,301,284,284,285,,287,293,301,301,284,301,284,301,292,, +,,,,,,,,,,,,,,,,,,,,151,35,35,156,156,156,156,35,156,35,156,35,156,35,301,291,287,293,284,301,301,284,284,284,301,284,292,,,,,,,,,,,,,303,301,301,301,301,284,284,301,284,285,287,,,,286,284,284,301,284,284,284,292,,,252,301,284,301,285,60,10,10,10,10,301,301,284,301,284,285, +,,,,,,,,,,,,,,,,,,147,146,145,156,35,156,35,156,35,156,35,35,35,35,156,156,35,37,,,287,287,293,301,301,284,301,301,284,285,,60,10,27,10,10,10,10,10,10,27,10,301,284,301,284,284,299,301,284,302,,,,,303,301,284,301,284,299,284,284,285,,253,284,284,291,,,92,91,91,10,301,301,301,284,301,285, +,,,,,,,,,,,,,,,,,,,,,152,145,145,145,35,156,156,156,35,35,35,35,156,156,37,,,,,303,301,284,284,301,301,284,292,,286,301,301,284,284,301,284,301,284,284,284,301,301,301,284,284,301,301,291,,,,,,303,301,301,284,284,284,301,301,292,,252,301,291,,,60,10,10,91,10,284,301,301,284,284,285, +,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,35,156,156,35,37,,,,,303,284,284,284,301,301,284,301,292,286,301,284,284,284,284,284,301,284,284,284,284,284,284,301,284,284,284,302,,,,,,286,301,301,284,284,301,301,284,301,302,253,301,302,,,,288,10,91,10,301,301,284,284,301,302, +,,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,156,35,35,156,35,156,156,37,,,,,303,301,301,299,301,301,299,284,301,300,284,301,284,301,284,284,301,301,284,284,284,284,301,284,284,284,291,,,,,,,303,301,284,284,284,284,299,301,291,,251,287,,,,294,301,10,91,10,284,284,284,284,301,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,35,35,156,156,156,156,37,,,,,294,284,301,284,301,301,284,284,301,300,284,301,301,284,301,301,284,301,284,284,301,301,301,284,297,290,,,,,,,,303,284,284,284,284,301,284,301,285,,252,,,288,286,301,284,10,91,10,301,301,284,301,297,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,35,35,35,156,35,37,,,,294,301,301,284,284,284,299,284,291,290,294,301,301,301,301,297,298,284,301,301,284,301,299,301,284,284,284,302,,,,,,,303,284,284,284,284,301,284,301,302,,252,58,294,284,296,301,301,10,91,10,284,301,301,301,301,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,37,,,303,284,301,284,301,284,301,284,284,300,284,284,301,284,284,299,284,301,284,284,284,284,284,284,301,284,291,287,,,,,,,,286,284,295,301,284,284,301,291,56,10,10,10,284,301,284,284,284,10,91,10,284,284,301,284,284,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,37,,,286,301,284,284,301,301,299,284,284,300,284,284,284,284,301,284,301,284,284,284,284,284,301,299,301,301,302,,,,,,,,,303,284,296,301,284,291,287,,,92,91,10,10,10,10,10,10,10,91,10,301,301,299,284,284,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,156,35,35,35,37,,,286,301,284,284,284,301,284,301,284,285,290,293,301,301,301,284,284,299,284,301,301,284,301,301,301,284,285,,,,,,,,,303,284,301,284,284,292,,,,92,91,91,91,91,91,91,91,91,91,10,301,301,284,301,284,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,92,35,35,35,156,37,,,286,301,301,284,301,284,301,301,301,296,301,302,287,293,301,284,301,284,284,284,301,284,284,301,301,284,285,,,,,,,,,286,301,301,301,284,301,292,,,92,91,10,10,10,10,10,10,10,10,10,284,284,284,301,284,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,37,,,,298,301,284,284,301,301,284,284,301,301,302,,288,287,293,301,301,301,284,284,301,301,284,284,301,302,,,,,,,,,286,284,301,301,299,301,301,285,60,10,10,10,301,301,301,284,284,284,284,284,301,299,284,284,284,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,37,,,286,301,284,284,284,301,301,284,299,284,284,292,294,301,285,60,10,10,10,10,10,284,284,284,284,284,285,,,,,,,,,286,284,301,301,301,301,291,,,,251,53,287,298,284,301,284,295,284,284,301,284,284,284,284,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,192,156,156,35,35,35,37,,,286,301,301,284,284,299,301,301,284,301,299,301,301,301,302,,92,91,91,91,10,284,284,301,284,301,285,,,,,,,,,303,284,301,301,284,284,292,,,,251,,303,301,284,284,284,296,284,284,284,301,301,284,301,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,156,156,156,35,35,37,,,303,301,284,284,284,301,301,284,301,301,301,301,301,291,,,92,91,91,91,10,284,301,284,284,301,302,,,,,,,,,286,284,284,284,284,284,301,285,,,253,,,298,284,301,284,284,301,301,284,301,301,301,301,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,37,,,286,284,284,301,301,301,301,284,284,284,284,301,297,288,,,92,91,91,91,10,301,299,301,301,301,302,,,,,,,,,286,284,284,301,284,301,301,292,,,251,,294,301,284,284,284,301,301,284,284,301,301,284,301,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,35,35,156,156,35,37,,,303,301,301,301,301,295,284,301,284,301,284,284,284,301,292,288,10,10,10,10,10,284,284,284,301,301,302,,,,,,,,,294,301,284,301,301,284,284,301,292,,253,303,301,284,284,301,301,301,301,301,301,284,301,301,284,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,187,156,156,156,156,35,37,,,286,301,284,301,301,296,284,284,301,284,301,284,291,298,284,284,284,252,,294,284,301,301,301,284,301,302,,,,,,,,286,284,301,301,284,284,301,284,301,301,285,251,286,284,284,301,284,299,301,284,284,284,284,301,301,301,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,194,186,188,35,156,35,35,35,37,,,303,301,301,301,301,284,284,284,291,298,284,284,289,284,301,284,291,253,286,301,284,284,299,284,284,301,285,,,,,,,,,293,284,299,301,284,301,284,301,301,302,252,,293,284,301,301,284,301,284,301,301,284,284,284,284,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,197,186,192,35,156,35,35,35,37,,,286,301,301,301,284,301,284,284,289,284,301,301,296,301,284,297,,253,303,284,301,284,301,301,301,301,285,,,,,,,,,286,284,284,301,301,301,284,295,284,285,251,,,293,284,301,301,284,301,291,293,301,291,287,287,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,37,,,303,284,301,284,284,299,284,284,300,284,301,284,301,301,284,284,285,252,303,301,284,301,284,299,301,301,302,,,,,,,,,286,301,284,301,301,284,284,302,287,,252,,,294,301,284,284,284,284,285,,287,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,37,,,,293,284,301,301,301,284,301,292,293,301,284,299,301,284,301,285,251,303,284,301,284,301,301,301,284,285,,,,,,,,,286,301,301,284,301,284,301,292,,,251,,294,301,284,284,301,284,301,302,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,37,,,,,298,284,301,284,301,284,301,289,284,301,301,297,293,284,302,251,303,301,284,301,301,284,284,301,302,,,,,,,,,303,301,284,284,299,284,284,284,292,288,253,294,284,284,284,301,301,284,301,302,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,196,186,190,188,187,186,189,192,35,156,35,35,156,37,,,,303,284,284,284,301,301,284,284,300,284,301,284,301,300,301,285,251,,293,284,284,284,301,284,301,285,,,,,,,,,303,301,301,301,284,284,301,284,301,284,10,284,295,284,301,301,284,301,284,302,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,203,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=32 stepAdvance=32 stepRecede=32 timeStopStart=25 timeStopEnd=25 posStart=3392;5056 posEnd=3648;5056 posCurrent=3648;5056 step=4 time=0 phase=1973 channel=12 icon=66 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5636 posEnd=4098;5636 posCurrent=4098;5636 step=1 time=0 phase=1973 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4484 posEnd=4226;4484 posCurrent=4226;4484 step=1 time=0 phase=1973 channel=10 icon=17 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3656 posEnd=5698;3656 posCurrent=5698;3656 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3136 posEnd=4096;3136 posCurrent=4096;3136 step=1 time=0 phase=1973 channel=10 icon=70 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;6144 posEnd=896;6144 posCurrent=896;6144 step=1 time=0 phase=1973 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;6144 posEnd=960;6144 posCurrent=960;6144 step=1 time=0 phase=1973 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6144 posEnd=1024;6144 posCurrent=1024;6144 step=1 time=0 phase=1973 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6080 posEnd=1024;6080 posCurrent=1024;6080 step=1 time=0 phase=1973 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;6080 posEnd=960;6080 posCurrent=960;6080 step=1 time=0 phase=1973 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;6080 posEnd=896;6080 posCurrent=896;6080 step=1 time=0 phase=1973 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;6016 posEnd=896;6016 posCurrent=896;6016 step=1 time=0 phase=1973 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;6016 posEnd=960;6016 posCurrent=960;6016 step=1 time=0 phase=1973 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6016 posEnd=1024;6016 posCurrent=1024;6016 step=1 time=0 phase=1973 channel=1 icon=32 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;6022 posEnd=66;6022 posCurrent=66;6022 step=1 time=0 phase=1973 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;6022 posEnd=130;6022 posCurrent=130;6022 step=1 time=0 phase=1973 channel=10 icon=252 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5192 posEnd=4098;5192 posCurrent=4098;5192 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=1 stepAdvance=90 stepRecede=90 timeStopStart=10 timeStopEnd=10 posStart=4864;3776 posEnd=4864;3200 posCurrent=4864;3353 step=4 time=24 phase=1973 channel=1 icon=16 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=5184;5568 posEnd=5248;5568 posCurrent=5184;5568 step=1 time=13 phase=1973 channel=12 icon=242 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=4224;4224 posEnd=4480;4224 posCurrent=4480;4224 step=2 time=40 phase=1973 channel=10 icon=70 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4040 posEnd=4226;4040 posCurrent=4226;4040 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2696 posEnd=3970;2696 posCurrent=3970;2696 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;3656 posEnd=5762;3656 posCurrent=5762;3656 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1856;1600 posEnd=1664;1664 posCurrent=1856;1600 step=1 time=1 phase=1973 channel=10 icon=107 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=1280;1408 posEnd=1408;1472 posCurrent=1296;1416 step=4 time=14 phase=1973 channel=10 icon=104 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1088;960 posEnd=1280;960 posCurrent=1088;960 step=1 time=1 phase=1973 channel=10 icon=115 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=2240;1280 posEnd=2432;1280 posCurrent=2240;1280 step=1 time=1 phase=1973 channel=10 icon=115 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=5440;1920 posEnd=5504;1920 posCurrent=5461;1920 step=2 time=5 phase=1973 channel=10 icon=79 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;1860 posEnd=6210;1860 posCurrent=6210;1860 step=1 time=0 phase=1973 channel=10 icon=30 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=4736;1088 posEnd=5056;1088 posCurrent=4944;1088 step=4 time=14 phase=1973 channel=10 icon=104 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5120;1472 posEnd=5376;1600 posCurrent=5376;1600 step=2 time=32 phase=1973 channel=10 icon=90 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5568;1600 posEnd=5760;1536 posCurrent=5568;1600 step=1 time=1 phase=1973 channel=10 icon=115 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=5952;1408 posEnd=6272;1344 posCurrent=6160;1366 step=4 time=14 phase=1973 channel=10 icon=104 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;5128 posEnd=6082;5128 posCurrent=6082;5128 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;5256 posEnd=4226;5256 posCurrent=4226;5256 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;4488 posEnd=3906;4488 posCurrent=3906;4488 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;3656 posEnd=5826;3656 posCurrent=5826;3656 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=32 stepAdvance=40 stepRecede=40 timeStopStart=25 timeStopEnd=25 posStart=4672;3008 posEnd=4992;3008 posCurrent=4960;3008 step=4 time=4 phase=1973 channel=12 icon=66 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2568 posEnd=4162;2568 posCurrent=4162;2568 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1860 posEnd=5826;1860 posCurrent=5826;1860 step=1 time=0 phase=1973 channel=10 icon=17 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1928 posEnd=1666;1928 posCurrent=1666;1928 step=1 time=0 phase=1973 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1928 posEnd=1730;1928 posCurrent=1730;1928 step=1 time=0 phase=1973 channel=10 icon=26 diff --git a/worlds/world092.txt b/worlds/world092.txt new file mode 100644 index 0000000..a6e4e95 --- /dev/null +++ b/worlds/world092.txt @@ -0,0 +1,249 @@ +DescFile: posDecor=0;970 dimDecor=100;100 world=0 music=7 region=27 blupiPos=130;1158 blupiDir=2 +Decor: +,,,,,,,,,,,,,,197,186,188,192,145,35,35,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,284,284,301,301,284,284,301,284,284,284,301,284,284,301,296,284,284,284,284,296,284,284,301,301,284,301,296,301,301,301,301,284,284,284,284,284,301,284,284,284 +,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,284,284,301,284,284,284,301,301,301,284,299,284,301,284,284,284,284,284,301,284,284,291,287,293,284,284,284,284,301,291,287,287,293,301,301,301,284,301 +,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,286,301,284,284,297,298,301,284,301,295,284,291,287,293,284,301,301,301,291,287,290,293,301,291,287,293,284,285,,303,301,301,301,301,291,,,54,,287,293,284,301,301 +,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,292,298,284,284,301,301,299,284,301,296,301,292,,288,293,301,284,284,302,303,284,289,301,302,288,303,301,302,288,303,301,284,284,301,302,,60,10,52,52,52,301,301,284 +,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,301,301,301,284,284,295,284,284,284,300,301,296,284,284,284,292,303,301,77,301,300,301,300,284,300,284,296,301,301,284,284,285,,,252,,,288,293,284,284 +,,,,,,,,,,,,,,,,,196,187,186,35,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,301,284,301,299,284,295,284,296,301,291,287,303,284,301,301,299,301,301,77,301,302,287,286,301,285,290,303,301,284,301,301,301,284,292,,,251,,303,301,289,301,301 +,,,,,,,,,,,,,,,,,197,188,192,145,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,284,299,284,284,289,301,284,291,,,,290,293,301,301,284,284,77,284,285,,294,301,296,301,300,301,284,301,284,295,301,301,285,,252,,286,284,300,284,301 +,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,301,284,284,301,300,301,291,,,,294,301,285,293,301,284,291,286,284,292,294,301,301,284,301,300,301,301,301,284,300,284,301,285,,252,,286,301,300,284,301 +,,,,,,,,,,,,,,,,,,,,,92,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,299,301,284,301,284,284,284,285,287,,,,294,284,284,302,294,301,291,,294,301,301,301,301,295,284,297,303,301,284,301,301,296,301,301,292,,252,,294,301,302,298,301 +,,,,,,,,,,,,,,,,,,,,,92,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,301,284,301,301,302,,,,294,301,284,301,77,284,284,285,294,284,301,301,284,284,296,301,301,296,301,284,301,301,301,301,284,301,285,253,294,301,291,294,301,301 +,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,291,287,287,,,,286,301,284,284,301,300,284,284,300,301,284,284,301,299,284,301,284,284,337,301,299,284,284,284,295,337,337,302,10,301,297,286,301,284,297 +,,,,,,,,,,,,,,,,,196,198,188,192,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,291,,,,,,,303,301,284,301,301,292,293,284,300,301,301,284,284,284,284,301,284,301,337,284,301,284,284,291,294,337,284,302,252,284,301,300,301,284,301 +,,,,,,,,,,,,,,,,,194,198,190,188,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,302,,,,,56,16,303,301,284,301,301,301,292,290,286,284,301,301,284,301,301,284,301,301,291,293,284,291,290,294,301,301,291,,252,293,301,292,298,301,284 +,,,,,,,,,,,,,,,,,197,198,187,189,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,285,,,,,10,10,10,301,301,284,301,301,301,301,296,284,295,301,284,301,299,301,284,284,285,288,290,294,301,301,284,301,285,,251,303,284,337,284,284,301 +,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,302,,,,,10,,10,301,301,301,301,284,301,284,284,301,296,301,301,301,284,299,301,284,199,284,301,284,301,301,284,284,292,288,253,,287,293,301,284,301 +,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,285,,,,60,10,55,73,293,301,301,284,301,301,284,301,284,284,284,284,299,301,284,301,301,77,284,301,299,284,299,301,295,301,284,253,,,286,301,284,284 +,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,302,,,,,10,,10,303,301,284,284,301,284,301,284,284,284,301,299,301,284,291,287,290,294,301,284,284,301,301,291,,287,287,253,,,,293,301,301 +,,,,,,,,,,,,,,,,,,,151,156,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,292,,,,,10,10,10,201,301,301,284,301,301,301,284,284,301,295,301,284,291,,286,284,284,284,301,284,284,284,302,,,58,252,54,,,,298,284 +,,,,,,,,,,,,,,,196,198,186,192,35,35,35,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,301,285,,,,56,18,,,298,301,301,284,301,295,284,284,284,296,284,301,285,,303,284,295,301,301,284,301,291,,,11,10,10,10,11,,286,284,284 +,,,,,,,,,,,,,,,195,198,192,186,35,35,35,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,284,302,,,,,,288,294,284,301,301,301,291,303,284,301,284,301,299,301,285,,303,301,292,298,284,299,301,200,200,200,22,10,10,10,22,200,200,284,301 +,,,,,,,,,,,,,,,197,198,191,188,156,35,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,292,,,,288,303,284,301,284,284,284,301,302,286,284,284,301,284,301,301,285,,303,301,284,301,284,284,301,301,285,56,22,73,,10,22,59,,293,301 +,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,284,284,292,,294,284,300,284,284,301,284,284,284,285,303,284,301,284,284,301,301,292,,303,284,301,299,284,301,284,301,200,200,22,10,10,10,22,200,200,200,301 +,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,299,301,296,284,284,289,284,301,301,301,301,297,,303,284,284,301,301,301,284,301,285,,290,293,301,301,284,301,297,,288,11,384,10,10,11,,,303,301 +,,,,,,,,,,,,,,,,,151,156,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,284,284,301,301,300,301,284,284,284,284,301,302,286,284,301,301,284,284,301,301,292,286,301,292,290,298,284,299,301,289,284,302,,251,57,,,,294,284 +,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,301,284,301,284,296,301,301,284,284,284,284,302,286,301,284,284,301,299,301,301,301,300,301,301,284,337,301,284,301,300,284,302,,253,,,288,303,301,284 +,,,,,,,,,,,,,75,,,151,35,156,35,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,284,284,299,284,301,301,301,284,284,301,302,286,301,284,301,284,284,301,284,284,289,284,301,301,297,287,293,284,300,284,302,,253,,303,284,296,301,301 +,,,,,,,,,75,,,,36,144,185,156,35,35,156,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,284,284,284,301,301,284,284,301,301,301,301,302,286,284,301,284,301,299,301,301,299,199,301,301,301,301,292,288,287,294,301,292,,253,,286,301,284,284,301 +,,,,,151,155,,,36,144,150,,92,156,185,156,35,35,156,156,156,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,301,297,298,284,284,299,284,284,301,284,285,303,301,301,301,284,301,284,284,284,289,301,284,301,284,284,284,296,284,295,301,285,252,288,288,293,301,301,301 +155,,,,,36,156,144,144,156,35,37,,92,156,185,185,185,156,156,35,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,299,301,284,284,284,284,301,301,284,301,285,286,284,284,301,301,301,301,284,284,296,301,284,284,301,299,284,301,284,292,287,,251,301,284,300,284,284,284 +156,144,144,144,185,185,156,156,35,156,35,35,155,92,156,156,156,185,35,35,156,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,284,284,284,301,284,284,291,287,,303,284,301,301,284,284,284,284,301,301,301,301,284,284,301,284,291,298,284,285,378,73,337,337,296,284,301,301 +35,156,35,156,35,185,156,156,156,156,156,156,156,35,156,156,145,185,145,35,35,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,293,284,291,287,287,,,,303,301,301,284,301,301,301,301,284,301,301,301,284,301,291,287,303,301,284,285,,251,284,284,284,284,284,284 +35,35,156,35,35,185,156,156,35,156,35,156,156,156,156,37,,,,36,35,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,,286,301,284,284,284,284,301,299,284,301,301,284,284,284,285,,288,287,287,288,288,251,284,301,301,284,284,301 +35,35,35,35,35,185,156,35,35,35,35,35,35,35,35,37,,,,36,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,284,284,284,284,284,284,301,284,284,301,284,285,303,301,292,294,301,284,252,284,284,301,284,301,284 +35,35,156,156,156,185,156,35,35,156,156,156,156,35,35,37,,,,36,35,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,299,284,301,284,284,284,284,301,301,301,301,285,303,301,284,301,284,291,253,284,291,290,293,284,284 +156,156,35,35,156,185,35,156,156,156,156,156,35,156,156,35,144,144,144,156,156,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,299,284,284,301,284,301,284,284,301,301,284,301,292,,287,293,284,291,,253,287,294,284,285,293,284 +301,301,301,284,284,337,301,284,284,284,301,301,301,301,301,156,156,156,156,156,35,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,295,301,301,284,301,284,301,301,301,284,284,292,,286,301,285,56,73,201,284,284,285,378,10 +284,284,301,284,291,293,301,295,301,301,301,301,301,284,301,156,156,156,35,35,35,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,297,294,301,284,301,284,299,284,284,301,301,301,284,285,,287,288,,251,294,284,284,302,303,284 +301,299,284,291,,,287,,293,301,297,293,301,284,301,156,156,35,156,35,156,156,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,284,284,301,301,284,301,301,301,301,301,292,,286,301,292,252,284,301,284,292,303,301 +284,301,291,,,288,,,,293,284,296,301,301,284,156,156,156,156,156,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,287,287,287,287,293,284,284,284,284,284,301,284,292,294,284,301,252,284,301,301,284,300,284 +301,284,285,288,286,301,292,,288,286,301,284,301,301,301,35,35,156,35,156,156,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,284,284,301,301,301,301,284,251,287,287,293,301,300,284 +301,284,300,284,300,301,284,300,284,300,284,284,301,301,301,35,35,35,156,35,156,35,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,284,301,301,284,284,301,301,251,,288,384,284,300,284 +301,291,,287,303,301,291,,287,303,284,295,284,284,301,156,156,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,299,301,284,301,301,284,291,73,201,284,301,301,289,301 +301,302,288,,,290,,288,,288,290,294,301,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,284,284,301,301,284,302,252,301,291,287,287,286,284 +284,300,284,302,303,284,300,301,300,301,284,284,299,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,284,301,301,284,301,302,251,284,285,378,10,286,301 +284,292,290,,288,287,,287,303,301,284,301,284,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,284,301,284,295,301,302,253,301,302,378,10,10,301 +284,301,284,300,284,285,,288,288,293,301,284,301,301,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,293,284,301,295,301,296,301,302,253,301,302,378,10,284,284 +284,301,284,292,287,,303,284,301,300,284,301,284,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,296,284,284,301,285,253,301,292,286,301,301,301 +301,301,284,284,292,288,,293,301,300,284,284,284,299,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,284,291,60,10,301,301,289,301,301,301 +301,301,301,299,284,284,302,288,290,294,284,284,284,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,295,301,292,,253,284,284,300,301,301,301 +301,284,301,284,284,301,289,301,284,284,284,284,301,301,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,301,296,301,284,285,252,284,284,300,301,284,301 +284,284,301,301,284,301,300,284,299,301,301,284,284,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,284,284,301,302,251,284,284,289,301,284,284 +284,301,301,301,301,297,303,284,284,301,299,301,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,301,284,284,301,285,253,284,291,286,284,284,301 +301,301,301,284,284,284,289,284,284,284,301,301,301,301,301,284,284,292,288,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,294,301,284,284,301,301,284,302,253,284,302,378,10,301,301 +301,301,301,284,301,284,289,301,301,284,284,284,301,301,284,301,301,284,284,301,284,292,288,288,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,,288,288,,,,,,,,,303,301,284,284,301,301,301,301,295,337,292,253,301,292,286,301,284,284 +284,301,284,301,301,284,300,301,301,301,284,284,301,301,301,301,284,284,284,284,284,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,288,288,,,,,,,,,,,,,,,,,288,288,288,288,294,301,301,301,296,301,301,292,,,,,,,,,293,284,301,301,301,301,284,300,301,301,252,284,301,289,284,284,301 +284,284,284,301,284,297,,293,301,301,301,301,284,284,284,301,284,284,284,284,301,301,301,284,284,284,302,,,,,,,,,,,,,,,,,288,294,284,301,292,288,288,,,,288,288,288,288,,,,288,288,294,301,284,284,301,301,284,301,301,301,301,284,284,292,288,288,288,288,288,288,288,294,301,301,284,295,284,291,,287,287,10,201,284,300,284,284,284 +284,301,301,284,301,301,292,288,293,284,301,299,284,284,284,284,284,301,284,301,284,284,284,301,301,284,302,,,,,,,,,,,,,,,,294,284,284,284,301,284,284,301,292,288,294,301,284,284,301,292,288,294,301,301,284,284,301,284,301,301,284,284,284,284,299,301,284,284,301,284,284,284,284,284,301,301,284,299,284,292,287,,,,,57,303,301,300,301,299,284 +301,301,284,301,301,301,284,284,285,293,301,301,284,301,299,301,284,284,301,301,301,301,301,284,301,301,302,,,,,,,,,,,288,,,288,294,301,301,284,299,284,284,301,301,301,301,284,301,284,284,301,284,301,284,284,284,301,284,284,284,284,284,301,301,301,301,284,301,284,284,301,301,301,301,299,301,301,284,301,301,301,284,302,288,,,,,,287,286,301,301,301 +301,301,301,301,284,284,299,284,292,288,287,293,301,301,301,301,301,301,284,301,284,284,301,284,301,301,292,288,288,288,288,288,288,288,288,288,294,284,292,294,301,284,301,284,301,284,301,284,301,299,284,301,301,284,301,301,301,284,301,301,301,301,301,301,301,301,301,301,301,301,284,297,293,284,299,301,301,284,284,284,301,284,284,284,301,284,284,284,300,301,302,,,,,,294,284,301,301 +284,301,284,301,284,284,284,284,301,301,285,288,290,287,293,301,301,284,301,284,301,301,284,301,301,284,284,284,301,284,301,301,301,284,301,284,284,301,301,301,301,284,284,284,301,284,301,301,301,284,284,301,301,284,284,301,284,284,301,301,301,284,301,284,301,284,284,301,295,301,301,301,289,301,284,284,284,284,284,284,284,301,301,301,284,284,291,287,,287,,,,,,294,284,284,284,301 +301,284,284,301,284,284,301,301,301,301,296,284,284,292,288,290,290,290,293,284,284,284,301,301,284,284,299,284,284,284,301,299,284,299,301,301,301,301,284,301,284,301,284,299,301,284,301,284,291,298,301,299,301,301,284,284,301,301,284,299,284,284,301,284,284,284,301,284,302,287,287,287,303,301,284,284,299,301,301,284,284,284,284,284,284,301,302,,,,,,60,15,286,284,301,301,301,301 +301,301,284,284,301,284,301,301,284,301,301,284,284,284,301,284,301,301,300,301,301,284,284,301,301,301,301,284,284,284,284,301,301,301,284,301,284,284,299,301,284,299,284,284,301,301,284,284,300,284,301,284,301,301,284,301,301,297,293,284,284,284,291,287,287,287,287,290,288,288,288,288,288,290,293,284,284,299,284,284,301,301,301,291,287,287,,,,,,,,10,27,284,284,284,284,301 +284,284,284,301,301,284,301,301,301,284,284,301,301,301,301,301,284,291,286,284,301,301,301,301,284,284,301,301,301,301,301,284,301,301,284,284,301,301,284,284,284,284,301,291,287,287,290,290,,290,290,287,293,301,301,284,299,284,302,287,287,287,288,288,288,288,303,284,284,301,301,301,301,301,302,293,301,301,301,291,287,287,287,,,,,,,,,,60,17,286,301,284,284,284,284 +301,301,284,284,284,284,301,301,284,284,301,301,284,284,301,284,301,285,,364,293,301,301,284,284,284,301,301,284,284,301,301,301,301,284,299,301,284,301,284,291,287,290,,,294,284,301,296,301,301,292,,287,293,301,284,291,288,288,288,294,301,301,284,301,292,298,284,284,284,284,284,284,302,288,290,287,290,,,,,,,,,,,,,,,,303,284,284,284,301,284 +284,284,284,301,301,284,301,301,284,301,284,301,284,284,301,284,291,,,364,303,284,284,284,301,284,284,301,284,284,284,301,284,299,301,301,284,284,291,287,288,294,301,292,303,284,301,284,284,301,284,301,292,288,288,290,290,294,284,301,301,301,301,301,284,284,284,301,301,284,301,301,284,284,300,301,284,296,284,292,288,288,,,,,,,,,,,,,294,301,284,284,284,301 +284,301,301,284,301,284,284,284,301,284,284,284,284,284,301,291,,,,364,286,301,284,301,284,284,284,284,301,301,301,284,301,284,301,284,301,291,,286,301,301,301,301,296,301,284,301,284,301,284,284,301,301,284,301,284,301,301,301,284,299,284,301,301,284,299,301,301,301,301,284,301,284,296,284,284,301,284,284,301,301,292,,,,,288,,,,,,303,301,301,284,301,301,301 +284,284,301,284,284,301,284,301,284,284,284,284,284,284,301,302,,,,364,303,284,299,301,284,301,284,284,284,284,284,284,284,284,301,299,284,302,,294,284,291,68,301,301,301,301,301,284,284,284,301,301,284,284,297,298,301,284,301,284,301,284,301,299,284,301,284,284,301,284,301,284,301,284,301,284,284,299,301,301,284,284,292,,,286,301,302,,,,,,293,301,301,284,301,301 +287,287,287,287,287,287,287,287,287,287,293,284,301,301,284,292,,288,286,301,300,284,284,284,301,284,301,284,301,301,284,284,284,301,299,301,291,,303,284,291,,68,301,301,284,301,299,301,301,284,284,301,301,284,284,301,284,284,291,298,284,284,284,301,284,284,301,284,284,301,301,299,284,284,301,301,284,301,284,301,301,284,284,292,288,286,284,292,,,,,58,303,301,284,301,284,301 +,,,,,,,,,,303,284,301,284,284,301,300,284,302,364,,68,301,301,284,301,284,301,301,301,299,301,301,284,284,301,285,,,364,,,68,284,301,301,284,301,299,284,301,284,284,284,284,301,301,301,284,296,284,299,301,284,284,301,301,284,301,301,301,301,301,301,301,284,284,284,284,284,284,301,284,299,301,284,300,301,284,292,288,288,56,10,1,284,284,284,284,301 +,,,,,,,,,,286,284,301,301,301,301,285,287,,364,,68,301,301,301,284,301,284,284,284,284,301,284,301,284,291,,,,364,,,68,301,301,284,284,301,284,301,284,284,295,301,301,284,284,284,284,284,301,301,291,293,284,301,301,284,301,284,284,301,301,295,284,284,284,301,284,301,301,301,284,301,301,284,300,301,284,284,284,284,292,10,23,284,301,284,301,301 +,,,,,,,,,,303,284,284,284,301,297,,,,364,,68,301,301,284,284,284,301,301,301,301,284,284,284,284,285,,,,364,,,68,301,284,284,301,291,287,287,287,287,,287,287,287,287,287,287,287,287,287,,303,301,291,287,287,287,287,287,287,287,,287,287,287,287,287,293,284,284,284,284,301,301,10,284,284,284,284,301,284,284,284,284,301,301,301,284 +,,,,,,,,,,303,284,301,284,301,284,292,,,364,,68,284,284,301,301,284,301,301,284,301,301,301,301,301,302,,,,364,,,68,284,301,284,284,285,,,,,,,,,,,,,,,,,287,,,,,,,,,,,,,,,286,301,301,284,301,284,301,284,284,284,284,284,299,301,299,284,301,284,301,284,301 +,,,,,,,,,,303,301,284,301,284,284,284,285,,364,,68,284,284,301,301,284,301,284,284,284,284,284,284,284,285,,,,364,,294,301,284,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,301,301,284,301,284,301,301,301,284,284,299,301,284,284,284,301 +,,,,,,,,,,286,284,301,301,301,299,301,285,,364,,68,284,301,284,301,284,284,301,284,284,301,284,301,291,,,,286,284,300,301,301,299,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,293,284,284,301,284,301,299,284,301,284,301,284,301,299,284,284,284 +,,,,,,,,,,303,301,301,284,301,284,301,302,,364,,68,284,301,301,301,284,284,284,301,284,284,301,297,,,288,,,287,,293,301,284,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,301,301,301,284,301,301,284,301,284,284,284,284,284 +,,,,,,,,,,286,301,284,284,301,291,287,,,364,,68,284,284,301,284,299,301,284,301,284,301,299,301,302,303,301,285,,,,286,284,284,301,299,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,287,287,293,301,284,301,284,301,301,284,284,284 +,,,,,,,,,,303,284,301,299,284,302,,,,364,,68,284,284,301,301,301,301,284,301,284,301,284,284,285,,364,,,,,294,284,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,293,284,291,293,301,284,291 +,,,,,,,,,,303,284,284,301,284,292,,,,364,303,301,284,301,301,301,301,301,284,301,284,299,284,284,285,,364,,,,286,301,301,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,287,287, +,,,,,,,,,,286,284,301,284,284,301,302,,,364,303,284,301,284,301,284,301,284,301,301,301,301,301,284,292,,364,,,,286,301,284,299,301,295,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,301,284,301,284,291,,,,364,303,284,284,301,301,301,284,284,284,284,284,301,299,301,284,285,364,,,,286,301,284,301,284,300,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,301,284,301,284,292,288,,,364,286,301,299,301,284,284,284,284,301,301,284,284,301,284,291,,364,,,,303,301,284,295,301,296,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,301,301,301,284,301,292,,364,294,301,284,301,284,284,301,284,301,301,301,284,301,301,302,,364,,,,,293,284,300,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,284,284,284,284,299,284,284,289,301,301,301,284,301,301,284,284,284,301,284,301,301,301,284,302,294,301,292,288,288,,294,284,296,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,301,301,301,301,284,301,284,300,301,299,301,284,284,301,301,284,301,284,301,301,301,301,284,300,284,301,284,284,284,300,301,301,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,301,284,284,301,291,293,284,300,284,301,284,284,301,301,301,284,301,284,284,301,301,284,291,,293,301,291,287,287,,293,301,299,301,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,301,284,284,284,285,288,287,286,301,284,284,301,284,284,284,284,301,299,301,301,301,291,,,,364,,,,,303,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,301,301,301,289,284,292,286,284,284,301,301,301,301,301,284,301,301,301,284,291,,,,,364,,,,,294,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,301,301,301,284,296,301,284,302,287,293,284,301,301,301,301,284,284,284,301,291,,,,,,364,,,,303,284,301,299,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,301,301,284,284,284,291,,288,,287,287,293,301,301,301,301,284,284,292,,,,,,364,,,,294,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,301,284,301,301,284,291,288,294,284,285,288,,303,284,284,284,301,284,301,301,292,288,288,,,364,288,,294,301,284,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,284,284,284,284,301,300,301,301,301,296,284,285,,293,284,301,299,301,301,284,301,284,301,292,303,301,301,300,284,284,301,284,301,301,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,284,301,284,284,296,301,284,284,284,301,302,,303,284,299,301,284,301,301,301,284,284,301,300,301,291,,293,301,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,301,299,301,284,301,301,284,284,301,301,285,288,,293,284,284,284,284,284,301,284,297,287,,287,,288,294,301,284,301,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,301,284,301,284,284,284,284,301,301,301,296,301,285,,293,301,301,284,284,301,301,284,302,,,294,284,301,301,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,301,295,301,284,301,301,301,284,301,284,301,301,301,292,,,293,301,284,284,284,284,291,,,286,301,301,284,301,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,301,296,301,284,301,301,284,301,284,301,284,299,301,301,302,,303,301,301,301,284,284,285,,,294,301,284,301,301,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,284,301,301,301,295,301,284,301,301,284,284,301,301,301,285,,303,301,301,284,284,291,,,294,284,284,301,301,284,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,286,301,301,284,301,289,301,284,284,284,301,284,301,301,301,292,,288,290,290,290,290,288,288,294,284,284,284,301,301,284,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,284,284,284,284,296,284,284,301,301,284,301,284,284,301,301,296,301,284,301,284,301,284,284,301,284,301,301,301,301,301,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,303,301,301,284,284,301,301,301,284,284,284,301,284,284,301,301,301,301,301,301,284,301,301,301,284,301,301,284,284,301,284,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,20,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,45,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;2308 posEnd=6082;2308 posCurrent=6082;2308 step=1 time=0 phase=4176 channel=10 icon=20 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=4800;2496 posEnd=4992;2496 posCurrent=4952;2496 step=2 time=19 phase=4176 channel=10 icon=93 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;1732 posEnd=6082;1732 posCurrent=6082;1732 step=1 time=0 phase=4176 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;964 posEnd=5506;964 posCurrent=5506;964 step=1 time=0 phase=4176 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;2436 posEnd=4482;2436 posCurrent=4482;2436 step=1 time=0 phase=4176 channel=10 icon=20 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2176 posEnd=4930;2176 posCurrent=4930;2176 step=1 time=0 phase=4176 channel=10 icon=56 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;2176 posEnd=5122;2176 posCurrent=5122;2176 step=1 time=0 phase=4176 channel=10 icon=56 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=1536;4096 posEnd=1408;4096 posCurrent=1460;4096 step=2 time=12 phase=4176 channel=12 icon=249 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5892 posEnd=3906;5892 posCurrent=3906;5892 step=1 time=0 phase=4176 channel=10 icon=20 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;5888 posEnd=1472;5888 posCurrent=1472;5888 step=1 time=0 phase=4176 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;5184 posEnd=1344;5184 posCurrent=1344;5184 step=1 time=0 phase=4176 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;5184 posEnd=1280;5184 posCurrent=1280;5184 step=1 time=0 phase=4176 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;5184 posEnd=1216;5184 posCurrent=1216;5184 step=1 time=0 phase=4176 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;5120 posEnd=1344;5120 posCurrent=1344;5120 step=1 time=0 phase=4176 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;5120 posEnd=1280;5120 posCurrent=1280;5120 step=1 time=0 phase=4176 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;5120 posEnd=1216;5120 posCurrent=1216;5120 step=1 time=0 phase=4176 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;5056 posEnd=1344;5056 posCurrent=1344;5056 step=1 time=0 phase=4176 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;5056 posEnd=1280;5056 posCurrent=1280;5056 step=1 time=0 phase=4176 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;5056 posEnd=1216;5056 posCurrent=1216;5056 step=1 time=0 phase=4176 channel=1 icon=34 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;1288 posEnd=5122;1288 posCurrent=5122;1288 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1032 posEnd=5826;1032 posCurrent=5826;1032 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5504;2240 posEnd=5632;2240 posCurrent=5524;2240 step=4 time=17 phase=4176 channel=10 icon=77 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=5696;2432 posEnd=5504;2432 posCurrent=5544;2432 step=2 time=19 phase=4176 channel=10 icon=101 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=5568;2496 posEnd=5440;2496 posCurrent=5512;2496 step=2 time=7 phase=4176 channel=10 icon=105 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5632;2560 posEnd=5376;2560 posCurrent=5448;2560 step=4 time=9 phase=4176 channel=10 icon=91 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5440;2368 posEnd=5504;2368 posCurrent=5440;2368 step=1 time=0 phase=4176 channel=10 icon=114 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;4488 posEnd=258;4488 posCurrent=258;4488 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=5184;2496 posEnd=5120;2496 posCurrent=5184;2496 step=1 time=0 phase=4176 channel=10 icon=106 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=5120;2432 posEnd=4864;2432 posCurrent=4936;2432 step=4 time=9 phase=4176 channel=10 icon=91 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;4424 posEnd=130;4424 posCurrent=130;4424 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=4864;2368 posEnd=4928;2368 posCurrent=4864;2368 step=1 time=0 phase=4176 channel=10 icon=114 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4672;2432 posEnd=4800;2368 posCurrent=4728;2404 step=2 time=7 phase=4176 channel=10 icon=97 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=4416;2560 posEnd=4544;2624 posCurrent=4472;2588 step=2 time=7 phase=4176 channel=10 icon=97 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;2632 posEnd=4610;2632 posCurrent=4610;2632 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5956 posEnd=1282;5956 posCurrent=1282;5956 step=1 time=0 phase=4176 channel=10 icon=5 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;5892 posEnd=194;5892 posCurrent=194;5892 step=1 time=0 phase=4176 channel=10 icon=36 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;4102 posEnd=898;4102 posCurrent=898;4102 step=1 time=0 phase=4176 channel=10 icon=252 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=896;3776 posEnd=1024;3776 posCurrent=1024;3776 step=3 time=5 phase=4176 channel=12 icon=73 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;5448 posEnd=130;5448 posCurrent=130;5448 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;4102 posEnd=1026;4102 posCurrent=1026;4102 step=1 time=0 phase=4176 channel=10 icon=252 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=512;1344 posEnd=576;1344 posCurrent=576;1344 step=3 time=16 phase=4176 channel=10 icon=82 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1160 posEnd=2050;1160 posCurrent=2050;1160 step=1 time=0 phase=4176 channel=10 icon=143 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1288 posEnd=5058;1288 posCurrent=5058;1288 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;580 posEnd=2498;580 posCurrent=2498;580 step=1 time=0 phase=4176 channel=10 icon=20 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;392 posEnd=2754;392 posCurrent=2754;392 step=1 time=0 phase=4176 channel=10 icon=24 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;1032 posEnd=5378;1032 posCurrent=5378;1032 step=1 time=0 phase=4176 channel=10 icon=24 diff --git a/worlds/world093.txt b/worlds/world093.txt new file mode 100644 index 0000000..bad727a --- /dev/null +++ b/worlds/world093.txt @@ -0,0 +1,259 @@ +DescFile: posDecor=0;1900 dimDecor=100;100 world=0 music=8 region=27 blupiPos=194;2118 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,284,292,294,284,289,284,301,301,301,284,284,302,,,,,,,,,,,,,,,,,,286,284,284,301,284,284,284,284,284,10,301,284,292,,,,,,,,,,294,284,302,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,288,288,288,288,288,288,288,288,294,301,301,301,284,284,301,301,289,284,284,301,301,284,301,302,,,,,,,,,,,,,,,,,,288,298,301,284,301,301,301,284,291,251,293,301,284,285,288,288,288,288,288,288,288,294,301,301,292,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,294,284,301,301,284,284,284,284,284,301,284,284,284,299,301,301,284,300,284,284,301,284,301,301,285,,,,,,,,,,,,,,,,,303,301,284,284,284,301,301,291,287,,251,,293,284,300,301,301,301,284,301,284,284,284,295,301,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,286,284,301,301,301,284,284,284,301,301,284,284,284,284,284,301,284,284,289,301,284,284,284,284,284,302,,,,,,,,,,,,,,,,,303,284,301,299,301,301,284,285,288,,252,,303,301,296,301,284,301,284,301,301,301,284,296,284,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,301,284,284,301,284,284,284,284,301,301,301,301,284,284,301,299,284,289,284,284,299,284,301,301,285,,,,,,,,,,,,,,,,,286,284,295,284,301,284,301,300,284,302,253,,294,284,284,295,301,284,284,301,301,284,284,301,284,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,286,301,284,301,301,284,301,284,301,284,284,301,284,284,284,284,284,284,285,298,284,284,301,284,284,302,,,,,,,,,,,,,,,,,286,284,296,301,284,301,284,300,284,285,251,303,301,284,284,300,301,301,301,301,284,284,299,301,284,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,286,284,301,284,301,284,301,284,301,301,284,284,284,301,284,284,295,301,300,301,301,284,301,301,284,302,,,,,,,,,,,,,,,,,303,284,301,284,284,301,301,285,287,,253,303,284,301,284,296,284,284,284,284,301,301,301,284,301,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,284,284,301,301,301,301,301,284,284,284,301,284,284,284,301,302,287,286,301,284,301,284,284,301,285,,,,,,,,,,,,,,,,,286,301,301,295,284,301,291,,,,251,303,301,284,284,284,284,301,301,301,284,299,284,301,284,284,292,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,284,284,301,284,284,301,284,284,284,301,301,301,284,301,301,285,,286,284,301,284,301,284,301,302,,,,,,,,,,,,,,,,,303,284,301,289,284,301,285,,56,10,10,10,10,10,10,10,10,10,10,10,284,301,301,284,301,301,301,285,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,301,301,301,284,301,284,299,284,284,284,284,301,284,301,284,292,,294,284,301,284,284,284,284,302,,,,,,,,,,,,,,,,,,293,301,296,301,284,302,,,92,91,91,91,91,91,91,91,91,91,10,301,299,284,284,284,284,291,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,286,301,301,301,299,301,299,284,301,301,301,284,284,284,301,301,284,300,301,284,284,301,284,284,301,302,,,,,,,,,,,,,,,,,,303,301,301,301,301,302,,60,10,10,10,10,10,10,10,10,10,91,10,301,301,301,284,284,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,301,284,284,284,284,301,301,284,284,284,301,284,284,301,297,287,303,301,284,284,284,299,301,284,302,,,,,,,,,,,,,,,,,,303,301,284,301,301,285,,,,252,,,286,284,301,301,10,91,10,284,284,284,284,301,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,286,284,284,284,301,284,301,301,299,284,301,284,301,301,301,301,302,286,301,301,301,284,301,284,284,285,,,,,,,,,,,288,,,,288,288,288,288,290,298,284,291,,,288,,251,,,303,284,284,284,10,91,10,284,284,301,284,284,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,284,284,284,284,284,284,301,284,284,284,301,301,284,301,301,285,294,284,284,301,301,284,301,301,302,,,,,,,,,,303,284,292,288,294,301,301,284,284,301,284,301,302,,294,301,285,252,,,286,284,301,301,10,91,10,284,284,284,299,284,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,303,301,284,301,284,301,301,295,284,301,284,284,284,301,301,291,286,284,284,301,284,284,284,301,284,302,,,,,,,,,,303,301,301,301,284,301,284,284,301,284,284,301,285,294,284,301,302,253,,,286,284,301,301,10,91,10,284,284,284,284,284,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,294,284,284,284,284,284,301,302,287,293,284,284,301,301,297,,,293,284,284,284,284,301,284,301,302,,,,,,,,,,286,284,301,284,299,284,301,284,301,284,301,301,289,301,301,284,285,253,,,286,301,284,291,10,91,10,301,301,284,284,299,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,294,284,284,301,284,301,295,284,302,288,288,290,293,301,284,284,285,,303,301,301,284,284,284,301,284,285,,,,,,,,,,,293,301,284,284,284,301,297,298,284,291,287,,293,301,284,292,252,,,294,301,291,,10,91,10,301,301,284,301,301,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,288,294,284,284,284,301,301,301,296,301,289,284,284,301,292,293,284,301,302,,294,284,301,284,301,301,284,301,302,,,,,,,,,,,294,301,284,301,301,284,284,284,291,,288,288,,293,284,301,10,201,201,301,301,285,10,10,91,10,301,301,284,301,301,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,284,301,284,284,284,284,284,284,300,301,284,284,301,300,301,301,285,286,301,301,301,299,301,301,301,297,,,,,,,,,,,294,301,301,301,301,284,284,284,291,,294,284,301,292,288,287,287,251,,286,301,291,,92,91,91,10,284,301,299,284,284,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,284,284,284,284,284,284,284,301,301,289,301,301,301,284,302,293,301,285,294,301,284,284,284,301,301,301,301,302,,,,,,,,,303,301,301,301,299,284,299,284,284,302,294,284,284,301,284,284,302,,252,,303,301,302,60,10,10,10,10,284,284,301,301,284,297,,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,284,301,284,301,301,284,284,295,284,289,301,284,284,284,285,,287,303,284,284,284,301,301,291,287,287,287,,,,,,,,,,303,301,297,298,284,295,301,284,291,303,301,301,301,284,301,284,292,,251,,303,301,292,,303,284,301,301,284,299,284,301,301,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,284,295,301,284,301,301,289,284,300,284,284,284,301,285,,,286,284,301,301,284,301,292,288,,,,,,,,,,,,303,284,284,301,284,289,301,291,,294,301,284,284,301,301,284,284,285,252,,303,301,284,302,286,284,301,284,284,284,301,284,301,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,301,284,284,296,301,301,301,301,285,287,303,284,301,301,284,285,,,,293,301,284,295,284,301,301,302,,,,,288,288,,288,,,,298,301,301,284,289,301,302,286,301,301,301,301,301,284,284,291,,253,,294,301,291,,288,293,301,284,301,284,284,301,284,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,301,301,284,284,284,301,291,,,286,284,284,301,297,288,,,,303,284,284,296,284,299,301,292,288,288,288,294,284,284,289,301,285,,286,284,284,301,284,296,284,285,286,301,284,301,301,291,293,284,292,60,10,201,284,291,,286,301,300,301,301,301,284,301,301,284,297,,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,301,299,284,284,284,284,291,,,288,294,284,301,301,301,301,302,,,286,301,301,284,284,284,284,301,301,284,284,284,284,284,296,284,302,,303,284,299,301,284,301,291,,303,301,301,301,284,302,303,284,284,302,252,303,284,302,,286,301,289,301,284,284,284,301,284,295,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,301,284,301,297,298,301,285,,294,284,301,301,301,284,284,291,,,,,293,284,301,284,301,284,284,301,284,299,284,284,301,301,284,285,,303,284,284,284,284,284,302,,294,301,284,301,301,285,,293,301,285,253,286,284,292,,303,301,300,284,301,284,284,284,291,303,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,284,284,284,284,284,302,303,284,284,284,284,301,284,291,,,,,54,303,284,301,301,284,295,284,284,284,284,284,284,284,284,284,292,,303,284,301,301,299,284,302,303,301,284,284,284,284,302,,303,284,285,253,286,301,301,292,286,301,292,293,301,284,284,297,288,294,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,301,301,301,301,301,301,292,303,284,301,301,291,287,287,,,,60,10,10,10,10,10,284,284,296,284,301,301,301,299,301,299,284,284,284,285,286,301,301,284,284,301,302,303,284,284,284,301,284,302,,,287,,251,,293,301,284,289,301,284,302,293,284,295,284,301,301,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,284,301,301,284,301,301,300,284,284,297,,,,,,,,92,91,91,91,10,284,284,301,284,295,301,284,301,284,301,301,284,301,285,286,284,284,284,301,284,302,,293,301,301,291,287,,,,,,253,,,293,284,300,284,301,285,286,284,292,298,301,301,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,301,284,284,284,284,284,291,303,284,301,301,285,,,,,,,92,91,91,91,10,10,10,10,10,10,10,301,284,284,301,301,284,291,,286,301,301,284,284,301,302,,303,284,301,302,,,,,,54,252,54,,286,301,302,293,301,302,286,284,301,284,301,301,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,284,284,284,301,284,285,,201,201,201,,,,,,,,92,91,91,91,91,91,91,91,91,91,10,284,299,284,284,297,290,,,286,284,301,295,301,301,302,288,303,301,291,,,,,,11,10,10,10,11,201,301,292,303,301,302,303,284,299,284,301,301,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,301,284,299,301,284,302,303,301,301,301,302,,,,,,,92,91,91,91,10,10,10,10,10,91,10,301,301,301,284,284,301,285,,286,301,301,296,284,284,300,284,289,284,302,,,,,56,22,10,10,10,22,303,301,284,289,284,292,,298,301,301,301,284,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,301,301,284,301,291,,286,301,284,301,285,,,,,,,92,91,91,91,10,301,284,284,10,91,10,284,284,301,295,284,284,302,288,286,301,299,301,284,291,,287,303,284,302,,,,,,22,73,,10,22,55,293,284,289,284,301,300,284,301,284,284,301,284,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,284,301,284,284,292,,286,301,301,301,292,288,288,,,,60,10,10,10,10,10,301,301,301,10,91,10,301,301,301,296,284,284,296,301,296,284,301,284,284,285,,,303,301,302,,,,,56,22,10,10,10,22,,303,284,302,287,290,303,301,301,301,301,284,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,301,301,299,284,284,302,286,301,284,301,301,301,301,292,,,,53,303,301,284,284,284,284,284,10,91,10,298,301,284,284,301,284,301,301,301,301,284,301,291,,,288,294,301,292,,,,,,11,10,10,10,11,201,201,284,302,294,284,292,298,284,301,301,284,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,301,301,284,299,284,285,286,301,284,301,284,301,284,284,302,,,,294,301,301,284,284,284,301,10,91,10,301,284,284,301,301,284,284,297,290,298,284,284,302,,294,301,284,301,284,292,,,,,,53,252,53,,,286,284,300,301,301,284,301,301,301,284,284,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,301,299,284,301,291,,286,301,301,284,299,301,301,284,292,,,294,284,284,301,301,301,301,301,10,91,10,301,301,299,284,301,297,298,301,284,284,301,301,285,303,301,284,284,284,301,284,292,,,,,,252,,,,294,284,285,298,301,284,284,284,284,301,299,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,301,284,284,301,284,302,,,293,284,284,284,301,284,284,284,292,294,301,301,299,301,297,293,301,301,10,91,10,284,284,301,284,284,301,301,301,301,284,301,284,285,288,290,298,301,301,284,301,284,302,,,288,,251,,,294,284,284,300,301,295,284,301,284,301,301,301,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,298,284,301,284,301,292,,,,287,293,301,284,284,301,284,284,284,284,299,284,301,301,300,284,301,10,91,10,284,301,301,301,301,284,297,293,284,284,301,301,300,301,301,284,284,301,284,284,284,285,,286,301,302,251,,286,284,301,291,286,284,300,284,284,301,301,284,301,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,284,301,301,301,292,,,,286,301,301,301,284,284,301,301,284,284,284,284,291,303,284,284,10,91,10,284,301,295,284,284,299,301,300,301,284,291,287,286,301,299,301,295,284,284,301,291,,,294,284,302,251,,303,284,301,285,,290,303,284,301,301,284,301,284,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,284,284,301,284,284,302,,,286,301,284,295,284,284,284,301,301,284,301,301,302,,293,284,10,91,10,284,284,300,301,284,284,291,,293,301,302,,303,284,284,301,300,284,284,284,285,,303,301,301,302,253,,294,284,291,,303,301,296,301,284,284,299,284,301,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,284,301,284,301,284,291,288,,,286,301,301,296,301,284,301,284,284,284,301,291,,,56,10,10,91,10,284,301,289,301,301,301,292,,288,290,288,288,294,284,284,301,285,298,301,291,,,294,284,284,292,251,286,301,301,285,,288,298,301,284,284,284,301,284,301,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,301,299,301,284,297,303,284,302,,286,301,301,284,301,299,284,284,301,301,291,,,,,92,91,91,10,301,301,296,284,301,301,301,300,284,284,301,301,301,301,299,284,296,284,291,,,303,284,301,284,301,10,201,301,291,,303,284,301,301,301,284,301,295,301,301,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,301,301,301,284,300,301,302,,286,284,301,299,301,301,301,301,301,284,292,288,,,60,10,10,10,10,284,284,301,301,301,291,287,286,301,299,301,284,284,295,284,301,301,284,285,,10,10,10,284,291,287,253,286,301,292,,294,284,299,284,301,284,301,296,284,301,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,284,301,295,284,301,292,287,,,294,301,301,284,284,284,301,301,284,284,284,301,292,,,,251,284,296,284,301,284,301,291,,,294,301,301,284,284,284,296,284,284,299,301,292,,73,,10,301,292,,252,,293,301,289,301,299,301,301,301,301,301,301,284,284,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,284,284,296,284,295,284,285,,294,301,301,284,301,301,284,301,284,284,291,298,284,284,302,,,251,284,284,301,301,291,290,288,288,294,301,301,301,301,301,284,301,301,301,301,284,284,285,10,10,10,301,284,285,253,,,287,286,284,284,301,284,295,284,301,295,301,301,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,301,301,284,301,296,284,285,294,301,284,284,284,301,284,301,284,284,301,296,301,284,297,,,,251,284,301,284,284,300,301,301,284,284,284,284,291,298,284,301,301,301,301,301,301,291,,286,284,284,284,284,285,251,,,,294,284,284,301,284,296,301,301,289,301,284,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,299,301,284,284,301,301,289,301,284,284,301,299,284,284,284,301,284,301,301,301,284,284,292,,,253,293,284,301,301,422,301,284,284,301,301,284,300,301,301,301,301,301,301,284,284,302,,288,290,293,284,291,,252,,,303,284,301,301,301,284,301,301,301,300,301,301,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,295,301,284,284,301,296,301,301,284,284,284,301,284,284,301,284,301,301,299,284,301,301,285,,253,286,284,301,291,286,284,284,299,301,301,297,286,284,284,301,299,284,284,301,301,292,303,284,284,300,284,292,,251,,,294,284,301,301,301,297,293,301,284,300,301,284,297,,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,301,301,296,301,284,284,284,284,301,301,284,284,301,301,284,301,284,284,284,284,284,284,301,284,302,,251,,298,301,292,303,284,301,284,301,295,284,296,284,299,301,284,284,284,301,284,301,300,301,10,52,10,301,285,252,,294,284,301,301,284,284,284,296,284,284,300,284,301,301,285,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,301,284,301,301,284,284,284,301,301,284,284,301,301,284,284,301,284,295,301,299,301,301,291,,56,10,201,301,284,284,300,284,284,301,284,300,301,284,284,301,284,301,301,301,301,299,284,296,284,284,300,301,284,285,73,201,284,284,301,299,301,284,301,301,284,291,303,284,284,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,286,284,301,284,301,284,284,301,301,284,284,284,284,284,301,284,284,301,301,296,284,284,284,297,288,,,251,286,284,301,291,303,301,301,284,301,296,284,299,301,301,295,284,284,301,284,301,301,284,284,10,52,10,284,302,251,303,301,284,284,284,301,301,301,291,287,,286,284,299,301,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,303,284,284,299,284,284,284,299,301,301,301,284,301,295,301,301,301,301,301,284,301,284,284,301,301,302,,253,286,301,301,302,303,301,284,301,284,284,301,301,284,301,296,301,284,284,301,284,301,284,299,284,300,284,301,302,251,286,284,295,284,284,301,299,284,292,,,303,301,284,284,302,,,,,,,,,,,,,,,, +,,,,,,,,,,,,293,301,301,301,284,284,301,301,284,301,301,301,289,284,301,301,295,284,299,301,284,284,301,301,285,,253,,293,284,302,,293,284,284,284,284,284,299,284,284,301,299,301,301,301,301,301,284,284,291,286,284,291,,253,303,284,296,301,284,284,284,301,301,302,,286,301,301,291,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,286,284,291,287,293,301,295,284,301,295,284,301,300,301,291,287,294,284,301,284,284,284,291,287,,,252,,,287,,,303,284,301,284,301,299,301,284,284,301,301,301,284,301,284,299,301,291,,,287,288,,251,286,284,284,284,301,301,284,301,291,,,,298,301,285,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,287,,,,287,,287,287,,287,287,,287,,286,301,301,295,301,284,301,285,,,,252,,,,,,294,301,284,284,284,301,295,284,284,284,299,284,284,301,284,301,284,292,,288,294,301,302,253,303,284,301,284,284,301,299,301,302,,,303,284,284,285,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,300,284,284,291,,,,58,251,58,,,,286,301,299,284,284,299,301,296,284,301,284,301,301,284,284,301,301,301,301,300,284,301,284,302,252,294,301,284,299,284,284,284,301,285,,,286,284,291,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,296,284,284,292,,,11,10,10,10,11,201,201,201,301,284,295,284,284,301,284,301,301,284,301,301,301,299,301,301,301,301,289,301,284,291,,10,301,301,301,301,301,297,298,301,302,,,,287,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,301,284,284,301,284,285,60,10,22,,22,10,59,,286,301,284,300,284,301,301,301,284,301,301,284,284,301,284,284,301,284,301,300,284,284,302,,251,293,284,284,299,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,299,284,301,301,291,,,10,22,,22,73,,,286,284,284,296,301,301,301,284,301,284,301,284,299,284,284,301,301,284,284,300,301,301,302,,252,,298,284,301,299,301,295,284,285,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,301,284,301,284,292,,60,10,22,,22,10,59,,286,301,301,301,284,301,284,284,301,284,301,284,284,301,284,284,301,301,291,294,301,284,285,,251,303,301,301,301,301,297,288,287,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,301,284,302,,11,10,10,10,11,201,201,201,284,284,301,301,299,284,284,284,284,301,284,301,301,284,284,291,290,294,301,301,284,292,,252,294,284,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,301,301,284,285,,,57,252,57,,,,,293,301,301,301,301,284,301,284,284,284,301,299,284,284,291,303,284,301,301,284,284,301,292,251,301,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,297,288,,,,252,,,,,,303,301,284,295,301,284,299,301,299,301,284,284,301,291,,,293,301,284,284,299,284,284,10,284,301,284,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,284,301,284,292,,,251,,,,,,286,284,301,296,301,301,284,284,301,301,284,295,284,285,,,,293,284,301,284,301,284,251,301,284,301,301,301,301,297,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,284,301,301,284,292,,252,,,,,288,303,301,284,284,299,301,301,301,291,287,287,,287,,,,,303,301,295,284,284,301,253,301,284,301,301,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,297,293,301,299,301,284,302,253,,,,286,301,300,301,284,284,284,301,301,291,,,,,,,,,,286,301,300,284,301,284,252,301,301,297,290,298,284,284,285,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,300,284,284,301,301,285,252,,,,286,284,296,301,284,284,284,284,284,285,,10,10,10,10,10,10,10,10,10,284,296,284,301,297,253,284,301,301,301,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,296,284,284,284,291,,252,,,,303,301,301,301,284,299,301,301,291,,303,301,284,284,301,289,301,301,284,301,301,301,284,301,301,10,284,301,284,291,287,287,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,299,284,291,,,251,,,,294,301,284,284,284,284,284,301,285,288,303,284,284,299,284,296,301,284,284,301,284,301,301,297,287,251,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,297,,,,253,,288,294,301,301,284,284,284,301,284,284,300,301,302,293,284,284,301,301,284,297,298,301,299,301,284,284,285,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,299,301,284,302,,,10,201,301,301,301,301,284,284,301,301,284,284,300,301,285,303,284,284,299,301,284,284,284,284,284,301,284,301,302,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,295,301,292,288,,251,,287,293,301,301,284,301,301,301,295,284,285,287,,294,284,301,301,284,301,301,301,301,284,284,284,291,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,299,284,284,285,293,301,301,302,253,,,,293,284,284,301,284,301,289,301,302,,303,284,301,284,284,301,284,295,284,284,284,284,284,285,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,292,303,284,301,302,253,,,,303,284,301,284,284,284,296,284,292,288,,293,284,284,301,284,284,296,284,284,301,301,291,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,301,300,284,291,,252,,,,,293,284,301,284,301,301,284,284,301,292,,287,293,284,295,284,301,299,301,299,301,285,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,284,285,287,,,252,,,,288,303,284,284,301,284,301,301,284,301,301,285,,,287,303,301,284,301,301,301,284,302,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,284,292,,,,251,,,294,284,300,284,284,284,284,301,284,301,284,301,292,288,,,286,301,284,295,301,284,284,285,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,284,284,302,,,253,,294,301,284,289,301,284,299,301,301,299,301,301,284,301,284,292,,303,301,284,296,301,284,284,302,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,284,284,285,,,10,201,301,301,301,300,301,284,284,301,284,301,301,301,301,284,301,284,302,294,301,284,301,301,284,301,285,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,284,299,284,292,,,252,,287,293,301,289,284,284,295,284,301,299,284,284,297,298,284,284,296,284,301,301,284,284,301,284,302,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,301,301,301,285,,251,,,303,284,302,293,301,289,301,301,301,299,301,301,284,301,284,301,301,299,284,284,301,284,284,302,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,295,284,302,,253,,,294,301,292,286,284,296,301,284,284,284,301,284,284,284,284,284,284,284,301,284,284,284,301,285,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,289,301,292,,251,,303,301,284,301,289,284,301,284,301,284,284,284,301,284,301,284,284,301,284,284,301,301,284,301,285,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,301,301,296,301,284,302,252,,,293,284,284,300,301,301,284,301,301,284,301,284,301,301,301,284,284,284,299,301,301,301,284,302,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,284,284,301,301,284,284,285,252,,,303,284,284,300,301,301,284,301,301,284,299,301,284,284,299,284,301,301,284,284,301,299,301,302,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,301,284,297,287,,253,,,286,301,284,300,284,301,284,284,284,299,284,284,301,301,301,301,301,284,284,284,284,301,284,302,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,288,286,284,301,284,301,284,301,301,284,302,,252,,,294,337,297,294,284,301,301,284,301,284,301,301,301,284,301,284,301,301,301,284,301,301,284,302,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,303,284,296,301,284,301,284,301,284,301,301,285,,253,,294,284,301,301,301,284,301,301,284,301,301,295,301,284,284,301,291,287,287,287,287,287,287,287,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,299,284,301,301,301,301,284,291,,,252,303,284,284,301,301,301,301,299,284,284,301,284,302,287,287,287,287,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,284,301,284,301,291,,,,252,303,301,284,284,284,284,284,284,284,301,301,291,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,284,284,284,301,284,284,302,,,60,73,201,284,299,301,301,301,284,301,284,301,291,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,301,301,284,301,301,292,288,288,,253,,293,284,284,299,301,301,301,284,301,302,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,301,284,284,301,284,284,284,302,252,,303,284,299,301,284,284,284,284,301,285,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,301,284,284,299,284,301,291,,253,,,293,284,301,301,301,299,301,291,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,301,301,299,284,284,291,,,252,,,303,301,284,301,301,284,284,302,,,,,,,,,,,,,,,,,,,253,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,301,284,301,284,292,,,252,,,294,284,301,299,301,291,287,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,299,284,301,284,301,301,302,,252,,286,284,284,299,301,301,285,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,299,284,301,284,292,,251,288,294,301,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,252,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,301,284,284,284,285,10,284,301,301,301,301,301,301,285,,,,,,,,,,,,,,,,,,,,,251,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2116 posEnd=514;2116 posCurrent=514;2116 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;2052 posEnd=1026;2052 posCurrent=1026;2052 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1416 posEnd=2562;1416 posCurrent=2562;1416 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1412 posEnd=1474;1412 posCurrent=1474;1412 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2500 posEnd=5058;2500 posCurrent=5058;2500 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2628 posEnd=5442;2628 posCurrent=5442;2628 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2372 posEnd=5058;2372 posCurrent=5058;2372 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;2372 posEnd=4546;2372 posCurrent=4546;2372 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;2816 posEnd=3520;2816 posCurrent=3520;2816 step=1 time=0 phase=3733 channel=1 icon=32 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;4868 posEnd=1858;4868 posCurrent=1858;4868 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=1664;4096 posEnd=1600;4096 posCurrent=1664;4096 step=1 time=23 phase=3733 channel=12 icon=249 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4804 posEnd=2498;4804 posCurrent=2498;4804 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;4740 posEnd=2626;4740 posCurrent=2626;4740 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4548 posEnd=2946;4548 posCurrent=2946;4548 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4420 posEnd=2498;4420 posCurrent=2498;4420 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3396 posEnd=4546;3396 posCurrent=4546;3396 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3264;2752 posEnd=3264;2752 posCurrent=3264;2752 step=1 time=0 phase=3733 channel=1 icon=32 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3396 posEnd=2562;3396 posCurrent=2562;3396 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3652 posEnd=1986;3652 posCurrent=1986;3652 step=1 time=0 phase=3733 channel=10 icon=15 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;2816 posEnd=4288;2816 posCurrent=4288;2816 step=1 time=0 phase=3733 channel=1 icon=33 +MoveObject: type=32 stepAdvance=32 stepRecede=32 timeStopStart=25 timeStopEnd=25 posStart=1920;3968 posEnd=2176;3968 posCurrent=2176;3968 step=3 time=16 phase=3733 channel=12 icon=271 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1728;1728 posEnd=1792;1728 posCurrent=1728;1728 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1416 posEnd=2626;1416 posCurrent=2626;1416 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1984;1728 posEnd=2048;1728 posCurrent=1984;1728 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1792;1664 posEnd=1856;1664 posCurrent=1792;1664 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1416 posEnd=2690;1416 posCurrent=2690;1416 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=2048;1664 posEnd=2112;1664 posCurrent=2048;1664 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=4864;2176 posEnd=4928;2176 posCurrent=4864;2176 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=5760;2240 posEnd=5888;2240 posCurrent=5832;2240 step=2 time=9 phase=3733 channel=12 icon=62 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2568 posEnd=4994;2568 posCurrent=4994;2568 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4224;2688 posEnd=4224;2688 posCurrent=4224;2688 step=1 time=0 phase=3733 channel=1 icon=32 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=1472;4032 posEnd=1536;4032 posCurrent=1472;4032 step=1 time=23 phase=3733 channel=12 icon=238 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2432;4096 posEnd=2496;4096 posCurrent=2432;4096 step=1 time=23 phase=3733 channel=12 icon=238 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2624;4032 posEnd=2560;4032 posCurrent=2624;4032 step=1 time=23 phase=3733 channel=12 icon=249 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=1984;3904 posEnd=2112;3904 posCurrent=2056;3904 step=2 time=9 phase=3733 channel=12 icon=62 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=2112;3840 posEnd=1984;3840 posCurrent=2040;3840 step=2 time=9 phase=3733 channel=12 icon=67 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2436 posEnd=3842;2436 posCurrent=3842;2436 step=1 time=0 phase=3733 channel=10 icon=10 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=2368;2240 posEnd=2432;2240 posCurrent=2368;2240 step=1 time=23 phase=3733 channel=12 icon=238 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6338;2376 posEnd=6338;2376 posCurrent=6338;2376 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3974 posEnd=2818;3974 posCurrent=2818;3974 step=1 time=0 phase=3733 channel=10 icon=178 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;3656 posEnd=4866;3656 posCurrent=4866;3656 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2436 posEnd=3714;2436 posCurrent=3714;2436 step=1 time=0 phase=3733 channel=10 icon=10 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2504 posEnd=3010;2504 posCurrent=3010;2504 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4292 posEnd=2050;4292 posCurrent=2050;4292 step=1 time=0 phase=3733 channel=10 icon=33 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3656 posEnd=4930;3656 posCurrent=4930;3656 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;3656 posEnd=4994;3656 posCurrent=4994;3656 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;4488 posEnd=706;4488 posCurrent=706;4488 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3848 posEnd=3202;3848 posCurrent=3202;3848 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3136;3904 posEnd=3136;4096 posCurrent=3136;4032 step=2 time=20 phase=3733 channel=10 icon=75 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3264;3904 posEnd=3264;4096 posCurrent=3264;4032 step=2 time=20 phase=3733 channel=10 icon=75 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=1920;4032 posEnd=1984;4032 posCurrent=1920;4032 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=32 stepAdvance=8 stepRecede=8 timeStopStart=25 timeStopEnd=25 posStart=2176;4032 posEnd=2112;4032 posCurrent=2176;4032 step=1 time=23 phase=3733 channel=12 icon=273 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=4224;3904 posEnd=4224;3392 posCurrent=4224;3636 step=2 time=42 phase=3733 channel=1 icon=16 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4424 posEnd=1346;4424 posCurrent=1346;4424 step=1 time=0 phase=3733 channel=10 icon=26 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1536;4480 posEnd=1536;4608 posCurrent=1536;4519 step=4 time=14 phase=3733 channel=10 icon=75 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;2816 posEnd=4032;2816 posCurrent=4032;2816 step=1 time=0 phase=3733 channel=1 icon=33 diff --git a/worlds/world094.txt b/worlds/world094.txt new file mode 100644 index 0000000..c64ac10 --- /dev/null +++ b/worlds/world094.txt @@ -0,0 +1,220 @@ +DescFile: posDecor=900;650 dimDecor=100;100 world=0 music=9 region=27 blupiPos=1346;966 blupiDir=1 +Decor: +284,301,296,284,301,284,301,284,284,284,284,284,284,301,301,284,284,301,284,284,284,284,301,284,284,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,284,284,284,301,284,284,284,284,301,297,298,284,301,284,301,284,295,301,284,284,284,301,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,301,301,284,301,301,301,284,301,284,284,284,284,284,301,301,296,301,301,301,284,301,284,301,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,301,284,284,299,284,299,301,301,284,291,290,293,284,295,284,301,301,284,301,284,301,284,301,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,301,301,284,301,301,301,291,287,287,303,284,300,301,300,284,301,284,284,284,301,284,301,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,295,284,299,284,301,297,,,288,,287,286,301,285,293,301,284,284,301,301,301,284,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,284,289,284,301,295,284,284,292,286,284,285,,286,301,292,303,301,295,301,301,301,301,301,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,300,301,284,285,290,293,301,300,301,292,,,293,301,289,284,302,293,284,301,301,284,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,302,293,284,300,284,302,287,303,284,284,285,,,287,286,284,285,286,284,297,298,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,297,,288,290,294,301,285,288,286,301,291,,288,,,303,301,292,286,301,284,284,301,301,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,296,301,301,301,301,300,301,296,301,302,286,301,285,,286,301,301,300,284,284,301,284,284,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,284,337,301,284,301,301,289,284,284,291,,303,301,285,,,298,301,300,301,284,299,284,301,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,295,301,301,301,291,286,301,291,,,294,301,285,,294,284,284,285,293,284,284,284,301,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,284,289,284,297,287,,286,284,292,288,303,301,301,292,286,284,297,287,,288,298,284,284,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,300,284,284,285,,286,284,301,301,300,284,284,301,300,284,284,285,294,284,301,284,299,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,300,301,284,292,288,286,301,291,287,,293,301,291,,293,301,289,284,301,295,301,284,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,289,284,301,301,301,302,287,,,,,290,,,303,301,300,284,284,289,301,295,284,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,292,298,284,301,291,,,288,,,303,301,302,288,294,301,300,284,284,296,301,296,284,301,284,301,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,295,337,301,284,291,,,294,301,285,,294,284,300,301,301,301,285,293,301,284,284,301,284,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,292,298,284,301,285,288,303,301,291,,286,284,301,292,298,284,291,,288,290,287,293,284,301,284,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,284,337,284,301,296,284,296,284,292,,,293,301,284,284,301,302,294,301,301,292,288,293,284,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,291,293,284,284,301,284,284,284,285,,,290,298,301,284,296,284,301,301,301,284,302,293,301,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,292,286,284,299,284,301,301,284,292,288,303,284,284,284,284,284,301,284,284,297,290,288,294,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,284,77,301,284,301,284,284,301,301,284,302,293,301,284,301,284,301,301,284,284,301,284,301,299,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,284,302,364,68,284,301,284,301,284,297,288,294,284,301,301,284,301,301,284,301,301,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,301,77,284,301,301,284,284,284,295,284,301,284,284,301,301,284,301,284,301,301,284,297,298,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,301,289,284,284,284,301,299,284,296,301,301,301,284,284,284,284,284,301,284,284,301,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,284,289,284,284,301,301,284,301,301,301,284,284,284,284,301,284,301,284,301,284,291,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,301,199,284,284,284,301,301,301,301,284,301,301,301,301,301,301,284,301,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,284,291,,364,68,284,301,284,301,297,287,287,293,284,301,291,287,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,291,,,364,68,284,284,284,301,301,302,,,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,292,,,364,68,284,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,284,302,,364,68,301,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,291,,,364,68,301,301,291,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,292,,,364,68,301,301,285,288,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,285,286,301,301,284,301,300,284,284,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,302,303,284,301,301,297,286,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,302,286,301,299,284,284,300,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,297,288,286,284,301,301,284,296,284,301,284,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,301,199,284,284,299,284,301,301,284,301,301,301,301,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,284,199,301,301,301,301,301,299,301,301,301,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,291,,287,293,284,301,284,284,284,284,301,284,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,284,292,,,,287,293,301,284,284,284,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,301,285,,,364,,287,293,284,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,301,302,,,,,,,293,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,284,285,,,364,,,,303,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,284,291,,,,,,,,303,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,302,,,,364,,,,,68,284,299,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,284,302,,,,364,,,,,68,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,284,302,,,,,,,,303,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,288,288,,,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,292,288,,,364,,,,286,284,284,284,284,285,,,,,,,,,,,,,,,,,,,,,294,284,301,292,286,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,284,301,302,,364,,,,303,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,294,284,301,301,284,302,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,284,301,291,,,364,,,,303,301,299,301,301,285,,,,,,,,,,,,,,,,,,,286,301,301,301,295,284,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,291,,,,,,,,286,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,287,298,301,300,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,295,284,285,,,,364,,,,,68,284,284,284,285,,,,,,,,,,,,,,,,288,288,288,288,286,301,301,300,284,284,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,300,301,292,,,,364,,,,286,284,284,301,301,302,,,,,,,,,,,,,,288,294,284,284,284,301,292,298,284,289,301,301,299,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,300,301,301,285,,,,,,,303,301,284,301,291,,,,,,,,,,,,,288,294,284,284,301,284,301,299,301,284,284,300,284,284,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,296,284,291,,,,364,,,,,68,284,284,302,,,,,,,,,,,,286,284,284,301,284,299,284,284,301,284,301,301,285,293,301,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,302,,,,364,,,,,68,284,301,302,,,,,,,288,288,288,288,288,288,298,301,301,301,301,301,301,301,295,284,284,285,,298,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,292,,,,,,,,303,284,301,301,292,288,288,288,288,288,294,284,284,301,284,284,301,301,284,284,284,301,284,284,301,300,301,301,285,303,284,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,284,285,,,364,,,,303,301,284,301,301,301,284,301,284,301,301,301,284,301,301,284,284,301,301,284,301,301,301,284,291,,293,284,302,294,301,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,284,297,,,303,284,292,,288,,293,301,284,284,284,301,284,284,301,284,301,284,301,284,284,284,284,284,284,301,301,284,284,285,288,288,290,294,301,284,299,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,301,292,288,286,284,284,296,284,292,286,284,284,284,301,301,284,301,301,301,284,284,301,284,301,299,284,284,291,287,293,301,284,300,284,301,301,284,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,291,293,284,284,284,199,284,299,301,301,284,296,301,301,284,284,284,284,284,301,284,284,284,301,301,284,284,284,291,,,286,301,297,,293,284,284,301,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,292,294,284,284,301,334,301,301,284,301,299,301,301,301,301,284,284,299,284,301,301,284,284,284,301,284,284,291,,,,,293,301,302,,298,301,284,301,301,299,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,301,284,284,77,284,301,284,301,301,284,284,301,301,301,284,301,301,284,284,301,301,284,301,284,284,285,,,,,,287,288,303,284,284,284,301,301,301,301,297,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,284,291,287,303,284,301,284,284,301,301,284,301,284,301,301,301,284,301,301,284,284,301,301,284,284,330,,,,,,286,284,300,301,284,284,301,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,301,302,,286,301,301,301,284,297,293,301,291,293,301,301,301,301,301,284,284,301,284,301,284,301,302,,,,,,288,287,303,301,284,284,301,284,299,284,291,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +290,298,301,284,285,288,288,287,287,293,301,301,302,287,,303,301,284,301,301,284,284,301,284,284,301,301,284,292,,,,,294,301,285,,298,284,284,301,301,301,284,296,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,301,296,284,301,292,,,293,301,285,,,303,284,284,301,284,301,301,301,301,301,301,301,284,301,292,,,286,284,291,288,294,284,301,284,301,301,295,284,284,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,301,284,284,301,301,284,292,,,287,,,,286,284,284,284,301,301,284,284,301,301,284,284,301,301,301,292,288,294,284,300,284,301,301,301,284,284,301,289,284,301,301,301,284,292,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,299,284,291,293,301,284,284,292,288,288,,,,286,301,301,284,284,301,284,284,301,284,284,284,284,301,301,284,301,284,301,292,293,301,301,284,301,301,284,296,284,284,284,284,295,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,284,284,292,303,301,295,301,284,284,301,330,,,286,301,301,301,284,301,301,284,301,301,284,284,301,284,301,301,299,284,301,284,292,290,293,301,284,301,301,301,301,301,284,301,296,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,301,284,296,284,296,301,299,301,284,284,292,,294,284,301,301,284,284,301,284,284,284,301,301,301,301,284,284,301,284,284,301,301,301,292,290,293,284,284,301,301,301,301,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,299,284,301,299,284,301,301,284,301,301,284,301,301,300,284,284,284,284,284,301,301,284,301,284,284,301,284,284,301,284,284,284,284,299,284,284,301,284,285,290,293,284,284,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,301,284,301,301,301,301,284,284,301,301,301,284,296,301,284,301,284,301,301,301,284,301,284,284,284,291,293,301,284,284,284,301,284,299,301,284,291,303,301,292,290,293,284,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,301,301,301,301,301,284,284,284,284,284,301,284,284,284,284,301,284,301,301,284,301,301,301,284,284,291,,,287,290,293,284,301,284,284,284,301,285,303,284,301,284,296,301,284,301,284,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,301,284,301,284,284,301,284,284,301,284,301,284,301,284,284,284,284,301,301,284,301,301,291,287,,,,286,301,296,284,284,301,301,284,297,,288,287,293,301,284,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,301,284,301,301,284,284,284,284,284,301,284,284,301,301,301,301,301,284,284,301,301,302,,,,,286,284,284,284,284,284,301,301,301,300,301,285,294,284,284,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,301,284,284,301,284,284,301,284,284,301,301,284,301,301,284,301,284,284,284,284,301,301,284,302,,,,,303,284,301,284,301,301,295,301,284,289,284,296,301,284,284,284,297,290,288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +284,284,284,301,301,284,301,301,301,301,284,301,301,301,301,301,301,284,301,284,291,287,287,287,,,,,,286,301,284,301,291,287,303,284,301,300,284,284,301,301,301,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,284,284,301,284,301,284,301,284,284,284,284,284,301,284,301,284,284,284,291,,,,,,,,,,303,284,284,301,285,288,294,284,301,300,301,295,301,284,301,284,301,295,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +301,291,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,,,,,,,,,,,,287,293,301,296,284,284,301,301,289,301,285,290,298,301,295,301,302,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,291,287,303,301,296,284,301,284,285,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,291,,,286,284,301,301,291,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,292,,,,298,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,292,288,294,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,301,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,291,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,24,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,23,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,24,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,25,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;192 posEnd=2050;192 posCurrent=2050;192 step=1 time=0 phase=989 channel=10 icon=56 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;260 posEnd=2306;260 posCurrent=2306;260 step=1 time=0 phase=989 channel=10 icon=20 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;320 posEnd=3266;320 posCurrent=3266;320 step=1 time=0 phase=989 channel=10 icon=56 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2628 posEnd=3714;2628 posCurrent=3714;2628 step=1 time=0 phase=989 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2756 posEnd=4866;2756 posCurrent=4866;2756 step=1 time=0 phase=989 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;2628 posEnd=4994;2628 posCurrent=4994;2628 step=1 time=0 phase=989 channel=10 icon=20 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;960 posEnd=4288;960 posCurrent=4288;960 step=1 time=0 phase=989 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4800;896 posEnd=4800;896 posCurrent=4800;896 step=1 time=0 phase=989 channel=1 icon=32 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;772 posEnd=4034;772 posCurrent=4034;772 step=1 time=0 phase=989 channel=10 icon=214 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2308 posEnd=4226;2308 posCurrent=4226;2308 step=1 time=0 phase=989 channel=10 icon=30 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2052 posEnd=3970;2052 posCurrent=3970;2052 step=1 time=0 phase=989 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;2052 posEnd=4482;2052 posCurrent=4482;2052 step=1 time=0 phase=989 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;2500 posEnd=5442;2500 posCurrent=5442;2500 step=1 time=0 phase=989 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2500 posEnd=3330;2500 posCurrent=3330;2500 step=1 time=0 phase=989 channel=10 icon=1 +MoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=5376;2432 posEnd=5248;2432 posCurrent=5376;2432 step=1 time=5 phase=989 channel=10 icon=60 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;584 posEnd=3970;584 posCurrent=3970;584 step=1 time=0 phase=989 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;2312 posEnd=3714;2312 posCurrent=3714;2312 step=1 time=0 phase=989 channel=10 icon=28 diff --git a/worlds/world095.txt b/worlds/world095.txt new file mode 100644 index 0000000..5c0f9d9 --- /dev/null +++ b/worlds/world095.txt @@ -0,0 +1,298 @@ +DescFile: posDecor=400;100 dimDecor=100;100 world=0 music=10 region=2 blupiPos=706;390 blupiDir=2 +Decor: +284,301,301,284,284,284,301,301,301,284,284,284,284,301,284,301,284,301,301,301,284,301,301,284,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,296,301,284,301,284,301,301,301,301,301,301,284,284,284,284,284,284,301,301,284,284,301,284,284,301,302,,,,,,,,,,107 +301,284,284,284,284,301,284,301,284,284,284,284,284,301,284,284,284,284,301,301,284,284,301,301,284,301,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,284,301,301,301,284,284,284,284,284,284,301,284,301,284,284,284,284,284,284,301,301,301,284,301,301,301,285,,,,,,,,,,107 +284,284,301,284,301,284,284,301,301,284,284,284,301,301,284,301,301,284,284,284,301,284,301,301,284,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,299,301,301,301,301,284,284,284,301,299,301,301,301,301,291,290,293,284,284,284,284,299,284,301,301,301,302,,,,,,,,,,107 +301,284,301,284,301,301,301,301,284,301,301,301,301,301,284,284,301,301,284,284,301,284,284,301,301,284,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,284,301,295,284,297,298,284,295,284,301,301,295,301,300,301,285,287,293,301,284,284,284,301,301,301,292,,,,,,,,,,107 +284,301,284,301,301,284,284,284,284,301,284,284,301,284,284,301,301,301,301,284,284,284,301,301,284,284,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,297,303,301,284,284,297,294,284,301,284,300,301,300,301,285,,303,284,291,287,287,293,284,301,284,292,288,288,,,,,,,107 +284,284,284,301,301,284,284,301,284,284,301,301,301,284,284,284,301,301,284,301,284,301,284,301,301,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,300,301,301,301,301,284,284,291,287,286,301,289,301,292,,294,284,302,,288,288,287,293,301,284,301,284,330,,,,,,107 +301,284,284,284,284,284,284,301,301,301,301,301,284,301,284,284,284,301,301,301,284,284,284,284,284,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,300,284,291,287,287,293,301,302,288,286,284,300,284,301,336,284,284,292,303,284,284,292,,287,293,301,301,301,292,,,,,107 +301,284,301,284,284,284,301,284,284,301,301,301,301,284,301,301,284,284,295,301,301,301,301,301,301,284,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,291,286,301,292,,288,288,290,303,301,300,301,289,284,291,,293,284,301,285,293,284,301,292,,303,337,295,301,284,292,288,,288,107 +301,284,284,301,284,301,301,301,301,284,301,284,284,284,301,284,284,301,200,284,301,284,301,284,301,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,292,286,301,284,300,284,301,284,285,287,,290,294,301,302,,,287,287,288,286,284,301,301,292,294,337,285,293,301,284,301,300,284,107 +301,301,284,301,301,284,284,301,284,284,301,301,284,284,284,284,301,301,302,287,287,287,293,284,301,284,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,295,301,300,301,291,,287,68,301,292,,286,301,284,284,285,,,288,294,301,300,284,284,301,284,301,301,302,,287,293,284,289,301,107 +301,301,301,284,301,295,284,284,301,301,301,284,284,301,284,284,284,301,285,,,,286,284,301,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,286,301,289,284,292,,303,284,284,284,292,294,301,301,284,302,,303,284,301,301,285,364,68,301,284,284,301,285,288,,286,301,300,284,107 +301,301,301,301,291,,293,301,301,284,301,284,301,301,301,284,301,284,285,,,,303,284,284,284,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,300,284,301,285,286,301,301,301,301,301,284,301,284,302,,,68,284,284,302,364,68,284,301,301,284,300,284,302,288,290,303,301,107 +301,301,284,201,,,,201,290,290,290,290,290,290,290,290,290,201,,,,,303,301,284,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,296,301,291,,286,301,284,301,301,301,284,301,284,285,,303,284,284,284,285,364,68,301,299,301,284,289,284,300,301,284,300,284,107 +301,301,284,284,292,,294,301,284,301,301,284,284,301,284,301,301,301,285,,,,286,301,301,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,302,,,293,301,284,301,301,284,301,301,302,,286,284,301,284,285,364,68,284,301,284,284,302,290,294,301,301,289,284,107 +284,284,301,284,284,296,301,301,301,301,301,284,301,284,284,301,284,301,285,,,,303,284,284,301,284,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,302,,,,287,293,301,301,301,301,301,292,,294,301,301,284,285,364,68,301,295,284,284,335,284,301,301,291,303,284,107 +284,284,301,284,284,301,301,301,284,301,301,284,284,284,284,301,284,301,302,288,288,288,286,284,301,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,285,,,,,286,301,301,301,284,301,284,334,301,301,284,284,300,301,301,284,296,284,301,300,284,291,287,,286,284,107 +284,284,284,284,284,301,301,284,301,284,301,301,301,301,284,284,284,301,200,301,301,301,300,301,284,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,284,301,302,,,,,286,301,301,284,284,301,291,,293,301,284,301,300,301,301,284,284,301,301,296,301,285,,,286,284,107 +284,301,284,284,284,301,284,284,284,301,284,301,284,284,301,284,301,284,296,284,301,301,289,301,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,284,301,301,301,292,288,,,,303,301,284,284,284,284,302,,286,284,301,301,289,284,301,284,284,301,284,284,301,292,288,,294,301,107 +284,301,284,301,284,284,284,284,301,301,301,301,284,284,301,301,284,284,284,301,284,301,289,284,284,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,294,284,284,301,301,299,284,284,301,292,288,288,286,284,301,284,284,301,285,,286,284,284,301,300,284,284,284,297,287,287,293,301,301,284,300,301,301,107 +301,301,284,301,301,284,301,301,301,301,284,284,301,284,301,301,284,284,301,301,284,301,289,301,284,301,284,301,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,303,284,284,284,301,301,284,284,301,301,301,301,284,301,301,292,290,293,301,301,301,285,,286,301,284,291,,293,301,301,284,302,,294,284,301,301,289,301,284,107 +301,301,284,301,284,284,301,301,301,301,301,284,301,284,301,301,284,284,284,301,284,301,300,301,301,284,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,296,284,284,284,284,301,284,284,301,291,293,301,301,301,284,284,284,300,301,301,284,292,288,294,284,284,285,,286,301,284,284,285,303,301,301,284,301,296,301,284,107 +301,284,284,301,301,301,301,284,301,301,301,284,301,284,301,301,284,301,301,284,284,284,302,293,284,284,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,284,291,287,287,287,,,364,293,284,284,301,301,285,293,284,284,301,301,284,284,284,292,288,294,301,284,301,292,294,284,301,299,284,284,284,301,107 +301,284,284,301,301,301,284,284,301,284,284,301,301,284,301,284,284,301,284,301,284,291,,303,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,284,291,,,,,,,364,,290,293,284,284,292,303,301,301,301,284,301,301,284,301,301,301,301,301,301,301,301,284,284,301,301,301,284,284,107 +301,284,284,284,284,301,301,301,284,284,301,284,284,284,301,284,284,301,284,301,284,292,,286,284,301,284,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,301,284,285,,288,288,288,,,364,294,301,292,287,293,284,285,364,68,284,301,301,301,301,301,284,284,284,284,284,284,301,284,301,284,301,284,284,301,107 +284,284,284,301,284,284,284,284,301,284,284,284,284,284,284,284,301,284,284,301,284,301,330,294,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,284,401,,286,301,301,301,292,294,284,284,301,301,285,286,337,302,364,68,301,301,284,284,301,284,284,291,287,287,287,287,293,284,301,301,284,301,301,301,107 +287,287,287,287,287,287,287,287,287,287,287,287,287,293,284,284,301,301,301,284,301,284,301,284,284,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,285,,286,301,295,284,284,284,284,299,301,284,302,294,301,302,364,68,284,301,284,284,301,284,291,,,,,,,287,293,284,284,301,284,301,107 +,,,,,,,,,,,,,286,301,301,301,301,284,284,301,301,284,284,284,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,302,,294,284,296,284,284,284,284,284,301,301,300,301,291,303,284,284,284,301,284,284,284,301,302,,,,,,,,,287,287,287,287,287,107 +,,,,,,,,,,,,,286,301,284,284,301,284,301,284,301,301,301,301,284,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,402,294,284,284,301,301,284,284,291,293,301,291,294,284,302,294,301,301,284,284,284,301,291,287,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,303,284,301,284,284,301,301,284,284,301,301,284,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,299,284,301,284,301,284,301,301,284,291,,288,290,294,301,301,300,301,284,301,301,284,284,284,285,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,303,284,284,284,284,284,301,301,301,284,301,301,301,284,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,301,301,284,301,301,284,284,301,291,,286,301,284,301,301,301,300,284,284,284,284,284,301,291,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,286,301,284,284,284,284,301,284,301,301,301,284,301,301,284,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,284,301,301,301,285,,286,284,284,284,301,284,300,301,299,301,301,301,291,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,303,301,301,284,301,301,301,284,301,301,301,301,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,284,284,301,284,301,284,292,288,286,301,284,284,301,301,300,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,286,284,284,284,284,301,301,301,284,301,284,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,293,301,284,284,284,301,289,284,284,301,284,301,289,301,284,301,301,284,302,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,303,284,301,284,284,284,301,284,284,284,301,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,298,284,301,284,300,301,299,301,301,284,289,284,284,301,301,301,285,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,300,301,284,284,301,301,296,284,284,284,284,291,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,301,291,303,284,301,301,301,301,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,291,,286,284,301,284,301,284,301,299,284,301,284,302,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,285,,286,301,284,301,299,301,301,284,301,295,284,285,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,292,288,303,301,284,301,301,284,301,284,301,289,301,302,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,301,300,301,301,284,284,284,301,284,301,302,287,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,291,,92,284,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,285,,92,91,91,91,284,301,301,291,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,285,,92,91,91,91,91,301,301,285,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,291,,,92,91,91,91,91,284,284,292,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,292,,,92,91,91,91,91,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,292,,92,91,91,91,91,301,284,284,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,284,285,92,91,91,91,91,301,284,284,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,291,,92,91,91,91,301,301,284,284,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,291,,,92,91,91,91,284,284,301,301,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,292,,,92,91,301,91,284,301,284,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,302,294,301,284,284,91,284,301,301,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,291,286,301,284,301,301,91,301,284,284,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,302,286,301,284,284,301,91,284,301,284,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,302,286,301,301,301,284,91,284,301,301,284,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,292,294,301,301,301,301,91,284,284,301,284,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,301,301,284,301,284,301,91,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,291,287,293,301,284,284,91,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,291,,,288,92,91,91,91,301,284,301,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,292,288,303,284,284,301,284,284,301,284,301,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,301,300,301,284,284,284,301,301,291,287,287,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,291,,287,68,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,284,292,,,68,301,301,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,302,,68,301,284,284,284,285,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,291,,288,68,284,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,284,292,303,284,284,301,284,301,292,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,284,284,300,301,301,284,284,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,301,285,293,301,301,284,284,291,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,284,285,,293,301,301,301,302,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,301,301,285,,294,284,299,301,302,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,285,303,301,284,284,301,302,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,284,284,302,303,284,301,284,297,,,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,284,301,292,303,284,299,301,301,292,288,,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,301,301,300,301,284,301,301,284,284,292,,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,291,286,301,291,298,284,301,301,284,285,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,285,,287,286,284,301,291,293,284,292,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,284,301,302,,,,287,287,,286,284,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,301,284,292,,,288,288,,,303,284,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,301,301,284,292,294,301,301,292,288,286,301,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,291,293,301,301,295,284,284,301,77,284,284,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,291,,,287,287,,293,284,301,300,301,297,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,291,,,,,,,286,284,301,77,284,284,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,294,301,284,302,,,,,,,303,337,301,300,284,291,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,302,,,,,,,303,337,337,289,284,285,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,301,299,301,292,,,,,,,303,337,284,199,301,285,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,301,284,302,,288,,,,303,301,301,77,284,292,,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,284,284,292,286,284,302,288,,294,301,301,77,284,301,285,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,301,284,284,300,284,289,284,300,284,284,301,300,301,301,302,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,291,287,287,290,303,301,300,284,302,293,284,301,289,301,284,292,,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,291,,,286,301,302,287,303,301,285,294,301,284,199,284,301,284,302,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,285,,,217,301,292,,,287,303,284,284,301,285,287,293,284,302,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,292,,,286,301,301,285,,,303,284,284,301,302,,294,284,285,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,292,288,294,284,284,285,,,294,301,284,301,285,286,284,301,292,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,301,284,284,284,292,288,294,301,301,301,297,,303,284,301,301,292,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,295,301,284,284,301,284,295,301,301,301,292,,293,284,301,284,285,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,293,301,284,284,291,303,284,284,284,284,302,286,301,301,301,285,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,,,293,301,301,301,285,303,301,284,284,302,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,302,303,284,301,284,285,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,292,303,301,301,291,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,296,301,291,,,,,,,,,,,,,,,,,,,,107 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,285,,,,,,,,,,,,,,,,,,,,107 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,20,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;5188 posEnd=834;5188 posCurrent=834;5188 step=1 time=0 phase=666 channel=10 icon=20 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4480;4416 posEnd=4416;4416 posCurrent=4448;4416 step=4 time=5 phase=666 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;4808 posEnd=194;4808 posCurrent=194;4808 step=1 time=0 phase=666 channel=10 icon=27 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6016 posEnd=1024;6016 posCurrent=1024;6016 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6016 posEnd=1088;6016 posCurrent=1088;6016 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6080 posEnd=1088;6080 posCurrent=1088;6080 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6080 posEnd=1024;6080 posCurrent=1024;6080 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6144 posEnd=1024;6144 posCurrent=1024;6144 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6144 posEnd=1088;6144 posCurrent=1088;6144 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;6208 posEnd=1088;6208 posCurrent=1088;6208 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;6208 posEnd=1024;6208 posCurrent=1024;6208 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4672 posEnd=1152;4672 posCurrent=1152;4672 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4608 posEnd=1152;4608 posCurrent=1152;4608 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4544 posEnd=1152;4544 posCurrent=1152;4544 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;4480 posEnd=1152;4480 posCurrent=1152;4480 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4608 posEnd=1088;4608 posCurrent=1088;4608 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4672 posEnd=1088;4672 posCurrent=1088;4672 step=1 time=0 phase=666 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4544 posEnd=1088;4544 posCurrent=1088;4544 step=1 time=0 phase=666 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;4480 posEnd=1088;4480 posCurrent=1088;4480 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4480 posEnd=1024;4480 posCurrent=1024;4480 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4544 posEnd=1024;4544 posCurrent=1024;4544 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4608 posEnd=1024;4608 posCurrent=1024;4608 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;4672 posEnd=1024;4672 posCurrent=1024;4672 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4480 posEnd=960;4480 posCurrent=960;4480 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4544 posEnd=960;4544 posCurrent=960;4544 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4608 posEnd=960;4608 posCurrent=960;4608 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;4672 posEnd=960;4672 posCurrent=960;4672 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4480 posEnd=896;4480 posCurrent=896;4480 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4544 posEnd=896;4544 posCurrent=896;4544 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4608 posEnd=896;4608 posCurrent=896;4608 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4672 posEnd=896;4672 posCurrent=896;4672 step=1 time=0 phase=666 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;4480 posEnd=832;4480 posCurrent=832;4480 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;4544 posEnd=832;4544 posCurrent=832;4544 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;4352 posEnd=1920;4352 posCurrent=1920;4352 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1984;4352 posEnd=1984;4352 posCurrent=1984;4352 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1984;4416 posEnd=1984;4416 posCurrent=1984;4416 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1920;4416 posEnd=1920;4416 posCurrent=1920;4416 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1408 posEnd=704;1408 posCurrent=704;1408 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1344 posEnd=704;1344 posCurrent=704;1344 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1280 posEnd=704;1280 posCurrent=704;1280 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=704;1216 posEnd=704;1216 posCurrent=704;1216 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1216 posEnd=768;1216 posCurrent=768;1216 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1216 posEnd=832;1216 posCurrent=832;1216 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1216 posEnd=896;1216 posCurrent=896;1216 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1216 posEnd=960;1216 posCurrent=960;1216 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1280 posEnd=960;1280 posCurrent=960;1280 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1344 posEnd=960;1344 posCurrent=960;1344 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=960;1408 posEnd=960;1408 posCurrent=960;1408 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1408 posEnd=896;1408 posCurrent=896;1408 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1408 posEnd=832;1408 posCurrent=832;1408 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1408 posEnd=768;1408 posCurrent=768;1408 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1344 posEnd=768;1344 posCurrent=768;1344 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1280 posEnd=768;1280 posCurrent=768;1280 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1280 posEnd=832;1280 posCurrent=832;1280 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1280 posEnd=896;1280 posCurrent=896;1280 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;1344 posEnd=896;1344 posCurrent=896;1344 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=832;1344 posEnd=832;1344 posCurrent=832;1344 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1216 posEnd=576;1216 posCurrent=576;1216 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1216 posEnd=640;1216 posCurrent=640;1216 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1280 posEnd=640;1280 posCurrent=640;1280 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1344 posEnd=640;1344 posCurrent=640;1344 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;1408 posEnd=640;1408 posCurrent=640;1408 step=1 time=0 phase=666 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1408 posEnd=576;1408 posCurrent=576;1408 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1344 posEnd=576;1344 posCurrent=576;1344 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=576;1280 posEnd=576;1280 posCurrent=576;1280 step=1 time=0 phase=666 channel=1 icon=32 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5892 posEnd=1026;5892 posCurrent=1026;5892 step=1 time=0 phase=666 channel=10 icon=214 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5508 posEnd=1282;5508 posCurrent=1282;5508 step=1 time=0 phase=666 channel=10 icon=219 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;5190 posEnd=1090;5190 posCurrent=1090;5190 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;5190 posEnd=1154;5190 posCurrent=1154;5190 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5190 posEnd=1218;5190 posCurrent=1218;5190 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;6148 posEnd=1218;6148 posCurrent=1218;6148 step=1 time=0 phase=666 channel=10 icon=224 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;5190 posEnd=1026;5190 posCurrent=1026;5190 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5190 posEnd=1282;5190 posCurrent=1282;5190 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;4808 posEnd=2178;4808 posCurrent=2178;4808 step=1 time=0 phase=666 channel=10 icon=27 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4038 posEnd=1538;4038 posCurrent=1538;4038 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4038 posEnd=1602;4038 posCurrent=1602;4038 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4038 posEnd=1666;4038 posCurrent=1666;4038 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;4358 posEnd=3266;4358 posCurrent=3266;4358 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;4358 posEnd=3330;4358 posCurrent=3330;4358 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3136;4672 posEnd=3200;4672 posCurrent=3136;4672 step=1 time=26 phase=666 channel=10 icon=87 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3008;4672 posEnd=2944;4672 posCurrent=3008;4672 step=1 time=26 phase=666 channel=10 icon=85 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2880;4608 posEnd=2688;4608 posCurrent=2688;4608 step=3 time=8 phase=666 channel=10 icon=86 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;4358 posEnd=3394;4358 posCurrent=3394;4358 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;4358 posEnd=3458;4358 posCurrent=3458;4358 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=3840;4416 posEnd=4032;4416 posCurrent=4032;4416 step=2 time=18 phase=666 channel=1 icon=338 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4416;4352 posEnd=4480;4352 posCurrent=4448;4352 step=4 time=5 phase=666 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4352;4416 posEnd=4352;4352 posCurrent=4352;4384 step=4 time=5 phase=666 channel=10 icon=77 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;4100 posEnd=5698;4100 posCurrent=5698;4100 step=1 time=0 phase=666 channel=10 icon=127 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;4936 posEnd=6210;4936 posCurrent=6210;4936 step=1 time=0 phase=666 channel=10 icon=187 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;4932 posEnd=6146;4932 posCurrent=6146;4932 step=1 time=0 phase=666 channel=10 icon=1 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1158 posEnd=450;1158 posCurrent=450;1158 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1158 posEnd=1090;1158 posCurrent=1090;1158 step=1 time=0 phase=666 channel=10 icon=252 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=10 timeStopEnd=10 posStart=1408;4288 posEnd=1408;4160 posCurrent=1408;4192 step=2 time=15 phase=666 channel=1 icon=338 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;6152 posEnd=1282;6152 posCurrent=1282;6152 step=1 time=0 phase=666 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;4808 posEnd=642;4808 posCurrent=642;4808 step=1 time=0 phase=666 channel=10 icon=27 diff --git a/worlds/world100.txt b/worlds/world100.txt new file mode 100644 index 0000000..7fd2b51 --- /dev/null +++ b/worlds/world100.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=850;3150 dimDecor=100;100 world=0 music=0 region=2 blupiPos=1090;3398 blupiDir=2 +Decor: +145,156,145,156,145,156,145,156,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,38,,38,,38,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,39,,38,,38,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,74,,39,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +150,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +149,,,,,,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,75,,40,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,40,,38,,38,,36,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,38,,38,,38,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +146,35,146,35,146,35,146,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,146,35,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,151,37,179,35,145,150,,,,151,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,144,76,35,145,182,37,178,37,,,,36,156,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,38,,,152,182,156,146,76,146,35,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,38,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,149,,,147,76,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,37,,,,,,36,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,40,,36,145,35,144,76,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,144,37,,40,,38,174,37,175,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,156,182,156,76,145,146,145,182,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,180,37,,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,145,144,37,,,,147,76,37,,,40,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,37,,,,,,36,144,76,156,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,150,,,151,182,156,149,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,144,182,37,176,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,145,37,177,156,144,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,146,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world101.txt b/worlds/world101.txt new file mode 100644 index 0000000..6ff56be --- /dev/null +++ b/worlds/world101.txt @@ -0,0 +1,263 @@ +DescFile: posDecor=1760;3250 dimDecor=100;100 world=0 music=1 region=2 blupiPos=2114;3526 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,156,156,156,156,35,156,35,35,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,35,35,35,156,35,35,156,35,35,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,35,156,156,156,35,35,35,156,35,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,35,35,35,156,156,156,156,35,156,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,156,35,35,35,156,156,35,35,35,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,156,35,35,156,35,156,156,35,35,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,156,35,156,156,156,156,35,35,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,35,156,35,156,156,35,35,156,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,35,35,35,156,156,35,156,156,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,156,156,35,156,35,35,156,145,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,156,35,35,35,35,156,77,35,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,156,35,156,35,35,145,145,145,37,,201,201,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,35,35,35,37,,,,39,,36,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,156,156,37,,,,,,36,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,35,35,156,37,,,151,150,,36,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,156,35,156,156,37,,,36,37,,36,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,156,156,156,146,77,145,35,77,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,35,37,,,,38,,36,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,35,156,156,156,37,,,,38,,36,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,156,156,35,35,77,144,77,145,77,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,156,145,145,77,37,,,,36,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,35,145,149,,,,36,144,144,144,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,37,,,,151,144,35,156,156,35,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,77,144,144,156,35,156,35,156,156,156,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,37,,36,156,156,156,35,156,156,156,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,35,77,145,145,35,35,35,35,35,156,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,37,,,,152,145,35,35,35,156,35,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,37,,,,,,152,156,35,35,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,144,144,144,150,,,152,35,35,35,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,35,35,156,154,,,,36,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,35,35,35,35,155,,,151,35,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,35,35,35,199,146,156,35,156,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,35,156,154,,,152,145,156,156,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,156,156,37,,,,,,36,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,156,156,35,156,35,35,156,156,35,35,155,,,,,36,156,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,35,35,35,156,156,156,156,35,150,,,,36,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,35,156,156,35,156,156,35,37,,,,36,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,156,156,156,156,35,156,156,149,,,151,35,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,156,156,156,156,156,156,37,,,,36,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,35,156,156,156,35,37,77,144,144,156,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,35,35,35,156,35,156,37,,36,156,156,35,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,156,156,156,145,145,35,145,77,145,156,35,156,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,35,156,154,,,38,,,,36,156,35,35,35,156,35,35,35,35,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,35,156,37,,,,38,,,,36,156,156,35,156,156,156,35,35,156,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,35,156,37,,,,201,,,,36,35,156,156,156,156,35,35,156,35,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,156,201,200,200,200,201,148,,,36,156,35,156,35,35,156,35,156,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,156,37,,,,201,,,,36,156,35,35,35,156,156,35,156,156,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,156,35,37,,,,38,,,,36,35,35,35,156,156,156,156,35,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,156,156,155,,,38,,,,36,156,35,35,156,156,35,35,156,156,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,35,156,35,144,144,156,150,,151,156,35,156,156,156,35,156,35,35,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,156,156,35,35,156,156,77,156,156,156,35,35,35,156,156,35,156,156,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,156,35,156,35,156,156,37,,36,156,156,35,156,35,35,156,156,35,156,156,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,35,35,35,156,35,35,156,37,,36,35,35,156,156,35,35,35,156,156,35,156,156,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,35,35,35,35,35,35,37,,36,156,35,35,156,35,156,156,156,35,35,156,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,156,156,156,35,156,35,35,77,145,145,35,156,35,35,156,35,156,156,35,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,35,35,156,156,156,156,156,37,,,,152,145,35,156,156,35,156,156,156,35,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,156,35,156,35,35,35,35,154,,,,,,152,156,156,35,35,35,156,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,156,35,35,37,,,,,,,,36,156,35,35,156,35,35,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,35,35,156,35,156,37,,,,,,,,36,156,156,35,156,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,156,156,156,156,35,35,156,155,,,,,,,36,35,35,156,35,156,156,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,156,156,35,156,35,35,37,,,,,,,36,156,35,156,156,35,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,35,156,35,156,35,35,35,155,,,,,,36,156,156,35,35,35,35,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,156,156,35,35,35,35,156,156,37,,,,151,77,156,156,156,35,35,35,156,156,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,35,156,35,35,35,35,35,35,35,35,200,144,144,37,,36,156,156,35,35,156,35,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,35,156,35,35,156,156,156,35,37,,36,156,37,,36,35,156,35,156,35,35,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,35,35,156,35,156,37,,36,35,37,,36,156,156,35,156,156,35,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,156,35,156,35,35,156,35,35,35,144,156,145,145,77,35,156,156,156,156,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,35,156,156,156,35,156,156,156,154,,,,36,35,156,156,156,35,156,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,156,156,35,156,35,156,35,156,35,37,,,,,36,156,35,156,156,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,156,156,35,156,35,156,35,156,155,,,,36,156,156,35,35,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,156,156,35,156,156,35,35,35,156,35,35,144,144,77,35,156,156,156,35,156,156,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,35,35,156,156,156,35,156,156,35,35,37,,36,35,156,156,35,35,35,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,156,35,156,156,156,156,154,36,156,35,35,37,,36,35,156,35,35,156,156,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,35,156,156,35,156,145,76,35,156,35,156,37,,36,156,156,35,35,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,35,35,37,,,152,145,156,156,35,77,35,156,156,156,145,35,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,156,35,145,145,37,,,,,152,145,37,,36,35,156,37,,36,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,35,154,,,38,,,,,,,74,,36,156,35,156,76,145,156,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,37,,,,36,144,144,76,75,,,,,152,156,35,37,,,36,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,156,37,,,,36,145,154,,36,150,,75,,,152,145,156,76,144,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,156,37,,,,39,,,,36,145,76,156,150,,,,74,,36,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,37,,,,403,,151,144,37,,,152,154,,,,,,36,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,35,156,155,,,151,76,156,156,37,,,,,,151,144,76,144,35,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,35,144,144,35,144,35,35,145,76,144,155,,151,35,154,,36,156,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,156,35,156,35,35,35,35,156,37,,,36,145,76,35,37,,,36,35,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,35,35,156,156,156,35,35,156,35,156,155,,38,,,36,35,155,,36,35,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,156,35,156,35,35,156,156,156,35,156,144,35,76,146,145,35,156,76,35,35,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,156,35,35,156,35,35,35,156,35,35,37,,,,36,37,,36,35,35,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,156,156,156,35,35,35,156,156,156,35,35,144,155,,36,35,155,36,156,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,35,156,156,35,156,35,35,35,35,156,156,35,156,76,156,35,35,156,156,35,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,35,156,35,35,35,156,35,35,156,35,35,35,156,156,144,156,35,156,156,156,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,35,156,156,156,156,156,156,156,156,156,156,156,35,156,35,156,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,156,35,156,156,156,35,35,156,35,156,156,156,156,156,156,35,35,35,156,156,35,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,35,156,156,35,156,35,35,156,156,35,35,35,35,156,156,35,156,156,35,156,35,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,156,156,35,156,156,35,35,35,35,35,156,156,35,35,35,156,35,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,35,156,35,156,35,156,156,35,35,35,35,156,35,156,156,156,156,35,156,35,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,35,156,156,35,35,156,156,156,35,35,35,156,35,35,35,35,35,35,35,35,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,156,35,156,35,35,35,35,156,156,35,35,35,156,35,35,35,35,35,35,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,156,156,35,156,156,35,156,35,156,156,156,156,156,35,35,35,156,35,35,35,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,88,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2432;3392 posEnd=2432;3392 posCurrent=2432;3392 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;3392 posEnd=2368;3392 posCurrent=2368;3392 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2368;3456 posEnd=2368;3456 posCurrent=2368;3456 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2432;3456 posEnd=2432;3456 posCurrent=2432;3456 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;3142 posEnd=2690;3142 posCurrent=2690;3142 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;3456 posEnd=1088;3456 posCurrent=1088;3456 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;3584 posEnd=768;3584 posCurrent=768;3584 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;3392 posEnd=1088;3392 posCurrent=1088;3392 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2880;3392 posEnd=2880;3392 posCurrent=2880;3392 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;3142 posEnd=2754;3142 posCurrent=2754;3142 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;3648 posEnd=4288;3648 posCurrent=4288;3648 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;3584 posEnd=4288;3584 posCurrent=4288;3584 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4288;3520 posEnd=4288;3520 posCurrent=4288;3520 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3392 posEnd=3584;3392 posCurrent=3584;3392 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;3456 posEnd=3520;3456 posCurrent=3520;3456 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;3398 posEnd=4098;3398 posCurrent=4098;3398 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3398 posEnd=4162;3398 posCurrent=4162;3398 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3520 posEnd=3968;3520 posCurrent=3968;3520 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;3648 posEnd=3648;3648 posCurrent=3648;3648 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3648 posEnd=3712;3648 posCurrent=3712;3648 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3648 posEnd=3776;3648 posCurrent=3776;3648 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3648 posEnd=3840;3648 posCurrent=3840;3648 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3648 posEnd=3904;3648 posCurrent=3904;3648 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3584 posEnd=3904;3584 posCurrent=3904;3584 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3520 posEnd=3904;3520 posCurrent=3904;3520 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;3456 posEnd=3904;3456 posCurrent=3904;3456 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3392 posEnd=3840;3392 posCurrent=3840;3392 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3456 posEnd=3840;3456 posCurrent=3840;3456 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3456 posEnd=3584;3456 posCurrent=3584;3456 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3520 posEnd=4352;3520 posCurrent=4352;3520 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3456 posEnd=3712;3456 posCurrent=3712;3456 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3520 posEnd=3712;3520 posCurrent=3712;3520 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3712;3584 posEnd=3712;3584 posCurrent=3712;3584 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;3584 posEnd=3648;3584 posCurrent=3648;3584 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3584 posEnd=3584;3584 posCurrent=3584;3584 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3648;3520 posEnd=3648;3520 posCurrent=3648;3520 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3520 posEnd=3776;3520 posCurrent=3776;3520 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3584 posEnd=3776;3584 posCurrent=3776;3584 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3584 posEnd=3840;3584 posCurrent=3840;3584 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;3520 posEnd=3840;3520 posCurrent=3840;3520 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3584;3520 posEnd=3584;3520 posCurrent=3584;3520 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;3456 posEnd=3776;3456 posCurrent=3776;3456 step=1 time=0 phase=443 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3584 posEnd=4352;3584 posCurrent=4352;3584 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4352;3648 posEnd=4352;3648 posCurrent=4352;3648 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3648 posEnd=4416;3648 posCurrent=4416;3648 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3584 posEnd=4416;3584 posCurrent=4416;3584 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4416;3520 posEnd=4416;3520 posCurrent=4416;3520 step=1 time=0 phase=443 channel=1 icon=34 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4036 posEnd=4930;4036 posCurrent=4930;4036 step=1 time=0 phase=443 channel=10 icon=7 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;3076 posEnd=4994;3076 posCurrent=4994;3076 step=1 time=0 phase=443 channel=10 icon=32 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;3718 posEnd=706;3718 posCurrent=706;3718 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3142 posEnd=3010;3142 posCurrent=3010;3142 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=55 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3142 posEnd=3074;3142 posCurrent=3074;3142 step=1 time=0 phase=443 channel=10 icon=252 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;3456 posEnd=3968;3456 posCurrent=3968;3456 step=1 time=0 phase=443 channel=1 icon=33 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3908 posEnd=5314;3908 posCurrent=5314;3908 step=1 time=0 phase=443 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3716 posEnd=5570;3716 posCurrent=5570;3716 step=1 time=0 phase=443 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3460 posEnd=5314;3460 posCurrent=5314;3460 step=1 time=0 phase=443 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3204 posEnd=5122;3204 posCurrent=5122;3204 step=1 time=0 phase=443 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;3268 posEnd=4738;3268 posCurrent=4738;3268 step=1 time=0 phase=443 channel=10 icon=7 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3912 posEnd=5506;3912 posCurrent=5506;3912 step=1 time=0 phase=443 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3976 posEnd=4802;3976 posCurrent=4802;3976 step=1 time=0 phase=443 channel=10 icon=27 diff --git a/worlds/world102.txt b/worlds/world102.txt new file mode 100644 index 0000000..93c6c96 --- /dev/null +++ b/worlds/world102.txt @@ -0,0 +1,242 @@ +DescFile: posDecor=450;950 dimDecor=100;100 world=0 music=10 region=7 blupiPos=770;1158 blupiDir=2 +Decor: +35,35,35,156,35,35,35,35,156,156,35,35,156,35,156,156,156,35,35,156,35,156,35,156,35,78,80,78,78,82,84,79,81,82,84,79,81,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,156,35,156,156,156,35,156,35,35,156,35,156,156,156,156,35,156,35,35,35,156,156,84,82,78,78,78,80,79,78,78,84,83,79,83,81,84,81,79,78,78,78,79,79,84,78,82,79,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,156,156,35,156,156,156,156,156,35,156,156,156,156,35,156,35,156,35,35,156,156,156,78,78,80,84,83,80,82,81,84,78,80,79,81,80,84,78,82,82,78,78,78,81,79,84,82,82,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,156,35,156,156,35,156,35,35,35,156,156,156,35,156,35,156,35,156,156,156,156,78,78,78,84,79,78,82,80,84,83,78,78,84,83,80,84,81,82,81,84,79,82,83,81,83,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,35,35,35,35,156,35,156,35,35,35,156,35,156,35,35,156,35,35,156,35,35,78,78,81,80,82,81,78,78,80,80,83,84,80,83,79,83,81,84,84,82,79,84,80,83,82,83,81,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,35,156,35,35,156,156,156,156,156,156,156,156,35,156,35,156,35,156,156,156,35,80,82,83,83,83,84,84,84,84,81,82,80,82,81,78,84,81,83,80,82,84,80,78,82,79,84,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,156,156,35,156,35,35,35,156,35,156,156,35,156,35,35,35,156,156,156,35,35,80,82,79,80,84,83,81,84,83,82,80,81,81,82,79,80,82,79,82,79,79,82,78,84,83,82,79,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,156,35,81,80,84,78,83,79,79,83,80,80,81,81,82,82,78,79,80,78,82,83,81,82,78,84,84,80,84,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,156,35,35,156,156,156,81,84,82,82,83,78,82,79,78,80,78,,92,91,82,82,82,78,81,80,83,80,81,82,80,81,82,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,145,156,156,145,156,156,145,156,156,156,156,156,156,156,156,35,156,35,156,80,80,80,83,80,80,78,331,,,201,,92,91,91,91,91,83,84,78,78,79,78,83,78,78,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,330,,36,331,,36,332,,36,35,156,145,156,156,156,35,156,156,35,35,81,81,80,82,78,78,79,81,82,78,83,,92,91,78,84,91,78,79,79,83,79,78,79,79,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,156,154,,152,154,,152,154,,152,145,154,,152,145,156,156,156,35,35,156,82,78,78,82,79,78,78,84,81,82,80,84,83,80,80,82,91,83,80,80,83,78,79,82,78,81,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +333,185,185,185,185,,,,,,,,,,,,,,,36,156,156,35,35,156,81,80,81,79,81,80,81,79,82,79,80,79,79,82,78,83,91,78,80,78,84,79,81,83,79,82,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,156,144,335,144,144,336,144,144,334,144,144,155,,151,144,156,156,156,35,156,156,79,80,81,84,82,83,84,82,81,81,79,,92,91,84,78,91,79,84,78,78,79,79,82,79,81,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,156,37,,36,37,,36,37,,36,156,35,144,156,156,156,156,156,156,156,35,84,79,80,83,81,78,78,83,82,78,84,,92,91,91,91,91,83,78,81,78,80,80,79,79,83,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,156,156,144,156,156,144,156,35,144,156,156,156,156,156,156,156,156,156,35,35,156,84,83,80,83,78,79,78,80,79,84,78,,92,91,79,79,82,80,78,80,84,83,78,80,81,84,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,35,35,83,80,84,84,83,81,79,82,78,83,84,200,80,80,80,79,79,80,78,78,384,84,83,83,80,78,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,35,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,35,84,81,80,78,80,83,82,78,78,81,80,200,82,201,201,201,79,201,201,201,201,79,80,82,80,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,35,82,78,83,81,83,82,81,82,83,84,81,118,118,118,118,118,118,118,118,118,118,132,78,80,84,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,35,156,35,156,35,156,35,35,156,35,156,35,156,35,35,35,35,156,35,35,156,83,84,80,80,84,79,81,79,84,81,81,200,84,201,201,201,83,201,201,201,201,78,79,83,79,81,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,35,35,156,35,156,35,35,156,35,156,156,156,35,156,156,35,35,35,156,156,156,84,83,78,82,84,80,82,81,84,82,82,84,81,80,82,81,81,79,78,78,,78,81,84,82,80,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,35,156,156,156,35,156,156,35,35,35,145,145,145,145,145,145,145,145,145,35,156,80,81,79,84,84,78,81,83,78,81,83,81,80,82,84,79,79,79,78,78,378,78,78,83,78,79,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7,10,2,13,1,10,2,10,2,1,5,9,12,5,,,,,,,,,,82,83,79,78,79,83,82,82,79,82,79,78,81,78,82,79,79,83,81,82,82,83,200,81,78,83,80,83,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +13,1,10,14,11,10,14,9,2,4,14,10,14,5,,,,,,,,,,83,84,81,79,80,83,81,80,80,83,78,83,82,82,83,79,83,81,79,84,83,129,,81,83,80,78,78,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,4,4,5,8,11,10,6,8,11,6,14,14,5,,,,,,,,,,81,80,80,81,81,80,78,81,82,84,81,83,83,81,78,79,81,81,83,78,78,114,,80,81,81,81,80,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,12,7,10,13,7,13,,5,13,13,5,12,5,,,,,,,,,,79,78,80,82,79,83,84,83,78,83,80,79,84,82,81,78,84,79,80,79,82,114,78,82,80,78,79,79,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,11,4,10,5,10,11,,5,13,10,7,1,5,,,,,,,,,,79,81,78,81,81,83,79,82,84,81,80,78,83,81,81,80,83,81,81,138,201,114,82,83,81,82,78,80,82,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,4,4,12,2,1,5,,5,9,4,11,10,5,,,,,,,,,,,,,,,,,78,80,81,83,84,82,78,84,82,80,80,79,138,201,114,81,81,78,81,78,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +14,8,8,10,7,12,5,,5,13,13,8,1,5,,,,,,,,,,,,,,,,,80,79,81,78,83,84,80,79,78,79,78,81,138,201,114,83,78,79,80,78,83,81,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +12,10,4,13,330,56,18,,5,12,4,6,9,5,,,,,,,,,,,,,,,,,84,78,81,84,83,78,82,78,81,80,78,83,138,201,114,84,83,79,81,82,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7,4,5,18,,,,,5,7,5,7,2,5,,,,,,,,,,,,,,,,,84,82,84,83,84,79,81,81,82,83,78,84,138,201,114,82,79,80,82,83,83,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7,14,4,,,,60,5,6,1,1,12,6,5,,,,,,,,,,,,,,,,,82,83,83,81,81,84,78,83,81,80,78,80,80,78,114,,,83,83,82,78,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +13,8,12,,,,,5,10,13,4,5,10,5,,,,,,,,,,,,,,,,,79,83,79,82,81,79,80,79,79,78,78,78,83,78,4,4,22,4,80,81,82,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +13,2,10,16,,,56,5,6,2,13,14,9,5,,,,,,,,,,,,,,,,,79,82,81,82,81,80,82,78,78,84,82,82,84,82,4,333,,3,78,82,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,10,14,304,305,305,305,48,11,14,5,8,12,5,,,,,,,,,,,,,,,,,,,,81,83,81,84,78,80,78,78,84,82,79,4,4,22,4,82,82,78,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,11,12,18,,,56,5,4,13,1,6,11,5,,,,,,,,,,,,,,,,,,,,80,82,81,81,83,83,81,80,81,81,84,82,81,82,80,84,84,83,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,10,5,,,,,,11,14,7,2,9,5,,,,,,,,,,,,,,,,,,,,83,81,78,80,79,78,84,78,79,83,78,83,78,84,80,83,81,80,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +14,5,6,,,,,,2,13,9,2,14,5,,,,,,,,,,,,,,,,,,,,84,78,84,81,78,82,79,80,80,80,78,83,84,84,82,82,83,81,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,5,5,,,,,,14,8,12,6,8,5,,,,,,,,,,,,,,,,,,,,81,84,84,83,81,80,83,84,78,80,78,83,80,83,81,83,81,79,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9,1,1,,,,,,12,1,7,2,13,5,,,,,,,,,,,,,,,,,,,,83,84,79,80,78,80,81,81,80,83,79,78,79,80,82,79,78,84,83,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,12,1,,,,,,2,9,6,10,12,5,,,,,,,,,,,,,,,,,,,,79,81,84,84,82,82,83,84,84,82,80,78,79,78,83,82,82,84,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,2,5,,,,,,10,8,7,1,4,1,,,,,,,,,,,,,,,,,,,,,,,,,,,79,83,79,82,83,80,82,82,79,82,83,80,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,12,11,,,,,,4,7,9,11,7,1,,,,,,,,,,,,,,,,,,,,,,,,,,,80,80,84,80,83,79,83,78,81,81,81,79,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,7,1,,,,,,7,6,2,4,12,5,,,,,,,,,,,,,,,,,,,,,,,,,,,80,80,81,78,83,78,83,84,78,83,78,84,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7,10,2,16,,,,,13,14,10,14,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,81,79,81,84,82,84,83,83,81,80,82,78,78,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,,,,288,288,288,288,288,288,288,,,,,, +7,13,13,5,304,305,305,305,48,5,1,1,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,294,284,301,301,292,,294,284,301,301,284,284,284,284,285,,,,, +10,5,14,5,59,,,,5,9,12,5,5,5,5,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,288,288,294,284,301,301,301,299,301,284,296,284,301,301,301,284,301,301,297,288,288,288,,, +12,4,4,5,,,,56,2,11,6,9,9,1,5,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,301,284,301,284,301,284,301,301,284,284,284,301,284,301,301,284,284,284,301,301,284,292,, +10,11,5,5,,,,,68,7,14,11,5,7,7,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,301,301,301,284,301,301,284,284,301,301,301,284,301,301,301,301,284,301,301,284,301,292,288 +7,5,1,5,,,,56,5,5,10,14,7,10,6,5,5,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,284,284,301,299,284,284,284,301,299,284,284,301,284,301,284,284,284,301,284,284,284,301,301,284,284 +13,5,1,5,52,52,2,4,5,4,12,9,8,11,13,8,5,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,284,301,284,301,301,284,284,284,284,301,284,284,301,284,299,284,301,297,293,284,284,301,284,301,301,301 +12,5,1,5,,,,56,5,13,5,11,1,6,8,5,13,6,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,301,295,284,301,301,284,301,301,299,284,301,301,284,301,301,301,296,301,284,301,284,301,284,284 +11,5,7,13,2,4,11,50,8,11,4,9,8,7,6,2,2,13,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,297,290,303,284,301,301,301,284,284,284,284,284,284,332,293,284,301,284,284,284,301,284,301,301,301 +4,1,6,5,5,,,,51,,,,51,110,2,11,5,6,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,301,284,284,301,284,296,284,284,301,301,284,301,284,284,301,301,302,,287,287,293,301,295,301,284,284,284,301 +8,12,2,5,5,59,,56,13,5,14,4,8,110,11,2,10,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,288,288,294,284,301,284,299,284,301,284,301,301,284,284,284,284,284,284,284,301,301,292,288,,288,,290,303,301,284,301,301,284 +5,6,12,5,5,,,,57,,,,57,110,12,13,9,10,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,284,284,284,301,284,301,301,284,301,284,284,301,301,301,301,301,301,301,284,301,301,284,284,284,300,284,289,301,300,301,284,284,284,301 +6,6,8,5,5,,,,,,,,,110,6,5,4,2,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,288,,294,284,301,301,301,284,284,284,284,301,301,301,284,301,284,284,301,301,301,284,284,301,284,284,295,301,302,287,288,287,286,284,284,301,284,284 +13,6,9,5,5,,,,,,,,,110,10,2,6,11,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,296,284,301,284,301,284,301,301,301,301,284,284,301,301,301,284,301,301,301,284,284,284,284,301,291,294,301,285,286,284,285,303,284,284,284,301,284 +6,13,5,5,5,,,,,,,,,110,10,13,4,12,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,284,301,301,301,284,284,284,284,301,284,301,284,284,301,284,301,301,301,301,284,291,294,301,301,285,294,301,302,286,284,301,301,284,284 +2,7,5,5,5,,,,,,,,,110,13,13,4,2,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,298,284,301,284,284,284,284,301,301,301,284,284,301,284,301,301,301,284,284,284,301,301,291,287,287,294,284,301,284,300,301,297,,303,301,301,284,301,301 +11,12,6,5,5,,,,,,,,,110,10,4,13,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,294,301,301,301,301,301,301,301,301,284,284,284,301,284,301,301,284,284,284,301,301,284,301,302,,303,301,301,284,301,289,284,301,292,303,301,301,301,301,301 +2,10,11,5,5,,,,,,,,,110,10,1,5,12,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,299,301,301,301,284,301,291,287,293,301,284,284,284,301,284,301,301,301,284,284,302,,,287,287,287,287,,287,293,301,296,284,284,301,284,284 +5,8,5,5,5,,,,,,,,,110,13,12,14,8,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,301,284,301,301,284,284,301,302,,286,284,284,284,301,301,284,284,301,284,301,284,285,,,,,,,,,303,284,284,301,284,301,284,284 +14,9,4,5,5,,,,,,,,,110,2,10,11,2,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,284,284,284,301,301,291,287,,288,294,284,301,301,284,284,284,301,301,284,301,284,302,,,288,288,288,288,288,288,294,301,284,301,284,284,301,284 +5,1,6,5,5,,,,,,,,,110,11,6,7,7,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,301,301,302,,294,284,284,301,301,284,284,301,284,284,301,301,301,284,285,,303,284,301,301,301,301,284,284,301,301,284,284,284,301,284 +5,8,5,5,5,,,,,,,,,110,8,11,13,11,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,301,285,286,284,301,284,284,301,284,301,301,301,301,284,301,284,301,292,288,288,293,284,301,284,301,301,301,301,284,284,284,301,284,284 +5,12,13,5,5,,,,16,,,,,110,6,9,11,1,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,291,287,,303,301,284,301,301,301,284,301,301,301,284,284,284,301,301,301,301,301,292,293,301,284,301,284,284,301,301,284,301,301,284,284 +5,8,7,5,5,,,56,10,15,,,,110,10,5,5,7,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,292,288,,,287,287,287,287,287,293,284,291,287,293,284,301,284,301,301,284,284,284,292,293,284,301,301,284,301,284,284,301,301,301,301 +5,10,1,7,2,,,,10,7,7,2,7,126,10,4,4,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,301,284,292,,,,,,,,287,,,303,301,284,284,284,301,284,284,284,301,292,293,284,301,301,301,301,301,284,284,301,284 +5,7,10,7,14,16,,,1,2,1,6,5,14,5,9,9,14,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,301,301,301,292,,,,,,,,,,286,284,301,301,301,284,284,301,301,284,284,292,293,301,284,284,284,284,284,301,301,284 +5,2,5,9,2,6,5,52,10,2,7,6,5,6,13,14,5,10,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,299,284,292,288,,,,,,,,286,301,301,284,301,301,284,301,284,301,301,284,292,293,284,301,301,301,284,284,284,284 +5,7,12,9,10,2,14,52,13,6,10,6,9,6,2,7,8,14,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,284,301,301,301,301,284,292,288,288,288,288,,288,294,301,301,301,301,284,301,301,301,284,301,301,284,300,284,301,284,301,284,301,284,284 +5,10,12,9,4,18,,56,14,11,4,12,5,9,9,12,7,13,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,284,284,301,284,284,301,301,284,284,284,296,284,301,284,284,301,284,301,284,301,301,301,301,301,284,300,284,301,301,301,284,301,284,284 +5,14,14,5,4,59,,,3,6,14,7,12,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,284,284,301,301,284,301,284,284,301,284,284,301,301,284,284,284,284,284,301,284,301,301,284,284,301,300,284,301,284,301,284,301,284,301 +5,9,9,7,9,15,,56,13,9,9,5,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,301,299,301,301,284,284,301,284,301,301,301,301,301,284,301,301,284,301,284,301,284,284,301,301,291,287,,364,68,301,301,284,284,301,301 +5,11,10,9,10,12,2,52,5,4,9,7,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,299,301,284,301,284,301,284,301,284,284,301,284,301,284,284,301,284,284,301,301,301,301,285,,,364,68,284,284,301,301,284,284 +10,4,9,8,4,10,10,52,7,1,6,12,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,293,301,284,301,299,301,301,284,301,301,284,284,284,301,301,284,284,301,284,301,284,301,301,301,284,301,301,285,,,364,68,301,284,284,301,301,284 +14,7,2,11,12,10,7,5,5,9,5,11,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,284,284,301,284,301,284,284,284,284,301,301,301,284,284,301,295,301,301,301,301,284,301,284,285,,,364,68,301,284,284,301,284,301 +9,2,5,13,12,7,6,9,9,1,9,13,9,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,293,284,291,287,287,287,287,287,287,287,287,287,303,284,284,301,301,301,301,301,292,288,,364,68,284,284,284,301,301,284 +12,11,10,5,7,5,5,11,11,11,1,8,5,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,,,,,,,,,,,286,284,301,301,284,284,301,284,301,301,300,301,284,284,284,301,284,284,284 +8,1,5,1,13,12,9,10,22,10,11,7,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,284,301,284,301,301,300,284,284,301,301,301,284,284,284 +9,11,10,13,11,1,9,14,10,8,11,5,5,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,284,301,284,284,301,284,291,303,301,301,284,284,284,301,301,301 +4,7,5,2,5,8,7,13,12,7,12,5,9,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,284,301,284,333,286,301,284,301,301,284,284,284,301 +7,5,4,14,6,9,11,12,6,11,10,13,14,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,293,301,301,284,301,284,301,292,294,284,284,284,284,284,301,301,284 +9,11,2,7,7,7,4,2,8,2,1,14,5,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,301,301,301,284,301,284,301,284,301,284,301,284 +12,8,9,5,4,4,10,11,10,11,5,4,5,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,301,301,301,301,284,301,301,301,301,301,301,284,284 +14,14,7,11,6,2,6,12,14,11,1,11,8,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,301,284,301,284,301,284,284,301,284,284,301,301,284 +8,5,6,11,13,13,8,12,8,4,5,10,1,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,284,301,284,301,301,284,301,301,301,284,301,301,301,284 +13,12,5,12,6,2,4,7,5,11,12,5,8,7,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,284,284,284,301,301,284,284,301,284,301,301,301,301,284 +10,8,11,4,1,4,10,13,7,12,8,4,13,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,284,301,284,284,301,301,301,284,301,301,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,284,284,284,301,284,284,301,301,284,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,301,284,301,284,301,301,284,284,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,284,284,301,301,284,284,284,301,284,284,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,284,301,301,284,301,301,301,301,284,284,301,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;452 posEnd=2306;452 posCurrent=2306;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;452 posEnd=2434;452 posCurrent=2434;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;452 posEnd=2498;452 posCurrent=2498;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;452 posEnd=2370;452 posCurrent=2370;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;452 posEnd=2562;452 posCurrent=2562;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;452 posEnd=2626;452 posCurrent=2626;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;452 posEnd=2690;452 posCurrent=2690;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;452 posEnd=2754;452 posCurrent=2754;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;452 posEnd=2818;452 posCurrent=2818;452 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=44 stepAdvance=12 stepRecede=12 timeStopStart=4 timeStopEnd=4 posStart=3904;5760 posEnd=4032;5760 posCurrent=4032;5760 step=3 time=1 phase=379 channel=10 icon=206 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5312 posEnd=3842;5312 posCurrent=3842;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5312 posEnd=4098;5312 posCurrent=4098;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5312 posEnd=3778;5312 posCurrent=3778;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5312 posEnd=4162;5312 posCurrent=4162;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5312 posEnd=3906;5312 posCurrent=3906;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5312 posEnd=3970;5312 posCurrent=3970;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5312 posEnd=4034;5312 posCurrent=4034;5312 step=1 time=0 phase=379 channel=10 icon=48 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5828 posEnd=4866;5828 posCurrent=4866;5828 step=1 time=0 phase=379 channel=10 icon=215 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;772 posEnd=898;772 posCurrent=898;772 step=1 time=0 phase=379 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;580 posEnd=898;580 posCurrent=898;580 step=1 time=0 phase=379 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;388 posEnd=898;388 posCurrent=898;388 step=1 time=0 phase=379 channel=10 icon=6 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1156 posEnd=770;1156 posCurrent=770;1156 step=1 time=0 phase=379 channel=10 icon=35 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=768;1088 posEnd=768;448 posCurrent=768;981 step=4 time=50 phase=379 channel=1 icon=153 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;453 posEnd=1858;453 posCurrent=1858;453 step=1 time=0 phase=379 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;453 posEnd=1794;453 posCurrent=1794;453 step=1 time=0 phase=379 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;453 posEnd=1730;453 posCurrent=1730;453 step=1 time=0 phase=379 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;453 posEnd=1666;453 posCurrent=1666;453 step=1 time=0 phase=379 channel=10 icon=130 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;453 posEnd=1602;453 posCurrent=1602;453 step=1 time=0 phase=379 channel=10 icon=130 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3584;512 posEnd=3584;512 posCurrent=3584;512 step=1 time=0 phase=379 channel=1 icon=311 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3712;512 posEnd=3712;512 posCurrent=3712;512 step=1 time=0 phase=379 channel=1 icon=311 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;452 posEnd=4674;452 posCurrent=4674;452 step=1 time=0 phase=379 channel=10 icon=218 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=3392;512 posEnd=3392;896 posCurrent=3392;832 step=4 time=6 phase=379 channel=1 icon=29 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3840;512 posEnd=3840;512 posCurrent=3840;512 step=1 time=0 phase=379 channel=1 icon=311 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=512;2432 posEnd=640;2432 posCurrent=576;2432 step=2 time=15 phase=379 channel=10 icon=80 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3968;512 posEnd=3968;512 posCurrent=3968;512 step=1 time=0 phase=379 channel=1 icon=311 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=960;2432 posEnd=832;2432 posCurrent=896;2432 step=2 time=15 phase=379 channel=10 icon=83 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2820 posEnd=1794;2820 posCurrent=1794;2820 step=1 time=0 phase=379 channel=10 icon=12 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=4096;512 posEnd=4096;512 posCurrent=4096;512 step=1 time=0 phase=379 channel=1 icon=311 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2628 posEnd=706;2628 posCurrent=706;2628 step=1 time=0 phase=379 channel=10 icon=223 diff --git a/worlds/world103.txt b/worlds/world103.txt new file mode 100644 index 0000000..d9ba9c3 --- /dev/null +++ b/worlds/world103.txt @@ -0,0 +1,238 @@ +DescFile: posDecor=0;5820 dimDecor=100;100 world=0 music=2 region=21 blupiPos=258;6086 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,35,156,35,35,156,156,156,35,156,35,35,37,,,,,,36,156,156,156,156,156,156,35,35,156,156,35,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,35,156,35,35,156,35,156,35,35,156,35,35,37,,,,,,36,156,156,35,156,35,35,35,35,156,156,35,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,156,35,35,35,35,156,156,35,156,35,37,,,,,,36,156,35,156,156,156,35,156,35,35,35,35,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,35,156,35,156,156,35,156,35,156,156,35,35,37,,,,,,36,156,35,35,35,156,156,35,145,145,145,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,35,156,156,156,35,156,35,35,156,35,156,37,,,,,,36,35,156,35,35,156,35,154,,,,36,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,35,156,156,35,35,35,156,35,156,35,156,37,,,,,,36,156,35,35,35,35,37,,,,,36,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,156,35,35,35,156,156,35,35,156,35,37,,,,,,36,35,35,35,35,156,154,,,,,68,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,156,156,156,156,156,156,156,35,156,35,156,37,,,,,,36,35,156,35,156,37,,,,29,,68,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,156,35,35,156,156,35,156,35,156,156,156,37,,,,,,36,156,35,35,35,37,,,,,,68,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,156,156,35,35,156,35,156,35,35,35,156,37,,,,,,36,35,156,35,35,37,,,,,29,68,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,156,156,35,156,35,35,35,35,35,35,37,,,,,,36,35,35,35,35,37,,,,,,68,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,35,156,156,35,35,35,156,35,35,156,156,156,37,,,,,,36,156,35,156,156,35,155,,,,,68,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,156,35,156,156,35,35,35,156,156,35,35,35,37,,,,,,36,35,35,156,156,35,156,155,,,,36,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,156,156,156,35,35,156,156,156,156,156,37,,,,,,36,35,35,35,35,156,35,37,,,,36,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,35,156,35,156,156,35,35,35,156,156,37,,,,,,36,35,35,156,35,156,156,35,155,,,36,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,35,156,156,35,156,156,156,35,156,156,35,37,,,,,,36,156,35,35,35,156,35,156,37,,,36,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,35,35,35,35,156,35,156,156,35,35,156,156,37,,,,,,36,156,156,156,156,35,35,156,35,146,76,35,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,35,156,156,156,156,35,35,35,35,35,37,,,,,,36,156,156,156,156,156,156,156,37,,,36,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,35,35,156,35,35,156,35,35,35,37,,,,,,36,156,35,35,156,156,35,35,37,,,36,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,35,35,35,35,35,156,35,35,156,35,37,,,,,,36,156,35,35,35,156,35,35,37,,,68,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,35,35,35,156,156,35,156,156,35,37,,,,,,36,35,156,156,156,35,156,156,154,,,68,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,35,35,156,156,156,156,156,35,156,156,35,35,156,156,35,35,35,156,35,144,144,144,144,144,156,156,156,35,156,35,156,37,,,,68,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,35,35,156,35,35,35,156,156,156,145,145,145,145,156,156,156,156,156,156,156,156,35,35,35,156,35,35,35,35,156,156,156,155,,,68,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,35,35,156,156,35,156,156,156,35,156,35,156,156,156,156,156,156,35,35,35,156,35,156,154,,,,36,35,35,156,35,156,35,156,35,35,35,156,35,35,156,35,156,156,35,154,,,68,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,156,156,35,156,35,156,156,35,156,35,156,156,35,156,156,35,156,35,156,156,156,35,156,155,,,,92,91,156,35,156,156,35,156,35,156,156,35,35,35,156,156,156,156,37,,,,68,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,35,35,35,35,156,156,35,156,156,35,35,156,156,35,156,35,156,156,35,156,35,156,35,35,35,35,35,35,156,35,156,35,150,,,92,91,35,156,35,35,35,35,35,156,156,156,156,156,35,35,35,156,156,155,,,68,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,156,156,35,156,156,154,68,156,156,35,35,35,35,156,35,35,156,35,35,156,156,35,156,156,156,35,156,156,156,35,156,37,,,36,156,35,35,35,35,35,156,156,35,156,35,35,156,156,35,156,35,156,37,,,68,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,156,156,156,156,149,,68,156,35,156,156,156,35,35,156,156,156,156,35,156,156,156,156,156,35,156,35,156,35,156,156,145,76,144,35,35,35,35,35,156,35,156,156,156,35,35,156,35,35,35,35,156,156,37,,,36,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,156,156,37,,,36,35,35,35,35,35,35,156,35,35,35,35,156,156,156,156,156,35,156,156,35,156,35,35,154,,,36,35,156,35,156,156,35,35,156,35,156,35,35,35,35,156,35,156,35,35,37,,,36,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,35,156,156,35,37,,,152,145,156,145,156,35,156,35,156,35,156,35,156,35,156,35,156,156,35,156,156,156,156,37,,,,36,156,35,35,35,35,35,35,35,156,35,35,35,156,156,156,35,35,156,35,156,155,,36,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,156,35,156,35,148,,,,74,,36,35,156,156,156,145,145,35,35,156,35,35,35,35,156,156,156,35,156,37,,,,36,156,156,35,156,156,156,156,156,35,156,156,35,35,156,156,156,35,156,145,145,35,76,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,156,156,35,154,,,,,,,152,35,35,145,154,,,152,35,35,156,35,156,156,35,35,35,156,156,35,150,,,36,35,156,35,35,35,156,156,156,156,35,156,35,156,156,35,145,145,154,,,36,76,156,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,35,156,76,76,144,144,144,150,,,36,37,,,,,,152,145,35,35,145,145,35,156,156,156,156,145,154,,,36,156,156,156,156,35,35,35,35,156,35,35,156,35,145,154,,,,,,74,,36,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,145,145,154,,,68,156,156,156,144,76,145,145,76,144,144,150,,,,152,154,,,68,35,35,35,149,,,,,36,35,35,35,35,35,35,156,156,156,156,156,156,154,,,,,,,,,,36,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,37,,,,,151,35,156,156,156,37,,,,,36,156,156,155,,,,,,,152,145,145,149,,,,,,92,91,35,35,35,156,156,35,35,35,35,35,154,,,,,,,151,155,,,36,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,144,76,144,144,35,156,35,156,35,35,144,144,144,144,156,35,35,156,144,144,144,144,155,,,,,,,,,,,92,91,156,156,35,156,35,35,35,35,35,37,,,,,,,,68,35,144,144,35,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,145,76,35,35,156,35,35,156,156,35,156,156,156,35,35,156,156,156,35,156,35,156,35,144,144,144,150,,,,,,,92,91,35,35,156,156,156,35,35,35,35,154,,,,,,,,68,156,145,145,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,37,,,36,156,35,35,156,145,145,156,35,156,156,35,156,35,35,35,35,156,35,156,35,156,35,156,35,150,,,,,,92,91,156,35,35,156,35,156,156,35,145,76,76,76,148,,,,,152,154,,,36,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,35,37,,,68,35,35,156,154,,,36,156,35,156,35,156,156,35,156,35,156,35,35,35,156,35,35,156,35,150,,,,,36,156,35,35,156,35,35,35,156,154,,,,,,,151,155,,,,,,36,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,37,,,36,156,35,149,,,,152,145,156,35,156,145,156,156,156,35,156,35,35,35,35,156,35,35,156,35,144,155,,,36,156,156,35,35,35,35,35,35,76,76,76,76,148,,,68,35,146,146,76,146,146,156,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,155,,36,156,37,,,75,,,,36,35,37,,152,156,35,35,35,35,35,156,156,35,156,156,35,156,35,37,,,36,156,156,156,156,156,156,145,154,,,,,,,,152,154,,,,,,36,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,156,421,145,145,149,,151,156,144,155,,152,145,154,,,152,35,156,156,156,156,156,156,35,35,35,35,35,156,37,,,36,35,156,35,35,35,154,,,,,,151,155,,,,,147,76,76,76,151,35,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,37,,,,,,36,156,35,37,,,,,,,,36,156,156,35,35,156,35,35,156,156,35,156,35,145,146,76,35,156,156,156,156,37,,,,,,,68,35,155,,,,,,151,144,35,35,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,35,155,,,151,76,35,35,35,156,144,144,144,155,,,,152,156,35,35,156,35,35,156,35,35,35,156,154,,,,92,91,156,156,35,35,76,76,76,76,148,,68,35,156,146,76,76,146,146,35,156,35,35,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,156,35,144,146,154,,36,35,35,156,35,35,156,156,144,150,,,36,35,35,156,35,35,35,35,35,35,35,155,,,,92,91,156,35,156,37,,,,,,,68,35,154,,,,,,36,35,156,156,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,156,35,35,154,,,,36,35,35,156,35,156,156,35,35,156,144,76,36,35,35,35,156,35,156,156,35,156,156,156,146,146,76,35,156,156,35,35,37,,,,,,,152,154,,,,,,,152,145,156,156,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,156,37,,,,147,145,156,156,156,35,35,156,35,156,156,154,,36,156,156,156,91,91,156,156,156,35,156,37,,,,36,156,35,156,35,154,,,,,,,,,,,,,75,,,,36,35,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,35,37,,,,,,68,35,156,156,35,35,156,35,37,,,92,91,91,91,91,91,35,35,35,35,35,37,,,,92,91,156,35,37,,,,151,155,,,,151,155,,,,36,144,144,144,156,156,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,35,37,,,,,,68,156,35,35,35,156,156,156,149,,,92,91,91,91,91,91,156,35,35,156,35,156,155,,,92,91,35,156,37,,,,68,35,185,146,146,35,37,,,151,35,156,156,35,156,35,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,35,156,37,,,,151,144,156,156,156,35,156,35,156,37,,,,36,156,156,156,91,91,35,35,156,156,156,156,37,,,92,91,156,156,37,,,,152,154,,,,36,156,144,144,35,35,156,156,156,35,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,156,156,35,155,,,152,145,35,156,156,156,35,35,35,37,,,151,35,35,156,156,156,35,35,156,35,156,156,156,149,,,36,35,156,35,37,,,,,,,,,36,156,156,35,156,156,156,35,35,35,35,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,156,35,37,,,,,68,35,156,156,35,156,156,154,,,36,156,35,156,35,35,35,35,156,35,35,35,154,,,,36,156,35,156,37,,,,,,,,151,156,35,35,156,35,156,35,35,156,35,35,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,35,35,37,,,,,68,35,156,35,35,156,37,,,147,156,156,35,156,156,35,156,35,156,35,156,37,,,,151,156,35,156,156,156,150,,,,,,151,156,35,156,35,35,35,35,35,35,35,156,156,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,35,35,156,156,155,,,,68,156,156,35,156,156,37,,,,92,91,91,91,91,156,156,35,35,35,35,149,,,,36,156,156,35,156,156,37,,,,,,36,156,35,156,156,35,156,156,35,156,35,156,35,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,156,156,35,149,,151,144,35,156,156,156,156,156,37,,,,36,156,91,91,91,156,35,156,35,35,37,,,,,92,91,156,35,156,35,156,150,,,,151,35,35,156,156,156,35,156,156,156,156,35,35,156,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,35,156,156,154,,,152,145,156,35,156,35,35,156,156,155,,,36,156,91,91,91,156,156,156,35,156,37,,,,,92,91,156,35,35,35,156,154,,,,36,156,35,156,156,35,156,156,156,35,35,35,35,156,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,156,35,149,,,,,,68,156,35,156,156,156,35,35,144,144,156,35,91,91,91,35,156,35,35,156,37,,,,,92,91,156,156,156,35,37,,,,151,156,35,35,35,156,156,156,156,35,156,35,35,156,156,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,37,,,,,,,68,156,35,156,35,35,35,91,91,91,91,91,91,91,91,35,156,35,156,156,37,,,,,36,156,156,35,156,156,37,,,147,145,156,145,35,35,35,35,35,156,35,156,35,35,35,35,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,37,,,,,,,68,156,35,35,35,35,35,91,91,91,91,91,91,91,91,156,35,156,35,35,156,155,,,,36,35,35,35,156,156,35,150,,,,74,,36,35,156,156,35,156,156,156,35,35,35,35,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,156,156,37,,,,,151,144,156,35,156,156,156,35,156,91,91,156,156,156,35,156,156,156,156,35,35,156,35,37,,,,92,91,35,35,156,35,35,156,150,,,,,36,156,35,35,156,35,35,35,35,156,35,156,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,155,,,,152,145,156,35,35,156,156,35,35,91,91,35,156,156,35,35,35,156,156,156,35,156,35,37,,,,92,91,156,156,35,156,35,35,154,,,,,36,156,156,35,35,156,156,35,35,35,156,156,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,35,37,,,,,,68,35,35,35,156,35,35,91,91,35,156,35,156,35,156,35,35,156,35,156,35,37,,,,36,156,156,35,35,156,35,37,,,,,,36,35,35,35,35,35,156,35,35,156,35,35,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,35,35,35,150,,,,,68,35,156,35,156,156,35,91,91,156,35,35,156,156,35,156,35,35,35,156,156,37,,,,185,185,185,185,185,185,185,185,,,,218,76,156,156,35,35,156,35,35,35,156,156,35,156,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,35,35,156,37,,,,,68,35,35,156,35,35,156,91,91,35,35,35,35,156,156,35,156,35,156,156,35,37,,,,36,156,156,156,156,35,35,37,,,,,,36,156,156,35,35,35,156,35,156,156,145,35,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,156,156,37,,,151,144,35,156,35,35,35,35,35,91,91,156,35,156,156,156,156,156,156,156,156,35,35,154,,,,36,156,156,156,35,156,156,156,155,,,,,36,145,145,145,145,145,145,145,145,156,76,35,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,156,156,37,,,152,145,35,156,35,35,35,156,156,91,91,35,156,156,35,35,156,35,156,35,156,35,37,,,,,92,91,156,35,35,156,156,156,35,144,155,,,201,,,,,,,,,201,,36,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,35,35,154,,,,,92,91,91,91,91,91,91,91,91,156,156,35,35,35,35,156,156,156,156,35,37,,,,,92,91,156,156,156,156,156,35,35,35,156,144,144,35,144,144,144,144,144,144,144,144,145,76,35,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,35,37,,,,,,92,91,91,91,91,91,91,91,91,156,35,156,156,156,35,156,156,156,156,156,37,,,,,92,91,35,156,156,156,156,156,35,35,156,156,156,35,35,156,35,35,156,156,35,154,,,36,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,156,35,156,155,,,,,92,91,91,91,91,91,91,91,91,156,35,35,156,35,156,156,35,156,156,156,37,,,,,36,35,35,156,35,35,156,35,156,156,156,35,156,156,35,156,156,35,35,35,37,,,,36,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,35,156,35,156,155,,151,144,156,35,35,35,35,35,156,156,156,156,156,35,35,35,156,156,35,156,156,156,35,155,,,151,35,156,35,156,156,35,35,156,156,156,156,156,35,156,35,35,156,35,156,156,156,155,,,36,145,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,156,156,35,154,,152,145,156,156,156,35,35,156,35,35,35,35,156,156,156,35,35,156,35,156,156,35,156,35,144,144,156,35,35,35,35,156,35,35,156,156,35,156,156,35,35,35,156,156,156,156,156,156,37,,,74,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,35,35,37,,,,,68,156,156,156,156,35,156,35,35,156,35,156,156,156,156,156,156,156,35,35,156,35,156,156,156,35,35,156,156,35,35,35,156,156,156,35,156,35,35,156,35,156,156,156,156,35,37,,,,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,35,156,156,37,,,,,68,35,35,156,35,156,35,35,156,35,156,35,156,35,156,156,35,156,156,156,156,35,156,156,35,35,35,156,35,35,35,156,35,35,156,35,156,156,156,35,156,156,35,35,35,35,37,,,,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,156,35,37,,,,,68,156,156,156,156,156,156,35,35,156,35,156,156,35,35,35,156,156,35,35,35,156,156,156,156,156,35,35,156,156,35,156,35,35,156,156,35,156,156,35,35,35,35,156,156,156,156,150,,,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,156,35,156,154,,,151,144,35,35,156,35,35,35,35,156,156,35,35,35,35,156,35,35,156,156,35,35,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,35,156,35,35,156,156,156,156,35,35,35,156,149,,,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,156,156,156,37,,,,152,145,35,156,35,35,156,156,156,156,156,35,156,35,156,35,35,35,35,156,156,35,156,156,156,156,156,35,156,35,156,35,35,35,35,156,35,35,156,156,35,145,154,36,35,156,156,156,37,,,,,68,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,35,37,,,,,,68,156,35,35,35,35,35,156,35,35,35,156,156,35,35,156,35,156,156,156,156,35,156,35,156,35,35,35,156,35,35,35,35,35,156,156,156,35,37,,,36,156,35,35,35,37,,,,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,156,37,,,,,,68,35,156,156,156,35,35,35,35,156,35,156,35,156,156,35,35,35,35,156,156,35,156,156,35,156,35,35,35,156,156,156,35,156,156,35,35,156,35,144,76,35,156,35,35,35,37,,,75,,68,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,156,37,,,,,,68,156,156,156,35,156,156,156,35,156,35,156,35,35,156,156,156,156,35,35,35,156,35,156,35,156,156,35,35,156,154,36,156,35,35,156,35,35,35,154,,36,156,35,156,145,154,,,36,144,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,35,35,155,,,151,144,156,156,35,35,35,156,35,35,35,35,35,156,35,156,35,35,35,156,35,156,156,35,35,156,156,35,35,156,35,35,76,145,35,35,35,156,35,35,37,,,36,35,35,37,,,,,36,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,35,156,154,,,152,145,35,156,156,156,156,156,35,156,156,156,35,156,156,35,156,156,35,156,156,35,156,156,156,156,35,145,35,156,145,154,,,152,145,35,35,35,156,149,,151,156,156,35,37,,,,151,35,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,35,37,,,,,,68,35,156,35,35,35,35,35,156,35,156,156,35,35,35,35,156,35,35,156,156,35,156,156,37,,152,154,,,,,,,152,145,35,154,,,152,35,35,145,154,,,,36,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,35,37,,,,,,68,156,156,35,156,35,156,35,35,156,35,156,156,35,156,156,156,156,35,35,156,156,35,156,154,,,,,,,,,,,,74,,,,,152,37,,,,,147,156,35,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,35,35,155,,,,,68,35,156,35,156,35,35,35,35,156,156,35,156,35,156,35,35,156,156,156,35,35,156,37,,,,,,,147,76,76,75,,,,,,,,,74,,,,,,68,156,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,156,156,156,37,,,151,144,35,35,156,35,156,156,35,35,156,156,35,156,35,156,35,156,35,156,156,35,35,35,35,37,,,,,75,,,,,38,,,,,75,,,,,,147,146,76,76,35,156,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,35,156,156,156,150,,36,156,35,156,156,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,35,156,156,156,156,37,,,151,144,149,,,,151,37,,,,,38,,,,75,,,,,,36,35,35,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,35,156,35,156,37,,36,156,35,35,156,156,156,35,35,35,156,35,156,35,156,35,35,156,156,156,35,156,35,156,156,35,76,144,156,37,,,,,36,37,,,,,36,76,144,144,37,,,,151,144,156,156,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,156,156,156,156,76,35,156,156,35,156,156,156,156,156,35,156,156,35,156,156,156,156,156,35,35,35,156,35,156,156,37,,36,35,35,155,,,151,156,35,144,155,,,74,,36,156,156,144,146,76,145,35,35,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,35,156,156,37,,36,35,156,156,35,156,35,35,35,156,156,156,35,35,156,156,35,156,156,35,35,156,35,156,145,154,,36,156,156,156,144,144,156,35,35,156,156,150,,,,36,156,35,37,,,,36,35,35,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,156,35,156,35,37,,152,156,35,35,156,35,35,35,156,156,156,156,156,156,35,35,156,35,35,156,35,35,35,37,,,,36,156,35,35,35,35,35,156,156,156,156,35,150,,,36,156,35,37,,,,68,35,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,156,156,35,156,156,37,,,152,145,156,35,156,35,156,156,156,35,35,156,156,156,35,35,156,156,35,156,35,35,149,,,,68,156,35,35,35,35,156,35,35,156,35,35,156,144,144,35,35,35,35,155,,,36,35,156,156,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,35,35,156,149,,,,,152,145,156,145,145,145,145,145,156,145,145,145,145,145,35,145,145,145,145,154,,,,,68,35,156,35,156,156,35,35,35,156,156,35,156,35,156,156,35,35,35,37,,,36,35,156,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,35,156,154,,,,,,,74,,,,,,74,,,,,,74,,,,,,,,,,36,156,156,156,35,35,156,35,35,156,156,35,156,35,35,156,156,35,156,35,144,144,35,156,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,156,156,156,155,,,,,,,,,,75,,,,,,75,,,,,,75,,,,,,151,35,35,35,35,156,35,35,35,35,35,156,35,35,35,156,35,35,156,35,35,156,35,156,156,156,35,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,35,35,156,35,37,,,,,151,144,144,144,144,156,144,144,144,144,144,156,144,144,144,144,144,35,144,144,144,144,144,35,35,156,35,35,156,35,35,156,35,35,156,156,35,156,35,35,35,156,35,35,156,35,35,156,156,156,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,35,35,35,156,37,,,151,144,35,35,35,35,35,156,35,35,156,156,35,35,156,156,35,156,35,156,35,156,35,35,156,156,156,35,156,156,35,35,35,156,156,35,156,156,156,156,35,35,35,156,35,35,156,35,156,156,156,35,156,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,35,35,35,35,35,76,144,35,156,35,156,156,35,156,35,156,156,35,35,35,35,156,156,35,35,35,35,35,156,35,156,156,35,35,35,156,35,156,156,156,156,156,35,156,35,156,156,35,35,35,35,156,35,35,156,35,35,35,156,156,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,156,35,156,156,156,35,156,144,35,35,156,156,35,35,156,35,156,35,156,156,156,156,156,35,35,35,35,35,156,35,156,35,35,35,35,35,156,156,35,35,35,35,156,156,156,156,156,35,35,156,156,35,156,35,35,35,35,156,156,35,156,35,35 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,156,35,156,156,156,156,156,35,35,35,35,156,156,156,156,156,156,156,35,35,35,156,35,156,156,35,156,156,35,35,156,35,35,156,35,35,35,35,35,156,156,35,156,35,35,35,35,156,156,35,35,35,35,156,35,35,156,35,35,35,156 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,35,156,35,35,35,35,156,35,35,35,156,156,156,35,156,156,156,35,156,156,156,35,35,35,156,156,156,35,156,156,35,156,35,156,156,35,35,35,156,156,156,156,35,156,35,35,35,156,35,35,156,35,156,35,35,35,156,156,35,35,156,156 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,24,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,24,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,24,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,24,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,25,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,203,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,24,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,23,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1216;6080 posEnd=1408;6080 posCurrent=1408;6080 step=3 time=7 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1664;6080 posEnd=1472;6080 posCurrent=1472;6080 step=3 time=7 phase=49 channel=1 icon=29 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5252 posEnd=3970;5252 posCurrent=3970;5252 step=1 time=0 phase=49 channel=10 icon=29 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=4608;6144 posEnd=4800;6144 posCurrent=4697;6144 step=2 time=28 phase=49 channel=1 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;5576 posEnd=4866;5576 posCurrent=4866;5576 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;4936 posEnd=5570;4936 posCurrent=5570;4936 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;4480 posEnd=5952;4288 posCurrent=5952;4480 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;4096 posEnd=5888;4288 posCurrent=5888;4096 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;4096 posEnd=5952;3904 posCurrent=5952;4096 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;3712 posEnd=5888;3904 posCurrent=5888;3712 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;3712 posEnd=5952;3520 posCurrent=5952;3712 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5888;3328 posEnd=5888;3520 posCurrent=5888;3328 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=18 stepRecede=18 timeStopStart=3 timeStopEnd=3 posStart=5952;3328 posEnd=5952;3136 posCurrent=5952;3328 step=1 time=3 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5312;2880 posEnd=5184;2880 posCurrent=5195;2880 step=2 time=11 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4992;2880 posEnd=4864;2880 posCurrent=4875;2880 step=2 time=11 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4672;2880 posEnd=4544;2880 posCurrent=4555;2880 step=2 time=11 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4352;2880 posEnd=4224;2880 posCurrent=4235;2880 step=2 time=11 phase=49 channel=1 icon=29 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=4032;2880 posEnd=3904;2880 posCurrent=3915;2880 step=2 time=11 phase=49 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2820 posEnd=3522;2820 posCurrent=3522;2820 step=1 time=0 phase=49 channel=10 icon=6 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=3392;2880 posEnd=3264;2880 posCurrent=3275;2880 step=2 time=11 phase=49 channel=1 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3464 posEnd=2562;3464 posCurrent=2562;3464 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3904;3456 posEnd=4032;3456 posCurrent=3908;3456 step=2 time=1 phase=49 channel=10 icon=79 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4808 posEnd=1538;4808 posCurrent=1538;4808 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3520;3776 posEnd=3392;3776 posCurrent=3516;3776 step=2 time=1 phase=49 channel=10 icon=82 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2688;3328 posEnd=2688;3520 posCurrent=2688;3520 step=3 time=7 phase=49 channel=1 icon=29 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;4040 posEnd=2946;4040 posCurrent=2946;4040 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4040 posEnd=3138;4040 posCurrent=3138;4040 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3008;3776 posEnd=3072;3776 posCurrent=3012;3776 step=2 time=1 phase=49 channel=10 icon=79 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=3072;3904 posEnd=3008;3904 posCurrent=3068;3904 step=2 time=1 phase=49 channel=10 icon=82 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2176;4736 posEnd=2304;4736 posCurrent=2180;4736 step=2 time=1 phase=49 channel=10 icon=79 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3008;4672 posEnd=3136;4672 posCurrent=3012;4672 step=2 time=1 phase=49 channel=10 icon=79 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=4160;4672 posEnd=4224;4672 posCurrent=4164;4672 step=2 time=1 phase=49 channel=10 icon=79 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4488 posEnd=4418;4488 posCurrent=4418;4488 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;4552 posEnd=4354;4552 posCurrent=4354;4552 step=1 time=0 phase=49 channel=10 icon=25 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;6024 posEnd=2946;6024 posCurrent=2946;6024 step=1 time=0 phase=49 channel=10 icon=25 diff --git a/worlds/world104.txt b/worlds/world104.txt new file mode 100644 index 0000000..1102d25 --- /dev/null +++ b/worlds/world104.txt @@ -0,0 +1,281 @@ +DescFile: posDecor=82;1050 dimDecor=100;100 world=0 music=3 region=2 blupiPos=514;1286 blupiDir=2 +Decor: +35,35,35,35,156,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,156,35,35,35,35,145,145,145,35,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,154,36,156,35,154,,,,36,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,36,35,154,,,151,76,145,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,76,145,37,,,151,37,,,152,35,35,35,35,156,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,74,,151,35,35,155,,,152,145,156,156,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,,,36,35,35,37,,,,,152,145,35,35,145,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,,151,145,35,35,156,144,155,,,,,152,145,76,156,156,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,154,,,,74,,36,156,156,156,35,155,,,,,,,36,35,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,37,,,,,,,36,156,156,35,156,156,144,155,,,,,36,156,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,37,,,,,,,36,156,156,156,156,35,156,35,144,155,,,36,156,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,37,,,,,,,36,35,156,35,156,156,35,35,35,37,,,36,156,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,76,76,75,,,,36,156,156,156,156,156,35,156,35,35,155,,36,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,37,,,38,,,,36,35,156,156,35,35,156,156,35,156,35,76,35,156,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,76,76,74,,,,36,156,35,156,156,35,35,156,156,35,35,144,35,156,156,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,37,,,,,,,36,156,156,35,156,156,35,35,156,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,37,,,,,75,,36,35,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,76,76,75,,36,144,35,35,156,35,35,35,35,156,156,156,35,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,37,,,36,76,35,35,35,35,35,35,156,35,35,156,156,35,35,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,154,,,38,,36,156,35,156,35,35,35,35,156,156,156,156,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,76,76,144,35,422,35,35,35,35,35,156,156,35,35,156,35,156,35,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,37,,,36,37,,36,35,156,156,156,156,156,35,156,156,35,35,35,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,37,,,36,37,,36,156,35,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,37,,,36,35,76,35,35,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,37,,,36,37,,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,76,76,156,37,,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,155,,36,37,,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,144,35,37,,36,35,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,145,156,76,156,156,35,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,37,,39,,36,35,35,156,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,,36,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,40,,36,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,144,37,,36,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,76,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,35,37,,36,35,35,156,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,35,37,,36,35,156,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,37,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,156,37,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,35,37,,36,156,35,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,35,145,76,145,156,35,156,155,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,149,,,,152,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,,,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,230,,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,37,,,230,,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,37,,,,,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,150,,,,151,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,35,144,76,144,156,35,35,154,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,156,156,423,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,156,35,76,145,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,156,37,,,68,36,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,35,156,155,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,54,,,54,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,156,35,35,76,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,230,,,230,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,156,156,37,,36,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,51,,,51,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,35,35,37,,36,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,75,,,147,76,150,,,,,230,230,230,230,230,230,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,35,37,,36,35,35,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,36,155,,,,230,,,,,230,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,156,145,76,35,156,35,156,35,35,35,35,156,156,35,156,35,35,156,35,156,156,35,35,156,145,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,151,146,145,146,146,146,146,145,145,146,146,146,230,,,,,230,52,230,55,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,156,37,,,36,35,156,35,156,156,35,156,35,156,156,35,35,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,,,,,,,,,51,,,230,52,230,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,156,37,,,36,35,35,35,35,35,156,156,156,156,156,156,35,35,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,76,144,146,146,146,146,146,144,146,146,146,230,,,,,230,52,230,55,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,35,37,,,36,156,156,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,38,,,,,,74,,,,230,,,,,230,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,156,156,144,76,35,35,156,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,147,76,37,,38,,,,,,,,,,230,230,230,230,230,230,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,156,35,37,,36,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,76,145,146,150,,,,,,,,,51,,,51,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,35,35,37,,36,35,35,156,35,35,35,35,35,35,35,35,145,156,35,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,38,,,,36,76,148,,,,,,,230,,,230,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,35,156,145,76,145,156,35,35,35,145,145,145,35,35,156,35,76,145,145,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,152,155,,,38,,,,,,,,,53,,,53,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,35,156,149,,,,152,145,35,37,,,,36,35,145,154,,,,68,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,151,145,146,150,,,,,38,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,149,,,,,,,152,145,424,150,,152,154,,,,,,68,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,147,76,144,154,,,38,,,,,38,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,37,,,,230,,,,,,,38,,,,,,,45,,68,156,156,35,35,37,,,,75,,,,75,,,,,,,,,,,,,,38,,,,152,155,,,,38,,,152,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,150,,,,,,,,151,144,35,144,144,155,,,,,,68,156,156,35,35,37,,147,76,156,144,146,146,145,146,155,,,,,147,76,155,,75,,,38,,,,,152,155,,,38,,,,38,,75,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,150,,,,151,144,144,156,35,35,156,35,37,,,,,46,68,156,156,35,35,37,,,,36,154,,,,,38,,75,,,,,36,146,145,146,146,154,,75,,,,38,,,38,,,,36,76,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,156,156,144,76,144,156,35,35,156,156,35,35,156,37,,,,,,68,35,35,35,35,37,,,151,154,,,,,,152,144,145,146,146,144,144,154,,,,,,,38,,,,38,,,38,,,,38,,74,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,156,35,35,144,156,35,35,35,156,35,156,156,35,37,,,,47,,68,156,156,35,35,37,,,38,,,151,146,155,,,74,,,,152,37,,,,,,,,36,155,,,152,144,144,154,,,151,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,156,156,35,35,35,35,35,35,35,35,35,35,156,37,,,,,,68,156,156,35,35,37,,151,154,,151,154,,36,155,,,,75,,,38,,,151,146,146,146,146,156,37,,,,36,154,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,35,35,35,35,35,35,35,35,35,156,35,156,156,37,,,,,,68,156,156,156,35,156,144,154,,,38,,,152,35,146,146,146,145,155,,74,,,38,,,,,152,37,,,,38,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,156,35,35,35,35,35,35,35,35,35,35,35,35,156,37,,,,,,68,156,156,156,35,156,154,,,,38,,,,74,,,,,38,,,,151,156,76,148,,,,152,155,,,38,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,156,35,35,156,35,156,156,35,35,35,156,35,37,,,,46,,68,156,156,156,35,37,,,151,144,37,,,,,,,147,76,35,155,,,36,37,,,,,,,38,,,74,,,151,146,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,35,156,156,156,156,35,35,35,35,35,35,156,156,37,,,,,,68,156,156,35,35,37,,,36,35,37,,,,,,,,,152,145,146,146,35,154,,,,,,,36,155,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,156,156,35,35,156,35,156,35,35,35,35,35,35,37,,,,,,68,156,156,35,35,37,,151,156,156,37,,,,,,,,,,,,,38,,,,,,,,36,156,146,146,144,146,145,76,148,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,35,35,156,156,35,35,35,156,35,35,35,35,35,37,,,,47,,68,35,156,35,35,37,,36,156,156,37,,,,,,,,,,,147,76,74,,,,,,147,76,145,149,,,39,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,35,35,156,156,35,156,156,35,35,35,35,35,35,37,,,,,,68,156,156,35,35,37,,36,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,35,35,156,156,156,156,35,156,35,35,35,35,37,,,,45,,68,156,156,35,35,37,,36,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,35,35,35,35,35,156,35,156,156,35,35,35,35,35,156,144,155,,41,,68,156,156,35,35,37,,36,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,156,156,156,35,76,145,144,35,156,35,156,145,145,76,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,156,35,35,35,35,35,35,35,35,35,35,35,156,35,35,37,,,36,156,156,156,154,,,,36,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,156,145,156,154,,,152,35,35,37,,,,,36,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,145,35,35,156,35,156,35,156,35,35,35,156,156,156,76,154,,,,,36,35,37,,,230,76,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,145,76,156,156,35,35,35,156,35,156,35,35,35,35,154,,,,,,,36,156,37,,,,,36,35,35,156,144,144,144,144,144,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,149,,,201,145,145,145,145,145,145,145,145,145,145,154,,,,,,75,,36,156,35,155,,,,36,156,35,156,35,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,201,,,,,,,,,,,,,,76,144,76,156,76,156,156,156,156,144,76,144,35,35,35,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,150,,,201,144,144,144,144,144,144,144,144,144,144,155,,,76,145,76,35,76,156,156,35,156,156,426,35,35,156,156,35,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,144,76,156,35,156,156,156,156,35,35,35,156,156,35,155,,,,,74,,36,35,156,35,145,76,145,35,35,35,35,156,156,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,144,35,35,156,156,35,35,35,35,156,35,35,35,37,,,,,,,36,156,156,154,,,,36,35,156,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,156,156,156,156,35,156,35,35,156,156,156,35,156,35,155,,,,,151,156,156,37,,,,,36,35,35,35,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,144,76,144,76,156,156,35,37,,,230,76,35,156,35,35,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,144,37,,36,35,35,37,,,,,36,156,35,35,156,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,156,35,35,156,156,35,35,156,35,35,35,35,35,35,35,35,35,35,76,156,156,156,35,155,,,,36,35,156,156,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,156,35,156,35,35,35,35,156,156,35,35,35,35,35,145,145,154,,152,145,145,145,145,146,76,144,156,35,156,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,156,35,35,35,156,156,35,35,35,35,35,35,37,,,,,,,,,,,,36,35,156,35,156,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,35,156,35,156,35,35,35,156,156,35,35,35,156,156,76,146,146,144,146,146,146,144,146,146,76,156,156,35,156,156,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +145,145,156,35,156,156,35,35,156,156,35,35,35,35,35,35,35,37,,,,74,,,,74,,,,36,156,35,35,35,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,36,156,156,156,156,156,156,156,156,35,156,35,35,35,35,156,155,,,,,75,,,,75,,36,35,35,156,156,156,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,36,156,156,35,35,35,35,156,156,35,35,35,35,35,35,35,156,144,144,144,144,156,144,144,144,156,144,156,35,35,156,156,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,24,,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,25,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,24,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,23,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,24,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;388 posEnd=1346;388 posCurrent=1346;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;388 posEnd=1410;388 posCurrent=1410;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;388 posEnd=1474;388 posCurrent=1474;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;388 posEnd=1538;388 posCurrent=1538;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;388 posEnd=1602;388 posCurrent=1602;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;388 posEnd=1666;388 posCurrent=1666;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;388 posEnd=1730;388 posCurrent=1730;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;388 posEnd=1794;388 posCurrent=1794;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;388 posEnd=1858;388 posCurrent=1858;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;388 posEnd=1922;388 posCurrent=1922;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;388 posEnd=1986;388 posCurrent=1986;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;388 posEnd=2114;388 posCurrent=2114;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;388 posEnd=2050;388 posCurrent=2050;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;388 posEnd=2178;388 posCurrent=2178;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;388 posEnd=2242;388 posCurrent=2242;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;388 posEnd=2306;388 posCurrent=2306;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;388 posEnd=2370;388 posCurrent=2370;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;388 posEnd=2434;388 posCurrent=2434;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;388 posEnd=2498;388 posCurrent=2498;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;516 posEnd=2626;516 posCurrent=2626;516 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;768 posEnd=386;768 posCurrent=386;768 step=1 time=0 phase=29970 channel=10 icon=56 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1216 posEnd=706;1216 posCurrent=706;1216 step=1 time=0 phase=29970 channel=10 icon=56 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;264 posEnd=1986;264 posCurrent=1986;264 step=1 time=0 phase=29970 channel=10 icon=25 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;388 posEnd=1218;388 posCurrent=1218;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;388 posEnd=1154;388 posCurrent=1154;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;388 posEnd=1090;388 posCurrent=1090;388 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;1152 posEnd=4354;1152 posCurrent=4354;1152 step=1 time=0 phase=29970 channel=10 icon=56 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5568;960 posEnd=5504;960 posCurrent=5513;960 step=4 time=3 phase=29970 channel=1 icon=153 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;516 posEnd=2690;516 posCurrent=2690;516 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;516 posEnd=2754;516 posCurrent=2754;516 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;516 posEnd=2818;516 posCurrent=2818;516 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;1860 posEnd=5762;1860 posCurrent=5762;1860 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5890;1860 posEnd=5890;1860 posCurrent=5890;1860 step=1 time=0 phase=29970 channel=10 icon=20 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;512 posEnd=768;512 posCurrent=768;512 step=1 time=0 phase=29970 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;512 posEnd=640;512 posCurrent=640;512 step=1 time=0 phase=29970 channel=1 icon=33 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;260 posEnd=834;260 posCurrent=834;260 step=1 time=0 phase=29970 channel=10 icon=1 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5504;832 posEnd=5568;832 posCurrent=5559;832 step=4 time=3 phase=29970 channel=1 icon=153 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5440;704 posEnd=5504;704 posCurrent=5495;704 step=4 time=3 phase=29970 channel=1 icon=153 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=640;448 posEnd=640;448 posCurrent=640;448 step=1 time=0 phase=29970 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;448 posEnd=3904;448 posCurrent=3904;448 step=1 time=0 phase=29970 channel=1 icon=33 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3840;448 posEnd=3840;448 posCurrent=3840;448 step=1 time=0 phase=29970 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3776;448 posEnd=3776;448 posCurrent=3776;448 step=1 time=0 phase=29970 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=768;1280 posEnd=768;1280 posCurrent=768;1280 step=1 time=0 phase=29970 channel=1 icon=32 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;1732 posEnd=5826;1732 posCurrent=5826;1732 step=1 time=0 phase=24483 channel=10 icon=2 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;264 posEnd=1858;264 posCurrent=1858;264 step=1 time=0 phase=29970 channel=10 icon=25 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5568;576 posEnd=5504;576 posCurrent=5513;576 step=4 time=3 phase=29970 channel=1 icon=153 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;260 posEnd=194;260 posCurrent=194;260 step=1 time=0 phase=29970 channel=10 icon=1 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5504;1088 posEnd=5568;1088 posCurrent=5559;1088 step=4 time=3 phase=29970 channel=1 icon=153 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;324 posEnd=2690;324 posCurrent=2690;324 step=1 time=0 phase=29970 channel=10 icon=1 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=5504;448 posEnd=5568;448 posCurrent=5559;448 step=4 time=3 phase=29970 channel=1 icon=153 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;196 posEnd=5506;196 posCurrent=5506;196 step=1 time=0 phase=19492 channel=10 icon=7 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;196 posEnd=1346;196 posCurrent=1346;196 step=1 time=0 phase=28022 channel=10 icon=89 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;196 posEnd=1410;196 posCurrent=1410;196 step=1 time=0 phase=28013 channel=10 icon=89 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;388 posEnd=4162;388 posCurrent=4162;388 step=1 time=0 phase=29970 channel=10 icon=1 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=4544;1344 posEnd=4544;1408 posCurrent=4544;1399 step=4 time=3 phase=29970 channel=1 icon=46 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;1288 posEnd=5570;1288 posCurrent=5570;1288 step=1 time=0 phase=29970 channel=10 icon=25 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;196 posEnd=1474;196 posCurrent=1474;196 step=1 time=0 phase=28003 channel=10 icon=89 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;196 posEnd=1538;196 posCurrent=1538;196 step=1 time=0 phase=27995 channel=10 icon=89 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;196 posEnd=1602;196 posCurrent=1602;196 step=1 time=0 phase=27949 channel=10 icon=89 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;196 posEnd=1666;196 posCurrent=1666;196 step=1 time=0 phase=27895 channel=10 icon=89 +MoveObject: type=19 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;1732 posEnd=5314;1732 posCurrent=5314;1732 step=1 time=0 phase=16872 channel=10 icon=89 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;1860 posEnd=5250;1860 posCurrent=5250;1860 step=1 time=0 phase=16764 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;1860 posEnd=5378;1860 posCurrent=5378;1860 step=1 time=0 phase=16752 channel=10 icon=17 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;4612 posEnd=3586;4612 posCurrent=3586;4612 step=1 time=0 phase=8261 channel=10 icon=30 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1860 posEnd=5058;1860 posCurrent=5058;1860 step=1 time=0 phase=15852 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;1860 posEnd=4994;1860 posCurrent=4994;1860 step=1 time=0 phase=15845 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1860 posEnd=4930;1860 posCurrent=4930;1860 step=1 time=0 phase=15835 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;1860 posEnd=4866;1860 posCurrent=4866;1860 step=1 time=0 phase=15829 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;1860 posEnd=4802;1860 posCurrent=4802;1860 step=1 time=0 phase=15823 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;3972 posEnd=4290;3972 posCurrent=4290;3972 step=1 time=0 phase=4637 channel=10 icon=17 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3780 posEnd=4674;3780 posCurrent=4674;3780 step=1 time=0 phase=4498 channel=10 icon=19 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3588 posEnd=4546;3588 posCurrent=4546;3588 step=1 time=0 phase=4455 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;3524 posEnd=4354;3524 posCurrent=4354;3524 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;3396 posEnd=4162;3396 posCurrent=4162;3396 step=1 time=0 phase=4231 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3268 posEnd=4418;3268 posCurrent=4418;3268 step=1 time=0 phase=4158 channel=10 icon=20 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;2884 posEnd=4674;2884 posCurrent=4674;2884 step=1 time=0 phase=4118 channel=10 icon=18 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2372 posEnd=4290;2372 posCurrent=4290;2372 step=1 time=0 phase=4052 channel=10 icon=12 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;2052 posEnd=4610;2052 posCurrent=4610;2052 step=1 time=0 phase=3996 channel=10 icon=20 diff --git a/worlds/world105.txt b/worlds/world105.txt new file mode 100644 index 0000000..cd7a2fc --- /dev/null +++ b/worlds/world105.txt @@ -0,0 +1,295 @@ +DescFile: posDecor=950;950 dimDecor=100;100 world=0 music=4 region=2 blupiPos=1346;1158 blupiDir=2 +Decor: +156,156,156,156,156,156,156,156,156,156,156,35,35,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,156,35,35,35,156,35,156,156,156,35,35,35,156,35,35,156,156,156,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,156,156,156,35,156,156,35,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,35,156,35,156,156,156,156,156,35,156,156,35,156,156,35,35,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,145,156,156,156,35,156,156,156,156,35,156,156,156,156,145,145,156,156,35,156,35,156,35,35,156,35,156,35,156,156,156,156,35,35,156,156,156,156,156,156,156,35,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,37,,36,156,156,35,156,156,35,35,35,156,156,35,154,,,36,35,156,156,35,35,156,35,35,156,35,156,156,35,35,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,37,,36,156,156,156,156,156,35,156,156,156,156,37,,,,36,156,156,156,156,156,156,156,35,35,35,35,156,156,156,156,35,156,156,156,156,156,156,156,156,145,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,37,,36,156,156,35,156,35,156,156,156,156,156,35,155,,,36,156,156,156,156,156,156,35,156,35,156,156,156,35,35,156,35,35,156,156,156,156,156,35,154,,36,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,185,156,156,156,156,156,35,35,35,156,156,156,156,35,185,185,156,156,156,156,156,35,35,35,156,35,156,156,156,35,156,156,156,156,156,156,35,156,35,37,,,36,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,185,156,156,156,35,156,156,156,35,156,156,156,156,156,185,185,156,156,156,156,156,35,156,156,156,156,156,35,35,156,156,35,156,156,35,156,35,156,156,37,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,185,156,156,156,156,35,35,156,156,156,35,156,156,185,185,185,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,145,154,,,36,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,185,156,156,156,156,156,156,156,156,156,156,156,156,185,185,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,35,156,37,,,,,36,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,185,156,156,35,156,156,156,156,156,156,156,156,156,185,185,156,156,156,156,35,156,156,156,156,156,35,156,156,156,156,156,156,156,35,156,156,35,304,305,305,305,305,36,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,145,185,185,145,145,145,145,145,145,35,145,145,145,145,145,185,185,35,156,156,156,145,145,145,156,35,156,156,35,35,156,145,145,145,35,145,145,145,145,154,,,,151,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,74,,,,,,,,152,145,145,154,,,,36,156,156,156,156,156,154,,,,74,,,,,,,,,68,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,154,,,,,,,,,,,,,,68,156,156,156,156,35,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,75,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,38,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,74,,,,,,75,,,,,,,,,,,,,,,,,,36,155,,,,,,,75,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,74,,,,,,75,,,,,,,,,,,,36,156,155,,,,,,74,,,,68,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,75,,,,,,,,,,,,,,,,74,,,,,,,,,,,,36,156,145,155,,,,,,,,,68,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,74,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,330,,36,155,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,149,,36,145,155,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,330,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,36,155,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,40,,,,36,154,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,75,,,,,,,,,,,,,,,,,,,,,151,149,,151,144,154,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,74,,,,,,,,,,,,,,,75,,,,,,38,,,36,154,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,75,,,,,,,,,,,74,,,,,,38,,151,154,,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,38,,,,,,,,,,,,,,,,,36,144,154,,,,,75,,,,,68,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,74,,,,,,,,,,,,,,,,,36,154,,,,,,74,,,,,68,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,75,,,,,,,,,,75,,,,,,,,,,,,,,74,,,,,,,,,,,75,68,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,74,,,,,,,,,,74,,,,,,,,,,,,,,,,,,,75,,,,,,38,68,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,,,,,,,,,,,,,75,,,,,,,,,,74,,,,,,38,68,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,,,,,,,,,,,,,,,,,,,,,,,,74,,,,,,,,,,,,,,,,74,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +37,,,,75,,,,,,,,,,40,,,,,,151,144,155,,,,,,,,,,,,,,,,,,,,,,68,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,144,144,144,156,144,144,144,144,144,144,144,144,144,35,144,144,144,144,144,156,156,35,144,144,144,144,144,144,144,144,144,150,,,,75,,,,,147,144,144,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,35,156,156,156,156,35,37,,,,74,,,,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,156,156,156,156,156,156,156,156,156,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,35,156,37,,,,,,,,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,35,156,156,156,156,156,35,156,35,156,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,156,156,156,37,,,,,,,,,,36,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,35,35,35,156,156,156,35,155,,,,,,,,,36,156,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,156,35,35,35,35,156,156,35,156,156,156,156,35,35,156,35,156,156,156,156,156,156,35,35,156,35,156,156,156,156,304,305,305,305,305,146,146,146,76,156,156,156,156,35,156,156,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,156,35,156,35,156,35,156,156,156,156,35,156,156,156,35,156,35,35,156,156,156,156,156,35,156,156,156,156,35,154,,,,,,,,,36,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,35,156,35,156,156,156,35,35,35,156,156,156,156,35,156,156,35,156,156,156,156,35,35,156,35,156,156,37,,,,,,,,,,36,156,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,35,35,35,35,156,35,35,156,156,156,156,35,35,35,35,35,156,35,35,35,35,35,156,35,35,156,156,37,,,,,,,,,151,156,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,156,35,156,156,156,35,156,156,156,35,35,156,35,35,35,156,156,156,35,35,35,156,156,35,156,35,156,156,37,,,,,,,,,36,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,35,35,156,35,156,35,156,35,156,35,37,,,,75,,,,151,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,35,156,156,35,156,37,,,,38,,,,36,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,156,156,156,37,,,,74,,,,36,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,156,156,156,156,37,,,,,,,,36,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,35,35,156,156,156,156,150,,,,,,151,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,35,156,35,156,156,156,156,144,144,144,144,144,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,35,156,156,156,156,156,35,156,156,35,35,156,156,156,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,156,156,35,35,35,156,35,35,35,156,35,156,156,156,156,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,35,156,156,156,156,156,35,156,156,156,156,156,35,156,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,156,35,156,35,156,35,156,35,35,156,35,35,156,156,156,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,156,156,156,156,35,156,156,156,35,156,35,35,156,35,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,35,35,35,35,156,35,156,156,35,35,35,156,35,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,35,156,156,35,35,35,156,35,156,35,156,156,156,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,35,156,35,156,156,35,35,156,35,156,156,156,156,35,35,35,156,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,25,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,23,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,27,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,26,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,23,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;64 posEnd=1282;64 posCurrent=1282;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;64 posEnd=1218;64 posCurrent=1218;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;64 posEnd=1154;64 posCurrent=1154;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;64 posEnd=1090;64 posCurrent=1090;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;64 posEnd=1026;64 posCurrent=1026;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;64 posEnd=962;64 posCurrent=962;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;64 posEnd=898;64 posCurrent=898;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;64 posEnd=834;64 posCurrent=834;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;64 posEnd=770;64 posCurrent=770;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;64 posEnd=1410;64 posCurrent=1410;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;64 posEnd=1474;64 posCurrent=1474;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;64 posEnd=1538;64 posCurrent=1538;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;64 posEnd=1602;64 posCurrent=1602;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;64 posEnd=1666;64 posCurrent=1666;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;64 posEnd=1730;64 posCurrent=1730;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;64 posEnd=1794;64 posCurrent=1794;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;64 posEnd=1858;64 posCurrent=1858;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;64 posEnd=1922;64 posCurrent=1922;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;64 posEnd=1986;64 posCurrent=1986;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;64 posEnd=2050;64 posCurrent=2050;64 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2112 posEnd=2114;2112 posCurrent=2114;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2112 posEnd=2178;2112 posCurrent=2178;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2112 posEnd=2242;2112 posCurrent=2242;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2112 posEnd=2306;2112 posCurrent=2306;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2112 posEnd=2690;2112 posCurrent=2690;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2112 posEnd=2626;2112 posCurrent=2626;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;2112 posEnd=2562;2112 posCurrent=2562;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2112 posEnd=2754;2112 posCurrent=2754;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2112 posEnd=2818;2112 posCurrent=2818;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2112 posEnd=2882;2112 posCurrent=2882;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2112 posEnd=2946;2112 posCurrent=2946;2112 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2176 posEnd=3010;2176 posCurrent=3010;2176 step=1 time=0 phase=167 channel=10 icon=50 +MoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1344;1216 posEnd=1344;1984 posCurrent=1344;1683 step=2 time=146 phase=167 channel=1 icon=153 +MoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1280;1216 posEnd=1280;1984 posCurrent=1280;1683 step=2 time=146 phase=167 channel=1 icon=75 +MoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1408;1216 posEnd=1408;1984 posCurrent=1408;1683 step=2 time=146 phase=167 channel=1 icon=153 +MoveObject: type=1 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=1472;1216 posEnd=1472;1984 posCurrent=1472;1683 step=2 time=146 phase=167 channel=1 icon=74 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;2116 posEnd=1602;2116 posCurrent=1602;2116 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;196 posEnd=1346;196 posCurrent=1346;196 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;260 posEnd=1346;260 posCurrent=1346;260 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;324 posEnd=1346;324 posCurrent=1346;324 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;388 posEnd=1346;388 posCurrent=1346;388 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;452 posEnd=1346;452 posCurrent=1346;452 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;516 posEnd=1346;516 posCurrent=1346;516 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2824 posEnd=386;2824 posCurrent=386;2824 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2692 posEnd=1858;2692 posCurrent=1858;2692 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1540 posEnd=834;1540 posCurrent=834;1540 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1544 posEnd=770;1544 posCurrent=770;1544 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=1792;1600 posEnd=1536;1472 posCurrent=1792;1600 step=4 time=32 phase=167 channel=10 icon=90 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=1216;1408 posEnd=896;1728 posCurrent=960;1664 step=4 time=8 phase=167 channel=10 icon=90 +MoveObject: type=44 stepAdvance=36 stepRecede=36 timeStopStart=4 timeStopEnd=4 posStart=1280;832 posEnd=896;1152 posCurrent=1280;832 step=4 time=36 phase=167 channel=10 icon=199 +MoveObject: type=20 stepAdvance=104 stepRecede=104 timeStopStart=8 timeStopEnd=8 posStart=896;1088 posEnd=1216;1920 posCurrent=1081;1568 step=4 time=44 phase=167 channel=10 icon=102 +MoveObject: type=20 stepAdvance=120 stepRecede=120 timeStopStart=8 timeStopEnd=8 posStart=1728;1984 posEnd=2048;1024 posCurrent=1974;1248 step=4 time=28 phase=167 channel=10 icon=102 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=1088;2304 posEnd=768;2624 posCurrent=832;2560 step=4 time=8 phase=167 channel=10 icon=90 +MoveObject: type=20 stepAdvance=152 stepRecede=152 timeStopStart=8 timeStopEnd=8 posStart=768;2752 posEnd=1984;2496 posCurrent=1984;2496 step=3 time=5 phase=167 channel=10 icon=111 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;2308 posEnd=1346;2308 posCurrent=1346;2308 step=1 time=0 phase=167 channel=10 icon=36 +MoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=768;256 posEnd=1152;192 posCurrent=1104;200 step=2 time=42 phase=167 channel=10 icon=92 +MoveObject: type=20 stepAdvance=48 stepRecede=48 timeStopStart=8 timeStopEnd=8 posStart=1600;192 posEnd=1984;320 posCurrent=1936;304 step=2 time=42 phase=167 channel=10 icon=92 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;452 posEnd=962;452 posCurrent=962;452 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2820 posEnd=450;2820 posCurrent=450;2820 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;2820 posEnd=578;2820 posCurrent=578;2820 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2820 posEnd=514;2820 posCurrent=514;2820 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2244 posEnd=2818;2244 posCurrent=2818;2244 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=2368;2624 posEnd=2496;2624 posCurrent=2368;2624 step=1 time=3 phase=167 channel=10 icon=65 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;900 posEnd=1666;900 posCurrent=1666;900 step=1 time=0 phase=167 channel=10 icon=11 +MoveObject: type=16 stepAdvance=190 stepRecede=190 timeStopStart=0 timeStopEnd=0 posStart=2048;2752 posEnd=832;2752 posCurrent=986;2752 step=2 time=166 phase=167 channel=10 icon=73 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;1344 posEnd=1728;1344 posCurrent=1728;1344 step=1 time=0 phase=167 channel=10 icon=73 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1160 posEnd=194;1160 posCurrent=194;1160 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1160 posEnd=258;1160 posCurrent=258;1160 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1160 posEnd=322;1160 posCurrent=322;1160 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;200 posEnd=194;200 posCurrent=194;200 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;200 posEnd=258;200 posCurrent=258;200 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;200 posEnd=322;200 posCurrent=322;200 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2628 posEnd=2242;2628 posCurrent=2242;2628 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2628 posEnd=2306;2628 posCurrent=2306;2628 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2628 posEnd=2498;2628 posCurrent=2498;2628 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2564 posEnd=2690;2564 posCurrent=2690;2564 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2500 posEnd=2754;2500 posCurrent=2754;2500 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;2500 posEnd=2818;2500 posCurrent=2818;2500 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2500 posEnd=2882;2500 posCurrent=2882;2500 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;2564 posEnd=2626;2564 posCurrent=2626;2564 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2436 posEnd=3010;2436 posCurrent=3010;2436 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2500 posEnd=2946;2500 posCurrent=2946;2500 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;2696 posEnd=1922;2696 posCurrent=1922;2696 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1092 posEnd=770;1092 posCurrent=770;1092 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;580 posEnd=770;580 posCurrent=770;580 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;196 posEnd=2050;196 posCurrent=2050;196 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;836 posEnd=2050;836 posCurrent=2050;836 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1220 posEnd=2050;1220 posCurrent=2050;1220 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;2820 posEnd=322;2820 posCurrent=322;2820 step=1 time=0 phase=167 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2440 posEnd=1730;2440 posCurrent=1730;2440 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1672 posEnd=1922;1672 posCurrent=1922;1672 step=1 time=0 phase=167 channel=10 icon=22 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;452 posEnd=1794;452 posCurrent=1794;452 step=1 time=0 phase=167 channel=10 icon=14 diff --git a/worlds/world106.txt b/worlds/world106.txt new file mode 100644 index 0000000..ab5f62b --- /dev/null +++ b/worlds/world106.txt @@ -0,0 +1,247 @@ +DescFile: posDecor=1800;1900 dimDecor=100;100 world=0 music=9 region=3 blupiPos=2178;2182 blupiDir=2 +Decor: +156,156,35,35,156,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,35,156,156,156,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,35,156,156,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,35,156,156,35,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,156,156,35,156,156,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,35,156,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,156,35,156,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,156,156,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,156,156,156,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,151,144,144,144,144,144,144,144,144,144,156,156,156,156,156,156,156,156,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,35,35,156,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,35,156,35,35,156,35,35,156,156,156,156,35,35,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,156,156,156,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,156,35,156,156,35,35,156,156,156,35,156,145,35,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,35,35,156,156,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,156,35,156,156,156,35,35,156,156,156,331,,36,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,35,35,156,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,156,156,156,156,156,35,35,35,156,35,35,35,76,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,35,35,156,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,35,35,35,35,156,35,156,156,156,156,35,37,,36,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,35,35,156,35,35,35,35,35,35,144,144,150,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,37,,36,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,156,156,35,35,156,156,156,156,35,35,156,35,156,37,,,,,,,,,,151,144,144,144,144,144,144,144,144,144,144,144,35,156,35,35,35,35,35,156,35,156,35,156,35,156,35,145,145,76,35,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,156,35,35,35,156,35,156,156,35,156,35,37,,,,,,,,,151,156,35,156,35,35,35,156,156,35,35,156,156,156,156,156,156,156,35,35,35,35,156,35,156,156,156,156,138,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,35,156,35,35,156,35,156,156,35,35,156,37,,,,,,,,,36,35,156,156,156,156,35,156,35,156,156,35,156,35,35,35,35,156,156,156,35,156,156,156,35,156,35,156,138,,151,35,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,35,35,156,156,156,35,156,156,156,35,35,37,,,,,,,,,36,35,156,156,156,35,156,35,156,156,35,35,35,35,35,35,156,156,35,156,35,35,35,35,156,156,156,35,138,,152,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,35,35,156,35,35,156,156,35,35,35,156,37,,,,,,,,,36,156,156,156,35,35,35,156,156,35,35,35,35,35,156,35,156,35,35,35,156,35,156,156,35,35,35,35,138,,,36,156,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,35,35,156,156,145,145,145,35,35,156,156,35,37,,,,,,,,,36,156,35,35,156,156,156,35,35,35,35,156,35,35,35,156,35,156,156,35,156,35,156,35,35,35,35,156,146,146,76,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,156,145,37,,,,36,35,35,156,156,37,,,,,,,,,36,156,156,156,35,35,35,35,156,156,35,35,156,156,35,156,156,156,35,35,156,156,35,35,35,35,35,154,,,,36,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,156,37,,38,,,,36,35,35,156,35,37,,,,,,,,,36,156,35,35,156,35,35,156,35,156,35,35,156,156,145,35,156,35,156,35,156,156,156,35,156,35,37,,,,,36,156,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,35,156,37,,74,,,,36,35,35,35,35,37,,,,,,,,,36,156,156,156,35,156,35,35,156,156,156,35,156,333,,152,156,156,35,156,156,156,156,35,35,156,37,,,,,36,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,154,,,,333,,36,35,156,35,35,37,,,,,,,,,36,156,156,156,156,156,156,156,156,35,156,156,37,,,,152,35,156,35,156,156,35,35,35,156,37,,,,,36,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,156,155,,,,19,,36,156,35,156,35,37,,,,,,,,,36,156,156,35,35,35,156,156,156,35,35,35,156,150,,,,152,156,35,35,156,156,156,35,35,37,,,,,36,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,37,,75,,,,36,35,156,35,35,37,,,,,,,,,36,35,35,156,35,35,156,156,156,156,35,156,35,156,150,,,,152,35,35,156,156,156,156,156,37,,,,,36,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,35,37,,38,,,,36,156,35,35,35,37,,,,,,,,,36,35,156,156,35,156,156,35,35,156,35,156,156,35,156,185,,,,152,156,156,156,35,156,156,35,155,,,,36,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,156,156,144,37,,,,36,35,156,156,35,37,,,,,,,,,36,156,156,35,35,35,156,156,35,156,35,35,156,35,35,185,150,,,,152,35,35,156,156,35,35,156,144,144,76,156,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,156,35,35,156,144,144,144,35,156,35,156,156,37,,,,,,,,,36,35,156,35,156,35,156,156,35,156,35,35,35,35,35,185,156,150,,,,152,35,156,156,156,145,145,145,145,76,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,35,35,35,156,156,35,156,156,35,156,35,156,35,37,,,,,,,,,36,35,156,156,35,156,156,35,35,35,35,156,35,156,37,,36,156,150,,,,152,156,156,37,,,,,,36,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,156,35,156,156,156,35,35,156,156,35,35,156,156,35,156,144,144,144,144,144,144,144,144,156,156,35,156,35,35,156,156,35,35,156,156,156,35,37,,36,156,156,150,,,,36,35,156,76,144,144,144,144,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,156,35,156,156,156,35,156,156,35,35,35,35,35,35,156,35,35,156,156,35,156,156,156,156,156,35,35,156,35,35,35,156,35,156,35,156,156,144,156,156,156,35,150,,,36,35,37,,36,35,156,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +35,35,35,35,35,35,35,156,35,156,35,156,156,156,35,35,156,35,156,35,35,156,156,156,35,35,35,156,156,156,35,156,156,156,145,145,145,145,145,145,145,145,145,145,145,146,76,156,35,37,,36,35,156,156,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,156,156,35,156,35,35,156,156,35,156,156,35,156,35,35,156,35,35,35,35,156,156,156,35,35,156,156,156,156,156,35,35,37,,,,,,,,,,,,,,36,35,37,,36,35,156,156,156,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +156,35,156,35,156,35,35,35,156,156,156,156,35,156,35,35,35,35,156,35,145,145,145,145,145,145,145,145,145,145,145,145,145,154,,151,144,146,146,146,146,146,146,146,146,144,76,35,35,37,,36,35,156,35,156,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +145,145,145,145,145,145,145,145,145,145,145,145,145,156,35,35,35,35,156,330,,,,,,,,,,,,,,,,36,37,,,,,,,,,38,,36,156,37,,36,35,156,35,35,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,156,35,35,156,156,146,146,146,146,146,146,146,146,146,146,146,146,146,146,76,35,37,,,,151,144,144,155,,152,76,156,35,37,,36,35,35,156,35,156,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,156,35,156,35,332,,,,,,,,,,,,,,,,36,37,,,151,35,35,35,37,,,,36,145,145,76,156,35,156,156,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,156,35,156,35,35,146,146,146,146,146,146,146,146,146,146,146,146,146,146,76,35,37,,,152,35,156,35,37,,,,38,,,,36,35,35,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,35,156,156,156,156,331,,,,,,,,,,,,,,,,36,37,,,,152,145,145,154,,151,76,145,76,144,76,35,35,35,35,35,35,35,35,35,156,144,150,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,35,156,156,35,35,144,144,144,144,144,144,144,144,144,144,144,144,144,155,,36,37,,,,,,,,,38,,,,38,,36,156,156,35,35,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,156,156,35,35,35,156,156,35,156,35,35,156,156,156,35,35,156,156,37,,152,145,146,146,146,146,146,146,146,146,145,76,144,144,37,,36,35,156,156,156,156,156,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,35,35,156,156,156,35,156,156,156,35,156,156,35,156,156,35,156,35,37,,,,,,,,,,,,,,36,35,37,,36,35,35,156,35,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,35,156,156,156,35,35,35,156,35,156,156,156,156,35,156,35,156,156,35,35,144,144,144,144,146,146,146,146,146,146,146,146,76,156,35,156,76,145,145,35,156,35,35,156,156,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,156,156,35,35,35,156,35,35,156,156,156,156,156,35,156,156,35,156,35,156,35,35,156,37,,,,,,,,,,36,156,37,,,,152,156,156,35,35,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,35,35,156,35,35,156,156,156,156,35,35,156,156,35,35,156,35,35,35,156,156,35,35,37,,,,,,,,,,36,156,37,,,,,152,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,35,156,35,35,156,156,35,35,35,156,156,156,35,35,156,156,35,35,35,156,35,35,35,37,,,,,,,,,,36,156,37,,,75,,,152,35,156,35,35,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,35,156,35,35,156,156,35,156,156,156,35,156,156,35,156,156,156,156,156,35,35,35,35,37,,,,,,,,,,68,35,37,,,152,155,,,152,35,35,156,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,36,35,156,156,35,35,35,156,156,156,35,156,156,35,156,156,35,156,35,156,156,35,35,35,37,,,,,,,,,,68,35,37,,,,152,155,,,152,35,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,152,145,145,145,145,145,145,145,145,145,145,145,145,145,145,156,145,145,156,156,35,35,156,156,37,,,,,,,,,,68,35,37,,,,,36,155,,,68,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,39,,,36,156,35,156,156,156,37,,,,,,,,,,68,156,37,,,,,68,156,155,,68,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,35,37,,,,,,,,,,68,156,37,,,,,68,35,154,,68,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,37,,,,,,,,,,68,35,37,,,,,36,154,,,68,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,156,37,,,,,,,,,,68,35,37,,,,151,154,,,151,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,35,156,37,,,,,,,,,,68,35,37,,,151,154,,,151,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,154,,,,,151,144,144,144,144,156,156,37,,,74,,,151,35,35,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,37,,,,40,,36,156,35,35,156,156,156,37,,,,,151,35,35,35,35,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,156,156,37,,,,38,,36,156,35,156,156,156,35,37,,,151,144,156,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,156,37,,,,38,,36,35,35,156,35,156,156,37,,,36,35,35,35,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,156,35,35,37,,,,38,,36,156,35,35,156,35,35,35,332,,36,156,35,35,156,35,156,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,37,,,,39,,36,35,35,156,156,35,35,35,156,144,35,35,35,35,35,35,35,156,35,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,156,35,35,155,,,,,36,35,156,35,156,35,156,35,35,35,35,35,35,156,35,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,35,35,35,37,,,,,36,35,156,156,35,156,156,35,156,35,35,156,35,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,37,,,,,36,156,156,156,156,35,156,156,156,156,35,156,35,35,156,156,35,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,156,37,,,,,36,35,35,156,35,35,156,156,156,35,35,156,35,35,35,35,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,35,35,156,35,35,37,,,,151,35,35,35,156,156,35,156,156,35,156,35,35,156,156,35,156,156,35,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,35,156,185,185,150,,36,156,35,35,35,156,156,35,156,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,156,35,156,156,185,35,330,,36,35,35,35,156,35,156,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,35,156,35,185,35,35,144,35,156,156,35,35,35,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,36,156,35,156,156,156,185,35,35,35,156,156,35,35,156,156,35,156,37,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,152,145,145,145,145,35,185,156,145,145,145,145,145,145,145,145,145,145,149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,214,214,214,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,23,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,24,,25,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,23,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,25,,,,,,,,23,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,24,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2500 posEnd=2114;2500 posCurrent=2114;2500 step=1 time=0 phase=382 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;2500 posEnd=2306;2500 posCurrent=2306;2500 step=1 time=0 phase=382 channel=10 icon=13 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2504 posEnd=1666;2504 posCurrent=1666;2504 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2504 posEnd=1730;2504 posCurrent=1730;2504 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=2880;3328 posEnd=3200;3328 posCurrent=2880;3328 step=1 time=10 phase=382 channel=1 icon=29 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=832;3392 posEnd=896;3392 posCurrent=883;3392 step=2 time=8 phase=382 channel=12 icon=238 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;3200 posEnd=3074;3200 posCurrent=3074;3200 step=1 time=0 phase=382 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;3200 posEnd=3010;3200 posCurrent=3010;3200 step=1 time=0 phase=382 channel=10 icon=49 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3396 posEnd=2946;3396 posCurrent=2946;3396 step=1 time=0 phase=382 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;3396 posEnd=3138;3396 posCurrent=3138;3396 step=1 time=0 phase=382 channel=10 icon=13 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2180 posEnd=2178;2180 posCurrent=2178;2180 step=1 time=0 phase=382 channel=10 icon=36 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=2048;2880 posEnd=2048;2496 posCurrent=2048;2592 step=4 time=9 phase=382 channel=1 icon=153 +MoveObject: type=1 stepAdvance=36 stepRecede=36 timeStopStart=3 timeStopEnd=3 posStart=2368;2880 posEnd=2368;2496 posCurrent=2368;2592 step=4 time=9 phase=382 channel=1 icon=153 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1348 posEnd=2050;1348 posCurrent=2050;1348 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1412 posEnd=2050;1412 posCurrent=2050;1412 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2436 posEnd=2242;2436 posCurrent=2242;2436 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2436 posEnd=2178;2436 posCurrent=2178;2436 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1476 posEnd=2050;1476 posCurrent=2050;1476 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1540 posEnd=2050;1540 posCurrent=2050;1540 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=1920;2240 posEnd=1920;3008 posCurrent=1920;2986 step=2 time=70 phase=382 channel=1 icon=153 +MoveObject: type=1 stepAdvance=72 stepRecede=72 timeStopStart=3 timeStopEnd=3 posStart=2496;2240 posEnd=2496;3008 posCurrent=2496;2986 step=2 time=70 phase=382 channel=1 icon=153 +MoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=2688;2944 posEnd=3200;2688 posCurrent=3126;2725 step=4 time=7 phase=382 channel=1 icon=75 +MoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=2752;2944 posEnd=3264;2688 posCurrent=3190;2725 step=4 time=7 phase=382 channel=1 icon=74 +MoveObject: type=4 stepAdvance=180 stepRecede=180 timeStopStart=20 timeStopEnd=20 posStart=3456;2624 posEnd=3840;2624 posCurrent=3501;2624 step=4 time=159 phase=382 channel=10 icon=65 +MoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=1472;3392 posEnd=1280;3328 posCurrent=1280;3328 step=3 time=25 phase=382 channel=12 icon=274 +MoveObject: type=4 stepAdvance=120 stepRecede=120 timeStopStart=20 timeStopEnd=20 posStart=3648;2496 posEnd=3392;2496 posCurrent=3484;2496 step=2 time=77 phase=382 channel=10 icon=66 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1540 posEnd=2178;1540 posCurrent=2178;1540 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1476 posEnd=2178;1476 posCurrent=2178;1476 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1412 posEnd=2178;1412 posCurrent=2178;1412 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;1348 posEnd=2178;1348 posCurrent=2178;1348 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;324 posEnd=1154;324 posCurrent=1154;324 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1348 posEnd=2306;1348 posCurrent=2306;1348 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1412 posEnd=2306;1412 posCurrent=2306;1412 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1476 posEnd=2306;1476 posCurrent=2306;1476 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1540 posEnd=2306;1540 posCurrent=2306;1540 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=32 stepAdvance=16 stepRecede=16 timeStopStart=25 timeStopEnd=25 posStart=1216;3264 posEnd=1088;3328 posCurrent=1120;3312 step=2 time=12 phase=382 channel=13 icon=66 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2376 posEnd=4930;2376 posCurrent=4930;2376 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;2376 posEnd=4866;2376 posCurrent=4866;2376 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;2376 posEnd=4802;2376 posCurrent=4802;2376 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3592 posEnd=2882;3592 posCurrent=2882;3592 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3592 posEnd=3202;3592 posCurrent=3202;3592 step=1 time=0 phase=382 channel=10 icon=28 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;324 posEnd=1474;324 posCurrent=1474;324 step=1 time=0 phase=382 channel=10 icon=5 +MoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=1088;576 posEnd=1216;576 posCurrent=1158;576 step=2 time=33 phase=382 channel=10 icon=58 +MoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=1408;576 posEnd=1536;576 posCurrent=1478;576 step=2 time=33 phase=382 channel=10 icon=58 diff --git a/worlds/world107.txt b/worlds/world107.txt new file mode 100644 index 0000000..644c3af --- /dev/null +++ b/worlds/world107.txt @@ -0,0 +1,237 @@ +DescFile: posDecor=0;5870 dimDecor=100;100 world=0 music=8 region=2 blupiPos=322;6214 blupiDir=2 +Decor: +156,156,156,35,35,156,156,156,156,156,35,156,156,156,156,35,156,156,156,156,156,156,156,35,35,156,156,156,156,35,156,156,156,156,156,156,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,35,156,35,35,35,156,35,156,156,156,156,156,35,35,35,156,156,156,156,156,35,35,156,156,35,156,156,156,156,156,156,156,156,35,156,156,156,156,156,156,156,156,35,156,156,156,156,156 +35,35,76,156,35,35,156,145,145,145,145,145,35,145,145,145,156,145,145,145,145,145,145,145,145,145,145,145,145,145,156,156,145,145,35,35,145,145,145,145,145,145,156,156,145,145,35,35,145,145,145,35,35,35,145,145,145,145,145,145,145,145,145,145,145,156,156,145,145,145,145,145,156,145,145,156,156,156,35,156,156,156,145,145,145,156,145,145,145,156,145,145,145,145,145,145,156,156,156,156 +35,154,,36,35,35,154,,,,,,201,,,,39,,,,,,,,,,,,,,36,37,,,36,154,,,,,,,36,154,,,36,154,,,,193,186,37,,,,,,,,,,,,36,154,,,,,,201,,,36,156,156,35,156,145,154,,,,74,,,,74,,,,,,,36,156,156,156 +37,,,36,35,154,,,,,,,201,,,,,,,,,153,,,,153,,,,,36,37,,,74,,,,,,,,74,,,,74,,,,,197,192,37,,,,,,,,,,153,,38,,,,,,,152,200,200,152,145,145,145,154,,,,75,,,,75,,,,,,,,,36,35,35,156 +37,,,36,154,,,,,,,,201,,,,,,,,,,,,,,,,,,36,154,,,,,324,,,,324,,,,324,,,,,,,,,38,,,,,,,,,,,,74,,,,,,,,,,110,110,110,,,,147,146,145,146,146,146,154,,,,,,,,,152,145,35,156 +3,59,,201,200,200,200,200,200,200,200,200,201,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,200,201,,,,,,,,,,,,,,,,,,,,,,,201,,,,,,,,,,,,,,,,,,,,,,110,110,110,,,,,,,,,,,,,,,,,,,,,36,35 +37,,,36,155,,,,,,,,201,,,,,,,,,,,153,,,,,,,36,155,,,,,324,,,,324,,,,324,,,,,,,151,144,37,,,,,,,,,,75,,,,,,75,,,,,,110,110,110,,75,,,,,151,155,,,,,,,,,,,151,144,156,156 +37,,,36,156,155,,,,,,,201,,,,153,,,,,,,,,,,,,,36,149,,,75,,,,75,,,,,,,,75,,,,,36,156,37,,,,,,,,,,38,,,,,,38,,,,,,110,110,110,,36,144,144,144,334,156,156,155,,,,,,,,,,36,156,156,156 +156,155,,36,156,35,155,,,,,,201,,,,,,,,,,,,,,40,,,,38,,,,36,155,,,36,155,,,,,,,36,144,198,144,144,156,156,37,,,,,,,,,,36,155,,,,,36,155,,,,,126,126,126,,36,156,156,37,,36,156,156,155,,,,,,,,,36,156,156,156 +35,156,76,145,35,156,156,144,144,144,200,200,156,144,144,144,144,144,144,144,144,144,144,144,144,144,35,144,150,,38,,151,144,35,156,144,144,156,35,144,144,144,144,144,198,145,35,198,156,35,156,156,156,144,144,144,144,144,144,144,144,144,35,35,144,144,144,144,35,156,144,144,144,144,35,156,156,144,35,156,35,35,144,156,156,35,35,144,144,144,144,144,144,144,144,35,35,35,35 +156,37,,,152,35,35,35,145,201,,,36,35,35,35,35,35,35,156,35,156,35,156,35,156,35,156,37,,201,,36,35,156,35,156,156,156,156,35,35,35,156,37,,,74,,36,35,35,35,35,156,35,35,156,35,156,35,35,156,156,156,156,35,156,35,35,156,156,156,156,156,35,35,35,156,35,35,156,156,156,35,156,35,156,156,35,35,35,35,35,35,35,35,35,156,35 +156,156,150,,,201,145,201,,201,144,144,35,35,35,156,35,35,156,156,156,156,156,156,156,156,156,35,35,144,156,144,156,35,156,156,156,156,156,156,156,156,156,35,37,,,,,36,35,35,156,35,35,35,35,156,35,35,35,156,35,156,35,156,156,35,156,35,156,35,35,35,35,156,156,156,156,156,156,156,35,35,35,156,156,35,35,35,35,35,156,156,156,156,35,35,156,35 +156,35,156,144,144,201,,201,144,35,35,35,156,156,35,156,156,35,156,35,156,156,35,35,35,156,156,35,156,156,35,35,35,156,35,156,156,35,156,35,156,35,156,35,156,144,144,144,144,156,35,156,156,35,156,35,156,35,35,156,156,156,35,156,156,156,35,35,156,156,35,156,35,35,35,156,35,156,156,156,156,156,35,156,35,156,156,156,35,156,35,156,35,156,156,156,156,156,35,35 +156,156,35,156,156,156,144,156,156,35,35,156,35,35,156,35,156,35,156,35,35,35,156,35,156,35,156,35,35,156,156,156,156,35,35,156,156,35,35,35,35,35,35,156,156,35,35,35,35,35,156,156,156,156,35,156,35,156,35,156,156,156,156,156,35,156,35,156,35,156,156,35,156,156,35,35,35,35,156,35,35,35,156,35,35,35,35,156,156,35,35,156,156,35,156,156,35,35,35,35 +35,156,156,35,156,35,156,156,156,156,156,35,35,35,156,156,35,35,35,35,156,35,156,35,156,35,35,156,35,156,35,35,156,156,156,156,156,156,156,156,156,35,156,156,156,35,156,156,35,35,35,35,35,156,35,156,35,156,156,35,35,35,35,156,35,35,35,35,35,156,35,156,35,35,35,35,156,156,156,156,35,35,156,35,156,35,35,35,35,35,35,156,156,156,35,35,156,156,35,35 +35,156,35,156,35,156,35,35,156,156,156,156,35,156,156,156,35,156,156,156,156,156,35,156,156,156,156,35,35,156,35,35,156,156,156,35,156,35,156,35,35,156,156,35,156,35,35,35,156,156,156,35,35,35,156,35,35,156,156,156,35,156,35,35,156,35,156,156,156,156,156,156,156,156,35,156,156,35,35,35,156,156,35,156,35,156,35,156,35,156,35,156,35,156,35,156,35,156,156,156 +156,35,156,156,156,156,35,156,35,35,156,35,156,35,156,156,156,156,156,35,156,156,35,35,156,35,156,156,156,156,35,35,156,156,35,156,156,156,156,35,156,156,156,35,156,35,35,35,35,156,156,156,35,156,35,35,35,35,156,35,35,35,156,156,156,156,156,35,35,35,156,156,156,156,156,35,156,156,156,156,35,156,156,35,156,35,35,156,156,35,35,35,35,35,156,156,156,156,156,156 +156,156,156,156,156,156,156,35,35,156,156,35,35,156,156,156,156,156,156,156,35,156,156,156,35,156,156,156,156,156,156,35,156,156,35,156,35,35,156,35,35,35,156,35,156,35,156,35,35,156,156,156,35,156,35,35,156,35,156,156,35,156,156,156,156,156,156,156,156,35,156,35,156,156,156,35,35,35,35,156,156,156,156,35,156,156,35,35,156,35,35,35,35,35,156,156,156,156,156,156 +156,35,35,156,35,156,35,35,156,156,35,35,156,35,35,156,156,156,35,156,156,156,35,35,156,156,156,156,156,35,156,35,35,35,156,35,156,156,35,156,156,156,156,35,156,35,35,156,156,35,35,156,156,156,156,156,35,35,156,35,156,35,35,156,156,35,156,35,156,35,156,35,156,35,156,156,35,35,156,156,156,156,156,156,156,35,35,156,35,156,156,35,156,35,156,156,156,35,35,156 +145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,23,,,,,,,,23,,,,24,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,26,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,23,,,,,,24,,,,,,,,,,23,,,,,23,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,23,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,23,,,,,24,,,,,,,,,,,,23,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;3456 posEnd=130;3456 posCurrent=130;3456 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;3456 posEnd=194;3456 posCurrent=194;3456 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;3456 posEnd=258;3456 posCurrent=258;3456 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;3456 posEnd=386;3456 posCurrent=386;3456 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;3456 posEnd=450;3456 posCurrent=450;3456 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;3456 posEnd=514;3456 posCurrent=514;3456 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;968 posEnd=130;968 posCurrent=130;968 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1412 posEnd=386;1412 posCurrent=386;1412 step=1 time=0 phase=97 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1604 posEnd=514;1604 posCurrent=514;1604 step=1 time=0 phase=97 channel=10 icon=15 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1288 posEnd=194;1288 posCurrent=194;1288 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;964 posEnd=450;964 posCurrent=450;964 step=1 time=0 phase=97 channel=10 icon=15 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1088 posEnd=450;1088 posCurrent=450;1088 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1544 posEnd=194;1544 posCurrent=194;1544 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1728 posEnd=514;1728 posCurrent=514;1728 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1536 posEnd=386;1536 posCurrent=386;1536 step=1 time=0 phase=97 channel=10 icon=51 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1864 posEnd=130;1864 posCurrent=130;1864 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;6212 posEnd=322;6212 posCurrent=322;6212 step=1 time=0 phase=97 channel=10 icon=126 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=192;5760 posEnd=384;6080 posCurrent=292;5927 step=4 time=24 phase=97 channel=1 icon=29 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;5316 posEnd=514;5316 posCurrent=514;5316 step=1 time=0 phase=97 channel=10 icon=10 +MoveObject: type=44 stepAdvance=6 stepRecede=6 timeStopStart=4 timeStopEnd=4 posStart=192;3968 posEnd=128;3968 posCurrent=192;3968 step=1 time=1 phase=97 channel=10 icon=206 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=192;3584 posEnd=192;3584 posCurrent=192;3584 step=1 time=0 phase=97 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=384;3520 posEnd=384;3520 posCurrent=384;3520 step=1 time=0 phase=97 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=448;3776 posEnd=448;3776 posCurrent=448;3776 step=1 time=0 phase=97 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=192;3712 posEnd=192;3712 posCurrent=192;3712 step=1 time=0 phase=97 channel=10 icon=75 +MoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=128;768 posEnd=128;1920 posCurrent=128;1760 step=2 time=93 phase=97 channel=1 icon=75 +MoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=192;768 posEnd=192;1920 posCurrent=192;1760 step=2 time=93 phase=97 channel=1 icon=153 +MoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=256;768 posEnd=256;1920 posCurrent=256;1760 step=2 time=93 phase=97 channel=1 icon=153 +MoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=384;768 posEnd=384;1920 posCurrent=384;1760 step=2 time=93 phase=97 channel=1 icon=153 +MoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=448;768 posEnd=448;1920 posCurrent=448;1760 step=2 time=93 phase=97 channel=1 icon=153 +MoveObject: type=1 stepAdvance=108 stepRecede=108 timeStopStart=3 timeStopEnd=3 posStart=512;768 posEnd=512;1920 posCurrent=512;1760 step=2 time=93 phase=97 channel=1 icon=74 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;132 posEnd=322;132 posCurrent=322;132 step=1 time=0 phase=97 channel=10 icon=213 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;136 posEnd=258;136 posCurrent=258;136 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;136 posEnd=386;136 posCurrent=386;136 step=1 time=0 phase=97 channel=10 icon=21 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;5128 posEnd=258;5128 posCurrent=258;5128 step=1 time=0 phase=97 channel=10 icon=136 diff --git a/worlds/world110.txt b/worlds/world110.txt new file mode 100644 index 0000000..59e4bc0 --- /dev/null +++ b/worlds/world110.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=900;1150 dimDecor=100;100 world=0 music=0 region=0 blupiPos=1218;1542 blupiDir=2 +Decor: +10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,10,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,10,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,,,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,10,,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,10,,10,,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,178,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,182,10,177,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,,10,182,10,50,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,55,53,,10,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,25,,,,53,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,25,,,,54,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,55,54,,10,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,,10,182,10,174,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,182,10,175,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,176,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world111.txt b/worlds/world111.txt new file mode 100644 index 0000000..998de49 --- /dev/null +++ b/worlds/world111.txt @@ -0,0 +1,249 @@ +DescFile: posDecor=100;5470 dimDecor=100;100 world=0 music=5 region=0 blupiPos=450;5766 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +14,14,1,7,12,10,10,2,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +8,14,2,5,10,11,10,10,10,10,12,4,9,7,6,13,14,4,9,12,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +13,1,12,14,7,13,6,14,10,3,4,4,9,4,14,14,9,7,13,8,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +3,3,8,4,3,7,9,7,9,2,7,8,7,12,10,2,10,12,5,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +4,14,5,7,1,9,6,5,9,11,11,6,14,3,3,12,14,9,5,4,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,57,10,10,10,10,10,10,,, +8,11,11,4,13,5,12,11,1,6,10,1,12,3,9,6,9,10,10,12,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,10,10,10,10,10,10,,, +11,1,5,3,10,5,8,14,,,,,,,12,8,9,3,1,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,,10,10,10,10,10,10,,, +,,,,,,,,,,,,,,12,12,11,2,3,5,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,,,10,10,10,10,10,10,,, +1,1,14,5,8,2,1,5,,,,,,,7,9,1,6,2,7,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,57,,73,,5,10,10,,,,,5,10,10,10,10,10,10,,, +3,14,12,1,8,4,14,6,,,,,,,11,7,2,14,6,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,,10,,,5,10,,,,5,10,10,10,10,10,10,10,,, +6,11,9,1,2,6,7,8,,,,,,,2,10,5,14,8,13,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,5,10,59,,,10,,,5,10,10,10,10,10,10,10,10,,, +8,9,14,4,12,13,9,14,,,,,,,14,12,7,8,3,7,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,5,10,10,15,,,73,,5,10,10,10,10,10,10,10,10,10,,, +7,13,8,2,6,11,12,9,,,,,,,12,12,1,7,11,3,11,10,3,7,14,1,1,3,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,22,10,10,10,10,10,10,10,10,10,10,10,10,10,,, +8,3,10,6,7,12,6,9,,,,,,,6,7,6,10,4,13,9,2,6,10,8,13,6,7,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,,92,91,10,10,10,10,10,10,10,10,10,10,10,,, +11,12,14,14,5,1,14,10,,,,,,,8,6,11,4,12,14,8,5,10,7,14,5,9,1,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,10,10,10,10,,92,91,10,10,10,10,10,10,10,10,10,10,10,,, +9,8,14,7,4,9,11,11,,,,,,,5,4,3,4,7,1,10,12,5,5,8,8,14,12,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,53,92,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,,, +,,,13,12,10,3,5,,,,,,,10,4,11,2,4,5,13,3,11,11,3,12,3,4,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,92,91,91,91,91,10,10,10,10,10,10,10,,,,,,, +,,,13,5,9,9,14,,,,,6,8,1,14,10,2,6,14,13,4,,14,10,10,5,12,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,,92,91,91,91,91,10,10,10,10,10,10,10,,,,,,, +,,,13,12,1,2,13,,,,,,,,,,,,,,,,8,9,12,10,11,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,54,92,10,10,10,10,10,10,10,10,10,10,10,,,,,,, +,,,12,4,2,7,6,7,2,5,3,14,13,13,1,4,7,2,10,10,12,,5,11,11,13,11,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,, +,,,12,12,9,12,14,13,5,7,5,9,5,8,,,,,,,,,1,8,9,6,9,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,, +,,,14,14,3,14,4,5,12,2,7,1,4,9,,,,,,,,,2,12,11,4,14,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,, +,,,,6,6,8,4,1,14,1,8,6,5,10,,,,,,,,,3,10,1,11,11,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,, +,,,,,3,9,10,12,6,2,14,8,11,5,,,,,,,,,2,6,3,1,4,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,,,,,,,,,,,,,,,, +,,,,,,5,8,4,7,4,2,3,9,7,,,,,,,,8,5,8,11,4,10,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,68,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,4,6,4,3,14,2,,,,,,,,7,2,5,12,9,11,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,58,,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,1,2,5,13,14,10,,,,,,,,10,8,2,1,14,7,5,12,7,3,5,13,7,3,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,10,11,14,11,1,5,,,,,,,12,14,14,11,5,2,11,10,4,5,10,8,4,14,8,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,5,10,2,3,2,6,,,,,,,6,14,3,12,10,8,6,10,2,14,11,12,1,5,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,4,14,6,8,14,8,,,,,,,13,9,7,1,14,6,9,4,1,14,4,6,3,14,1,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,8,13,6,9,12,14,,,,,,12,3,1,10,9,12,13,12,4,7,7,3,3,12,7,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,5,7,3,3,14,9,,,,,,11,3,8,13,3,12,4,2,13,14,11,7,9,3,8,8,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,1,1,3,12,2,13,,,,,,1,11,2,4,11,7,1,10,11,5,,12,8,1,12,6,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,6,14,6,10,10,1,,,,,,,,,,,,,,,,,4,14,4,10,13,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,25,,,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,8,12,10,14,3,14,5,2,12,4,8,10,5,12,3,1,1,3,9,8,13,,12,1,11,1,7,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,52,10,10,10,10,10,,,,,,,,,,,,,,,, +,,,,,,,,,13,13,9,13,9,1,7,14,5,2,4,5,12,2,2,,,,,,,,4,1,8,10,14,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,18,57,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,3,13,2,3,2,14,5,4,2,2,10,9,12,,,,,,,,5,8,9,13,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,10,14,13,5,5,6,12,7,2,11,,,,,,,,8,1,3,9,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,26,,,56,5,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,1,4,12,7,10,14,5,8,8,5,,,,,,,,6,3,3,6,9,14,13,12,11,14,11,8,2,6,6,9,10,3,13,8,7,4,2,6,9,10,3,12,12,9,4,9,8,,,,,,,,,10,10,10,10,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,13,14,10,12,14,11,6,9,3,4,,,,,,,,11,4,13,1,5,7,12,6,3,7,10,6,3,10,5,7,2,3,9,9,10,4,4,4,9,8,6,11,4,5,1,5,7,,,,,,,,,10,10,10,10,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,13,7,12,5,11,6,,,,,,,,4,14,13,2,5,8,7,3,3,10,13,14,4,14,8,14,14,11,12,6,11,5,11,10,11,12,11,4,13,8,1,6,14,,,,,,,,,10,10,10,26,,,56,5,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,8,13,6,2,3,7,,,,,,,,11,3,5,9,4,4,5,11,14,3,12,1,3,7,10,6,11,4,9,14,12,12,8,3,5,11,12,7,13,5,9,12,7,,,,,,,,,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,13,9,14,2,12,4,,,,,,,,1,3,7,8,14,12,13,13,7,5,5,12,6,10,2,12,11,14,6,13,6,12,3,10,1,11,3,10,7,12,8,13,6,,,,,,,,,10,10,10,10,15,58,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,6,4,5,4,8,7,,,,,,,,6,6,1,5,13,9,13,3,5,3,14,11,1,6,9,14,5,13,3,9,14,13,12,1,8,3,10,9,12,9,12,13,1,,,,,,,,,10,10,10,10,10,10,52,10,10,5,10,10,10,4,10,10,27,10,10,10,10,52,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,13,13,4,5,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,4,10,5,9,3,,,,,,,,,10,10,10,10,10,10,,73,,,,,,,,,,,,,,,92,91,10,10,10,10 +,,,,,,,,,,,,,,,,,,12,11,11,4,8,6,4,1,6,5,3,5,4,14,7,10,3,13,13,5,8,2,1,12,10,1,8,9,2,8,1,9,13,5,14,13,5,5,13,13,11,8,13,13,9,10,,,,,,,,,10,10,10,10,10,10,,73,,,,,,,,,,,,,,,92,91,10,10,10,10 +,,,,,,,,,,,,,,,,,,8,2,13,2,8,9,7,12,13,2,13,5,6,11,1,5,12,1,4,2,11,5,9,14,1,8,3,10,9,14,12,8,8,11,9,13,9,6,5,6,10,10,12,3,6,14,,,,,,,,,10,10,10,10,10,10,52,10,10,10,27,27,10,10,6,10,10,10,7,10,10,52,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,8,13,1,14,4,2,14,6,2,12,10,8,2,6,5,12,6,7,9,1,1,2,11,14,1,14,13,9,2,6,7,12,6,14,8,13,7,9,3,1,11,7,12,8,13,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,12,2,13,9,9,6,9,3,3,13,5,4,13,12,12,2,8,6,4,9,1,3,12,11,3,5,4,10,9,1,9,5,12,2,12,2,14,7,13,2,5,12,12,2,12,,,,,,,,,10,10,10,10,10,10,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,92,91,91,91,10,10 +,,,,,,,,,,,,,,,,,,,13,4,14,11,6,3,3,12,8,1,10,13,12,3,12,11,3,13,3,12,12,12,11,10,7,8,2,3,10,13,1,12,6,8,13,8,10,1,9,6,8,11,13,8,1,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,92,91,91,91,10,10 +,,,,,,,,,,,,,,,,,,,11,4,3,5,4,6,14,2,3,7,8,11,9,4,5,4,14,4,2,8,6,11,10,8,12,13,11,1,6,13,10,4,7,12,6,9,2,4,4,8,13,7,10,14,13,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,28,,92,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,17,,,10,10,10,10,28,,92,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,15,,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,55,,,10,10,10,10,10,52,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,52,52,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,18,,53,,,6,59,,49,,,,49,,,53,49,,,,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,49,,,49,,,,6,59,,,49,,,,10,10,10,10,10,10,10,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,,,49,,,49,,,,49,,,,6,59,,,10,10,10,10,21,,92,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,54,,49,,,6,59,,54,49,,,,49,,,,10,10,10,10,28,,92,91,91,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,52,52,52,10,10,10,10,10,52,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,16,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,49,,,57,,,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,424,10,10,10,10,10,10,10,10,10,10,10,10,10,25,,,,49,,,,,,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,92,91,10,10,10,10,10,10,10,10,10,10,10,25,,,,49,,,,,,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,15,54,,49,,58,,54,,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,26,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,17,,,56,17,,,56,17,,,56,17,,,56,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,56,15,,,56,15,,,56,15,,,56,15,,54,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,48,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,48,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,48,55,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,52,10,10,48,55,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,17,,,10,10,10,,,,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,,10,10,10,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,55,,,10,10,59,53,,53,60,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,56,10,10,,,54,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,25,,,,73,73,,,3,52,52,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,,,56,10,10,,,57,,,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,55,,,10,10,59,54,,54,60,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,15,,,10,10,10,10,50,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,52,10,10,10,10,22,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,55,,10,10,10,10,22,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,,,,49,,10,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,15,58,,10,,49,,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1088;5056 posEnd=1280;5056 posCurrent=1172;5056 step=4 time=17 phase=154 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=1472;5056 posEnd=1664;5056 posCurrent=1556;5056 step=4 time=17 phase=154 channel=1 icon=29 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4928 posEnd=1154;4928 posCurrent=1154;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;4928 posEnd=1218;4928 posCurrent=1218;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4928 posEnd=1538;4928 posCurrent=1538;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4928 posEnd=1602;4928 posCurrent=1602;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;4928 posEnd=1090;4928 posCurrent=1090;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;3396 posEnd=5826;3396 posCurrent=5826;3396 step=1 time=0 phase=154 channel=10 icon=32 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;4928 posEnd=1282;4928 posCurrent=1282;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;4928 posEnd=1474;4928 posCurrent=1474;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4928 posEnd=1666;4928 posCurrent=1666;4928 step=1 time=0 phase=154 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5060 posEnd=1858;5060 posCurrent=1858;5060 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;5060 posEnd=2050;5060 posCurrent=2050;5060 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;5060 posEnd=2242;5060 posCurrent=2242;5060 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=1856;5120 posEnd=1856;5056 posCurrent=1856;5056 step=3 time=0 phase=154 channel=1 icon=10 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2048;5120 posEnd=2048;5056 posCurrent=2048;5056 step=3 time=0 phase=154 channel=1 icon=10 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=2240;5120 posEnd=2240;5056 posCurrent=2240;5056 step=3 time=0 phase=154 channel=1 icon=10 +MoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=2496;4992 posEnd=2688;4992 posCurrent=2644;4992 step=4 time=21 phase=154 channel=10 icon=66 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;6024 posEnd=3586;6024 posCurrent=3586;6024 step=1 time=0 phase=154 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;6024 posEnd=3778;6024 posCurrent=3778;6024 step=1 time=0 phase=154 channel=10 icon=27 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;6020 posEnd=4354;6020 posCurrent=4354;6020 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;6020 posEnd=4418;6020 posCurrent=4418;6020 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;6020 posEnd=4482;6020 posCurrent=4482;6020 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;6020 posEnd=4546;6020 posCurrent=4546;6020 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;5636 posEnd=4034;5636 posCurrent=4034;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5636 posEnd=4098;5636 posCurrent=4098;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5636 posEnd=4162;5636 posCurrent=4162;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;5636 posEnd=4226;5636 posCurrent=4226;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5380 posEnd=4162;5380 posCurrent=4162;5380 step=1 time=0 phase=154 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;5124 posEnd=4098;5124 posCurrent=4098;5124 step=1 time=0 phase=154 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;4868 posEnd=4226;4868 posCurrent=4226;4868 step=1 time=0 phase=154 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;4676 posEnd=4034;4676 posCurrent=4034;4676 step=1 time=0 phase=154 channel=10 icon=7 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5636 posEnd=3970;5636 posCurrent=3970;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;5636 posEnd=3906;5636 posCurrent=3906;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;5636 posEnd=3842;5636 posCurrent=3842;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;5636 posEnd=3778;5636 posCurrent=3778;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;5636 posEnd=3714;5636 posCurrent=3714;5636 step=1 time=0 phase=154 channel=10 icon=68 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;4040 posEnd=4866;4040 posCurrent=4866;4040 step=1 time=0 phase=154 channel=10 icon=191 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;3524 posEnd=4930;3524 posCurrent=4930;3524 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5122;3524 posEnd=5122;3524 posCurrent=5122;3524 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3524 posEnd=5506;3524 posCurrent=5506;3524 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3524 posEnd=5314;3524 posCurrent=5314;3524 step=1 time=0 phase=154 channel=10 icon=16 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;3144 posEnd=5570;3144 posCurrent=5570;3144 step=1 time=0 phase=154 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;3144 posEnd=5634;3144 posCurrent=5634;3144 step=1 time=0 phase=154 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;3144 posEnd=5698;3144 posCurrent=5698;3144 step=1 time=0 phase=154 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;3144 posEnd=5762;3144 posCurrent=5762;3144 step=1 time=0 phase=154 channel=10 icon=27 diff --git a/worlds/world112.txt b/worlds/world112.txt new file mode 100644 index 0000000..6d4db0c --- /dev/null +++ b/worlds/world112.txt @@ -0,0 +1,230 @@ +DescFile: posDecor=1500;1750 dimDecor=100;100 world=0 music=6 region=0 blupiPos=1794;2054 blupiDir=2 +Decor: +,,,,,,,,,3,2,5,8,9,6,2,11,8,11,12,13,12,14,7,3,13,3,10,6,9,8,13,2,10,9,7,1,4,13,11,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,12,5,5,12,10,6,10,2,14,11,6,5,2,5,10,10,2,14,7,10,10,7,10,13,14,8,11,25,9,1,11,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,11,1,10,13,14,10,10,13,4,27,13,8,13,9,6,5,5,10,4,7,10,14,9,6,12,10,7,6,12,5,12,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,12,10,5,11,10,10,6,13,18,,2,10,6,1,11,27,27,10,7,2,2,10,14,5,10,11,10,25,9,9,7,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,9,5,11,4,7,13,25,,,,7,4,5,5,4,,,10,9,10,10,7,10,10,5,8,10,14,13,4,9,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,13,1,6,5,11,2,25,,,,73,73,73,73,73,,,92,91,10,6,2,9,6,13,1,12,7,13,8,8,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,1,14,2,6,8,7,25,,,,11,13,10,4,7,50,5,5,91,13,10,2,4,10,9,2,12,11,10,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,7,13,4,2,14,5,12,13,16,,2,9,4,4,13,,,92,91,11,13,11,6,14,10,10,4,5,7,14,13,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,11,2,14,6,10,11,10,7,13,50,12,14,7,10,7,,,10,6,4,13,11,8,9,6,10,2,4,5,14,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,6,9,1,12,4,10,,25,,,,13,11,9,13,,,10,9,9,7,9,10,10,1,14,7,10,10,13,14,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,3,13,4,1,8,8,7,6,13,50,7,12,13,10,13,,,8,13,10,8,10,9,14,9,10,12,5,10,4,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,3,10,8,6,12,8,,25,,,,14,8,7,12,,,9,13,13,10,11,14,10,2,4,11,4,1,2,1,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,6,7,8,1,7,11,6,4,13,50,11,2,8,6,5,,,10,10,7,6,2,13,11,14,1,14,12,2,10,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,14,10,1,14,14,13,,25,,,,10,11,9,5,,,13,2,8,13,10,8,13,2,9,1,11,13,7,11,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,2,13,6,6,10,14,6,10,13,50,12,4,12,12,4,,,,,92,12,2,2,7,9,2,7,11,12,8,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,11,7,14,2,10,12,8,13,18,,2,12,4,6,14,,,,,10,11,52,10,52,10,10,2,5,5,14,13,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,1,10,10,11,2,8,,,,,6,8,8,10,4,15,,,,,,,,,13,8,4,10,4,7,11,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,3,6,2,7,9,11,,,2,7,10,10,10,7,10,5,16,,,,,16,,,9,4,2,13,13,11,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,13,4,11,5,12,10,,,92,91,2,6,11,8,10,7,10,59,,,,10,15,,4,14,12,8,4,14,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,12,7,2,2,10,10,10,10,8,91,10,7,13,13,9,9,25,,,,,11,10,52,10,14,10,8,12,7,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,11,10,13,14,10,12,,,92,91,8,11,4,10,5,6,25,,,,,,17,,10,13,10,4,11,6,6,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,12,5,7,7,10,12,,,3,11,10,27,13,6,5,12,10,59,,,,,,,14,6,9,6,6,4,7,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,3,12,10,6,13,5,,60,18,,,,5,14,8,6,18,,,56,13,15,,,14,7,14,10,2,13,13,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,11,10,11,5,10,10,,,,,,,,,,,,,,,92,10,,,92,91,11,12,13,10,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,7,8,7,9,10,13,,,,,,,,,9,1,6,7,5,11,10,10,10,27,10,91,11,8,13,4,2,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,8,1,3,4,14,10,16,,,,11,15,,56,3,10,8,13,10,10,25,53,,,92,91,12,10,14,2,7,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,10,3,10,11,13,2,5,,,,10,25,,,92,10,13,2,10,2,25,,10,27,7,13,11,4,14,10,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,8,4,13,5,14,14,6,,,,13,25,,,92,91,91,91,2,10,25,54,,,10,10,11,10,5,5,11,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,7,14,13,10,8,12,5,,,,10,25,,,92,7,11,91,6,4,10,10,10,,2,2,11,6,6,9,10,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,1,12,13,5,4,10,2,,,,11,17,,56,5,11,10,91,13,27,17,53,,,4,13,13,6,10,1,6,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,8,14,9,1,9,8,11,,,,,,,,9,,92,91,9,,,,10,27,1,10,6,11,14,10,12,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,7,13,12,4,11,12,13,15,,,,,,,4,,10,7,5,,15,,,,10,10,9,4,11,9,7,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,12,14,10,10,4,10,14,4,5,8,7,13,10,13,7,59,,,,,25,,,,,10,6,4,14,12,9,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,8,14,8,14,4,7,14,10,6,13,14,10,10,9,11,,10,7,12,27,25,,,,,6,10,9,12,10,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,9,4,8,1,12,12,2,6,1,2,10,10,7,4,6,,92,4,11,10,18,,,4,5,9,10,10,10,7,2,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,11,1,12,2,10,5,2,8,2,2,10,4,4,12,11,10,7,10,10,304,305,305,305,48,4,10,10,5,4,13,14,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,10,9,14,2,6,13,8,8,2,6,10,10,7,13,12,14,10,11,6,10,,,,12,10,7,10,9,1,14,11,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,13,9,10,5,10,7,4,14,6,4,6,5,10,13,5,4,10,12,10,1,,,378,10,2,11,5,7,6,2,10,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,10,12,9,9,8,14,12,10,5,14,9,8,12,11,10,10,2,10,10,18,,,56,14,11,8,13,6,7,13,11,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,11,8,4,6,14,13,8,4,12,6,6,6,10,10,6,9,4,11,10,10,13,14,9,5,7,9,17,,,,378,6,4,2,12,4,7,9,14,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,10,10,6,10,6,12,4,2,12,5,11,13,11,13,6,10,10,12,5,9,10,,12,8,13,18,,,,,,10,10,10,10,1,10,9,12,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,4,12,10,1,14,10,5,10,14,4,10,1,13,8,5,14,8,14,10,11,8,,2,11,17,,,,,10,24,8,14,11,12,5,4,6,2,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,6,3,7,12,14,4,10,12,9,7,9,11,6,2,11,12,8,10,9,73,73,,10,9,,,,10,24,5,10,11,14,12,14,5,7,14,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,3,12,7,2,7,2,13,10,6,4,10,13,4,1,11,14,12,10,13,22,9,9,7,9,422,10,24,4,4,9,6,10,7,7,4,4,13,10,12,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,9,3,10,13,1,9,7,6,14,10,12,14,4,8,6,13,7,10,4,22,9,9,2,9,,,,8,10,14,14,5,10,4,7,11,13,12,6,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,11,9,8,4,14,7,7,5,5,12,10,5,11,8,8,10,14,2,10,22,9,9,4,9,,,56,5,13,6,9,7,11,10,14,9,14,1,14,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,14,10,11,10,10,10,13,2,17,,73,,7,10,5,5,6,9,17,,60,10,10,9,50,10,27,2,5,14,5,9,5,7,1,14,10,1,13,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,2,14,10,5,5,12,4,18,,60,10,55,,,,,,51,,,,,,17,,10,13,11,10,14,2,1,12,10,14,6,10,2,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,8,3,5,9,10,13,5,15,,60,10,55,,,,,,51,,,,,,,60,10,8,10,12,8,10,6,4,9,8,9,12,5,6,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,8,8,13,11,1,10,12,8,16,,73,,13,10,12,4,13,13,4,7,3,4,12,15,,10,11,14,11,13,2,10,8,10,4,10,7,13,4,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,13,13,6,8,10,8,7,4,14,12,12,8,5,13,10,7,12,8,4,13,10,4,8,5,50,11,12,2,2,7,10,10,5,13,7,1,8,2,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,1,10,13,9,12,7,8,10,11,11,9,4,13,4,7,5,10,8,12,2,6,13,14,8,4,4,13,10,7,11,11,14,1,14,10,9,6,9,11,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,2,6,1,5,10,11,11,8,5,4,7,14,11,11,13,13,8,14,10,10,5,4,2,11,11,12,6,5,7,9,7,11,11,11,7,9,10,6,1,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,3,12,8,6,6,11,10,1,7,8,8,5,12,12,2,13,7,10,6,1,12,6,4,7,7,7,10,1,10,5,4,13,9,11,9,5,6,1,4,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,13,8,9,9,10,7,7,6,10,10,12,11,2,14,13,1,11,8,2,7,10,9,6,10,9,1,14,11,11,2,14,2,6,4,2,10,14,5,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,2,2,2,8,9,2,11,10,6,11,9,11,4,4,14,8,10,11,12,9,8,1,1,4,11,10,1,4,4,9,8,12,10,10,10,7,9,5,3,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,10,10,8,11,4,14,4,11,12,10,13,2,1,10,4,8,14,10,7,14,9,10,12,5,4,7,4,9,4,10,13,7,2,12,14,9,14,14,13,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,3,3,3,2,9,12,13,1,8,2,11,13,10,10,5,2,11,14,5,6,7,4,7,6,14,7,9,10,4,13,1,14,1,10,9,6,11,5,1,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1220 posEnd=578;1220 posCurrent=578;1220 step=1 time=0 phase=40 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1220 posEnd=706;1220 posCurrent=706;1220 step=1 time=0 phase=40 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1220 posEnd=834;1220 posCurrent=834;1220 step=1 time=0 phase=40 channel=10 icon=13 +MoveObject: type=4 stepAdvance=60 stepRecede=60 timeStopStart=20 timeStopEnd=20 posStart=1216;1856 posEnd=1088;1856 posCurrent=1176;1856 step=2 time=19 phase=40 channel=10 icon=67 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1604 posEnd=834;1604 posCurrent=834;1604 step=1 time=0 phase=40 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1604 posEnd=770;1604 posCurrent=770;1604 step=1 time=0 phase=40 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1604 posEnd=706;1604 posCurrent=706;1604 step=1 time=0 phase=40 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1604 posEnd=642;1604 posCurrent=642;1604 step=1 time=0 phase=40 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1156 posEnd=322;1156 posCurrent=322;1156 step=1 time=0 phase=40 channel=10 icon=9 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=576;1280 posEnd=576;1216 posCurrent=576;1260 step=4 time=7 phase=40 channel=1 icon=23 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=704;1280 posEnd=704;1216 posCurrent=704;1260 step=4 time=7 phase=40 channel=1 icon=23 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=832;1280 posEnd=832;1216 posCurrent=832;1260 step=4 time=7 phase=40 channel=1 icon=23 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;644 posEnd=3010;644 posCurrent=3010;644 step=1 time=0 phase=40 channel=10 icon=34 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1156 posEnd=1730;1156 posCurrent=1730;1156 step=1 time=0 phase=40 channel=10 icon=9 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1732 posEnd=2818;1732 posCurrent=2818;1732 step=1 time=0 phase=40 channel=10 icon=13 +MoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=3008;1408 posEnd=3008;832 posCurrent=3008;1024 step=2 time=36 phase=40 channel=1 icon=15 +MoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=3072;1408 posEnd=3072;832 posCurrent=3072;1024 step=2 time=36 phase=40 channel=1 icon=18 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1416 posEnd=2562;1416 posCurrent=2562;1416 step=1 time=0 phase=40 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1160 posEnd=258;1160 posCurrent=258;1160 step=1 time=0 phase=40 channel=10 icon=22 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;1604 posEnd=578;1604 posCurrent=578;1604 step=1 time=0 phase=40 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1604 posEnd=514;1604 posCurrent=514;1604 step=1 time=0 phase=40 channel=10 icon=68 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1160 posEnd=194;1160 posCurrent=194;1160 step=1 time=0 phase=40 channel=10 icon=22 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1156 posEnd=1602;1156 posCurrent=1602;1156 step=1 time=0 phase=40 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;1156 posEnd=1858;1156 posCurrent=1858;1156 step=1 time=0 phase=40 channel=10 icon=13 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1416 posEnd=2626;1416 posCurrent=2626;1416 step=1 time=0 phase=40 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1416 posEnd=2690;1416 posCurrent=2690;1416 step=1 time=0 phase=40 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1608 posEnd=258;1608 posCurrent=258;1608 step=1 time=0 phase=40 channel=10 icon=22 diff --git a/worlds/world113.txt b/worlds/world113.txt new file mode 100644 index 0000000..86f5c8f --- /dev/null +++ b/worlds/world113.txt @@ -0,0 +1,241 @@ +DescFile: posDecor=0;850 dimDecor=100;100 world=0 music=7 region=26 blupiPos=66;1158 blupiDir=2 +Decor: +,,,,,,,,,,,4,4,4,4,4,4,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,25,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,25,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,25,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,52,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,,54,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,4,52,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,25,202,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,304,305,305,305,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,25,202,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,25,202,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,4,5,138,,68,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,5,5,138,,4,4,4,4,4,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,4,4,4,4,4,5,5,4,52,4,4,4,4,4,4,4,4,,,,,4,7,10,1,14,12,2,9,7,10,12,7,12,6,12,12,14,11,7,2,13,13,4,14,10,11,4,6,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,6,9,5,6,4,4,4,4,4,4,4,5,138,53,,4,4,4,4,4,4,4,4,,,,,10,11,12,6,8,1,10,6,2,11,7,4,10,7,13,1,11,6,1,6,10,13,8,5,1,12,11,8,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,5,12,13,6,5,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,4,14,6,1,13,10,5,9,2,1,13,14,7,7,11,9,10,14,13,10,10,10,14,5,12,12,14,12,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,13,4,2,14,4,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,12,13,1,1,2,5,8,11,7,11,4,4,8,11,5,2,1,10,9,5,10,10,8,14,6,8,11,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,12,6,4,13,4,4,4,4,4,4,4,25,202,,,,68,4,4,4,4,4,4,,,,,9,4,7,9,10,1,11,10,2,10,8,1,13,1,1,5,2,5,13,12,13,8,13,1,13,13,8,7,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,5,6,5,11,4,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,11,14,12,9,2,14,1,5,10,12,9,10,7,7,5,10,12,8,5,5,11,13,9,10,5,2,9,6,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,1,4,8,14,4,4,4,4,4,4,4,5,138,,,,68,4,4,4,4,4,4,,,,,8,13,5,4,7,8,9,7,11,6,8,9,14,8,10,1,4,8,8,14,2,10,4,2,7,11,5,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,10,5,11,6,4,4,4,4,4,4,4,5,138,54,,4,4,4,4,4,4,4,4,,,,,11,4,5,8,9,6,5,1,10,8,14,9,11,10,11,5,4,13,12,6,1,13,10,12,10,8,10,5,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,4,4,10,6,4,4,4,4,138,202,,5,5,4,52,4,4,4,4,4,4,4,4,,,,,8,2,5,6,4,6,13,13,9,9,9,9,4,2,8,12,10,10,6,14,10,7,13,7,11,10,14,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,8,10,4,4,4,5,6,8,138,10,,202,,57,,4,4,4,4,4,4,4,4,,,,,7,9,4,4,4,5,1,14,9,10,11,6,13,13,12,4,4,13,6,11,6,12,2,13,5,11,2,9,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,9,10,9,13,4,10,11,138,202,202,,202,,,,3,4,4,4,4,4,4,4,,,,,5,4,4,10,4,4,8,13,10,7,11,10,10,2,2,4,13,10,5,12,10,6,2,4,11,10,11,10,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,12,14,11,7,5,4,10,138,202,202,,202,,,,4,4,4,5,1,2,6,12,13,10,9,11,6,4,1,9,4,4,4,5,11,9,12,7,11,2,4,4,4,7,12,5,10,10,1,5,10,9,6,7,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,10,7,7,1,9,11,10,138,2,4,15,202,,,,4,4,4,7,12,2,9,9,13,8,4,4,11,14,13,13,5,6,4,1,10,9,13,4,4,8,10,14,4,4,4,1,8,1,2,13,5,6,10,8,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,5,9,4,14,12,7,12,138,,10,4,10,55,,,4,4,4,14,1,8,13,2,12,10,6,4,4,9,2,4,12,11,11,11,2,2,14,4,9,7,5,2,4,4,8,12,1,4,7,8,4,11,9,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,12,9,10,14,8,13,13,1,138,,4,12,8,16,,,4,4,4,13,12,12,2,8,4,4,4,4,9,9,7,6,5,8,10,11,13,1,12,4,5,7,9,11,12,11,10,9,4,9,2,4,4,14,7,9,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,4,5,14,4,10,2,5,4,4,50,5,9,4,10,15,,4,4,4,4,8,1,4,4,4,4,14,1,6,12,8,4,13,10,8,4,5,5,10,13,5,10,14,2,2,7,4,2,4,11,2,12,2,11,10,14,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,2,13,5,11,14,10,304,305,305,305,4,7,12,10,5,52,4,4,4,9,12,4,7,4,4,4,10,7,7,14,4,1,14,5,11,5,11,14,5,12,6,11,5,2,2,7,11,8,11,5,1,11,8,5,6,9,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,1,14,2,14,12,8,5,12,11,,202,202,202,68,2,,4,4,4,4,8,7,2,11,4,5,2,,,,,12,12,2,12,6,7,13,9,7,6,12,6,7,11,4,10,2,14,2,10,5,1,10,6,13,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,7,6,12,9,12,14,8,1,10,10,10,10,138,68,5,,,,4,8,6,11,7,8,8,6,12,304,305,305,305,10,6,10,17,,92,4,13,10,2,4,2,6,8,7,7,9,1,2,5,14,4,4,14,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,4,11,13,5,4,11,11,6,7,9,10,10,138,68,10,8,13,52,4,10,5,7,9,4,7,5,6,,,,,18,,53,,,92,91,91,91,91,91,91,91,91,11,10,2,2,8,14,4,2,10,10,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,13,4,4,4,10,4,7,4,5,7,10,10,138,10,4,4,4,52,4,11,9,4,14,13,7,4,4,,,,,,,,,,92,10,2,10,1,10,7,5,91,12,8,11,13,5,13,6,8,4,2,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,6,13,10,2,6,10,9,4,8,7,10,10,138,57,,,,,92,6,11,13,6,10,2,11,17,,,202,,,,,,,10,10,10,2,7,5,4,8,91,5,11,12,8,14,14,7,13,12,6,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,14,4,4,4,4,7,13,4,13,6,10,10,138,,,,,,92,7,4,12,14,4,7,11,,,,10,15,,54,,58,,14,2,14,7,7,4,,92,91,7,4,9,10,4,5,1,4,13,5,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,10,11,4,14,10,5,13,10,2,10,3,138,,,,,,92,7,4,4,6,4,11,11,59,,,10,2,11,2,5,11,2,13,11,14,14,13,8,52,1,4,1,5,4,7,2,4,13,1,2,10,1,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,2,13,1,4,8,4,11,52,10,10,10,10,138,,,,,,92,4,7,14,12,8,8,11,,,,10,129,,11,4,4,55,,,,,,,,,8,14,9,11,5,1,10,14,13,10,4,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,9,14,9,4,12,8,11,,202,202,202,202,202,,,,,,92,9,11,5,8,12,10,4,15,,,202,114,,9,4,9,52,11,6,4,8,1,2,4,10,6,7,14,14,10,11,5,13,4,6,2,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,1,10,4,4,1,9,10,52,10,10,10,10,138,,,,,,92,8,10,4,14,6,5,5,8,,,202,114,,2,9,9,,57,,49,,10,10,4,4,11,8,11,5,10,8,5,12,10,14,4,14,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,8,11,4,11,1,2,5,6,5,2,10,10,138,,,,,,92,2,9,12,14,11,12,7,5,,,202,114,,7,7,14,,,,4,50,4,10,11,6,1,6,12,4,4,4,10,8,2,11,10,4,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,5,9,4,4,12,8,12,9,4,2,10,10,138,,,,,,92,14,5,2,5,8,4,13,14,4,2,9,114,,4,5,2,,,,,,,,5,8,6,11,11,4,4,10,9,12,14,13,11,7,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,7,7,4,6,6,11,1,10,5,1,10,10,28,,,,,,92,13,13,9,12,9,13,5,8,1,4,138,114,,12,14,9,,202,,,,,,,8,10,2,14,4,4,4,4,9,4,13,2,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,13,10,8,4,1,8,4,10,13,1,5,10,10,,,,,,92,12,10,1,2,14,4,11,9,1,9,138,114,,9,11,12,10,138,,,,,,,1,7,4,4,5,2,2,1,6,13,5,6,14,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,10,6,13,11,4,11,12,11,9,12,12,10,10,,,,,,92,8,5,10,14,2,7,12,13,13,12,138,114,,8,5,6,,202,,,,,,,10,9,4,4,4,4,7,7,1,4,12,14,6,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,12,10,7,1,11,1,8,11,7,10,11,4,6,52,16,,,13,1,10,7,11,9,11,4,12,8,14,2,138,114,,10,7,1,10,138,,,,,,,92,11,13,6,4,4,4,12,9,11,5,11,14,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,14,7,2,6,10,5,11,5,11,10,12,4,10,55,1,27,27,1,4,2,,202,,10,,202,,14,11,8,114,,8,11,11,,202,,,,,,,92,13,11,13,4,4,14,8,7,9,2,6,1,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,2,8,8,11,6,5,12,56,9,6,12,6,9,,,10,,202,,10,50,14,18,,114,,92,91,13,,,,60,10,10,10,52,10,5,4,4,4,1,1,8,9,8,1,5,13,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,2,1,9,4,12,14,1,52,4,7,11,17,,60,10,10,1,4,10,17,56,11,,,114,,92,91,4,,202,,,,,,,92,13,8,7,2,10,6,4,9,13,5,11,2,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,6,11,8,10,9,8,4,,202,202,5,,,,,,,,,,,,,,114,,92,91,6,10,138,,,,,,,92,7,4,4,4,4,10,4,11,11,8,6,4,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,6,13,8,12,5,11,10,7,138,9,,56,9,16,,,13,9,,56,10,,,114,,92,91,1,,202,,,,,,,92,11,4,10,4,8,6,4,13,2,5,14,6,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,5,1,11,9,12,10,6,12,8,138,5,,,92,8,15,,10,10,,,10,15,,114,,92,91,8,10,138,,,,,,,92,6,4,13,2,13,13,7,5,1,2,7,9,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,4,7,12,12,4,6,14,4,13,138,14,13,4,92,14,6,4,7,12,50,50,10,5,10,2,12,10,91,14,,202,,,,,,,92,8,4,5,11,11,11,7,8,3,13,1,13,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,12,10,8,8,8,10,2,14,11,138,202,202,202,92,4,10,10,304,305,305,305,13,11,8,4,12,2,91,4,,,,,,,,,92,4,8,1,10,9,2,4,2,12,3,7,5,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,13,11,8,8,6,13,2,5,13,6,5,4,9,10,4,10,8,7,8,16,,92,91,91,91,91,91,91,4,,,,,,,,,92,10,13,11,13,2,10,7,9,6,1,4,4,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,14,14,10,13,13,7,10,11,9,13,4,10,1,11,14,10,12,1,6,1,2,14,14,1,4,12,9,4,2,,,,16,,,,,92,4,2,5,1,11,10,5,11,2,7,4,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,11,7,8,1,10,6,7,7,12,2,13,12,12,13,1,6,5,8,7,12,13,9,4,9,9,6,5,13,10,,,,10,10,27,27,10,10,10,7,10,14,1,5,5,5,7,6,11,10,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,12,5,7,13,5,4,9,14,1,10,4,13,11,9,12,8,4,13,12,4,4,13,11,9,1,7,10,,,,10,4,10,10,4,9,6,13,14,6,2,14,6,9,7,5,14,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,5,4,10,11,12,5,13,4,6,6,14,1,10,13,14,6,12,12,6,7,13,13,8,12,13,2,8,55,,,7,6,13,13,1,7,1,5,11,7,10,11,8,5,3,14,4,7,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,4,4,4,4,4,4,4,4,4,4,4,8,13,5,9,4,1,4,2,12,9,7,6,7,10,10,304,305,305,305,5,1,2,13,9,12,11,10,10,1,2,11,4,1,5,11,5,7,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,4,4,4,4,4,4,4,4,4,4,4,4,14,14,10,1,11,2,4,8,8,12,12,12,9,6,10,55,,,11,6,14,12,8,11,11,9,14,5,10,10,11,11,11,13,3,13,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,7,7,14,5,11,9,12,1,13,12,9,1,9,4,14,10,,,,5,1,4,13,2,1,12,5,6,1,12,9,3,6,2,11,5,9,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,54,,54,25,,,,,,,,,,,,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,11,11,50,11,11,11,,,,,,,,,,,10,3,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,,57,,57,,11,,,,,,,,,,,10,13,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,11,59,,,,60,11,55,,,,,,,,,,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,,,,,,11,,,,,,,,,,,10,9,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,56,11,59,,,,60,11,55,,,,,,,,,,10,14,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,,58,,58,,11,,,,,,,,,,,10,12,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,11,11,11,27,11,11,11,,,,,,,,,,,10,3,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,53,,53,25,,,,,,,,,,,,10,1,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,12,8,6,14,7,10,13,8,2,11,,,,4,5,11,12,14,13,7,11,4,14,4,13,1,2,5,7,1,13,14,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,4,12,5,4,4,1,4,1,5,,,,14,10,4,4,4,7,4,9,13,7,12,9,1,13,12,5,13,14,10,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,14,4,4,14,6,8,10,1,10,4,,,,8,8,10,6,12,8,10,8,4,5,4,8,4,6,6,4,12,9,7,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,10,12,1,12,12,10,1,11,5,4,,,,1,6,7,4,4,4,4,4,10,2,4,12,2,13,8,5,12,2,6,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2,8,6,9,2,9,12,4,7,1,1,13,10,9,4,1,4,4,12,6,4,4,12,5,6,6,9,12,12,14,10,2,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,5,13,12,9,11,12,9,1,12,11,14,1,9,10,7,9,11,4,4,12,10,4,8,4,5,9,9,12,9,10,12,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,14,7,12,11,5,14,14,10,4,12,6,7,4,2,7,12,9,8,6,11,7,4,4,6,6,10,4,7,4,8,14,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,8,1,6,13,14,12,4,6,12,13,8,9,1,6,4,4,8,8,4,1,1,5,13,4,1,9,5,4,2,2,6,4,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,4,6,8,9,1,7,4,6,13,6,14,2,10,11,2,5,7,4,4,4,1,12,13,12,9,4,1,3,2,8,12,1,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,9,6,2,8,9,9,8,11,2,12,10,1,7,6,2,2,4,4,8,13,12,4,6,8,9,8,12,14,12,7,8,13,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,13,8,9,8,13,2,1,13,12,13,10,7,11,12,12,6,4,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,7,2,6,8,10,9,8,3,10,7,3,5,5,6,5,4,2,14,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;900 posEnd=2498;900 posCurrent=2498;900 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;3076 posEnd=3202;3076 posCurrent=3202;3076 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2116 posEnd=3138;2116 posCurrent=3138;2116 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;3012 posEnd=3522;3012 posCurrent=3522;3012 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2496 posEnd=5058;2496 posCurrent=5058;2496 step=1 time=0 phase=4290 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2756 posEnd=5058;2756 posCurrent=5058;2756 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2756 posEnd=4930;2756 posCurrent=4930;2756 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2756 posEnd=5186;2756 posCurrent=5186;2756 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;2496 posEnd=4930;2496 posCurrent=4930;2496 step=1 time=0 phase=4290 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2496 posEnd=5186;2496 posCurrent=5186;2496 step=1 time=0 phase=4290 channel=10 icon=50 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=3008;2560 posEnd=3008;2304 posCurrent=3008;2464 step=2 time=15 phase=4290 channel=1 icon=29 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1152 posEnd=1730;1152 posCurrent=1730;1152 step=1 time=0 phase=4290 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;1152 posEnd=2114;1152 posCurrent=2114;1152 step=1 time=0 phase=4290 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;2692 posEnd=4482;2692 posCurrent=4482;2692 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=1 stepAdvance=10 stepRecede=44 timeStopStart=2 timeStopEnd=2 posStart=4160;2752 posEnd=4288;2752 posCurrent=4275;2752 step=2 time=9 phase=4290 channel=1 icon=29 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;2692 posEnd=4738;2692 posCurrent=4738;2692 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;2308 posEnd=3586;2308 posCurrent=3586;2308 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;2308 posEnd=3266;2308 posCurrent=3266;2308 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;1736 posEnd=4034;1736 posCurrent=4034;1736 step=1 time=0 phase=4290 channel=10 icon=21 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2752;1280 posEnd=2752;1280 posCurrent=2752;1280 step=1 time=0 phase=4290 channel=1 icon=32 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=256;1216 posEnd=320;1216 posCurrent=256;1216 step=1 time=0 phase=4290 channel=1 icon=23 +MoveObject: type=1 stepAdvance=10 stepRecede=44 timeStopStart=2 timeStopEnd=2 posStart=512;1216 posEnd=640;1216 posCurrent=627;1216 step=2 time=9 phase=4290 channel=1 icon=23 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=960;1344 posEnd=1088;1344 posCurrent=981;1344 step=2 time=2 phase=4290 channel=1 icon=23 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=1408;1344 posEnd=1472;1344 posCurrent=1408;1344 step=1 time=0 phase=4290 channel=1 icon=23 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;1092 posEnd=66;1092 posCurrent=66;1092 step=1 time=0 phase=4290 channel=10 icon=34 +MoveObject: type=1 stepAdvance=80 stepRecede=80 timeStopStart=10 timeStopEnd=10 posStart=3136;1216 posEnd=3648;1216 posCurrent=3436;1216 step=2 time=47 phase=4290 channel=1 icon=29 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=3072;1472 posEnd=3264;1472 posCurrent=3213;1472 step=4 time=12 phase=4290 channel=10 icon=82 +MoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=4992;2624 posEnd=4928;2624 posCurrent=4951;2624 step=4 time=8 phase=4290 channel=1 icon=11 +MoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=5120;2624 posEnd=5184;2624 posCurrent=5161;2624 step=4 time=8 phase=4290 channel=1 icon=11 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;2628 posEnd=5058;2628 posCurrent=5058;2628 step=1 time=0 phase=4290 channel=10 icon=1 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;776 posEnd=3202;776 posCurrent=3202;776 step=1 time=0 phase=4290 channel=10 icon=21 +MoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=5056;2560 posEnd=5056;2496 posCurrent=5056;2519 step=4 time=8 phase=4290 channel=1 icon=11 +MoveObject: type=1 stepAdvance=5 stepRecede=22 timeStopStart=2 timeStopEnd=2 posStart=5056;2688 posEnd=5056;2752 posCurrent=5056;2729 step=4 time=8 phase=4290 channel=1 icon=11 +MoveObject: type=1 stepAdvance=42 stepRecede=42 timeStopStart=3 timeStopEnd=3 posStart=3200;2624 posEnd=3200;3072 posCurrent=3200;2976 step=4 time=9 phase=4290 channel=1 icon=29 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;2308 posEnd=3650;2308 posCurrent=3650;2308 step=1 time=0 phase=4290 channel=10 icon=14 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;776 posEnd=3330;776 posCurrent=3330;776 step=1 time=0 phase=4290 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;1736 posEnd=4098;1736 posCurrent=4098;1736 step=1 time=0 phase=4290 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2248 posEnd=2754;2248 posCurrent=2754;2248 step=1 time=0 phase=4290 channel=10 icon=21 diff --git a/worlds/world114.txt b/worlds/world114.txt new file mode 100644 index 0000000..f7d84a9 --- /dev/null +++ b/worlds/world114.txt @@ -0,0 +1,329 @@ +DescFile: posDecor=150;0 dimDecor=100;100 world=0 music=8 region=18 blupiPos=386;326 blupiDir=2 +Decor: +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,4,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,4,,,202,,202,,53,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,5,10,10,,202,,202,,202,54,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,4,10,10,10,334,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,9,18,,,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,1,,,,10,10,10,10,10,10,,10,10,4,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,138,10,10,10,10,10,10,10,10,,11,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,202,,,,,,202,68,10,,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,138,,,,,,,,202,68,10,50,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,138,,,,,,,,202,68,6,138,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,138,10,10,10,10,10,10,22,10,68,10,138,,11,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,138,202,202,,,202,202,202,202,68,8,138,,2,10,10,6,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,10,4,138,,,,,,,68,10,138,,10,10,10,10,6,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,2,10,138,,,,,,202,68,10,50,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,10,9,138,,,202,202,202,202,68,8,,10,10,10,10,10,10,10,7,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,1,4,138,,,10,10,10,10,10,6,50,4,10,4,10,10,10,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,138,,,202,,,10,,,,10,10,10,7,7,10,10,7,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,1,10,138,,,202,,60,3,59,10,9,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,4,9,10,2,10,10,10,336,10,10,10,11,10,1,129,129,129,129,129,10,10,10,10,10,10,10,10,10,,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,2,10,10,10,,,49,,,,,49,114,114,114,114,114,10,8,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,12,,10,10,10,10,10,10,10,10,10,10,10,114,114,114,114,114,10,7,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,129,10,,10,10,12,10,10,10,6,10,10,10,10,114,114,114,114,114,10,4,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +12,114,49,,10,2,10,10,12,10,10,10,2,4,10,114,114,114,114,114,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,,,,10,10,10,10,10,10,10,10,10,114,114,114,114,114,10,7,10,10,10,13,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,12,118,118,118,118,118,132,10,6,10,4,10,10,114,114,114,10,10,10,10,10,10,10,12,10,13,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,59,,,56,10,10,10,10,10,10,10,10,114,114,114,49,,,,49,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,118,118,118,118,118,132,10,12,10,10,10,10,10,10,10,10,2,10,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,59,,,56,10,10,10,,,,,49,,10,10,2,10,10,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,118,118,118,118,118,132,10,,,,,10,,,10,10,10,10,10,3,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,17,53,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,59,,,56,10,10,10,304,305,305,305,48,,,,10,10,12,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11,114,11,118,118,118,118,118,132,10,,,,10,10,15,,,,10,10,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,,58,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,59,,,56,10,10,17,,56,10,10,10,10,304,305,305,305,48,10,9,138,92,91,91,91,10,10,10,10,10,10,10,10,10,10,,73,,4,27,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,,,,,,17,,,10,10,12,10,10,10,15,,,,10,10,,10,12,10,10,13,10,10,10,10,10,10,10,10,10,,10,,53,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,10,10,10,15,,,,10,10,10,10,10,10,10,10,15,,,,10,334,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,11,10,10,10,10,10,10,10,10,12,10,10,10,10,12,10,15,,,49,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,15,58,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,10,10,10,10,10,10,10,10,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,432,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,114,49,,,,,,,,,,,,49,,10,10,10,10,10,10,2,10,10,10,10,,57,,,,53,,57,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,11,10,,10,10,10,10,2,2,10,10,10,10,10,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,53,,10,,,,,,49,,49,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,,10,,,,,,10,10,10,,,10,10,10,10,10,10,10,10,10,27,27,17,,,,54,,,,54,,58,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,54,,10,304,305,305,305,305,48,9,10,52,10,10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,10,10,432,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,22,10,9,10,10,10,59,,10,10,10,8,,10,10,10,10,10,10,10,10,10,10,,,,,56,10,91,91,91,91,91,91,10,53,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,56,10,59,,,,,10,10,10,10,,10,,,,10,10,10,10,10,10,,,,,60,10,91,10,10,10,10,10,10,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,,,,,,,10,22,10,10,10,10,,10,,,,53,10,10,10,10,10,,,,,,10,91,10,,53,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,,,,10,10,10,,10,11,10,10,52,10,52,10,138,,68,10,10,10,10,,,,,56,10,91,10,59,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,,10,1,10,10,,10,10,8,10,,,,10,138,,68,10,10,10,10,,16,,,,10,91,10,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,,10,10,10,10,52,10,10,10,10,10,10,10,10,138,,68,10,10,10,10,27,10,59,,22,10,91,10,55,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,1,10,10,54,,,10,10,10,10,10,17,,54,10,10,10,10,10,,25,,,,92,91,10,59,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,11,10,10,2,10,10,,,10,10,10,10,17,,,10,10,10,10,10,10,27,10,59,,22,10,91,10,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,53,,,10,10,10,17,,,10,10,10,10,10,10,10,,17,,,,10,91,10,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,52,10,10,10,10,10,,,10,10,10,10,10,10,10,10,,,,,56,10,91,10,55,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,54,,,10,10,10,,10,10,10,10,10,10,10,10,10,,,,,56,10,91,10,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,1,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,10,91,10,59,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,304,305,305,305,10,,,10,10,10,10,10,10,10,10,10,,,,,60,10,91,10,59,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,58,,10,10,,,10,10,10,10,10,10,10,10,10,,15,,,,10,91,10,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,335,10,10,,,10,10,10,10,10,10,10,10,10,27,10,59,,10,10,91,10,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,57,,,10,10,10,10,10,10,10,10,10,,25,,,,92,91,10,,,,,,,,,,,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,,,10,10,10,10,10,10,10,10,10,27,10,59,,10,10,91,10,59,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,,17,,,,10,91,10,55,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,,,,,60,10,91,10,,,,,,,,,,,,,,,,,,,,,,,,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,17,,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,,,,,56,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,15,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,,,10,10,10,10,10,,,,,,,68,10,10,10,10,10,10,10,27,27,16,,,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,18,,,,,,,,,,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,26,,,10,,,,10,10,,,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,55,,10,52,10,,,10,10,,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,,,,,,,,,,,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,26,,,73,,10,59,,,10,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,60,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,55,,10,52,10,,,,,10,,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,201,201,10,10,10,10,10,10,10,10,10,17,,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,26,,,10,,10,10,10,,56,10,59,,,68,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,,,10,,,68,10,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,15,,10,,,10,10,,,51,,,10,10,10,10,10,10,10,10,10,10,10,10,10,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,10,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,,,10,10,,,51,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,1,,48,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,55,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,10,10,10,17,,,56,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,1,,48,10,10,10,,58,56,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,402,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,428,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,200,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,10,10,10,403,,10,10,10,17,10,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,10,10,10,,,10,10,18,,10,,10,,10,,10,10,,57,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,10,10,10,55,56,10,17,,56,10,56,10,56,10,56,10,18,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,22,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,,10,10,401,,,,,,,,,,,,,,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,,,57,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,18,,73,73,73,73,,10,10,10,,56,10,15,,56,10,56,10,56,10,56,10,16,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,,,10,10,10,10,403,10,10,10,,10,10,10,16,,10,,10,,10,,10,10,,58,,92,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,,,10,10,10,10,,92,91,10,402,92,91,10,10,16,2,10,10,10,10,10,10,10,10,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,25,,60,10,10,10,10,55,92,91,10,10,10,91,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,25,,,68,10,10,10,55,92,91,91,91,91,91,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,25,,60,10,10,10,10,15,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,92,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,,58,,,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,22,22,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,15,,,51,,10,,,,10,,,,10,,,,10,,,,10,,,,10,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,50,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,59,,3,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,,,,10,,,,10,,,,10,,,,10,,,,10,,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,22,22,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,203,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;320 posEnd=2562;320 posCurrent=2562;320 step=1 time=0 phase=151 channel=10 icon=51 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;128 posEnd=2624;128 posCurrent=2624;128 step=1 time=0 phase=151 channel=10 icon=261 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;64 posEnd=2624;64 posCurrent=2624;64 step=1 time=0 phase=151 channel=10 icon=261 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2944;128 posEnd=2944;128 posCurrent=2944;128 step=1 time=0 phase=151 channel=10 icon=261 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2944;256 posEnd=2944;256 posCurrent=2944;256 step=1 time=0 phase=151 channel=10 icon=261 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;512 posEnd=4290;512 posCurrent=4290;512 step=1 time=0 phase=151 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;640 posEnd=4354;640 posCurrent=4354;640 step=1 time=0 phase=151 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;640 posEnd=4418;640 posCurrent=4418;640 step=1 time=0 phase=151 channel=10 icon=51 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;640 posEnd=4546;640 posCurrent=4546;640 step=1 time=0 phase=151 channel=10 icon=51 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;516 posEnd=4802;516 posCurrent=4802;516 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;516 posEnd=4866;516 posCurrent=4866;516 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;516 posEnd=4930;516 posCurrent=4930;516 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;516 posEnd=4994;516 posCurrent=4994;516 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;516 posEnd=5058;516 posCurrent=5058;516 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4866;840 posEnd=4866;840 posCurrent=4866;840 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;840 posEnd=4930;840 posCurrent=4930;840 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;1416 posEnd=5634;1416 posCurrent=5634;1416 step=1 time=0 phase=151 channel=10 icon=192 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;2696 posEnd=1986;2696 posCurrent=1986;2696 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;2696 posEnd=2050;2696 posCurrent=2050;2696 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2944;192 posEnd=2944;192 posCurrent=2944;192 step=1 time=0 phase=151 channel=10 icon=261 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3008;192 posEnd=3008;192 posCurrent=3008;192 step=1 time=0 phase=151 channel=10 icon=261 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;576 posEnd=3202;576 posCurrent=3202;576 step=1 time=0 phase=151 channel=10 icon=51 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2696 posEnd=2178;2696 posCurrent=2178;2696 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1472;192 posEnd=1472;320 posCurrent=1472;307 step=2 time=18 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1152;448 posEnd=1216;448 posCurrent=1190;448 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1472;960 posEnd=1472;1152 posCurrent=1472;1100 step=2 time=22 phase=151 channel=10 icon=75 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1792;1536 posEnd=1856;1728 posCurrent=1844;1690 step=4 time=9 phase=151 channel=10 icon=82 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2112;1728 posEnd=2048;1536 posCurrent=2060;1574 step=4 time=9 phase=151 channel=10 icon=79 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=1984;1728 posEnd=2112;1600 posCurrent=2010;1702 step=4 time=24 phase=151 channel=10 icon=82 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1792;1728 posEnd=1792;1664 posCurrent=1792;1728 step=1 time=23 phase=151 channel=10 icon=85 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1856;1600 posEnd=1792;1600 posCurrent=1856;1600 step=1 time=23 phase=151 channel=10 icon=87 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1984;1536 posEnd=2048;1728 posCurrent=2036;1690 step=4 time=9 phase=151 channel=10 icon=82 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2112;1536 posEnd=1984;1664 posCurrent=2086;1562 step=4 time=24 phase=151 channel=10 icon=79 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=1856;1536 posEnd=1856;1664 posCurrent=1856;1562 step=4 time=24 phase=151 channel=10 icon=82 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=1984;1600 posEnd=2112;1664 posCurrent=2010;1613 step=4 time=24 phase=151 channel=10 icon=82 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1732 posEnd=1922;1732 posCurrent=1922;1732 step=1 time=0 phase=151 channel=10 icon=211 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=1600;256 posEnd=1920;256 posCurrent=1894;256 step=2 time=46 phase=151 channel=10 icon=75 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;200 posEnd=1410;200 posCurrent=1410;200 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=2560;1024 posEnd=2560;384 posCurrent=2560;843 step=2 time=17 phase=151 channel=1 icon=1 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;968 posEnd=2498;968 posCurrent=2498;968 step=1 time=0 phase=151 channel=10 icon=192 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;196 posEnd=2626;196 posCurrent=2626;196 step=1 time=0 phase=151 channel=10 icon=222 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;904 posEnd=3394;904 posCurrent=3394;904 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;900 posEnd=3522;900 posCurrent=3522;900 step=1 time=0 phase=151 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;900 posEnd=3586;900 posCurrent=3586;900 step=1 time=0 phase=151 channel=10 icon=68 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;644 posEnd=1218;644 posCurrent=1218;644 step=1 time=0 phase=151 channel=10 icon=227 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;900 posEnd=3650;900 posCurrent=3650;900 step=1 time=0 phase=151 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3714;900 posEnd=3714;900 posCurrent=3714;900 step=1 time=0 phase=151 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;900 posEnd=3778;900 posCurrent=3778;900 step=1 time=0 phase=151 channel=10 icon=68 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;261 posEnd=4290;261 posCurrent=4290;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;261 posEnd=4354;261 posCurrent=4354;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;261 posEnd=4418;261 posCurrent=4418;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;261 posEnd=4482;261 posCurrent=4482;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;261 posEnd=4162;261 posCurrent=4162;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2688;896 posEnd=2944;896 posCurrent=2923;896 step=4 time=2 phase=151 channel=1 icon=10 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=3136;704 posEnd=3264;704 posCurrent=3253;704 step=2 time=11 phase=151 channel=1 icon=10 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;261 posEnd=4098;261 posCurrent=4098;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;261 posEnd=4034;261 posCurrent=4034;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1092 posEnd=4930;1092 posCurrent=4930;1092 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1092 posEnd=5186;1092 posCurrent=5186;1092 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1220 posEnd=4930;1220 posCurrent=4930;1220 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1220 posEnd=5186;1220 posCurrent=5186;1220 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1348 posEnd=4930;1348 posCurrent=4930;1348 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1348 posEnd=5186;1348 posCurrent=5186;1348 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;1476 posEnd=4930;1476 posCurrent=4930;1476 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;1476 posEnd=5186;1476 posCurrent=5186;1476 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=5056;1152 posEnd=5056;1536 posCurrent=5056;1152 step=1 time=7 phase=151 channel=1 icon=3 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3650;1732 posEnd=3650;1732 posCurrent=3650;1732 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1732 posEnd=3778;1732 posCurrent=3778;1732 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;1732 posEnd=3074;1732 posCurrent=3074;1732 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1732 posEnd=3202;1732 posCurrent=3202;1732 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;200 posEnd=3074;200 posCurrent=3074;200 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;261 posEnd=3970;261 posCurrent=3970;261 step=1 time=0 phase=151 channel=10 icon=134 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2696 posEnd=2242;2696 posCurrent=2242;2696 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4674;3336 posEnd=4674;3336 posCurrent=4674;3336 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;3400 posEnd=4610;3400 posCurrent=4610;3400 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3464 posEnd=4546;3464 posCurrent=4546;3464 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;1856 posEnd=2624;1856 posCurrent=2535;1856 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;1984 posEnd=2624;1984 posCurrent=2535;1984 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;2112 posEnd=2624;2112 posCurrent=2535;2112 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;2240 posEnd=2624;2240 posCurrent=2535;2240 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=2432;2368 posEnd=2624;2368 posCurrent=2535;2368 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;1856 posEnd=2560;1856 posCurrent=2534;1856 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;1984 posEnd=2496;1984 posCurrent=2522;1984 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;2112 posEnd=2560;2112 posCurrent=2534;2112 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2560;2240 posEnd=2496;2240 posCurrent=2522;2240 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2496;2368 posEnd=2560;2368 posCurrent=2534;2368 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3584 posEnd=4224;3584 posCurrent=4135;3584 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3456 posEnd=4224;3456 posCurrent=4135;3456 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3328 posEnd=4224;3328 posCurrent=4135;3328 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3200 posEnd=4224;3200 posCurrent=4135;3200 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=10 timeStopEnd=10 posStart=4032;3072 posEnd=4224;3072 posCurrent=4135;3072 step=4 time=14 phase=151 channel=1 icon=29 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3584 posEnd=4160;3584 posCurrent=4134;3584 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4160;3456 posEnd=4096;3456 posCurrent=4122;3456 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3328 posEnd=4160;3328 posCurrent=4134;3328 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4160;3200 posEnd=4096;3200 posCurrent=4122;3200 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;3072 posEnd=4160;3072 posCurrent=4134;3072 step=2 time=6 phase=151 channel=10 icon=75 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3528 posEnd=4482;3528 posCurrent=4482;3528 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3200;2688 posEnd=2944;2688 posCurrent=3097;2688 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3008;2752 posEnd=3264;2752 posCurrent=3111;2752 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3328;2816 posEnd=3072;2816 posCurrent=3225;2816 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3136;2880 posEnd=3392;2880 posCurrent=3239;2880 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3456;2944 posEnd=3200;2944 posCurrent=3353;2944 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3264;3008 posEnd=3520;3008 posCurrent=3367;3008 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3584;3072 posEnd=3328;3072 posCurrent=3481;3072 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3392;3136 posEnd=3648;3136 posCurrent=3495;3136 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3712;3200 posEnd=3456;3200 posCurrent=3609;3200 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3520;3264 posEnd=3776;3264 posCurrent=3623;3264 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3840;3328 posEnd=3584;3328 posCurrent=3737;3328 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=3648;3392 posEnd=3904;3392 posCurrent=3751;3392 step=4 time=24 phase=151 channel=10 icon=75 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;2884 posEnd=5698;2884 posCurrent=5698;2884 step=1 time=0 phase=151 channel=10 icon=31 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4544;2752 posEnd=4544;2880 posCurrent=4544;2867 step=2 time=18 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4672;3008 posEnd=4672;2880 posCurrent=4672;2893 step=2 time=18 phase=151 channel=10 icon=75 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;2948 posEnd=5186;2948 posCurrent=5186;2948 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5378;2948 posEnd=5378;2948 posCurrent=5378;2948 step=1 time=0 phase=151 channel=10 icon=6 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;968 posEnd=3330;968 posCurrent=3330;968 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1032 posEnd=3266;1032 posCurrent=3266;1032 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1096 posEnd=3202;1096 posCurrent=3202;1096 step=1 time=0 phase=151 channel=10 icon=26 +MoveObject: type=32 stepAdvance=24 stepRecede=24 timeStopStart=25 timeStopEnd=25 posStart=5184;2752 posEnd=5376;2752 posCurrent=5368;2752 step=2 time=23 phase=151 channel=12 icon=64 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;836 posEnd=706;836 posCurrent=706;836 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=128;704 posEnd=320;704 posCurrent=268;704 step=2 time=22 phase=151 channel=10 icon=75 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=192;320 posEnd=192;320 posCurrent=192;320 step=1 time=0 phase=151 channel=10 icon=75 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;516 posEnd=1218;516 posCurrent=1218;516 step=1 time=0 phase=151 channel=10 icon=211 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;836 posEnd=770;836 posCurrent=770;836 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;836 posEnd=834;836 posCurrent=834;836 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;836 posEnd=898;836 posCurrent=898;836 step=1 time=0 phase=151 channel=10 icon=15 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1984;256 posEnd=2176;256 posCurrent=2124;256 step=2 time=22 phase=151 channel=10 icon=75 diff --git a/worlds/world115.txt b/worlds/world115.txt new file mode 100644 index 0000000..9ef93a6 --- /dev/null +++ b/worlds/world115.txt @@ -0,0 +1,274 @@ +DescFile: posDecor=0;450 dimDecor=100;100 world=0 music=5 region=22 blupiPos=258;710 blupiDir=2 +Decor: +9,10,10,12,2,4,14,4,2,7,1,11,10,11,10,14,8,10,1,10,10,10,13,9,6,11,14,10,7,14,8,9,2,6,1,12,5,8,4,4,5,8,9,9,6,2,14,8,8,9,3,13,9,12,2,10,7,5,8,4,13,5,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +7,9,6,10,7,11,8,6,10,10,10,10,10,10,14,2,10,6,13,12,14,7,6,11,13,10,10,10,2,4,5,5,6,4,2,2,13,11,11,24,9,5,6,6,13,12,1,,,51,,10,13,8,7,7,2,9,10,10,13,9,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +14,1,2,9,4,10,7,8,9,1,11,11,13,10,14,4,4,6,7,8,8,8,9,9,12,10,8,3,13,6,7,4,4,3,10,10,14,2,2,11,10,13,7,9,4,2,,,,5,,24,10,10,14,4,1,7,2,10,7,5,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11,5,11,6,12,11,1,5,18,,57,,4,10,12,18,,,4,10,6,7,3,18,,,,51,,,,,,51,,,,,,1,8,7,10,14,11,1,,,7,2,,8,10,10,2,1,7,6,11,10,10,8,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,7,1,13,6,5,4,25,,,,,13,10,13,59,,,51,,,,51,,,,,3,4,4,11,12,6,3,15,,,,,10,11,12,14,8,14,1,52,10,1,25,,4,10,9,8,11,5,12,10,10,12,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,14,1,12,2,4,4,12,,,,,13,2,8,16,,,12,2,9,4,3,16,,,,11,10,14,13,9,4,4,20,,,,,9,14,8,6,7,1,13,52,2,23,9,,6,10,14,13,1,13,11,1,4,11,8,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,14,4,5,4,6,8,2,55,,56,5,7,5,12,13,4,10,12,,,8,9,5,55,,,68,8,7,5,4,7,6,14,,,,,7,4,2,7,10,18,,,10,10,14,,10,10,11,13,10,14,7,10,13,9,13,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +12,5,14,5,2,5,13,17,,,,110,14,6,8,6,13,12,6,55,,22,22,73,,,,68,5,12,14,10,7,4,21,,,,,2,6,9,2,14,,,56,17,68,14,55,,92,11,10,13,8,8,6,8,2,10,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,6,2,12,7,6,8,,,,,110,8,4,14,7,4,8,10,,,12,1,2,55,,,68,13,2,14,14,9,12,8,,,,,24,13,1,1,10,55,,,,68,13,,,10,4,2,5,9,4,7,7,14,12,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,11,1,5,8,10,25,,,,29,110,14,7,10,2,4,4,11,7,10,11,2,13,,,,68,8,2,4,12,5,10,25,,,,,8,12,9,2,4,,,56,16,68,9,15,,24,2,8,10,13,2,13,9,2,10,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,13,6,8,1,10,6,,,,,110,10,1,5,10,2,2,4,11,1,2,11,8,,,,68,10,4,9,6,10,4,6,,,,,1,4,9,6,8,15,,,9,11,6,1,50,10,12,13,1,14,14,4,8,4,1,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,10,4,10,14,9,11,,,,,110,5,9,10,11,7,13,5,7,5,5,7,12,,,,14,5,6,6,11,9,7,10,,,16,,14,8,11,13,2,7,4,,9,23,11,10,,,5,9,4,14,2,7,10,10,10,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8,14,6,14,14,2,18,,,,,110,13,10,14,14,13,13,6,11,7,10,5,,,,,,14,1,6,12,6,8,2,55,,4,,10,18,,,8,17,,,9,7,10,25,,,14,13,4,8,7,10,2,12,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11,1,9,2,14,14,,,,,,126,2,8,4,1,10,11,12,9,12,10,4,55,,,,,6,9,4,10,2,7,4,,,10,56,17,,,56,18,,,56,17,68,13,25,,,,2,10,4,10,5,5,14,10,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,7,14,11,5,25,,,,,56,4,10,9,8,9,14,10,4,12,8,8,11,135,122,122,122,122,7,8,7,11,13,5,4,,,4,,,56,15,,,56,16,,,68,12,25,,,,48,5,7,11,6,10,10,6,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,9,11,13,10,11,,,,,,129,5,9,2,4,4,10,8,11,13,10,12,55,,,,,4,2,1,13,10,10,9,12,5,1,16,,,5,16,,,7,15,,68,13,25,,,,92,11,13,10,7,6,10,12,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,9,2,4,2,10,15,,,,,114,12,11,6,8,10,8,18,,6,1,4,118,118,118,118,132,7,2,14,14,12,8,8,13,1,7,11,4,10,1,10,5,,11,2,11,10,10,1,,,,48,9,13,10,8,7,7,14,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,11,7,5,12,8,5,,,,,114,4,6,2,6,5,1,55,,7,12,10,55,,,,,14,11,14,12,12,1,10,11,10,6,14,10,6,13,4,13,,2,6,13,23,5,1,16,,,5,6,13,6,5,13,11,12,11,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,7,1,14,5,11,12,,,,,114,12,10,13,304,305,305,305,305,13,5,1,135,122,122,122,122,6,13,13,9,6,5,10,8,4,1,2,14,11,14,11,1,,1,2,6,14,5,12,10,59,,2,10,10,1,2,6,4,12,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +14,13,7,13,10,10,25,,,,29,114,12,2,14,8,13,7,55,,24,1,14,55,,,,,13,4,11,14,8,1,5,1,5,10,8,7,11,11,9,9,,11,7,12,6,4,304,305,305,305,48,10,10,10,13,6,9,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,4,14,10,7,5,,,,,114,10,7,9,,,129,,,5,1,9,118,118,118,118,132,9,4,5,14,6,5,13,11,12,12,10,5,10,5,7,8,,11,10,7,9,13,9,7,59,,11,2,2,10,13,14,8,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,4,12,2,12,6,9,,,,,114,4,8,1,,,114,,,,10,3,,,,,,10,9,12,14,8,10,2,13,5,14,10,11,12,5,6,11,,1,10,14,4,9,2,17,,,2,5,14,10,9,4,2,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +13,9,1,1,10,14,10,,,,,114,2,12,10,,,114,,,,,49,,,,,,5,9,7,2,13,6,8,2,12,4,7,11,14,13,12,,,10,9,10,5,12,4,,,,13,4,4,5,5,6,8,2,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +13,11,12,9,12,12,7,,,,,114,6,8,13,,,114,15,,,,3,7,14,4,50,5,12,14,10,2,2,8,8,12,10,11,11,9,2,10,14,,,5,4,14,10,7,14,,,,48,9,10,7,10,4,5,4,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,4,8,12,4,8,13,15,,,56,5,11,10,10,,,114,5,59,,,1,13,12,,,110,2,6,7,8,6,6,8,5,11,1,13,13,7,9,11,,,13,1,9,12,1,26,,,,92,4,4,6,9,13,13,7,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,7,14,6,5,9,10,14,,,,,9,6,6,,,114,25,,,,10,10,13,,54,110,5,7,10,4,2,5,12,6,14,5,9,7,8,14,6,,,14,8,4,2,13,4,,,,92,7,5,10,10,10,9,5,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,5,5,9,19,,,2,,,,,11,14,10,,,114,9,59,,,6,2,11,52,1,110,11,7,5,14,1,13,4,8,8,8,4,14,6,4,7,,,9,5,12,12,10,26,,60,8,7,9,6,11,5,6,9,13,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +8,13,11,14,20,,,6,118,118,118,118,118,132,1,,,114,18,,,,9,4,11,,2,110,8,11,10,4,6,5,7,1,1,7,8,14,11,5,11,,,13,7,7,11,7,10,,,5,10,10,9,14,13,10,14,2,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +14,4,10,7,21,,,51,,15,,,7,12,12,,,114,,,,,11,12,8,,10,110,2,5,2,9,5,14,2,12,5,2,2,13,12,8,4,,,9,10,9,8,6,11,,,10,10,12,14,7,10,10,1,8,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,11,2,6,7,4,9,8,27,17,,,6,2,11,118,118,118,118,118,118,132,10,2,4,52,10,110,7,6,10,10,13,14,13,5,12,13,8,5,10,2,7,52,7,6,13,2,8,9,10,52,10,4,11,8,4,6,6,7,5,1,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,5,4,12,13,10,11,7,,,,,10,9,1,,,,,,,,4,10,2,,53,110,18,,2,13,10,8,14,1,11,8,9,9,6,5,4,,9,10,11,6,14,12,10,,10,14,10,10,12,13,14,1,9,5,13,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +5,6,11,12,9,11,8,13,,,,,,10,,,,,,,,,8,6,12,,,110,,60,11,8,14,6,6,10,8,9,5,12,11,7,4,,14,13,10,11,6,5,10,,10,10,5,10,11,10,10,7,1,2,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11,6,12,11,7,13,2,8,,,,,3,17,,,,,,,,,8,5,13,,54,110,15,,13,2,5,8,4,12,13,8,14,5,5,10,7,,7,13,13,4,8,6,10,,10,4,14,10,11,4,8,14,10,10,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11,10,11,14,1,5,12,11,,,,,49,,,,56,16,,,,,8,12,2,13,4,126,10,10,6,4,12,12,8,9,7,10,5,1,6,12,4,,9,13,5,12,10,2,10,,10,10,5,7,12,12,10,5,11,10,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,10,10,10,4,6,10,12,28,,56,5,3,15,,,,26,,,,,12,12,8,10,6,12,11,13,7,10,7,13,10,10,12,10,12,11,11,12,7,,10,9,11,8,9,4,10,,10,13,10,7,14,12,10,13,10,10,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +13,12,1,5,8,14,9,12,,,,110,4,6,11,27,27,7,,,,,11,6,8,6,5,4,6,1,11,8,5,11,10,10,10,10,10,7,10,1,14,,5,10,9,4,10,10,10,,10,10,10,10,8,11,7,13,9,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,9,13,12,7,12,11,10,,,,110,2,10,4,12,7,11,59,,,13,10,12,12,7,1,11,5,8,10,12,5,13,5,4,10,10,10,11,2,10,5,,7,13,10,7,10,10,10,52,10,10,10,4,11,1,10,2,11,12,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +11,2,4,12,12,13,10,18,,,,110,10,12,1,2,14,1,,,,11,7,12,11,4,10,1,4,10,11,11,6,6,10,5,10,14,1,7,10,7,12,52,14,5,10,5,10,10,55,,56,10,10,2,4,11,6,13,11,12,12,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,2,4,13,12,7,4,,,56,15,110,2,9,5,10,10,13,55,,,5,14,12,1,1,7,1,2,12,6,2,4,1,9,7,1,4,10,12,8,1,13,,73,73,73,73,73,73,,,20,10,10,14,11,12,14,10,13,8,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9,13,9,6,11,4,2,52,52,5,18,110,5,11,2,10,2,11,,,,51,110,8,7,10,5,1,5,13,8,11,14,9,9,8,6,12,5,10,14,6,10,13,12,4,6,13,10,10,55,,56,10,10,1,4,8,4,13,4,9,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,4,14,14,7,1,1,15,,,,110,10,8,14,5,14,14,,,,2,110,4,10,13,11,7,10,2,11,6,10,8,7,9,10,5,1,14,13,11,6,2,12,8,5,7,10,10,10,52,10,10,10,9,5,10,2,4,10,2,14,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,14,10,8,10,4,4,5,16,,16,110,10,8,9,11,4,11,19,,,8,110,2,7,14,14,5,13,4,7,7,10,11,4,5,2,6,8,1,5,10,13,1,14,1,5,14,10,10,10,10,10,10,10,8,8,11,2,10,2,4,5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,12,8,2,4,11,10,8,14,2,14,126,13,1,7,12,14,11,6,,60,13,110,14,12,5,8,8,1,13,8,14,9,8,10,7,14,6,5,2,1,10,4,10,6,7,12,7,8,13,10,1,11,11,8,14,13,11,12,6,4,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,9,4,10,10,10,13,13,9,12,1,13,1,8,10,2,10,6,10,15,,73,110,12,4,10,1,7,11,8,7,4,13,11,9,5,5,13,6,13,6,8,14,6,1,7,6,4,6,8,4,13,2,13,5,10,2,7,5,14,14,10,8,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,14,11,1,2,2,14,12,10,10,13,10,2,4,5,10,7,10,10,8,13,10,126,6,1,4,10,8,12,8,10,2,10,2,10,12,4,7,12,14,12,14,13,4,10,14,10,8,6,6,6,4,7,6,2,2,6,13,10,7,10,9,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,11,1,1,12,14,1,13,12,6,10,11,9,14,7,10,13,14,14,13,10,13,14,6,8,14,11,5,10,11,13,5,5,7,10,2,8,4,7,10,10,10,11,2,10,5,4,10,1,5,14,5,9,12,13,2,4,6,9,9,5,14,7,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +9,2,9,14,13,5,7,9,9,6,9,13,5,1,10,1,7,6,7,14,5,12,14,13,1,4,11,5,1,4,7,6,13,6,9,9,6,7,12,2,10,10,5,14,11,1,11,5,12,4,10,9,6,5,7,12,10,7,11,2,13,4,9,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +6,2,1,10,10,10,1,10,10,6,7,13,12,4,8,4,4,7,14,13,13,10,2,6,10,14,7,7,12,12,8,5,10,6,4,14,1,2,14,7,11,5,12,2,13,2,5,6,6,9,13,14,5,2,1,12,9,10,4,1,2,10,6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;708 posEnd=578;708 posCurrent=578;708 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;388 posEnd=1666;388 posCurrent=1666;388 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;772 posEnd=1986;772 posCurrent=1986;772 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;1348 posEnd=1474;1348 posCurrent=1474;1348 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;1348 posEnd=1602;1348 posCurrent=1602;1348 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;1348 posEnd=1730;1348 posCurrent=1730;1348 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;1668 posEnd=706;1668 posCurrent=706;1668 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;1732 posEnd=962;1732 posCurrent=962;1732 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1732 posEnd=1090;1732 posCurrent=1090;1732 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;1732 posEnd=1218;1732 posCurrent=1218;1732 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;3205 posEnd=130;3205 posCurrent=130;3205 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;708 posEnd=1218;708 posCurrent=1218;708 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3268 posEnd=1858;3268 posCurrent=1858;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3268 posEnd=1922;3268 posCurrent=1922;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3268 posEnd=1986;3268 posCurrent=1986;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3268 posEnd=2050;3268 posCurrent=2050;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3268 posEnd=2114;3268 posCurrent=2114;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;3268 posEnd=2178;3268 posCurrent=2178;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3268 posEnd=2242;3268 posCurrent=2242;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3268 posEnd=2306;3268 posCurrent=2306;3268 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2564 posEnd=962;2564 posCurrent=962;2564 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2692 posEnd=770;2692 posCurrent=770;2692 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;2820 posEnd=962;2820 posCurrent=962;2820 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2948 posEnd=770;2948 posCurrent=770;2948 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2948 posEnd=706;2948 posCurrent=706;2948 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;2948 posEnd=642;2948 posCurrent=642;2948 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2436 posEnd=770;2436 posCurrent=770;2436 step=1 time=0 phase=44 channel=10 icon=15 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1024;2816 posEnd=1024;2816 posCurrent=1024;2816 step=1 time=0 phase=44 channel=1 icon=4 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1088;2816 posEnd=1088;2816 posCurrent=1088;2816 step=1 time=0 phase=44 channel=1 icon=2 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1152;2816 posEnd=1152;2816 posCurrent=1152;2816 step=1 time=0 phase=44 channel=1 icon=4 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1216;2816 posEnd=1216;2816 posCurrent=1216;2816 step=1 time=0 phase=44 channel=1 icon=4 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1280;2816 posEnd=1280;2816 posCurrent=1280;2816 step=1 time=0 phase=44 channel=1 icon=2 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1344;2816 posEnd=1344;2816 posCurrent=1344;2816 step=1 time=0 phase=44 channel=1 icon=2 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;580 posEnd=1218;580 posCurrent=1218;580 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;708 posEnd=194;708 posCurrent=194;708 step=1 time=0 phase=44 channel=10 icon=124 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;1668 posEnd=258;1668 posCurrent=258;1668 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;708 posEnd=2562;708 posCurrent=2562;708 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;580 posEnd=2626;580 posCurrent=2626;580 step=1 time=0 phase=44 channel=10 icon=23 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;1284 posEnd=2306;1284 posCurrent=2306;1284 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;1224 posEnd=1090;1224 posCurrent=1090;1224 step=1 time=0 phase=44 channel=10 icon=23 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1092 posEnd=1538;1092 posCurrent=1538;1092 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1092 posEnd=1666;1092 posCurrent=1666;1092 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;1348 posEnd=1666;1348 posCurrent=1666;1348 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1348 posEnd=1538;1348 posCurrent=1538;1348 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;2308 posEnd=706;2308 posCurrent=706;2308 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1732 posEnd=770;1732 posCurrent=770;1732 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;2308 posEnd=770;2308 posCurrent=770;2308 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;1860 posEnd=1922;1860 posCurrent=1922;1860 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1860 posEnd=2050;1860 posCurrent=2050;1860 step=1 time=0 phase=44 channel=10 icon=23 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2626;1412 posEnd=2626;1412 posCurrent=2626;1412 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1092 posEnd=194;1092 posCurrent=194;1092 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;1288 posEnd=386;1288 posCurrent=386;1288 step=1 time=0 phase=44 channel=10 icon=23 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;1288 posEnd=514;1288 posCurrent=514;1288 step=1 time=0 phase=44 channel=10 icon=23 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=386;2437 posEnd=386;2437 posCurrent=386;2437 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;2308 posEnd=834;2308 posCurrent=834;2308 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;3205 posEnd=66;3205 posCurrent=66;3205 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;3205 posEnd=322;3205 posCurrent=322;3205 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;2308 posEnd=898;2308 posCurrent=898;2308 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3268 posEnd=2434;3268 posCurrent=2434;3268 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;3205 posEnd=258;3205 posCurrent=258;3205 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=1600;3456 posEnd=1536;3456 posCurrent=1600;3456 step=1 time=44 phase=44 channel=10 icon=88 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2757 posEnd=2434;2757 posCurrent=2434;2757 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;3205 posEnd=194;3205 posCurrent=194;3205 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1092 posEnd=322;1092 posCurrent=322;1092 step=1 time=0 phase=44 channel=10 icon=8 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;1668 posEnd=322;1668 posCurrent=322;1668 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=834;1732 posEnd=834;1732 posCurrent=834;1732 step=1 time=0 phase=44 channel=10 icon=68 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;2437 posEnd=258;2437 posCurrent=258;2437 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;2437 posEnd=322;2437 posCurrent=322;2437 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;2437 posEnd=450;2437 posCurrent=450;2437 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=24 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;2437 posEnd=514;2437 posCurrent=514;2437 step=1 time=0 phase=44 channel=10 icon=132 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;1732 posEnd=1346;1732 posCurrent=1346;1732 step=1 time=0 phase=44 channel=10 icon=68 diff --git a/worlds/world120.txt b/worlds/world120.txt new file mode 100644 index 0000000..bd790d0 --- /dev/null +++ b/worlds/world120.txt @@ -0,0 +1,203 @@ +DescFile: posDecor=950;2200 dimDecor=100;100 world=0 music=0 region=24 blupiPos=1346;2502 blupiDir=2 +Decor: +261,263,261,263,261,263,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,261,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,263,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,,263,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,,262,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,262,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,,261,,261,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,262,261,262,261,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +263,263,263,263,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,,,262,,,,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,262,,261,,,262,62,,,261,283,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,,261,283,261,66,262,263,76,283,283,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,283,261,262,261,178,261,263,261,,,,,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,263,182,261,177,261,66,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,263,182,261,261,76,262,283,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,65,,,,61,261,263,76,263,,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,283,261,,,,,,,261,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,262,62,,,262,,261,,,,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,262,182,261,174,261,283,76,283,263,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,182,261,175,261,262,261,,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,176,261,262,263,263,261,76,283,76,262,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,263,262,263,65,,,263,62,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/worlds/world121.txt b/worlds/world121.txt new file mode 100644 index 0000000..859fe43 --- /dev/null +++ b/worlds/world121.txt @@ -0,0 +1,223 @@ +DescFile: posDecor=1350;4070 dimDecor=100;100 world=0 music=10 region=24 blupiPos=1666;4230 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,301,301,301,284,301,284,284,284,301,301,301,301,301,301,284,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,284,301,284,284,284,301,301,301,301,301,284,301,284,284,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,284,284,301,284,301,301,284,301,301,301,301,284,301,284,301,284,284,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,301,301,301,301,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,301,284,284,284,301,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,301,301,284,301,301,301,301,284,301,284,284,301,301,301,284,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,284,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,301,301,284,284,284,301,301,301,284,284,284,301,301,301,301,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,284,301,301,284,301,284,301,284,284,301,301,301,284,284,301,284,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,263,261,263,263,261,263,263,261,261,261,261,261,261,261,284,301,284,284,284,284,301,301,301,284,284,301,284,301,284,284,284,301,284,301,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,65,,261,139,142,261,,142,261,261,261,261,261,261,261,301,284,284,284,301,301,284,301,301,284,301,301,301,284,301,284,301,284,284,301,284,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,142,261,,,201,,139,261,261,261,261,261,261,261,284,284,284,284,284,301,284,284,284,284,301,301,284,284,284,284,301,301,284,301,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,67,261,,61,261,,,261,261,261,261,261,261,261,301,284,301,301,284,284,301,284,284,284,301,284,301,284,301,301,301,284,301,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,62,,261,,,261,,143,261,261,261,261,261,261,261,284,284,284,301,301,301,301,284,284,301,284,284,301,301,301,284,284,301,301,301,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,66,,261,,,261,66,,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,284,301,284,301,284,301,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,263,199,261,283,77,261,261,199,261,261,261,261,261,261,261,301,284,284,284,301,284,284,284,284,301,284,284,284,301,284,301,284,284,284,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,,261,,,261,65,,261,261,261,261,261,261,261,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,284,301,284,284,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,142,261,,140,261,,,261,261,261,261,261,261,261,284,284,284,284,301,301,284,284,301,284,301,301,301,301,284,301,284,284,284,301,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,61,261,62,139,261,,,261,261,261,261,261,261,261,301,301,301,284,284,284,284,284,284,284,284,301,284,301,301,284,301,284,284,284,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,,201,,141,261,,61,261,261,261,261,261,261,261,284,284,284,301,301,284,301,284,284,301,301,284,284,284,301,301,301,284,301,301,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,,,261,,142,261,,,261,261,261,261,261,261,261,284,301,301,301,284,284,284,284,301,284,284,301,284,301,284,301,284,284,301,301,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,66,,261,,139,261,262,77,261,261,261,261,261,261,261,301,284,284,301,284,301,284,284,284,301,301,301,284,301,301,301,301,301,284,301,284,301,284,291 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,263,263,199,261,262,262,261,263,77,261,261,261,261,261,261,261,301,284,284,284,284,284,284,301,301,301,301,301,301,301,301,301,301,284,284,301,284,301,284,302 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,401,,,261,261,263,65,,,261,261,261,261,261,261,261,284,284,301,284,284,301,301,301,301,284,284,284,284,284,301,284,301,301,301,291,290,293,301,302 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,,,,261,261,,,,61,261,261,261,261,261,261,261,284,284,301,301,301,284,301,284,284,284,284,301,284,301,301,301,295,301,301,300,284,300,284,302 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,,,,261,65,,,139,198,261,261,261,261,261,261,261,284,301,301,301,301,284,301,301,301,301,284,284,284,284,284,284,302,287,290,294,284,302,287, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,,,,261,,,,142,143,261,261,261,261,261,261,261,284,284,284,284,301,301,284,301,284,284,301,301,284,299,284,301,292,303,284,284,284,292,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,261,261,261,261,261,261,402,,,261,,,,143,139,261,261,261,261,261,261,261,301,301,284,301,301,301,301,301,284,301,284,301,299,284,284,284,301,300,284,284,284,301,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,283,199,261,402,,,140,198,261,261,261,261,261,261,261,284,284,301,284,284,284,301,301,284,284,301,301,284,284,284,301,301,302,287,293,284,284,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,65,201,,,261,262,66,,,,261,261,261,261,261,261,261,284,284,284,301,301,301,301,301,301,284,301,284,284,301,284,284,284,302,,286,301,301,285,288 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,403,261,,,261,261,261,66,,,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,284,284,301,301,284,301,301,284,284,285,,303,301,301,289,284 +,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,261,261,190,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,67,261,,,261,261,261,261,262,77,261,261,261,261,261,261,261,284,284,284,301,284,284,301,284,284,284,284,284,301,284,301,284,284,292,288,294,284,284,302,287 +,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,,,261,261,261,261,261,77,261,261,261,261,261,261,261,284,284,301,301,284,301,301,301,284,284,284,301,301,301,284,301,301,284,284,301,301,291,288, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,66,,261,261,261,261,261,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,284,301,284,284,301,284,284,301,284,289,301,302 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,261,263,283,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,284,284,284,301,284,301,300,301,285 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,402,201,,,261,261,261,261,261,403,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,301,301,299,301,301,301,284,300,284,302 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,263,263,263,263,263,263,261,261,261,261,261,261,261,261,261,261,261,262,261,262,77,261,261,261,261,261,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,284,284,284,301,289,301,302 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,189,261,261,261,261,261,261,261,261,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,61,261,263,263,263,263,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,284,301,284,301,301,284,301,301,292,287, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,263,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,201,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,284,291,298,301,301,301,295,301,301,284,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,263,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,262,262,262,262,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,300,301,284,299,284,285,293,284,284,302, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,77,261,261,261,261,261,66,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,299,284,301,296,301,284,301,297,288,294,284,301,285, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,262,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,66,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,301,284,301,284,284,301,284,284,284,291,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,262,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,290,290,290,290,290,290,290,290,290,290,287,290,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,261,261,261,261,261,261,261,261,262,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,284,284,301,301,284,301,301,300,301,285,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,295,301,299,284,295,284,295,284,285,287,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,297,303,301,301,297,,287,,287,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,198,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,296,301,284,284,292,288,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,190,261,261,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,261,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,301,295,284,301,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,263,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,284,301,284,289,284,301,284,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,284,284,284,300,284,291,290,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,186,261,261,261,186,261,261,261,261,284,284,301,301,301,284,301,284,301,284,284,284,301,284,301,284,284,284,284,301,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,301,301,299,284,285,290,286,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,188,198,187,261,261,186,261,301,301,301,301,301,301,301,284,301,301,284,284,284,301,284,301,301,301,301,301,301,301,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,301,284,301,300,301,300,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,261,261,261,198,261,301,301,301,284,301,301,301,301,284,284,301,301,301,301,284,284,301,301,284,284,301,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,284,295,284,292,287,303,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,198,192,301,301,301,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,300,284,301,302,294,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,303,301,301,301,301,284,284,284,301,301,301,301,301,301,284,301,284,301,284,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,302,293,301,289,301,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,301,301,284,284,284,284,284,284,284,284,301,284,301,284,284,301,284,301,301,301,301,301,284,284,284,284,284,301,284,284,301,284,301,301,284,301,301,301,284,301,284,292,294,301,300,284,301,292,288,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,198,261,284,284,301,301,284,301,284,284,301,301,284,284,301,301,284,284,301,284,301,284,301,301,301,284,284,284,301,284,284,301,284,284,301,301,284,284,301,284,301,301,284,301,301,284,284,284,289,301,284,301,301,302,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,189,187,198,186,284,301,301,284,301,284,301,284,301,301,301,301,284,301,284,301,301,301,301,301,301,284,301,301,284,284,301,301,284,284,301,284,301,301,284,284,284,301,284,301,284,284,301,301,284,284,300,284,284,291,287,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,186,186,188,198,192,301,301,301,284,284,284,301,284,301,301,284,284,301,284,284,284,295,301,301,284,284,301,284,301,284,284,284,284,301,301,284,284,284,301,301,301,284,284,301,284,295,301,301,301,284,291,303,301,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,198,261,284,284,301,301,301,284,284,284,301,284,301,301,301,301,301,291,286,301,284,295,284,301,284,301,301,301,284,284,284,301,301,301,284,284,284,301,301,284,301,291,286,284,301,301,301,285,288,293,284,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,301,301,284,284,301,301,284,284,284,301,284,292,,293,301,300,284,301,284,301,284,284,301,301,301,284,284,284,301,284,301,284,301,284,301,292,303,301,301,284,284,296,301,289,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,192,301,301,301,301,284,284,284,284,299,284,301,301,284,301,301,284,285,,287,288,293,301,301,301,284,284,284,291,287,293,301,284,301,284,301,284,301,301,284,301,296,301,295,301,284,284,301,285,287,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,187,284,284,301,301,284,301,301,301,301,284,301,284,301,301,301,291,,,294,301,292,290,293,301,301,284,291,,288,288,290,293,301,284,284,284,301,299,301,284,301,284,300,301,301,284,284,302,288,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,301,301,301,301,301,284,284,301,284,284,284,299,284,284,301,292,,303,284,301,284,284,289,301,291,287,,294,284,284,284,300,301,301,284,301,301,284,284,291,293,301,302,293,301,284,301,296,284,292,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,284,301,301,284,301,301,295,284,284,284,284,284,302,303,301,291,293,301,289,301,302,,294,301,284,301,301,285,287,287,293,301,301,301,301,302,303,284,285,,287,293,301,301,284,301,285,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,261,301,284,284,301,284,301,284,284,284,301,296,284,301,301,284,284,285,,290,,286,301,285,287,288,303,301,301,284,301,291,,,,303,301,301,301,301,285,,287,,288,,288,287,293,301,291,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,301,284,284,284,284,284,284,301,284,301,301,301,284,301,295,301,292,294,284,292,303,284,285,303,284,300,284,284,301,301,302,,,,286,284,301,284,284,292,,,286,284,300,301,285,303,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,188,284,301,301,301,301,284,301,301,284,297,287,293,301,284,296,301,301,284,301,284,289,301,285,,290,294,284,301,301,291,,,,,286,301,301,301,301,301,285,,,290,294,301,285,,287,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,192,284,301,301,284,301,301,301,301,301,284,302,,287,293,284,284,291,293,301,301,289,284,285,286,301,284,284,301,284,292,,,,,286,284,291,293,301,297,,,294,301,284,301,302,,288,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,301,301,284,284,284,291,,,288,,287,287,288,286,284,291,286,284,285,294,284,284,301,301,284,301,292,,288,288,294,284,285,,293,284,292,286,301,301,284,284,285,303,284,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,291,290,293,284,301,284,301,284,302,,286,284,292,288,294,301,289,301,285,303,301,300,301,301,301,284,301,301,284,301,300,301,284,301,284,302,288,303,301,301,300,301,284,301,297,,286,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290,294,284,292,293,284,284,284,291,,,286,301,284,284,284,291,303,301,285,286,284,285,287,293,301,301,301,301,291,287,286,284,301,291,290,303,284,300,301,284,300,284,301,284,284,302,294,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,302,293,284,301,302,,,286,337,295,284,284,302,,287,288,294,284,302,,286,301,301,284,284,302,,303,284,291,303,284,302,287,286,301,291,303,284,301,295,284,300,284,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,285,286,284,284,285,,,303,337,285,293,301,292,,286,301,301,301,285,,303,284,284,301,284,292,,,287,,294,301,302,,294,284,285,294,301,301,289,284,289,284,291,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,192,284,284,301,284,302,,293,284,292,,,286,301,302,286,284,301,292,294,301,284,291,,,286,284,301,284,284,284,292,,288,303,301,284,285,286,284,284,289,301,301,284,300,301,292,290,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,261,284,301,301,284,285,,,293,301,292,288,303,301,292,,293,284,301,284,301,301,292,,288,294,301,284,284,284,301,284,296,301,289,284,284,302,,293,301,300,301,301,301,300,284,284,301,302,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,301,301,291,,,,294,301,301,301,300,301,301,292,286,284,301,301,284,284,284,296,301,301,301,301,301,284,301,284,301,284,300,301,301,292,,288,287,294,301,284,291,286,284,301,301,285,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,284,285,,288,286,301,284,301,284,300,301,301,301,300,301,284,284,301,284,301,284,301,301,284,284,284,284,284,301,284,284,296,284,301,284,296,301,296,284,299,284,292,,293,301,284,292,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,192,284,301,301,302,303,284,300,284,284,284,301,296,301,301,291,286,301,284,284,284,284,301,284,284,301,284,284,301,301,301,284,284,284,301,284,284,301,284,284,284,301,301,301,301,285,,298,301,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,189,261,261,261,284,284,284,285,,287,286,284,284,301,301,284,301,291,,294,284,301,284,301,301,301,301,301,284,284,301,301,301,284,299,301,284,284,301,301,301,301,284,301,301,301,284,291,,294,301,301,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,190,261,301,301,284,292,,,,293,284,284,284,301,284,302,286,284,284,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,301,301,299,284,284,284,301,301,299,284,284,292,303,284,284,297,290,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,191,261,261,261,186,261,301,284,301,301,302,,288,286,284,284,284,301,284,285,286,301,301,284,301,284,301,301,301,284,301,301,301,284,301,301,284,301,284,284,284,301,301,284,301,284,301,284,284,301,296,284,284,301,284,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,186,261,261,261,261,261,284,301,284,291,,303,301,300,301,284,301,295,301,302,,293,301,301,301,284,301,284,284,301,284,301,284,284,284,301,284,301,301,284,284,301,301,301,284,301,284,284,284,284,284,301,301,301,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,301,284,285,,,290,303,301,291,290,288,290,,,303,301,284,284,301,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,301,284,299,284,284,284,284,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,284,284,285,,303,301,296,337,289,284,284,284,302,,294,284,284,301,284,284,284,301,301,284,301,301,301,284,301,301,301,301,301,284,301,301,301,301,284,301,301,301,301,301,284,301,301,284,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,263,261,284,284,284,302,,286,284,284,301,302,293,301,291,,303,301,301,284,284,284,301,301,301,301,301,301,284,301,301,301,284,284,301,284,284,284,301,284,301,284,284,301,284,301,301,301,299,301,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,302,288,,293,301,291,,,287,,288,294,284,301,284,301,284,301,299,301,301,284,284,284,284,284,284,301,301,301,301,284,301,284,284,284,301,301,301,284,301,301,284,301,284,301,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,289,301,292,288,290,,,,,286,284,301,301,301,301,301,284,301,301,284,284,301,301,284,301,284,284,301,284,301,301,301,284,301,284,301,301,284,301,284,284,284,301,299,301,301,285,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,300,284,301,284,284,292,288,288,288,294,284,301,284,301,301,301,301,284,301,284,284,284,284,301,284,301,301,301,284,284,284,284,301,284,301,284,301,301,301,301,301,301,301,284,284,284,302,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,296,301,301,284,301,301,284,301,284,301,301,284,284,301,284,301,284,284,284,291,287,298,301,284,301,301,301,284,284,301,301,301,284,301,291,287,287,287,287,287,287,287,287,287,287,287,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,301,301,301,301,284,284,301,284,284,301,301,301,301,284,301,301,301,292,294,301,284,301,284,284,301,284,301,301,284,284,284,284,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,301,301,301,301,301,284,301,301,301,284,301,301,284,284,284,284,301,301,301,301,284,284,301,301,284,284,301,301,301,301,284,301,301,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,301,284,284,301,301,284,284,284,301,301,284,284,284,301,284,301,301,284,301,301,284,284,284,284,284,301,284,284,301,301,301,301,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,284,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,301,284,301,301,301,284,284,284,284,301,284,301,301,301,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,301,301,284,301,284,284,301,284,284,301,301,301,301,301,301,284,284,284,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,301,301,301,284,301,284,301,284,301,301,284,284,284,301,284,284,284,301,284,301,301,284,301,301,301,301,301,301,284,284,301,301,301,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,301,301,284,301,284,284,301,301,284,284,301,301,301,301,301,301,284,301,301,284,284,284,284,284,284,301,301,301,301,301,301,301,284,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,284,301,284,284,301,284,284,301,301,301,284,301,301,284,284,284,301,301,284,301,284,284,284,284,284,284,301,299,284,284,284,284,284,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,284,284,284,284,284,301,301,284,301,284,301,301,301,301,301,284,284,284,284,301,284,284,301,284,301,301,301,284,301,301,284,284,284,302,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;4096 posEnd=1666;4096 posCurrent=1666;4096 step=1 time=0 phase=801 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4096 posEnd=1730;4096 posCurrent=1730;4096 step=1 time=0 phase=801 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3140 posEnd=5314;3140 posCurrent=5314;3140 step=1 time=0 phase=801 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3076 posEnd=5058;3076 posCurrent=5058;3076 step=1 time=0 phase=801 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3140 posEnd=5506;3140 posCurrent=5506;3140 step=1 time=0 phase=801 channel=10 icon=16 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=896;4352 posEnd=896;4352 posCurrent=896;4352 step=1 time=0 phase=801 channel=1 icon=32 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;4100 posEnd=1346;4100 posCurrent=1346;4100 step=1 time=0 phase=801 channel=10 icon=2 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;4292 posEnd=642;4292 posCurrent=642;4292 step=1 time=0 phase=801 channel=10 icon=2 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;3972 posEnd=642;3972 posCurrent=642;3972 step=1 time=0 phase=801 channel=10 icon=2 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3972 posEnd=1602;3972 posCurrent=1602;3972 step=1 time=0 phase=801 channel=10 icon=16 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2112;3968 posEnd=2112;3968 posCurrent=2112;3968 step=1 time=0 phase=801 channel=1 icon=32 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4228 posEnd=1730;4228 posCurrent=1730;4228 step=1 time=0 phase=801 channel=10 icon=31 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;4936 posEnd=4994;4936 posCurrent=4994;4936 step=1 time=0 phase=801 channel=10 icon=21 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;4808 posEnd=4610;4808 posCurrent=4610;4808 step=1 time=0 phase=801 channel=10 icon=187 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4360 posEnd=1602;4360 posCurrent=1602;4360 step=1 time=0 phase=801 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4360 posEnd=1794;4360 posCurrent=1794;4360 step=1 time=0 phase=801 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1992 posEnd=2050;1992 posCurrent=2050;1992 step=1 time=0 phase=801 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3972 posEnd=1666;3972 posCurrent=1666;3972 step=1 time=0 phase=801 channel=10 icon=16 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;3968 posEnd=1472;3968 posCurrent=1472;3968 step=1 time=0 phase=801 channel=1 icon=32 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3972 posEnd=2242;3972 posCurrent=2242;3972 step=1 time=0 phase=801 channel=10 icon=2 diff --git a/worlds/world122.txt b/worlds/world122.txt new file mode 100644 index 0000000..3575d34 --- /dev/null +++ b/worlds/world122.txt @@ -0,0 +1,262 @@ +DescFile: posDecor=1500;4120 dimDecor=100;100 world=0 music=10 region=24 blupiPos=1794;4358 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,301,301,301,284,301,284,284,284,301,301,301,301,301,301,284,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,284,301,284,284,284,301,301,301,301,301,284,301,284,284,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,284,284,301,284,301,301,284,301,301,301,301,284,301,284,301,284,284,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,301,301,301,301,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,301,284,284,284,301,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,284,301,301,284,301,301,301,301,284,301,284,284,301,301,301,284,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,284,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,301,301,284,284,284,301,301,301,284,284,284,301,301,301,301,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,284,301,301,284,301,284,301,284,284,301,301,301,284,284,301,284,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,284,284,284,301,301,301,284,284,301,284,301,284,284,284,301,284,301,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,301,284,301,301,284,301,301,301,284,301,284,301,284,284,301,284,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,301,284,284,284,284,301,301,284,284,284,284,301,301,284,301,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,284,284,301,284,284,284,301,284,301,284,301,301,301,284,301,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,301,301,301,284,284,301,284,284,301,301,301,284,284,301,301,301,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,284,301,284,301,284,301,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,301,284,284,284,284,301,284,284,284,301,284,301,284,284,284,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,284,301,284,284,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,301,301,284,284,301,284,301,301,301,301,284,301,284,284,284,301,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,301,301,284,284,284,284,284,284,284,284,301,284,301,301,284,301,284,284,284,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,301,301,284,301,284,284,301,301,284,284,284,301,301,301,284,301,301,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,301,284,284,284,284,301,284,284,301,284,301,284,301,284,284,301,301,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,301,284,301,284,284,284,301,301,301,284,301,301,301,301,301,284,301,284,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,284,284,284,284,284,301,301,301,301,301,301,301,301,301,301,284,284,301,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,284,284,301,301,301,301,284,284,284,284,284,301,284,301,301,301,291,290,293,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,284,301,284,284,284,284,301,284,301,301,301,295,301,301,300,284,300,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,263,77,261,261,261,261,261,261,261,284,301,301,301,301,284,301,301,301,301,284,284,284,284,284,284,302,287,290,294,284,302,293,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,263,,,261,261,261,261,261,261,261,284,284,284,284,301,301,284,301,284,284,301,301,284,299,284,301,285,294,284,284,284,292,286,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,401,,,261,261,261,261,261,261,261,301,301,284,301,301,301,301,301,284,301,284,301,299,284,284,284,300,301,284,284,284,301,289,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,261,261,261,261,261,261,261,284,284,301,284,284,284,301,301,284,284,301,301,284,284,284,301,302,287,287,287,293,284,300,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,261,261,261,261,261,261,261,284,284,284,301,301,301,301,301,301,284,301,284,284,301,284,284,285,,,,286,301,300,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,402,,261,261,261,261,261,261,261,284,284,284,301,284,301,301,284,284,284,301,301,284,301,301,284,302,,,231,236,301,289,284 +,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,261,261,190,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,77,261,261,261,261,261,261,261,284,284,284,301,284,284,301,284,284,284,284,284,301,284,301,284,302,,,,303,284,289,284 +,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,77,261,261,261,261,261,261,261,284,284,301,301,284,301,301,301,284,284,284,301,301,301,284,301,292,288,,288,294,301,300,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,65,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,284,301,284,284,301,284,289,301,284,291,294,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,263,261,261,263,261,261,263,261,263,263,261,,142,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,284,284,284,300,301,301,300,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,139,261,65,,261,65,,261,,,201,,67,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,284,284,284,301,301,299,301,289,284,284,300,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,261,261,263,261,263,263,263,261,261,261,261,261,261,261,,67,261,,,201,,139,261,430,140,261,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,284,300,284,301,289,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,189,261,261,261,261,261,261,261,261,261,76,261,76,76,76,261,261,261,261,261,261,261,,,201,,140,261,62,,201,,142,261,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,301,284,301,301,284,301,284,301,301,300,301,301,292,293,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,261,261,261,261,261,261,261,261,261,65,,261,62,,,261,261,261,261,261,261,261,426,141,261,,139,261,66,,261,,139,261,66,61,261,261,261,261,261,261,261,263,263,261,261,261,261,261,261,261,284,301,284,284,291,298,301,301,301,289,301,301,284,300,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,263,65,,,201,,142,376,263,263,263,263,263,263,261,62,,263,262,262,261,261,262,261,262,262,261,261,199,261,261,261,261,261,261,65,,,261,261,261,261,261,261,261,301,284,301,301,300,301,284,299,284,302,293,284,284,300,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,201,201,201,201,201,201,201,201,201,,,140,200,201,,,,,,,,,,201,,,,261,261,261,261,261,261,261,261,261,261,77,261,261,261,261,261,261,62,,,261,261,261,261,261,261,261,301,299,284,301,296,301,284,301,297,288,286,284,301,300,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,262,66,,,201,,139,376,262,262,262,262,262,262,261,262,262,262,261,261,261,261,261,261,261,261,261,261,,198,261,261,261,261,261,,,61,261,263,263,263,263,263,261,301,284,284,301,284,301,284,284,301,284,300,284,291,286,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,66,,261,,,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,198,198,261,261,261,261,,,,201,,,,,,201,290,290,290,290,290,290,290,290,290,290,288,290,,303,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,261,261,261,261,261,261,261,261,261,261,76,261,76,76,76,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,77,261,198,198,261,261,261,66,,,261,262,262,262,262,262,261,284,284,301,284,284,301,301,284,301,301,301,301,285,286,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,261,261,261,261,261,262,261,262,262,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,199,261,261,198,198,261,261,261,283,,261,261,261,261,261,261,261,301,284,295,301,299,284,295,284,284,284,301,301,292,303,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,261,261,261,198,198,261,261,,,261,261,261,261,261,261,261,284,297,303,301,301,297,,293,301,284,301,284,301,300,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,198,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,198,198,261,,,261,261,261,261,261,261,261,284,284,296,301,284,284,292,294,301,301,284,284,291,303,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,190,261,261,198,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,66,201,,,261,261,261,261,261,261,261,284,301,301,284,284,301,301,301,284,284,299,284,285,294,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,186,261,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,283,,261,261,261,261,261,261,261,301,301,301,301,295,284,301,301,301,284,284,284,300,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,263,261,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,,,261,261,261,261,301,284,284,284,284,301,284,300,284,301,284,301,301,284,284,302,293,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,198,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,261,261,261,261,301,284,284,284,284,284,284,300,284,291,298,284,291,287,287,288,303,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,186,261,261,261,186,261,261,261,261,284,284,301,301,301,284,301,284,301,284,284,284,301,284,301,284,284,284,284,301,284,284,261,261,261,261,261,261,261,261,261,62,,,261,261,261,261,301,284,284,301,301,299,284,285,290,286,301,284,292,,294,284,300,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,188,198,187,261,261,186,261,301,301,301,301,301,301,301,284,301,301,284,284,284,301,284,301,301,301,301,301,301,301,261,261,261,261,261,261,261,261,261,66,,,261,261,261,261,284,284,284,301,301,284,301,300,301,300,301,284,284,300,301,297,294,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,198,261,261,261,198,261,301,301,301,284,301,301,301,301,284,284,301,301,301,301,284,284,301,301,284,284,301,284,261,261,261,261,261,261,261,261,261,261,262,262,261,261,261,261,284,284,301,301,284,295,284,292,287,303,284,301,291,286,284,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,198,192,301,301,301,301,284,301,284,284,301,284,284,284,284,284,284,301,284,301,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,284,301,301,301,300,284,301,302,294,301,291,,286,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,303,301,301,301,301,284,284,284,301,301,301,301,301,301,284,301,284,301,284,284,284,284,284,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,284,301,284,301,301,302,293,301,289,301,301,302,,286,284,297,298,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,301,301,284,284,284,284,284,284,284,284,301,284,301,284,284,301,284,301,301,301,301,301,284,284,284,284,284,301,284,284,301,284,301,301,284,301,301,301,284,301,284,292,294,301,300,284,301,292,288,,293,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,198,261,284,284,301,301,284,301,284,284,301,301,284,284,301,301,284,284,301,284,301,284,301,301,301,284,284,284,301,284,284,301,284,284,301,301,284,284,301,284,301,301,284,301,301,284,284,284,289,301,284,301,301,302,294,301,295,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,188,186,189,187,198,186,284,301,301,284,301,284,301,284,301,301,301,301,284,301,284,301,301,301,301,301,301,284,301,301,284,284,301,301,284,284,301,284,301,301,284,284,284,301,284,301,284,284,301,301,284,284,300,284,284,291,287,303,301,284,289,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,186,186,188,198,192,301,301,301,284,284,284,301,284,301,301,284,284,301,284,284,284,295,301,301,284,284,301,284,301,284,284,284,284,301,301,284,284,284,301,301,301,284,284,301,284,295,301,301,301,284,291,303,301,301,302,,288,290,290,303,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,189,198,261,284,284,301,301,301,284,284,284,301,284,301,301,301,301,301,291,303,301,284,295,284,301,284,301,301,301,284,284,284,301,301,301,284,284,284,301,301,284,301,291,286,284,301,301,301,285,288,293,284,285,303,284,284,284,289,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,301,301,284,284,301,301,284,284,284,301,284,292,,293,301,300,284,301,284,301,284,284,301,301,301,284,284,284,301,284,301,284,301,284,301,292,303,301,301,284,284,296,301,289,301,285,294,301,284,301,300,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,192,301,301,301,301,284,284,284,284,299,284,301,301,284,301,301,284,285,,287,288,293,301,301,301,284,284,284,291,287,293,301,284,301,284,301,284,301,301,284,301,296,301,295,301,284,284,301,285,287,286,301,301,284,291,294,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,261,187,284,284,301,301,284,301,301,301,301,284,301,284,301,301,301,291,,,294,301,292,290,293,301,301,284,291,,288,288,290,293,301,284,284,284,301,299,301,284,301,284,300,301,301,284,284,302,288,,293,284,291,294,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,261,301,301,301,301,301,284,284,301,284,284,284,299,284,284,301,292,,286,284,301,284,284,289,301,291,287,,294,284,284,284,300,301,301,284,301,301,284,284,291,293,301,302,293,301,284,301,296,284,292,286,301,300,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,301,301,301,284,284,301,301,284,301,301,295,284,284,284,284,284,285,303,301,291,293,301,289,301,302,,294,301,284,301,301,285,287,287,68,301,301,301,301,285,303,284,285,,287,293,301,301,284,301,285,287,286,284,299,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,187,261,301,284,284,301,284,301,284,284,284,301,296,284,301,301,284,284,285,,290,,286,301,285,287,288,303,301,301,284,301,291,,,,68,301,301,301,301,285,,287,,288,,288,287,293,301,291,,288,,293,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,186,198,186,261,301,284,284,284,284,284,284,301,284,301,301,301,284,301,295,301,292,294,284,292,286,284,302,303,284,300,284,284,301,301,302,,,,68,284,301,284,284,292,,,286,284,300,301,285,303,284,302,286,284,285,286,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,188,424,186,188,284,301,301,301,301,284,301,301,284,297,287,293,301,284,296,301,301,284,301,284,289,301,285,,290,294,284,301,301,291,,,,,68,301,301,301,301,301,285,,,290,294,301,285,,287,,294,301,292,303,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,187,198,186,192,284,301,301,284,301,301,301,301,301,284,302,,287,293,284,284,291,293,301,301,289,284,285,286,301,284,284,301,284,292,,,,,68,284,291,293,301,297,,,294,301,284,301,302,,288,294,284,284,284,296,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,301,301,301,284,284,284,291,,,288,,287,287,288,286,284,291,286,284,285,294,284,284,301,301,284,301,292,,288,288,68,284,285,,293,284,292,286,301,301,284,284,285,303,284,284,299,301,284,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,291,290,293,284,301,284,301,284,302,,286,284,292,288,294,301,289,301,285,303,301,300,301,301,301,284,301,301,284,301,300,301,284,301,284,302,288,286,301,301,300,301,284,301,297,,303,301,301,284,295,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,290,294,284,292,293,284,284,284,291,,,286,301,284,284,284,291,303,301,285,286,284,302,287,68,301,301,301,301,291,287,286,284,301,291,290,303,284,300,301,284,300,284,301,284,284,285,294,301,284,284,302,293,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,301,301,284,284,302,293,284,301,302,,,286,337,295,284,284,302,,287,288,294,284,302,,68,301,301,284,284,302,,303,284,291,303,284,302,287,286,301,291,303,284,301,295,284,300,284,301,284,301,292,294,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,301,285,286,284,284,285,,,303,337,285,293,301,292,,286,301,301,301,285,,68,284,284,301,284,292,,,287,,294,301,302,,294,284,285,294,301,301,289,284,289,284,295,301,284,284,301,301,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,192,284,284,301,284,302,,293,284,292,,,286,301,302,286,284,301,292,294,301,284,291,,,68,284,301,284,284,284,292,,288,303,301,284,285,286,284,284,289,301,301,284,300,301,292,290,286,284,284,301,301,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,188,261,284,301,301,284,285,,,293,301,292,288,303,301,292,,293,284,301,284,301,301,292,,288,68,301,284,284,284,301,284,296,301,289,284,284,302,,293,301,300,301,301,301,300,284,284,301,289,301,284,301,284,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,301,301,291,,,,294,301,301,301,300,301,301,292,286,284,301,301,284,284,284,296,301,301,301,301,301,284,301,284,301,284,300,301,301,292,,288,287,294,301,284,291,286,284,301,301,300,301,301,301,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,284,284,284,285,,288,286,301,284,301,284,300,301,301,301,300,301,284,284,301,284,301,284,301,301,284,284,284,284,284,301,284,284,296,284,301,284,296,301,296,284,299,284,292,,293,301,284,296,301,301,301,284,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,196,262,262,262,262,262,262,192,284,301,301,302,303,284,300,284,284,284,301,296,301,301,291,286,301,284,284,284,284,301,284,284,301,284,284,301,301,301,284,284,284,301,284,284,301,284,284,284,301,301,301,301,285,,298,301,284,301,301,301,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,189,261,261,261,284,284,284,285,,287,286,284,284,301,301,284,301,291,,294,284,301,284,301,301,301,301,301,284,284,301,301,301,284,299,301,284,284,301,301,301,301,284,301,301,301,284,291,,294,301,301,301,301,284,284,284,284,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,261,261,261,261,190,261,301,301,284,292,,,,293,284,284,284,301,284,302,286,284,284,284,284,284,301,284,301,301,284,301,301,301,284,301,301,284,301,301,299,284,284,284,301,301,299,284,284,292,303,284,284,297,298,284,284,301,301,299,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,194,261,191,261,261,261,186,261,301,284,301,301,302,,288,286,284,284,284,301,284,285,286,301,301,284,301,284,301,301,301,284,301,301,301,284,301,301,284,301,284,284,284,301,301,284,301,284,301,284,284,301,296,284,284,301,284,284,301,284,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,195,261,186,261,261,261,261,261,284,301,284,291,,303,301,300,301,284,301,295,301,302,,293,301,301,301,284,301,284,284,301,284,301,284,284,284,301,284,301,301,284,284,301,301,301,284,301,284,284,284,284,284,301,301,301,301,284,301,284,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,301,284,285,,,290,303,301,291,290,288,290,,,303,301,284,284,301,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,284,301,301,284,301,284,299,284,284,284,284,301,301,284,301,284,284,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,193,261,261,261,261,261,261,261,284,284,284,285,,303,301,296,337,289,284,284,284,302,,294,284,284,301,284,284,284,301,301,284,301,301,301,284,301,301,301,301,301,284,301,301,301,301,284,301,301,301,301,301,284,301,301,284,284,284,301,284,301,284,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,197,263,263,263,263,263,263,261,284,284,284,302,,286,284,284,301,302,293,301,291,,303,301,301,284,284,284,301,301,301,301,301,301,284,301,301,301,284,284,301,284,284,284,301,284,301,284,284,301,284,301,301,301,299,301,284,301,284,301,301,301,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,284,302,288,,293,301,291,,,287,,288,294,284,301,284,301,284,301,299,301,301,284,284,284,284,284,284,301,301,301,301,284,301,284,284,284,301,301,301,284,301,301,284,301,284,301,284,284,301,284,284,284,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,289,301,292,288,290,,,,,286,284,301,301,301,301,301,284,301,301,284,284,301,301,284,301,284,284,301,284,301,301,301,284,301,284,301,301,284,301,284,284,284,301,299,301,301,301,284,301,284,284,301,301 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,300,284,301,284,284,292,288,288,288,294,284,301,284,301,301,301,301,284,301,284,284,284,284,301,284,301,301,301,284,284,284,284,301,284,301,284,301,301,301,301,301,301,301,284,284,284,301,301,301,301,301,301,284 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,296,301,301,284,301,301,284,301,284,301,301,284,284,301,284,301,284,284,284,291,287,298,301,284,301,301,301,284,284,301,301,301,284,301,291,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287,287 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,301,301,301,301,301,284,284,301,284,284,301,301,301,301,284,301,301,301,292,294,301,284,301,284,284,301,284,301,301,284,284,284,284,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,301,301,301,301,301,301,284,301,301,301,284,301,301,284,284,284,284,301,301,301,301,284,284,301,301,284,284,301,301,301,301,284,301,301,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,284,284,301,301,284,284,301,301,284,284,284,301,301,284,284,284,301,284,301,301,284,301,301,284,284,284,284,284,301,284,284,301,301,301,301,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,301,284,301,284,284,284,284,284,301,284,284,301,301,301,301,284,301,284,284,301,301,301,284,301,301,301,284,284,284,284,301,284,301,301,301,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,284,301,284,301,301,284,301,284,284,301,284,284,301,301,301,301,301,301,284,284,284,284,301,301,301,284,301,301,301,284,301,284,301,284,301,284,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,301,301,284,301,301,301,284,301,284,301,284,301,301,284,284,284,301,284,284,284,301,284,301,301,284,301,301,301,301,301,301,284,284,301,301,301,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,303,284,301,301,284,301,301,284,301,284,284,301,301,284,284,301,301,301,301,301,301,284,301,301,284,284,284,284,284,284,301,301,301,301,301,301,301,284,302,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,284,301,301,301,284,301,284,284,301,284,284,301,301,301,284,301,301,284,284,284,301,301,284,301,284,284,284,284,284,284,301,299,284,284,284,284,284,285,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,286,301,284,284,301,284,284,284,284,284,301,301,284,301,284,301,301,301,301,301,284,284,284,284,301,284,284,301,284,301,301,301,284,301,301,284,284,284,302,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,30,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,31,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,22,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,21,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=30 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;6022 posEnd=1922;6022 posCurrent=1922;6022 step=1 time=0 phase=712 channel=10 icon=178 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;6020 posEnd=2114;6020 posCurrent=2114;6020 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4356 posEnd=1730;4356 posCurrent=1730;4356 step=1 time=0 phase=712 channel=10 icon=34 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4360 posEnd=2818;4360 posCurrent=2818;4360 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;6276 posEnd=2754;6276 posCurrent=2754;6276 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;6084 posEnd=3522;6084 posCurrent=3522;6084 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;5704 posEnd=3074;5704 posCurrent=3074;5704 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;3716 posEnd=2434;3716 posCurrent=2434;3716 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;3140 posEnd=5314;3140 posCurrent=5314;3140 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;3076 posEnd=5058;3076 posCurrent=5058;3076 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3140 posEnd=5506;3140 posCurrent=5506;3140 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;3652 posEnd=2562;3652 posCurrent=2562;3652 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;6208 posEnd=2754;6208 posCurrent=2754;6208 step=1 time=0 phase=712 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;6276 posEnd=2818;6276 posCurrent=2818;6276 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;6276 posEnd=2882;6276 posCurrent=2882;6276 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;6208 posEnd=2818;6208 posCurrent=2818;6208 step=1 time=0 phase=712 channel=10 icon=52 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2816;4928 posEnd=2816;4928 posCurrent=2816;4928 step=1 time=0 phase=712 channel=1 icon=33 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;4936 posEnd=2498;4936 posCurrent=2498;4936 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3072;4928 posEnd=3072;4928 posCurrent=3072;4928 step=1 time=0 phase=712 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3008;4928 posEnd=3008;4928 posCurrent=3008;4928 step=1 time=0 phase=712 channel=1 icon=32 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;5828 posEnd=4610;5828 posCurrent=4610;5828 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4864;5888 posEnd=4864;5888 posCurrent=4864;5888 step=1 time=0 phase=712 channel=1 icon=32 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4936 posEnd=2562;4936 posCurrent=2562;4936 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;4932 posEnd=3138;4932 posCurrent=3138;4932 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3972 posEnd=2242;3972 posCurrent=2242;3972 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;4100 posEnd=2434;4100 posCurrent=2434;4100 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2756 posEnd=2434;2756 posCurrent=2434;2756 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3524 posEnd=2242;3524 posCurrent=2242;3524 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;2756 posEnd=2690;2756 posCurrent=2690;2756 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=1 stepAdvance=50 stepRecede=50 timeStopStart=10 timeStopEnd=10 posStart=4160;4864 posEnd=4480;4864 posCurrent=4359;4864 step=4 time=19 phase=712 channel=1 icon=284 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;4232 posEnd=4930;4232 posCurrent=4930;4232 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3136;6272 posEnd=3328;6272 posCurrent=3180;6272 step=2 time=7 phase=712 channel=10 icon=69 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;5704 posEnd=3138;5704 posCurrent=3138;5704 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3200;5824 posEnd=3200;5888 posCurrent=3200;5869 step=4 time=3 phase=712 channel=10 icon=69 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3712;6272 posEnd=3840;6272 posCurrent=3756;6272 step=2 time=7 phase=712 channel=10 icon=69 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;3656 posEnd=4418;3656 posCurrent=4418;3656 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=4224;6208 posEnd=4416;6208 posCurrent=4268;6208 step=2 time=7 phase=712 channel=10 icon=69 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;5380 posEnd=4162;5380 posCurrent=4162;5380 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=4096;5312 posEnd=4096;5376 posCurrent=4096;5357 step=4 time=3 phase=712 channel=10 icon=69 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4544;5824 posEnd=4544;5824 posCurrent=4544;5824 step=1 time=0 phase=712 channel=1 icon=33 +MoveObject: type=4 stepAdvance=120 stepRecede=120 timeStopStart=20 timeStopEnd=20 posStart=4736;5248 posEnd=4480;5248 posCurrent=4480;5248 step=3 time=2 phase=712 channel=10 icon=65 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;4292 posEnd=4290;4292 posCurrent=4290;4292 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4160;4032 posEnd=4288;4032 posCurrent=4204;4032 step=2 time=7 phase=712 channel=10 icon=69 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4802;3972 posEnd=4802;3972 posCurrent=4802;3972 step=1 time=0 phase=712 channel=10 icon=5 +MoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=2560;3072 posEnd=2560;3648 posCurrent=2560;3072 step=2 time=0 phase=712 channel=1 icon=261 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;3848 posEnd=3778;3848 posCurrent=3778;3848 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4930;5896 posEnd=4930;5896 posCurrent=4930;5896 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;4936 posEnd=4994;4936 posCurrent=4994;4936 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;5192 posEnd=4418;5192 posCurrent=4418;5192 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;4808 posEnd=4610;4808 posCurrent=4610;4808 step=1 time=0 phase=712 channel=10 icon=192 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;5960 posEnd=3970;5960 posCurrent=3970;5960 step=1 time=0 phase=712 channel=10 icon=192 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=10 timeStopEnd=10 posStart=4608;4288 posEnd=4864;4288 posCurrent=4704;4288 step=4 time=25 phase=712 channel=1 icon=338 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;6020 posEnd=2178;6020 posCurrent=2178;6020 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;6020 posEnd=2242;6020 posCurrent=2242;6020 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1992 posEnd=2050;1992 posCurrent=2050;1992 step=1 time=0 phase=712 channel=10 icon=22 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;6020 posEnd=2306;6020 posCurrent=2306;6020 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;6020 posEnd=2370;6020 posCurrent=2370;6020 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;6020 posEnd=2434;6020 posCurrent=2434;6020 step=1 time=0 phase=712 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;6084 posEnd=2562;6084 posCurrent=2562;6084 step=1 time=0 phase=712 channel=10 icon=16 diff --git a/worlds/world123.txt b/worlds/world123.txt new file mode 100644 index 0000000..25f7d37 --- /dev/null +++ b/worlds/world123.txt @@ -0,0 +1,225 @@ +DescFile: posDecor=0;1450 dimDecor=100;100 world=0 music=8 region=19 blupiPos=130;1734 blupiDir=2 +Decor: +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,263,263,261,261,263,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,139,261,65,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,140,261,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,62,,263,,142,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,,,,139,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,,,262,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,263,263,261,,142,261,76,283,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,143,139,263,262,283,261,422,143,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,,263,140,261,,139,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,,,,263,,61,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,262,,,,,140,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,76,283,261,142,141,262,262,283,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,263,283,283,261,65,141,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,,,,,,263,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,62,,,262,,,,142,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,66,,141,261,424,262,,,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,262,262,261,76,261,142,139,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,,261,262,262,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,67,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,261,261,261,263,263,263,263,263,263,263,263,263,61,263,263,263,263,263,263,263,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,262,262,261,261,261,143,140,143,140,139,141,139,142,143,376,139,143,141,139,142,141,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,141,141,141,142,141,141,142,143,139,,,,142,140,142,141,139,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,142,143,143,139,,140,,,,141,377,139,142,142,140,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,141,139,143,142,,,,,,143,,,141,140,140,141,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,140,143,142,139,,,,,139,377,143,142,376,142,140,143,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,143,143,143,141,376,141,139,141,,143,142,,141,143,142,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,140,142,142,141,,,,,,143,141,377,139,139,140,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,139,142,139,142,143,141,375,139,,,142,,,140,139,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,143,142,142,139,,,,140,139,,,,,140,142,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,140,140,142,139,143,,,,,,142,375,139,376,139,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,,,,,,,143,143,376,139,,142,,139,140,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,140,375,139,,,143,141,143,142,,143,,139,140,140,140,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,141,,,142,139,139,143,141,375,139,141,141,142,140,141,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,141,142,,,140,,142,141,,,143,141,139,141,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,141,143,142,140,375,142,,,141,,,,139,143,142,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,143,139,142,141,377,139,,,,,,,,142,141,142,139,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,140,140,139,,,,143,,,141,143,,,140,140,141,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,142,143,140,143,,,140,377,141,143,,,,141,142,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,140,140,140,139,,,,141,,142,139,,,,140,140,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,143,140,139,142,,,142,143,,,143,140,,,143,139,141,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,143,140,142,,,140,142,,,,,141,143,376,139,140,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,140,140,142,,,140,,,142,376,143,143,,,141,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,140,139,139,142,,,,139,139,,142,142,,,139,139,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,143,140,139,140,140,142,143,375,140,,,,142,375,141,141,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,139,140,140,139,140,143,,,142,141,,,,,143,139,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,141,140,140,140,139,142,,,143,139,143,,,140,140,142,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,141,141,142,142,142,142,142,377,140,,141,377,377,141,142,143,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,141,141,142,139,139,,,,,142,,,,141,142,140,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,261,261,261,261,261,142,143,139,141,139,,,,,,,,,,,143,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,262,262,262,262,262,262,261,261,261,261,261,141,139,141,141,140,143,143,,,,140,140,141,143,143,142,143,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,261,261,261,261,261,261,261,261,261,261,261,143,143,139,141,140,140,143,142,140,429,140,141,143,140,139,143,142,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,261,261,261,261,261,261,261,261,261,261,261,262,262,262,262,262,262,262,262,262,61,262,262,262,262,262,262,262,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,,261,261,261,261,261,261,261,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +262,262,262,262,261,261,261,261,261,261,261,261,261,261,263,261,263,65,263,263,261,261,65,,,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,403,261,,,,,263,261,77,262,,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,261,,,,,,261,,261,,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,61,263,,,,,61,263,,261,262,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,61,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,61,262,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,,,263,62,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,263,263,,,,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,401,,,262,62,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,,,,261,,,,,,,67,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,,,61,263,,,,,,,,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,61,262,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,62,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,402,,,,262,,,,,,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,262,66,,,261,62,,,,262,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,402,,261,,,262,262,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,261,77,262,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,432,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,263,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,401,,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,401,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,263,,,283,283,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,403,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,262,,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,283,283,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,263,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,403,,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,262,62,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,283,283,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,402,,,,68,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,66,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,263,77,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,401,61,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,62,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,66,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,403,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3456;1536 posEnd=3456;1536 posCurrent=3456;1536 step=1 time=0 phase=858 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3520;1536 posEnd=3520;1536 posCurrent=3520;1536 step=1 time=0 phase=858 channel=1 icon=32 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;1476 posEnd=130;1476 posCurrent=130;1476 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;1348 posEnd=1026;1348 posCurrent=1026;1348 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;1476 posEnd=450;1476 posCurrent=450;1476 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;1732 posEnd=898;1732 posCurrent=898;1732 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;1284 posEnd=1538;1284 posCurrent=1538;1284 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5186;964 posEnd=5186;964 posCurrent=5186;964 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;1796 posEnd=2050;1796 posCurrent=2050;1796 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1860 posEnd=2818;1860 posCurrent=2818;1860 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1860 posEnd=3202;1860 posCurrent=3202;1860 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;1348 posEnd=2562;1348 posCurrent=2562;1348 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5442;964 posEnd=5442;964 posCurrent=5442;964 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;1096 posEnd=6146;1096 posCurrent=6146;1096 step=1 time=0 phase=858 channel=10 icon=27 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;1732 posEnd=194;1732 posCurrent=194;1732 step=1 time=0 phase=858 channel=10 icon=34 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;1096 posEnd=6210;1096 posCurrent=6210;1096 step=1 time=0 phase=858 channel=10 icon=27 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=4224;960 posEnd=4224;1344 posCurrent=4224;992 step=4 time=55 phase=858 channel=1 icon=261 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6082;1096 posEnd=6082;1096 posCurrent=6082;1096 step=1 time=0 phase=858 channel=10 icon=27 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;900 posEnd=4354;900 posCurrent=4354;900 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;900 posEnd=3842;900 posCurrent=3842;900 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4738;964 posEnd=4738;964 posCurrent=4738;964 step=1 time=0 phase=858 channel=10 icon=1 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5698;964 posEnd=5698;964 posCurrent=5698;964 step=1 time=0 phase=858 channel=10 icon=1 diff --git a/worlds/world124.txt b/worlds/world124.txt new file mode 100644 index 0000000..e825939 --- /dev/null +++ b/worlds/world124.txt @@ -0,0 +1,275 @@ +DescFile: posDecor=0;5150 dimDecor=100;100 world=0 music=8 region=27 blupiPos=66;5446 blupiDir=2 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,263,263,261,263,261,261,261,261,263,263,261,261,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,263,65,,,263,,261,261,261,263,,,261,261,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,261,261,,,,,,,261,263,65,,,,261,261,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,,,61,262,,262,261,,,61,262,262,261,261,261,262,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,,,,261,61,263,261,62,,,263,129,129,129,261,261,262,62,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,,,,261,,,261,66,,,,114,114,114,261,261,263,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,262,,,261,262,423,263,263,262,262,66,114,114,114,261,261,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,65,,67,261,261,,,,261,261,261,114,114,114,261,261,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,62,,,263,261,66,,,92,261,261,114,114,114,261,261,62,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,263,,,,,261,261,262,,92,261,261,114,114,114,261,263,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,,,,61,262,261,261,65,,92,261,261,114,114,114,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,65,,,,,261,261,261,62,,92,91,261,114,114,114,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,,,262,261,261,261,,,92,91,261,114,114,114,261,,,,,262,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,,,262,262,261,261,261,261,,,92,261,261,114,114,114,261,262,,,,261,,262,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,425,262,261,261,261,261,261,261,,,92,261,261,114,114,114,261,261,,262,,261,283,261,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,263,,92,261,91,261,261,261,261,,,92,261,261,283,283,114,261,261,283,261,,261,,261,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,261,,,92,91,91,91,91,261,261,66,,261,261,261,114,114,114,261,263,,261,262,261,,263,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,92,91,91,91,91,91,261,263,77,261,261,261,114,114,114,261,,,261,263,261,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,62,,92,261,91,91,91,91,261,,,92,261,261,114,114,114,261,62,,263,,263,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,262,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,62,,92,261,91,91,91,91,261,262,,92,91,261,114,114,114,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,262,262,261,263,261,262,262,,,,,,,,262,262,262,,,,,,,,,,,,,,,,,262,262,262,,,,,,,,,261,261,261,,,92,91,91,91,91,261,261,263,,92,91,261,114,114,114,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,262,261,261,263,77,263,263,261,262,,,,,262,262,263,263,261,262,,,,,,,,,,,,,262,262,262,261,261,261,262,,,,,,,,261,261,261,262,,92,91,91,91,261,261,261,,,92,261,261,114,114,114,261,262,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,261,261,65,,,,,263,263,283,283,283,283,263,65,,,261,261,,,,,,,,,,,262,262,261,261,261,261,261,261,261,262,,,,,,67,261,261,261,65,,92,91,91,261,261,261,261,283,77,261,261,261,114,114,114,261,261,,262,,,,,,262,, +,,,,,,,,,,,,,,,,,,,,,,,261,331,,61,283,62,,,,,,,,,,,61,261,263,,,,,,,,,,262,261,261,261,261,263,261,263,261,261,261,262,262,262,262,,,261,261,261,,,92,91,91,91,91,261,261,,61,263,261,261,114,114,114,261,261,283,261,,262,,262,,261,, +,,,,,,,,,,,,,,,,,,,,,,,261,261,66,,,,,262,262,283,283,283,283,262,66,,,261,,,,,,,,,,262,261,261,261,261,261,77,263,,261,261,261,261,263,261,261,262,262,261,261,261,283,,92,261,91,91,91,91,261,,,,263,261,114,114,114,261,261,,261,283,261,,261,262,261,, +,,,,,,,,,,,,,,,,,,,,,,,263,261,261,262,77,262,262,261,263,,,,,263,261,77,262,261,,,,,,,,,,261,261,261,261,263,65,,,,263,263,261,263,77,261,261,261,261,261,261,261,,,92,91,91,91,91,91,261,,,,,261,114,114,114,261,261,,263,,261,283,261,263,261,283, +,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,262,261,263,263,,,,,,,261,61,261,263,,,,,,,,,,263,261,261,261,,,61,283,,,,263,,,261,261,261,261,261,261,261,62,,92,91,91,91,91,261,261,,,,61,261,114,114,114,261,263,62,,,261,,263,,261,, +,,,,,,,,,,,,,,,,,,,,,,,,,263,263,263,263,,,,,,,,,261,,261,,,,,,,,,,,,261,261,261,262,,,,,262,66,,,283,263,261,261,261,261,261,261,,,92,261,91,91,261,261,261,66,,,,261,114,114,114,261,,,,,263,,,,261,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,,261,,,,,,,,,,,,263,261,261,261,262,77,262,,261,261,262,62,,,261,261,261,261,261,261,262,427,261,261,261,261,261,261,261,261,,,,261,114,114,114,261,,,,,,,,,263,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,263,77,261,,,,,,,,,,,,,261,261,263,263,61,261,262,261,261,261,,,,261,261,261,261,261,261,261,,92,91,91,91,91,91,261,261,62,,,261,114,114,114,261,283,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,,,,261,262,,,,,,,,,,,61,261,261,,,,261,261,261,261,261,,,283,261,261,261,261,261,263,261,262,261,261,261,261,261,91,261,261,,262,77,263,114,114,262,261,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,,,,68,261,,,,,,,,,,,,261,261,77,262,262,261,261,261,261,261,,,,68,261,261,261,65,,263,263,261,261,261,261,261,91,91,261,262,261,,,114,262,261,263,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,66,,262,261,263,,,,,,,,,,,262,261,65,,261,261,261,261,261,261,261,,,,68,261,261,261,,,,,263,261,261,261,261,261,91,261,261,263,283,262,262,263,263,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,199,261,263,,,,,,,,,,,67,261,263,62,,261,261,261,261,261,261,261,62,,,68,261,261,261,,,,,,92,91,261,261,261,91,261,261,,,263,261,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,263,199,261,,,,,,,,,,,,,261,,,,261,261,261,261,261,261,261,,,,68,261,261,261,262,,,,,261,91,261,261,261,91,261,261,62,,,263,62,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,65,,,261,262,,,,,,,,,,,262,261,,,61,261,261,261,261,261,261,261,,,,68,261,261,261,263,62,,,262,261,91,91,261,261,91,261,263,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,62,,,68,261,,,,,,,,,,,261,261,,,61,261,261,261,261,261,261,263,,,262,261,261,261,261,,,,262,261,261,261,91,91,261,91,261,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,262,261,261,,,,,,,,,,61,261,261,,,,92,261,261,261,261,261,,,,261,261,261,261,65,,,262,261,261,261,261,261,91,261,91,261,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,261,77,283,261,263,263,,,,,,,,,,,263,261,,,,92,261,261,261,261,261,262,62,,261,261,261,261,,,,92,91,261,261,261,91,91,261,91,261,262,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,261,,,,,,,,,,,,,,261,62,,,261,261,261,261,261,261,261,,67,261,261,261,261,62,,,92,91,91,261,261,91,261,261,91,261,261,283,62,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,263,62,61,261,,,,,,,,,,262,262,262,262,261,,,,261,261,261,261,263,261,263,,,261,261,261,261,,,,92,91,91,261,261,91,261,261,91,261,261,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,,261,,,,,,,262,262,262,261,261,261,261,261,66,,262,261,261,261,261,,263,,,,261,261,261,261,,,,92,91,91,261,261,91,91,91,91,261,261,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,263,,,,261,283,262,262,283,283,283,263,261,261,261,261,263,261,261,261,77,261,261,261,261,65,,,,,262,261,261,261,261,,,,92,91,261,261,261,263,261,263,261,261,261,262,,,,,,,,,,,,,,,,, +262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,,,,,,,,,,,,,,,,,261,,,,283,263,,263,263,,,,,263,263,263,65,,263,263,65,61,263,261,261,263,62,,,,262,261,261,261,261,261,,,,261,261,263,263,261,,263,,261,261,261,261,262,262,262,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,261,66,,,,,,,,,,,,,,,,,,,,,,261,261,,,,262,262,261,261,261,261,261,261,,262,61,261,263,,,263,62,,,263,261,261,261,261,263,261,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,262,261,261,,,262,261,261,261,261,261,261,261,261,262,261,429,261,,,,,,,,,263,263,263,263,,263,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,261,261,262,66,,,,,,262,262,262,66,,262,262,62,,,262,262,77,261,261,261,,262,261,261,261,261,263,263,263,263,261,261,261,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,263,263,261,261,262,262,262,262,283,263,263,263,263,283,263,261,,,,261,261,,261,261,261,,261,261,261,261,261,401,,403,,261,261,261,,261,262,262,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,263,263,261,261,261,263,,,,,,,,263,262,262,262,261,261,,261,261,261,62,263,263,263,263,263,77,262,262,77,261,261,261,,92,91,261,262,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,263,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,263,263,263,,,,,,,,,,263,261,261,261,261,77,261,261,261,402,,403,,,,,261,261,61,261,261,261,66,261,91,261,261,,,,,,,,,,,,,,,,,,,,,,,,, +261,65,,261,91,91,91,91,91,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,401,61,261,261,261,262,262,262,77,262,262,262,261,261,,261,261,261,261,261,91,261,261,262,62,,,,,,,,,,,,,,,,,,,,,,, +261,62,,92,91,91,91,91,91,91,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,261,261,,,261,261,261,261,261,261,,261,261,261,261,263,,261,261,261,261,261,91,261,261,263,,,,,,,,,,,,,,,,,,,,,,,, +261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,62,,261,261,261,261,261,261,62,261,261,261,65,,,263,261,261,261,261,91,261,263,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,402,,261,261,261,261,261,261,77,261,261,261,,,,,261,261,263,261,91,261,,,,,,,,,,,,,,,,,,,,,,,,,, +261,62,,92,91,91,91,91,91,91,91,261,261,261,261,261,261,262,262,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,262,262,261,261,261,261,261,261,,261,261,261,332,,,,261,261,,261,91,261,,,,,,,,,,,,,,,,,,,,,,,,,, +261,62,,261,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,261,261,261,261,261,261,403,261,261,261,62,,,,261,261,,261,91,261,262,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,261,91,91,91,91,91,91,91,261,261,261,261,261,261,263,261,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,,261,261,261,331,,,,261,261,61,261,91,261,261,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,65,,92,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,263,263,261,261,261,261,261,261,77,261,261,261,,,,,261,261,,92,91,261,261,262,,,,,,,,,,,,,,,,,,,,,,,, +261,,,92,91,91,91,91,91,91,91,261,261,261,261,261,,,92,91,261,262,,,,,,,,262,,,,,,,,262,,,,,,,,,262,262,,,,,,,261,261,261,261,261,261,61,261,261,261,330,,,,261,261,,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,, +261,,,92,91,91,261,263,261,261,91,261,261,261,261,261,,,92,91,261,261,262,,,262,,,262,261,262,,,,,,262,261,262,262,,,,,262,262,261,261,262,262,,,,262,261,261,261,261,261,261,,261,261,261,,,,,261,261,,92,91,261,261,263,,,,,,,,,,,,,,,,,,,,,,,, +261,,,261,91,91,261,,261,261,91,261,261,261,261,261,62,,263,263,263,263,263,283,283,263,283,283,263,263,263,283,283,283,283,283,263,263,263,263,283,283,283,283,263,263,263,263,263,263,283,283,283,263,263,263,263,263,263,263,77,263,263,65,,,,262,261,261,,261,91,261,261,,,,,,,,,,,,,,,,,,,,,,,,, +261,,,261,91,91,261,,92,261,91,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,403,,,,,,262,262,263,129,261,,261,91,261,261,62,,,,,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262,262 +261,,,261,91,91,261,,92,91,91,261,261,261,261,261,,,262,262,262,262,262,283,283,283,283,262,262,262,283,283,262,262,283,283,262,262,262,283,283,283,283,283,262,262,262,262,262,262,283,283,283,262,262,262,262,262,283,261,402,,,262,431,263,65,,114,261,262,261,91,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,,,92,91,91,261,,92,261,91,261,261,261,261,261,,,92,91,261,261,263,,,,,263,263,263,,,263,263,,,263,263,261,,,,,,263,261,261,261,261,263,,,,263,263,261,261,263,,263,262,262,262,261,,,,262,114,261,261,261,91,261,261,262,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,,,92,91,91,261,,261,261,91,261,263,261,261,261,,,92,91,261,263,,,,,,,,,,,,,,,,,263,,,,,,,263,261,263,263,,,,,,,261,263,,,,263,261,261,261,62,,262,261,114,263,263,261,91,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,,,92,91,91,261,262,261,261,91,261,,261,261,261,66,,92,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,61,263,,,,,,263,261,261,67,262,261,261,114,,,92,91,261,261,261,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,,,92,91,91,91,91,91,91,91,261,62,92,261,261,261,262,261,91,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,263,261,261,114,,,261,261,261,261,261,,,,,261,261,261,261,261,261,263,263,261,263,263,261,263,263,261,263,263,261,261,261 +261,62,,92,91,91,91,91,91,91,91,261,,92,91,91,91,91,91,91,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,261,66,,263,261,114,262,262,261,261,261,261,263,,,,,261,261,261,261,261,261,140,139,261,142,140,261,142,139,261,139,143,261,261,261 +261,,,92,91,91,91,91,91,91,91,261,,92,261,261,261,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,263,114,261,261,263,263,263,263,,,,,,261,261,261,261,261,261,,,263,,,261,,,263,,,261,261,261 +330,,,92,91,91,91,91,91,91,91,261,,261,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,262,66,,114,261,261,,,,,,,,,,261,261,261,261,261,261,,,,,,261,,,,,,261,261,261 +261,,,92,91,91,91,91,91,91,91,261,262,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,263,261,261,,262,261,261,62,,,,,,,,,261,261,261,261,261,261,283,437,262,236,236,263,236,236,262,236,236,261,261,261 +261,,,92,91,91,91,91,91,91,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,262,261,261,261,,,,,,,,,,261,261,261,261,261,261,,,261,,,,,,261,,,261,261,261 +261,66,,261,91,91,91,91,91,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,263,263,263,263,,,,,,,,,,261,261,261,261,261,261,332,,261,,,262,,,261,,,261,261,261 +261,261,262,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,142,140,261,139,143,261,141,139,261,141,142,261,261,261 +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,262,262,261,262,262,261,262,262,261,262,262,261,261,261 +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,261 +263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263 +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,203,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,203,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,23,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,203,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,25,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,23,,,,,,,203,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,203,,,203,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,24,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,25,,,, +,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,24,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,25,,,,,,, +,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,25,,,23,,,, +,24,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5572 posEnd=642;5572 posCurrent=642;5572 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;4488 posEnd=1986;4488 posCurrent=1986;4488 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;3204 posEnd=2946;3204 posCurrent=2946;3204 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;4612 posEnd=2050;4612 posCurrent=2050;4612 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;5252 posEnd=642;5252 posCurrent=642;5252 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;4868 posEnd=258;4868 posCurrent=258;4868 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=514;4868 posEnd=514;4868 posCurrent=514;4868 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=578;4932 posEnd=578;4932 posCurrent=578;4932 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;5184 posEnd=1218;5184 posCurrent=1218;5184 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5184 posEnd=1282;5184 posCurrent=1282;5184 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;3400 posEnd=3266;3400 posCurrent=3266;3400 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;1024 posEnd=3778;1024 posCurrent=3778;1024 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;1024 posEnd=4034;1024 posCurrent=4034;1024 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=1536;3712 posEnd=1792;3712 posCurrent=1760;3712 step=2 time=35 phase=1212 channel=10 icon=74 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;3968 posEnd=2050;3968 posCurrent=2050;3968 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;4036 posEnd=2562;4036 posCurrent=2562;4036 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3392;4288 posEnd=3392;4288 posCurrent=3392;4288 step=1 time=0 phase=1212 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3264;4224 posEnd=3264;4224 posCurrent=3264;4224 step=1 time=0 phase=1212 channel=1 icon=32 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;452 posEnd=4098;452 posCurrent=4098;452 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;452 posEnd=3842;452 posCurrent=3842;452 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;5572 posEnd=1282;5572 posCurrent=1282;5572 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=1600;5312 posEnd=1984;5312 posCurrent=1773;5312 step=4 time=33 phase=1212 channel=10 icon=74 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1152;5248 posEnd=1344;5248 posCurrent=1305;5248 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=706;5316 posEnd=706;5316 posCurrent=706;5316 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;4932 posEnd=66;4932 posCurrent=66;4932 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;4996 posEnd=1154;4996 posCurrent=1154;4996 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4996 posEnd=1602;4996 posCurrent=1602;4996 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=1024;4928 posEnd=1280;4928 posCurrent=1280;4928 step=3 time=13 phase=1212 channel=10 icon=88 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=1472;4928 posEnd=1664;4928 posCurrent=1625;4928 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=17 stepAdvance=90 stepRecede=90 timeStopStart=47 timeStopEnd=47 posStart=960;4800 posEnd=1344;4800 posCurrent=1181;4800 step=2 time=52 phase=1212 channel=10 icon=79 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=1408;4800 posEnd=1664;4800 posCurrent=1664;4800 step=3 time=13 phase=1212 channel=10 icon=88 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;4868 posEnd=1730;4868 posCurrent=1730;4868 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=2432;4416 posEnd=2688;4416 posCurrent=2486;4416 step=4 time=19 phase=1212 channel=1 icon=261 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2432;4544 posEnd=2624;4544 posCurrent=2585;4544 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2496;4544 posEnd=2624;4544 posCurrent=2624;4544 step=3 time=27 phase=1212 channel=10 icon=85 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=2496;4608 posEnd=2688;4608 posCurrent=2649;4608 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;3400 posEnd=3330;3400 posCurrent=3330;3400 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2624;4608 posEnd=2496;4608 posCurrent=2496;4608 step=3 time=27 phase=1212 channel=10 icon=87 +MoveObject: type=16 stepAdvance=60 stepRecede=60 timeStopStart=0 timeStopEnd=0 posStart=3456;4480 posEnd=3840;4480 posCurrent=3629;4480 step=4 time=33 phase=1212 channel=10 icon=74 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;4356 posEnd=4098;4356 posCurrent=4098;4356 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;136 posEnd=3202;136 posCurrent=3202;136 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=4352;256 posEnd=4480;256 posCurrent=4480;256 step=3 time=27 phase=1212 channel=10 icon=85 +MoveObject: type=17 stepAdvance=150 stepRecede=150 timeStopStart=47 timeStopEnd=47 posStart=3648;640 posEnd=4288;640 posCurrent=3648;640 step=1 time=18 phase=1212 channel=10 icon=80 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3456;640 posEnd=3584;640 posCurrent=3584;640 step=3 time=27 phase=1212 channel=10 icon=85 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=3328;448 posEnd=3520;512 posCurrent=3481;499 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=17 stepAdvance=60 stepRecede=60 timeStopStart=47 timeStopEnd=47 posStart=3392;320 posEnd=3648;256 posCurrent=3648;256 step=3 time=13 phase=1212 channel=10 icon=88 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=2496;4672 posEnd=2624;4672 posCurrent=2624;4672 step=3 time=27 phase=1212 channel=10 icon=85 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=3840;256 posEnd=4032;320 posCurrent=3993;307 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=17 stepAdvance=45 stepRecede=45 timeStopStart=47 timeStopEnd=47 posStart=4288;384 posEnd=4480;512 posCurrent=4441;486 step=2 time=36 phase=1212 channel=10 icon=79 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1986;3968 posEnd=1986;3968 posCurrent=1986;3968 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;5188 posEnd=1922;5188 posCurrent=1922;5188 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4356 posEnd=2818;4356 posCurrent=2818;4356 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;4484 posEnd=3906;4484 posCurrent=3906;4484 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=1 stepAdvance=54 stepRecede=54 timeStopStart=3 timeStopEnd=3 posStart=2816;3456 posEnd=2816;2880 posCurrent=2816;3158 step=2 time=28 phase=1212 channel=1 icon=261 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2880;2944 posEnd=2880;2624 posCurrent=2880;2752 step=2 time=18 phase=1212 channel=1 icon=261 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=2816;2304 posEnd=2816;2624 posCurrent=2816;2496 step=2 time=18 phase=1212 channel=1 icon=261 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=2560;3776 posEnd=2816;3776 posCurrent=2784;3776 step=2 time=35 phase=1212 channel=10 icon=74 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2820 posEnd=2754;2820 posCurrent=2754;2820 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2436 posEnd=2754;2436 posCurrent=2754;2436 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;3588 posEnd=1666;3588 posCurrent=1666;3588 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=1984;4096 posEnd=2240;4096 posCurrent=2038;4096 step=4 time=19 phase=1212 channel=1 icon=261 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;3968 posEnd=2242;3968 posCurrent=2242;3968 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=17 stepAdvance=15 stepRecede=15 timeStopStart=47 timeStopEnd=47 posStart=2368;3520 posEnd=2432;3520 posCurrent=2419;3520 step=2 time=12 phase=1212 channel=10 icon=79 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;6148 posEnd=4546;6148 posCurrent=4546;6148 step=1 time=0 phase=1212 channel=10 icon=32 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;3968 posEnd=2306;3968 posCurrent=2306;3968 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;776 posEnd=4162;776 posCurrent=4162;776 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;776 posEnd=4418;776 posCurrent=4418;776 step=1 time=0 phase=1212 channel=10 icon=27 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;5572 posEnd=1346;5572 posCurrent=1346;5572 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=450;5440 posEnd=450;5440 posCurrent=450;5440 step=1 time=0 phase=1212 channel=10 icon=50 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;5572 posEnd=1858;5572 posCurrent=1858;5572 step=1 time=0 phase=1212 channel=10 icon=14 +MoveObject: type=5 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;5572 posEnd=962;5572 posCurrent=962;5572 step=1 time=0 phase=1212 channel=10 icon=7 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=258;5316 posEnd=258;5316 posCurrent=258;5316 step=1 time=0 phase=1212 channel=10 icon=14 diff --git a/worlds/world125.txt b/worlds/world125.txt new file mode 100644 index 0000000..903f399 --- /dev/null +++ b/worlds/world125.txt @@ -0,0 +1,276 @@ +DescFile: posDecor=800;600 dimDecor=100;100 world=0 music=7 region=2 blupiPos=1218;838 blupiDir=1 +Decor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,262,262,,,262,262,,,262,76,283,262,262,,,,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,261,261,262,,261,261,262,262,261,262,,261,263,262,76,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,261,261,263,262,261,263,263,76,263,263,283,263,76,263,283,263,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,261,261,,263,261,,,,,,,,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,261,261,,,261,76,262,262,283,262,76,262,283,262,262,199,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,263,261,262,283,261,,261,261,76,261,261,261,76,263,263,61,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,261,261,,261,67,261,261,262,261,261,65,,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,262,261,263,283,263,76,261,261,261,261,261,,,262,142,139,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +262,262,261,304,305,305,305,305,261,261,261,261,261,77,283,261,262,262,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,263,263,76,262,261,261,261,261,261,,,263,261,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,65,,,61,261,261,261,261,261,261,62,,,263,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,261,261,261,261,66,,,,263,261,261,262,262,262,262,262,262,262,262,262,262,76,262,,,,,262,283,262,262,76,262,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,261,261,261,261,263,139,142,,140,261,261,261,261,261,261,261,261,261,261,263,261,261,261,262,76,262,262,261,,261,263,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,261,261,261,263,143,142,143,,142,261,261,261,261,261,261,261,261,261,261,76,263,263,263,263,283,263,263,263,283,263,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,261,261,261,142,143,140,142,,262,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,67,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,261,261,261,140,139,142,142,,261,261,261,261,261,261,261,261,261,261,261,62,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,261,261,261,,,,,,261,261,261,261,261,261,261,261,261,261,261,62,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,62,,,,261,261,261,261,261,,,,262,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,283,76,76,76,76,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,76,76,76,262,261,261,261,261,261,76,262,262,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,76,76,76,261,261,261,263,263,263,67,261,261,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,68,261,261,,,,,261,263,261,,261,261,261,261,261,261,261,261,261,261,261,,,,,,,,,,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,68,261,261,,,262,262,261,139,263,,261,261,261,261,261,261,261,261,261,261,261,76,262,262,262,262,76,262,62,,,,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,68,261,261,76,262,261,261,261,143,140,141,261,261,261,263,263,263,263,263,263,263,263,262,261,261,261,263,76,261,,,,,76,263,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,76,76,76,263,261,261,,261,261,261,261,262,262,262,261,261,261,142,139,142,142,143,140,141,142,261,261,263,65,,61,263,,,,,,139,141,141,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,,261,261,261,261,261,261,261,261,261,261,142,139,141,141,143,140,140,139,261,261,,,,,140,139,283,283,283,141,262,143,143,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,,,,,261,261,,261,261,261,261,261,261,261,261,261,261,140,142,139,76,140,140,76,143,261,304,305,305,305,305,283,141,,,,,261,139,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,62,,,,261,261,76,263,263,263,76,263,263,263,263,76,263,76,140,140,,,,,61,261,,,,,,,140,,,,76,261,262,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,62,,,,263,263,62,,,,,,,,,,,,,,,,,,142,261,,,,,,,143,,,,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,66,,,,,,,,,,,,,,,,,,,,,,,,283,261,,,,,,,141,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,262,262,262,262,262,76,262,262,262,76,262,139,142,283,76,262,62,,,,,,,,261,304,305,305,305,305,141,262,66,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,143,140,141,261,261,,,,201,138,61,283,262,261,62,,,,,262,261,261,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +261,261,261,261,261,261,261,261,261,261,261,261,261,261,261,262,262,262,261,261,,,,201,138,,,261,261,,,,,61,263,261,261,283,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,261,261,,,,201,138,,,263,261,,,,,,,261,261,141,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,62,,,201,138,,,,261,304,305,305,305,305,283,261,261,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,,,,201,138,,,283,261,,,,,,,261,261,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,141,,,201,138,,,,261,,,,,,,261,65,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,142,142,141,261,138,,,283,261,62,,,,61,262,263,62,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,263,139,141,141,263,138,,,,261,304,305,305,305,305,263,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,139,140,142,262,138,202,,,262,261,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,262,140,139,263,138,,,262,261,261,,,,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,141,143,,202,,,261,261,261,,,,,,,,,,,61,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,142,139,,,61,262,261,261,261,262,262,262,,,,,,139,76,76,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,140,142,,,,261,91,91,91,91,91,261,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,142,139,,,262,261,91,261,263,261,91,261,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,139,142,,,92,91,91,261,,92,91,261,,,,,,,,,261,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,139,139,,,92,91,91,261,,263,263,263,283,283,283,283,283,76,76,76,261,261,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,139,139,,,92,91,91,261,62,,,,,,,,,,,67,261,261,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,261,261,262,262,262,262,261,261,261,261,76,262,262,76,262,262,262,262,262,76,76,76,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,263,263,261,261,261,261,261,261,263,263,261,261,263,261,261,261,261,261,261,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,263,263,263,263,261,263,,,263,263,,263,263,263,261,263,261,62,,,261,261,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,263,,,,,,,,,,263,,261,,,,261,263,261,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,261,,,,261,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,,261,262,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,262,263,261,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,261,,261,,,,261,263,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,262,261,,,,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,,,,261,,262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,61,262,261,261,62,,,261,262,263,62,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,261,261,261,,,,261,261,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,261,76,76,76,261,261,283,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,261,283,262,262,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,263,,263,263,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,16,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,25,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;388 posEnd=2242;388 posCurrent=2242;388 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;388 posEnd=2306;388 posCurrent=2306;388 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;388 posEnd=2370;388 posCurrent=2370;388 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;388 posEnd=2434;388 posCurrent=2434;388 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;1668 posEnd=2754;1668 posCurrent=2754;1668 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2690;1668 posEnd=2690;1668 posCurrent=2690;1668 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;2500 posEnd=1666;2500 posCurrent=1666;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;2500 posEnd=1922;2500 posCurrent=1922;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2754;2180 posEnd=2754;2180 posCurrent=2754;2180 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;2180 posEnd=2882;2180 posCurrent=2882;2180 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;2180 posEnd=2946;2180 posCurrent=2946;2180 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2050;2440 posEnd=2050;2440 posCurrent=2050;2440 step=1 time=0 phase=904 channel=10 icon=22 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2498;2180 posEnd=2498;2180 posCurrent=2498;2180 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2180 posEnd=2434;2180 posCurrent=2434;2180 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2180 posEnd=2370;2180 posCurrent=2370;2180 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2116 posEnd=2242;2116 posCurrent=2242;2116 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;2048 posEnd=3458;2048 posCurrent=3458;2048 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3330;2048 posEnd=3330;2048 posCurrent=3330;2048 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1856 posEnd=3266;1856 posCurrent=3266;1856 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1856 posEnd=3202;1856 posCurrent=3202;1856 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1856 posEnd=3138;1856 posCurrent=3138;1856 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;2048 posEnd=3522;2048 posCurrent=3522;2048 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;1732 posEnd=2818;1732 posCurrent=2818;1732 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;1668 posEnd=2882;1668 posCurrent=2882;1668 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;1668 posEnd=3010;1668 posCurrent=3010;1668 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;1668 posEnd=3138;1668 posCurrent=3138;1668 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;1732 posEnd=3074;1732 posCurrent=3074;1732 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2946;1732 posEnd=2946;1732 posCurrent=2946;1732 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;1604 posEnd=3202;1604 posCurrent=3202;1604 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3266;1604 posEnd=3266;1604 posCurrent=3266;1604 step=1 time=0 phase=904 channel=10 icon=13 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3394;2048 posEnd=3394;2048 posCurrent=3394;2048 step=1 time=0 phase=904 channel=10 icon=49 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;2440 posEnd=2370;2440 posCurrent=2370;2440 step=1 time=0 phase=904 channel=10 icon=22 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1472;1024 posEnd=1472;1024 posCurrent=1472;1024 step=1 time=0 phase=904 channel=1 icon=143 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1728;1024 posEnd=1728;1024 posCurrent=1728;1024 step=1 time=0 phase=904 channel=1 icon=143 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1664;1024 posEnd=1664;1024 posCurrent=1664;1024 step=1 time=0 phase=904 channel=1 icon=143 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1536;1024 posEnd=1536;1024 posCurrent=1536;1024 step=1 time=0 phase=904 channel=1 icon=143 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1600;1024 posEnd=1600;1024 posCurrent=1600;1024 step=1 time=0 phase=904 channel=1 icon=143 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2434;2440 posEnd=2434;2440 posCurrent=2434;2440 step=1 time=0 phase=904 channel=10 icon=22 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=896;1152 posEnd=896;512 posCurrent=896;1098 step=4 time=55 phase=904 channel=1 icon=261 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;388 posEnd=1410;388 posCurrent=1410;388 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;388 posEnd=1474;388 posCurrent=1474;388 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;388 posEnd=1538;388 posCurrent=1538;388 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;388 posEnd=1602;388 posCurrent=1602;388 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2944;1856 posEnd=2944;1920 posCurrent=2944;1901 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2688;1856 posEnd=2688;1920 posCurrent=2688;1901 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=2432;1856 posEnd=2432;1920 posCurrent=2432;1901 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;2440 posEnd=2114;2440 posCurrent=2114;2440 step=1 time=0 phase=904 channel=10 icon=22 +MoveObject: type=17 stepAdvance=30 stepRecede=30 timeStopStart=47 timeStopEnd=47 posStart=3648;1536 posEnd=3520;1664 posCurrent=3520;1664 step=3 time=35 phase=904 channel=10 icon=83 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4226;2500 posEnd=4226;2500 posCurrent=4226;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4290;2500 posEnd=4290;2500 posCurrent=4290;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4354;2500 posEnd=4354;2500 posCurrent=4354;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;2500 posEnd=4418;2500 posCurrent=4418;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4162;2500 posEnd=4162;2500 posCurrent=4162;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3778;2500 posEnd=3778;2500 posCurrent=3778;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3842;2500 posEnd=3842;2500 posCurrent=3842;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=20 stepAdvance=40 stepRecede=40 timeStopStart=8 timeStopEnd=8 posStart=3520;2112 posEnd=3200;2304 posCurrent=3520;2112 step=1 time=4 phase=904 channel=10 icon=110 +MoveObject: type=4 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=2560;2496 posEnd=3072;2496 posCurrent=2866;2496 step=4 time=97 phase=904 channel=10 icon=66 +MoveObject: type=21 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2116 posEnd=1794;2116 posCurrent=1794;2116 step=1 time=0 phase=904 channel=10 icon=123 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1664;2112 posEnd=1792;2240 posCurrent=1786;2234 step=4 time=1 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1920;2112 posEnd=1792;1984 posCurrent=1798;1990 step=4 time=1 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1856;2240 posEnd=1920;2176 posCurrent=1901;2195 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1664;2048 posEnd=1728;1984 posCurrent=1709;2003 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1728;2240 posEnd=1664;2176 posCurrent=1683;2195 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=1920;2048 posEnd=1856;1984 posCurrent=1875;2003 step=4 time=3 phase=904 channel=10 icon=72 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4098;2500 posEnd=4098;2500 posCurrent=4098;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4034;2500 posEnd=4034;2500 posCurrent=4034;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3970;2500 posEnd=3970;2500 posCurrent=3970;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3906;2500 posEnd=3906;2500 posCurrent=3906;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2500 posEnd=1730;2500 posCurrent=1730;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2500 posEnd=1794;2500 posCurrent=1794;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2500 posEnd=1858;2500 posCurrent=1858;2500 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;388 posEnd=1666;388 posCurrent=1666;388 step=1 time=0 phase=904 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;388 posEnd=1730;388 posCurrent=1730;388 step=1 time=0 phase=904 channel=10 icon=68 diff --git a/worlds/world199.txt b/worlds/world199.txt new file mode 100644 index 0000000..5e6cbd4 --- /dev/null +++ b/worlds/world199.txt @@ -0,0 +1,399 @@ +DescFile: posDecor=4082;0 dimDecor=100;100 world=0 music=1 region=31 blupiPos=4482;6 blupiDir=2 +Decor: +396,393,393,396,393,393,396,393,393,396,393,393,393,396,396,396,344,346,346,343,344,342,342,350,344,344,343,342,346,350,350,350,350,350,345,343,342,345,345,342,342,350,350,350,350,350,350,350,350,350,345,341,341,344,343,346,341,343,345,345,343,345,341,346,346,341,343,341,341,345,346,345,345,341,346,341,342,345,342,341,346,344,346,342,343,345,341,344,343,345,344,343,342,342,341,345,345,346,341,341 +396,331,,397,,384,397,401,,397,330,,,397,396,396,342,342,341,345,342,342,330,,362,344,346,342,348,,,,,,68,344,341,345,345,341,348,,,,,,,,,,362,344,344,343,345,341,346,341,342,350,341,341,345,350,350,350,350,345,341,343,341,350,346,343,350,342,343,344,342,344,346,343,350,350,350,343,350,350,350,350,341,344,341,343,342,345,342,342,345,345 +396,392,334,397,,,397,,,397,,,394,396,396,396,344,343,342,346,341,350,350,336,341,345,346,341,344,331,,,357,,68,343,342,342,344,343,348,,353,349,349,355,,,,,354,343,345,342,343,345,346,342,363,,354,346,356,,,,,362,343,350,356,,362,356,,354,350,346,343,345,350,356,,,,351,,,,,347,343,342,342,345,343,342,343,341,342 +396,396,335,397,,,397,,,397,,,397,396,396,396,342,344,341,346,356,,,,362,343,343,346,363,,,,358,,68,341,341,344,341,342,350,236,354,341,345,341,349,360,,,,68,341,346,345,345,346,346,363,,,351,,,,231,76,354,356,,,,358,,,,,362,350,356,,,,231,76,356,,,,,347,345,344,343,342,345,343,343,343,341 +396,393,336,397,,,397,,,397,,,397,396,396,396,345,344,344,356,,,,,362,346,341,346,341,355,,,,,68,341,343,341,341,356,,,,68,345,342,356,,,,,68,344,346,343,341,346,343,356,,,358,,,,,,,,,,,,,,231,76,351,,,,,,,,,,,,,347,341,345,345,343,341,345,343,343,344 +396,401,,397,,,397,,,397,,,397,391,389,396,346,345,356,,,,357,,362,342,346,346,344,363,,,,,68,343,344,345,363,,,,,68,345,348,,,,,,68,345,343,343,346,341,348,,,,,,,357,,,,231,76,76,76,76,231,,,,358,,,,,231,76,76,76,231,,,,362,342,343,342,344,341,341,344,341,342 +396,,,397,,,397,,,397,,,397,393,393,396,345,356,,,353,349,344,235,344,342,341,345,342,345,360,,,,68,344,343,345,348,,,,,68,345,363,,,,364,,68,344,342,345,341,346,356,,,,,353,349,342,355,,,,,,,,,,,,,,,,,,,,,,,,,347,343,345,344,350,350,350,343,345,341 +396,399,399,395,399,399,395,399,399,395,399,399,395,,,397,348,,,,347,342,348,,362,343,341,346,342,363,,,,,68,341,341,341,348,,,,,68,342,363,,,,364,,68,342,343,345,341,363,,,,,,347,342,344,348,,,,231,76,76,76,231,,,,231,76,76,76,349,355,,,,,231,,,362,343,350,356,,,,92,91,346 +396,,,,,,,,,,,,,,,397,363,,,,347,341,363,,362,341,346,346,343,363,,,,,68,343,342,344,363,,,,,68,342,348,,,,364,,68,341,344,344,344,363,,,,,,362,346,343,343,355,,,,,357,,,,,,,,,,362,343,349,76,76,76,231,,,362,356,,,,,,92,91,343 +396,,,,,,,,,,,,,,,397,363,,,,347,343,363,,347,344,342,345,346,348,,,,,68,343,341,345,363,,,357,,68,344,348,,,,364,,68,343,343,343,341,363,,,,,,347,346,342,342,343,349,349,349,349,345,349,355,,,,,231,76,353,342,345,348,,,,,,,358,,,,,,,92,91,346 +396,,,,,,,,,,,,,,,397,363,,,,362,346,363,,362,342,346,342,343,342,235,231,,,68,342,344,341,363,,,358,,68,343,363,,,,364,,68,345,344,342,343,363,,,,,,347,341,343,345,344,344,345,346,341,345,346,343,355,,,,,,362,346,344,341,355,,,,231,,,,,,,,,92,91,345 +396,,,,,,,,,,,,,,,397,363,,,,362,346,348,,362,344,343,344,343,363,,,,,354,350,350,341,348,,,,,68,341,348,,,,,,68,343,345,342,346,344,349,355,,,353,343,341,342,341,342,342,345,341,341,343,342,346,341,349,349,349,349,349,342,344,341,343,345,349,76,76,231,,,,,,,,,92,91,346 +396,399,399,394,399,399,394,399,399,394,399,399,394,402,,397,342,355,,,231,343,348,,347,343,342,345,344,346,349,355,,,,,,362,363,,,,,68,345,343,355,,,,,68,341,343,346,342,346,345,348,,,347,344,345,343,345,345,344,344,345,342,344,344,345,343,344,341,344,342,345,343,345,342,346,344,356,,,,,,,,,,,,92,91,346 +396,,378,397,,378,397,,,397,,398,397,392,392,396,342,341,349,349,344,343,345,235,342,342,345,344,341,341,343,346,349,349,349,349,235,345,363,,,,,68,342,342,341,355,,,,68,343,344,341,346,344,345,344,231,335,231,231,343,343,341,342,341,344,343,343,344,341,343,345,342,342,343,346,342,345,345,342,344,348,,,201,,,,,,,,,,347,346,341 +396,,378,397,,378,397,,,397,,398,397,391,389,396,341,345,341,346,341,350,356,,362,341,343,342,344,343,342,346,345,343,342,348,,362,344,355,,,,68,343,345,350,356,,,353,344,341,342,341,343,344,341,344,231,,,231,343,343,344,342,341,342,341,344,342,342,342,342,344,346,343,342,345,343,343,346,342,348,,,201,,,,,,,,,,362,343,341 +396,,,397,,378,397,,,397,,398,397,396,396,396,346,345,342,346,348,,,,347,342,344,346,344,342,341,346,341,343,345,363,,362,345,341,352,236,353,344,341,348,,,,,347,344,344,346,346,344,345,342,341,231,231,231,231,343,343,344,343,343,342,343,344,345,342,341,343,342,341,344,345,345,345,345,344,341,344,76,76,201,201,,,,,,,,,362,342,346 +396,,,397,,378,397,,,397,,398,397,396,396,396,7,12,2,2,6,304,,,10,10,2,4,7,8,341,343,341,345,343,363,,347,342,356,,,347,344,344,356,,,,,347,343,343,344,346,346,342,346,344,343,344,350,350,342,343,342,344,343,342,346,345,343,345,343,344,341,341,344,343,344,345,343,341,343,363,,,201,,,,,,,,,,347,345,345 +396,,,397,,378,397,,,397,,398,397,396,396,396,1,5,12,8,10,304,,,12,14,14,9,10,11,8,344,344,342,341,344,235,350,356,,,,347,343,363,,,,,353,342,343,345,345,341,341,343,342,345,343,348,,,362,342,345,345,342,342,345,343,344,344,342,345,344,344,342,345,344,345,341,343,345,363,,,201,,,,,,,,,,92,91,344 +396,,,397,,378,397,,,397,,398,397,396,396,396,11,14,4,10,8,304,,,6,13,1,6,10,8,4,9,345,346,344,348,,,,,,353,345,344,363,,,,353,343,345,341,346,344,342,341,344,344,344,343,363,,,347,344,345,343,345,341,344,344,342,345,341,343,341,344,341,341,344,341,342,346,341,348,,,,,,,,,,,,,92,91,346 +396,399,399,397,,378,397,,,397,,398,397,396,396,396,5,8,13,12,17,,,,57,14,5,7,11,13,1,11,342,341,346,341,349,349,349,349,349,342,346,342,342,235,349,235,343,344,345,342,344,345,10,10,22,10,10,344,348,,,362,344,342,341,342,345,343,341,344,341,345,343,342,342,344,344,344,345,342,342,343,342,76,76,76,231,,,,,,,,,92,91,343 +396,,,397,,378,397,,,397,,398,397,396,396,396,13,5,10,25,,,,,,56,10,10,2,12,6,12,341,343,344,346,342,346,341,346,342,345,342,341,363,,347,344,342,344,344,346,341,342,10,,,,10,345,356,,,362,345,343,343,345,342,344,341,344,345,342,344,342,342,345,345,341,341,343,345,343,363,,,,231,,,,,,,,,92,91,342 +396,399,399,397,,,397,,,397,,398,397,396,396,396,12,11,13,25,,,,,,,,68,7,10,12,14,343,341,345,341,342,341,342,345,350,350,344,343,348,,347,342,342,341,346,345,341,343,10,,,,10,356,,,,347,342,350,350,350,350,350,350,350,343,342,345,343,343,343,345,342,346,341,342,344,348,,,,,,,,,,,,,92,91,343 +396,,,397,,,397,,,397,,398,397,396,396,396,10,14,10,25,,,,,,,56,10,12,13,9,2,341,342,345,35,156,35,185,185,,,197,186,189,198,156,35,35,156,35,345,343,341,216,,,,73,,,,353,350,356,,,,,,,,347,346,345,342,343,345,345,344,342,342,341,345,348,,,,,,,,,,,,,92,91,343 +396,399,399,397,,,397,,,397,,398,397,396,396,396,11,11,14,25,,,,,,,,68,13,9,6,9,5,35,35,156,35,156,185,37,,,,,,,36,35,156,156,35,346,344,345,10,,,,10,352,352,352,356,,,,,357,,,,,354,341,344,344,342,345,344,344,343,343,345,342,344,76,76,76,231,,,,,,,,,92,91,346 +396,,,397,,,397,,,397,,398,397,396,396,396,1,8,12,25,,,,,,,56,10,10,12,7,13,6,35,35,156,156,185,185,37,,,,,,,36,35,156,156,156,345,343,344,217,,,,73,,,,,,,353,349,344,355,,,,,347,342,346,345,341,345,342,342,342,343,343,342,355,,,201,,,,,,,,,92,91,346 +396,399,399,397,,,397,,,397,,398,397,396,396,396,5,10,2,25,,,,,,,,68,13,10,12,14,4,35,35,156,185,185,156,37,,,196,186,186,192,156,35,35,156,156,345,342,345,10,,,,10,352,352,352,352,352,352,350,350,341,348,,,,,347,346,346,344,346,341,342,346,344,345,344,343,348,,,231,,,,,,,,,92,91,341 +396,,,395,392,386,393,,,397,,398,397,396,396,396,7,11,1,25,,,,,,,56,10,9,6,2,8,7,156,156,185,185,35,35,37,,,197,186,187,186,35,156,156,156,156,343,345,344,231,,,,73,,,,,,,,,354,341,355,,,353,341,344,343,344,345,346,343,345,341,342,344,342,356,,,201,,,,,,,,,92,91,345 +396,,,,395,,,,387,393,399,399,395,393,393,393,6,1,9,25,,,,,,,,68,9,10,11,10,10,35,35,185,156,35,35,37,,,,197,188,198,156,156,35,35,35,344,345,344,10,,,,10,352,352,352,352,352,355,,,,354,350,352,352,350,350,345,345,344,343,341,342,341,341,341,341,350,76,76,76,231,,,,,,,,,92,91,346 +396,,,,,,394,262,261,263,,,261,261,261,261,10,1,5,25,,,,,,,56,10,7,11,2,7,1,156,156,185,35,35,35,37,,,,,,,36,156,35,156,35,342,345,345,218,,,,73,,,,,,354,355,,,,,,,,,354,346,345,342,345,344,343,343,344,363,,,,,,,,,,,,,,92,91,346 +396,402,,,,,397,261,261,139,,,263,261,261,261,14,7,6,25,,,,,,,,68,10,11,4,9,14,156,156,185,156,156,156,37,,,,,196,186,156,156,156,156,156,342,341,342,10,,,,10,349,355,,,,,354,349,349,349,349,349,349,355,,,362,342,343,341,345,346,344,345,356,,,,,353,349,352,352,352,355,,,,92,91,342 +393,386,386,386,386,386,393,261,263,140,,,139,261,261,261,6,13,8,25,,,,,,,56,10,13,9,10,10,8,156,35,156,156,35,156,37,,,196,186,187,186,35,156,156,156,156,344,342,342,10,,,,10,342,344,355,,,,,354,350,342,343,343,344,363,,,362,341,343,343,342,345,345,348,,,,353,76,350,363,,,,347,360,,,362,345,346 +261,261,261,261,261,261,261,261,143,262,,,403,68,263,263,13,13,8,25,,,,,,,,68,12,2,5,12,8,156,35,35,156,156,156,37,,,197,188,189,192,35,156,156,156,156,344,342,344,10,10,22,10,10,345,343,348,,,,,,,362,345,344,341,346,355,,347,341,343,341,343,346,346,356,,,,351,,,354,76,349,76,356,,,353,341,341,346 +263,261,261,263,261,263,261,261,262,261,,,261,261,140,141,11,7,13,25,,,,,,,56,10,14,11,10,2,2,156,156,156,156,156,156,37,,,,,,,36,35,156,35,35,346,341,342,342,356,,362,350,350,350,342,355,,,357,,,347,346,343,350,344,363,404,231,344,341,342,346,344,346,,,,,347,355,,,,351,,,,353,343,344,346,342 +142,263,263,143,263,140,263,263,261,263,,,261,261,262,142,1,10,2,10,16,,,,60,10,10,1,11,8,1,12,14,156,35,35,156,156,156,37,,,,,,,36,156,35,35,156,346,346,342,350,235,235,231,,,,347,363,,,351,,,362,341,356,,354,348,,354,343,346,346,346,346,363,,353,349,349,342,341,349,349,349,345,349,349,349,345,343,346,346,342 +262,401,,364,,,,,263,401,,,261,261,261,262,11,2,7,13,1,304,305,305,305,48,13,12,6,2,5,11,4,35,156,35,35,156,156,37,,196,187,189,186,198,156,35,156,35,35,342,346,356,,,,,,359,349,343,356,,,351,410,,354,363,,,,351,,,362,346,344,346,342,215,236,215,216,216,216,216,216,216,216,216,216,216,216,216,216,216,284,301 +261,,,261,,,,,,,,,261,261,261,261,6,6,4,10,2,6,6,10,201,10,2,1,8,2,4,1,9,35,35,35,156,35,156,37,,197,186,186,188,198,156,35,156,35,35,346,363,,,,,,,,354,348,,,,351,,,,351,,,,358,,,362,341,342,345,343,216,,214,,,,,,,,,,,,,,216,301,301 +261,,,261,,,262,262,,,,378,263,261,261,261,156,35,156,35,35,35,156,145,76,156,35,35,35,156,156,156,156,35,35,156,35,156,35,37,,,,195,188,198,156,35,156,35,35,345,363,,231,235,355,,,,,351,,,353,356,,,353,356,,,,,,,362,344,344,342,345,216,,215,,216,,216,,216,,215,,216,,216,,216,301,301 +261,,,261,,,263,261,,,,378,142,261,261,261,35,156,156,156,156,156,149,,,152,145,145,145,145,145,145,35,35,156,156,156,156,156,37,,,,197,186,198,156,156,35,156,156,345,348,,,354,350,349,349,355,,351,,,351,,,,351,,,,,,,353,343,343,344,345,346,216,,214,,,,,,,,214,,,,,,216,284,301 +261,,,261,,,142,261,376,262,378,262,283,261,261,261,35,35,156,156,35,156,154,,,,,,,,,,36,35,156,35,156,35,35,37,,,,,,,36,35,156,156,156,344,363,,,,,354,350,343,349,348,,,351,,,353,350,360,,,,353,349,345,341,346,341,343,344,216,,215,,215,,216,,215,,215,,215,,216,,216,301,284 +261,,,263,,,262,261,403,261,378,261,143,261,261,261,156,156,35,35,35,154,,,,,,,,,,,36,156,35,35,35,35,35,37,,,,,196,186,35,35,156,35,35,343,346,355,,,,,,231,235,363,,,358,,,351,,,,,,347,342,342,343,345,346,343,343,216,,,,214,,,,214,,,,214,,,,216,301,301 +261,,,142,,,261,261,,261,378,261,262,261,261,261,156,35,35,156,37,,,,,,,,,,,,36,35,156,35,156,35,35,37,,,196,186,187,186,156,156,156,35,35,345,344,356,,,,,,,,362,355,,,,353,348,,,,353,349,344,346,345,344,345,345,341,344,216,,216,,215,,215,,215,,216,,215,,215,,216,284,301 +263,,,262,,,261,263,,261,,263,261,261,261,261,156,156,156,35,37,,,,,,,,,,,,36,35,35,156,35,35,156,37,,,194,189,186,188,156,156,156,35,35,344,348,,,353,355,,,,,373,363,,,,362,356,,353,349,346,345,346,342,344,343,345,341,345,343,216,,,,,,214,,,,,,,,214,,216,301,301 +143,,,261,,,261,142,376,263,384,139,261,261,261,261,35,156,35,156,37,,,,,151,144,144,144,144,144,185,35,35,156,35,156,156,156,37,,,197,186,188,198,156,156,156,35,156,343,341,349,352,350,344,349,355,,,354,348,410,,,351,,,354,342,342,344,343,345,345,342,343,346,343,341,216,,216,,216,,215,,216,,216,,216,,215,,216,284,301 +262,,,263,,,261,262,,,,283,261,261,261,261,156,35,35,156,156,155,,,,152,35,35,156,35,35,185,35,156,156,35,35,156,35,37,,,,,,,36,156,35,156,156,343,346,356,,,354,350,348,,,,351,,,353,348,,,,354,350,343,346,344,343,341,342,342,341,345,216,,,,,,,,,,,,,,,,216,284,284 +261,402,,,,262,261,261,402,,,,261,261,261,261,156,35,156,35,156,35,155,,,110,36,156,156,156,35,185,156,35,156,156,156,35,156,37,,,,,,,36,35,35,35,35,344,363,,,,,,351,,,,351,,,362,356,404,,,,,354,350,344,343,345,343,345,344,344,216,216,216,216,216,216,216,216,216,216,215,236,215,216,216,216,216,301,284 +261,262,262,262,262,261,261,261,262,262,262,384,261,261,261,261,156,35,156,156,156,156,35,144,150,110,36,35,35,35,35,185,185,35,35,35,156,156,156,37,,,,,,,36,156,35,156,156,346,363,,,,,,351,,,353,348,,353,348,,,,,,,,,354,350,341,346,346,345,345,343,344,342,301,301,301,301,284,301,301,301,292,288,286,284,301,284,284,284 +345,343,341,343,346,344,343,350,342,341,343,343,342,341,344,342,341,344,342,341,344,341,343,345,348,110,347,343,343,156,35,35,185,145,35,35,156,156,156,37,,,,,196,198,185,35,35,156,35,343,363,,,,,353,356,,,362,356,,347,348,,353,349,349,349,349,355,,,,362,344,346,342,344,345,341,341,301,284,301,284,301,284,284,284,301,301,292,287,293,301,301,301 +346,345,345,342,342,343,348,,354,345,344,344,343,346,342,345,341,343,346,342,346,342,345,343,348,110,347,345,343,35,35,154,,,36,35,156,156,35,37,,,196,186,189,192,185,156,35,156,156,345,348,,,,,351,,,231,348,,,354,350,352,345,345,344,344,341,363,,,,362,346,345,341,342,342,341,344,301,301,284,284,301,284,301,301,301,284,284,302,294,284,284,284 +341,343,341,342,343,346,343,355,,347,346,344,341,344,341,341,345,346,345,344,343,346,342,341,363,110,362,343,345,156,37,,,,36,35,35,156,156,37,,,194,191,187,198,185,35,156,156,156,341,341,355,,,,354,355,,,351,,,,,,347,342,341,345,342,345,355,410,,231,343,341,343,341,343,342,346,301,284,301,284,301,301,284,301,301,284,284,300,284,284,301,301 +342,344,345,350,350,350,350,350,352,350,350,350,350,350,350,350,350,350,350,350,350,344,345,344,348,110,347,343,342,35,37,,,,36,35,35,35,35,37,,,197,186,189,198,35,35,156,156,35,344,341,348,,,,,351,,,354,355,,,353,349,342,344,346,341,342,343,363,,,362,342,344,345,345,344,346,341,284,301,284,284,301,301,301,284,284,301,291,,129,301,284,301 +345,342,356,,,,,,,,,,,,,,,,,,,362,345,343,363,110,362,345,345,35,35,155,,,36,156,156,35,35,37,,,,,,,36,156,35,35,156,343,346,356,410,357,,,351,,,,362,349,349,342,343,343,346,344,343,343,345,348,,,354,344,341,346,345,346,345,344,301,284,301,284,284,284,301,301,301,301,138,,114,301,301,301 +343,363,,,,,,,,,,,,,,,,,,,,347,344,341,348,110,347,343,341,35,156,35,144,144,156,35,156,156,35,37,,,,,,,36,156,156,156,35,342,363,,,351,,,362,355,,,231,235,343,345,345,342,344,345,344,343,344,363,,,,362,346,341,346,344,345,345,287,287,287,287,293,301,284,284,284,284,302,,114,301,301,284 +345,363,,,,,,,,,,,,,,,,,,,,362,344,345,363,110,347,345,341,156,156,156,35,156,156,35,35,156,156,37,,,,,,,36,156,35,35,156,346,348,,,351,,,354,363,,,,,362,344,343,344,341,342,345,342,342,348,,,,362,346,342,344,346,341,363,,,,,286,301,284,301,284,301,138,,114,68,301,301 +346,363,,353,352,352,352,349,352,352,352,349,349,349,349,352,352,352,355,,,347,342,343,348,110,347,344,341,35,156,156,35,156,156,35,35,156,156,37,,196,186,189,187,198,156,156,156,156,156,342,348,,,351,410,,,362,355,,,353,342,341,345,343,345,345,342,342,344,231,,,,373,341,346,344,341,342,348,,,,,286,284,284,301,301,284,138,,114,284,301,301 +341,341,76,356,,,,358,,,,362,342,342,348,,,,351,,,362,343,350,356,110,347,346,343,341,82,78,84,79,81,80,78,78,81,81,78,78,78,78,78,201,78,83,84,82,81,344,363,,,358,,,,362,363,,,354,343,344,342,342,341,344,344,342,341,345,355,,,354,346,346,342,341,345,348,,,,,286,301,284,284,301,301,285,,114,284,301,284 +342,348,,,,357,,,,357,,354,350,350,356,,231,76,351,,,362,363,,,110,362,343,343,342,79,81,78,82,80,83,79,83,84,81,83,83,78,78,84,201,80,83,80,78,81,342,345,355,,,,,353,343,356,,,,231,345,343,342,342,343,344,345,344,344,344,355,,,354,344,344,346,346,363,,,,,303,284,284,284,284,284,138,,114,68,284,284 +341,342,76,355,,351,,,,351,,,,,,,,,351,,,347,363,,10,110,347,342,343,345,78,79,79,81,81,80,83,84,81,78,84,80,84,78,,,78,80,78,80,81,346,344,348,,,,353,342,363,,,,,,354,345,342,345,343,343,343,341,345,342,363,,,,362,344,346,344,363,,,,,286,301,301,284,284,301,138,,114,284,301,301 +343,348,,354,352,350,352,352,352,350,352,352,352,352,352,352,352,352,356,,,362,363,,202,110,362,344,341,346,81,83,78,78,84,84,83,78,82,80,82,79,82,78,,,129,78,80,84,79,344,341,356,,,359,346,346,363,,,,,,,231,235,341,341,343,345,345,342,341,345,349,349,235,341,345,341,341,348,,,,,286,284,284,301,284,284,285,,114,284,301,301 +342,363,,,,,,,,,,,,,,,,,,,,362,348,,202,110,347,343,341,346,84,83,80,78,78,78,84,84,83,82,84,84,81,78,,,114,83,82,81,83,346,348,,,,,347,343,342,355,,,,,,,,354,343,341,345,343,343,345,344,341,341,235,343,345,343,345,348,,,,,286,284,284,301,284,301,292,,114,301,301,301 +346,345,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,349,355,,,362,363,,202,110,362,343,343,343,82,84,82,78,84,80,83,84,80,78,82,82,78,78,81,82,114,78,78,78,80,344,348,,,,,231,350,350,231,352,352,355,,,,,,354,344,344,342,341,345,341,342,363,,347,346,345,342,348,,,,,286,301,284,284,301,284,284,300,301,301,301,301 +345,345,344,342,344,344,342,343,342,345,345,346,346,345,341,344,343,341,356,,,362,341,349,10,110,362,342,341,343,80,78,84,82,81,81,83,80,84,83,80,84,81,87,,,114,82,78,80,78,345,346,355,,,,201,,,201,,,354,355,,,,,,231,235,341,342,343,344,341,348,,362,341,344,346,363,,,,,286,301,301,301,301,301,291,,110,301,301,301 +341,346,344,342,343,342,345,346,343,342,342,344,343,345,344,341,342,348,,,,347,342,344,363,110,347,344,345,345,79,79,81,79,83,83,81,82,78,78,82,79,79,,,,114,82,80,79,80,346,343,356,,,,231,349,349,231,,,,351,,,,,,,,354,350,344,343,343,345,235,341,341,343,341,363,,,,,303,301,284,284,284,301,285,,110,301,301,301 +342,342,344,344,342,341,342,341,346,341,341,344,341,341,343,344,345,363,,,,362,342,341,363,110,347,342,341,344,83,78,84,80,78,82,78,84,82,78,83,84,80,,,,114,83,78,83,84,344,363,,,,,362,342,343,356,,,,362,355,,,,,,,,,354,342,342,350,235,343,345,345,344,363,,,,,303,284,301,301,301,301,302,,110,68,301,284 +345,350,350,341,344,344,341,341,345,344,343,342,345,344,343,343,346,348,,,,362,345,346,348,110,347,342,341,346,81,83,83,80,79,78,83,83,78,80,81,82,79,,,,114,83,78,81,83,346,348,,231,235,353,344,345,363,,,,,231,350,352,355,,,,,,,,362,348,,,347,345,344,346,348,,,,,303,284,284,284,301,284,138,,110,68,284,301 +348,,,347,344,345,344,342,341,341,343,344,346,342,344,343,343,348,,,,362,345,342,363,110,362,346,346,345,84,79,78,81,79,78,81,78,78,84,81,83,82,,,,114,78,80,78,80,341,363,410,,,231,235,344,342,349,355,,,,,,354,352,349,349,355,,231,235,362,343,235,349,343,343,344,344,348,,,,,303,301,284,301,301,301,138,,110,68,301,284 +345,360,,362,350,345,342,345,346,341,345,344,350,350,343,343,342,343,349,355,,347,342,342,363,110,362,341,343,345,83,80,78,84,84,83,81,82,82,78,80,83,84,,,,114,78,84,83,79,343,348,,,,,,354,350,344,342,349,355,,,,,,362,345,348,,,,362,350,235,350,345,344,341,346,348,,,,,286,301,284,284,301,284,138,,110,284,301,284 +356,,,358,,347,346,346,350,350,350,356,,,92,91,91,342,342,348,,92,91,91,363,110,347,346,345,346,78,80,78,78,83,80,81,83,78,80,81,79,82,,,,114,78,83,80,81,341,344,355,,,,,,,231,235,345,346,349,349,355,,,354,344,348,,,353,348,,,,347,343,343,346,363,,,,,303,284,284,284,284,284,302,,110,301,301,301 +,,,,,347,350,356,,,,,,,92,91,91,91,342,341,349,345,91,91,348,110,362,345,343,343,83,84,83,82,84,82,81,83,79,82,84,84,82,,,,78,78,80,81,84,343,345,341,352,355,,,,,,,354,350,341,343,348,,,,362,363,,,362,363,,,231,345,345,343,346,348,,,,,286,284,301,284,301,301,285,,110,301,301,284 +,,,,,214,,,,,,,,,92,91,91,91,91,91,91,91,91,91,363,110,362,345,344,344,84,78,82,84,81,80,84,81,80,83,83,81,83,,,,,68,82,82,83,341,343,356,,347,349,349,355,,,,,,362,344,363,,,,354,343,355,,231,363,,,,347,341,341,344,348,,,,,286,284,301,301,284,301,302,288,110,284,284,284 +214,214,214,214,214,214,,,,,,,,,347,343,345,344,343,341,344,344,345,350,356,110,362,344,342,341,81,84,83,82,82,84,78,83,79,78,80,78,84,,,,,68,79,80,80,343,363,,,354,343,341,350,352,352,355,,,231,345,363,,,,,362,348,,,351,,,353,342,344,345,342,363,,,,,303,301,284,284,301,301,289,284,126,284,301,284 +,,,,,,,,,,,,,,362,344,344,341,341,342,343,341,363,,,110,347,345,346,343,79,83,82,80,79,82,82,82,81,82,80,83,79,,,,,68,80,83,80,341,363,410,,,362,356,,,,351,,,,347,348,,,,,362,356,,,351,,,362,342,341,345,345,363,,,,,286,284,301,284,284,284,300,284,301,301,301,301 +214,214,214,214,214,214,,,,,,,,,92,91,345,345,341,341,342,345,348,,,110,347,341,344,342,80,83,83,84,83,82,82,78,84,80,78,81,79,,,,,68,82,81,84,346,363,,,,358,,,,353,341,355,,,347,348,,,231,235,356,,,,351,,,354,341,344,346,343,363,,,,,303,301,301,301,284,291,,364,68,301,301,301 +,,,,,214,,,,,,,,,92,91,91,342,342,343,342,344,348,,,110,347,341,345,344,83,79,84,81,84,80,81,82,78,83,79,78,79,,,,80,82,81,84,82,345,348,,,,,,,359,350,345,356,,,362,348,,,,,,,,,351,,,,362,342,345,345,348,,,,,286,301,284,284,284,302,,,68,284,301,301 +349,355,,,357,,353,349,349,349,349,349,349,349,343,91,91,91,346,341,345,342,348,,,110,362,346,341,346,82,78,79,80,82,79,80,84,78,82,84,78,78,201,201,201,81,83,78,84,83,341,342,349,355,,,361,,,,358,,,,347,346,355,,,,,,,353,344,355,,,354,345,341,342,348,,,,,303,301,301,284,284,285,,364,68,301,284,284 +344,356,,,351,,347,342,342,344,341,343,344,342,342,343,91,91,345,346,344,341,363,,,110,347,342,344,343,81,84,84,81,84,81,78,82,82,82,83,79,80,,,,81,83,80,81,82,342,341,342,346,355,,,,,,,,,,362,345,345,349,355,,,,353,346,342,348,,,,347,344,344,346,349,349,349,349,349,284,284,284,284,285,,,68,284,284,284 +363,,,,362,349,346,343,344,342,341,345,341,342,341,344,91,91,91,91,91,91,341,349,355,110,347,343,342,341,82,82,78,78,82,81,84,83,81,79,78,84,79,201,201,201,81,80,80,84,83,344,344,346,345,345,355,,,,,,,353,349,345,346,346,345,346,349,349,349,344,343,341,344,349,355,410,231,345,341,342,345,341,345,342,346,301,301,301,301,292,,364,68,301,301,284 +345,349,349,349,344,342,344,344,345,346,344,341,343,345,341,342,91,91,341,350,342,91,343,343,363,110,347,345,346,341,82,80,78,80,80,78,79,79,83,84,80,82,80,,,,83,82,84,79,79,342,345,343,343,341,341,349,349,355,,,,231,343,343,343,345,345,342,345,345,346,345,346,345,346,341,363,288,,362,342,343,345,345,345,346,341,284,284,301,301,284,300,301,284,284,284,301 +341,350,341,342,341,345,342,341,345,344,91,91,91,91,91,91,91,91,363,,92,91,345,343,363,110,347,343,345,341,82,81,83,79,84,82,83,83,84,79,78,81,84,201,201,201,83,84,83,82,82,248,246,249,248,249,249,248,248,248,264,,265,249,246,246,247,248,249,248,246,246,246,284,284,301,284,284,284,301,300,301,301,284,301,284,284,284,284,284,301,301,284,291,294,301,284,284,284,284 +363,,347,343,341,341,91,91,91,91,91,91,341,344,344,345,342,341,356,,347,341,346,344,348,110,347,343,346,344,83,79,84,80,78,81,78,84,84,82,84,82,84,,,,82,80,81,83,81,246,247,249,248,249,249,246,248,246,281,,282,248,248,249,247,246,247,249,249,249,246,284,301,301,284,284,301,301,300,284,284,284,284,284,284,284,284,284,284,284,301,289,284,301,301,301,284,301 +363,,362,91,91,91,91,91,345,344,341,346,345,344,350,350,350,356,,,362,342,345,342,363,110,362,343,344,342,79,80,84,79,79,84,79,79,84,79,80,82,84,201,201,201,84,79,81,78,84,248,248,246,249,248,247,247,246,247,118,118,118,118,118,118,118,246,132,246,249,248,246,284,284,284,284,337,337,337,289,284,284,284,284,284,284,301,301,301,284,291,290,303,301,284,284,284,301,301 +363,,92,91,91,91,91,91,341,345,346,350,350,348,,,,,,353,341,343,341,345,348,110,347,344,344,341,79,79,82,79,79,80,83,80,80,84,82,78,83,,,,80,80,80,83,82,248,246,246,248,249,248,247,247,248,118,118,118,118,118,118,118,246,132,246,249,249,249,301,284,284,301,337,337,284,300,284,301,284,284,284,284,284,284,284,291,294,301,296,284,301,284,301,301,284 +363,,92,91,91,345,344,344,344,346,363,,,201,201,201,201,201,201,345,343,346,341,344,363,110,362,343,343,342,79,81,84,78,81,81,80,81,84,84,83,80,81,,,,78,83,78,81,81,247,246,248,247,247,247,248,246,246,271,267,267,267,,,282,249,249,248,246,247,249,284,301,301,301,295,301,301,289,301,301,284,301,284,301,301,301,301,300,284,284,301,301,284,301,301,284,284 +348,,92,91,91,345,342,342,344,344,363,,,351,,,,,201,343,342,343,342,344,363,110,362,346,342,341,79,81,79,79,82,83,79,79,84,83,84,82,80,201,79,79,84,82,79,83,80,247,246,249,249,246,248,249,249,249,247,249,247,249,118,118,118,132,249,249,246,246,249,284,301,301,301,300,284,301,285,68,301,284,284,284,301,301,284,301,289,284,301,301,301,301,284,301,284,301 +342,76,344,341,341,345,345,342,342,345,363,,,362,355,,353,349,201,342,341,342,344,346,363,110,354,350,342,345,84,82,83,82,83,79,78,81,83,78,81,88,,,,110,80,79,84,78,78,246,249,248,246,249,247,249,248,247,249,249,247,249,264,,282,246,249,249,247,249,247,301,284,284,284,296,284,291,,68,301,301,284,301,301,284,284,301,285,287,293,301,301,284,301,301,284,284 +231,334,231,345,350,350,350,350,350,345,350,352,201,344,343,349,343,342,201,201,342,343,342,343,363,110,,,82,83,78,81,84,83,83,78,82,83,82,78,81,,,,,110,78,78,79,79,80,246,246,247,248,249,248,249,249,248,247,246,247,246,118,118,118,132,246,246,248,246,249,301,301,284,301,337,284,285,,68,284,301,301,284,301,301,284,284,292,288,,290,293,284,301,284,301,301 +231,335,231,363,,,,,,324,,,,362,341,342,344,345,201,201,345,344,343,346,348,126,80,336,83,79,79,81,80,80,83,83,80,83,83,78,84,,,,,110,78,81,83,78,81,247,249,249,247,247,248,246,247,249,249,246,247,248,281,,282,249,246,247,246,248,246,301,284,284,284,337,297,,303,301,284,284,284,284,301,284,284,301,301,301,296,284,300,301,301,284,284,301 +344,76,342,363,,,,324,,,,324,,347,350,350,344,346,350,350,350,350,345,350,78,84,82,201,79,83,82,83,82,82,82,82,79,81,80,82,84,,,,,110,78,82,84,78,82,249,248,248,249,247,247,270,272,246,246,248,247,249,118,118,118,132,246,248,246,246,246,284,284,284,301,301,301,292,303,301,301,301,284,284,284,284,301,284,301,284,301,301,292,290,293,301,284,284 +363,,347,343,349,349,349,344,349,349,349,342,349,356,,,354,201,,,110,,201,,110,63,201,,82,83,81,81,82,78,80,79,81,82,79,78,84,,,,,110,79,83,81,80,80,246,246,247,248,247,270,,267,280,272,248,247,246,281,,282,248,246,246,246,248,249,301,301,301,284,301,284,301,300,284,284,284,301,301,301,301,284,301,284,284,284,301,284,301,302,293,284,301 +348,,347,341,344,342,350,350,350,350,350,350,356,,,,,201,82,90,110,,201,,110,,79,,78,83,80,82,79,82,80,82,83,79,82,78,84,,,,,110,79,79,79,82,83,246,248,249,246,270,,282,246,247,264,272,248,246,118,118,118,132,249,249,247,246,246,284,284,284,301,301,301,284,292,293,301,301,301,284,284,301,301,301,301,301,284,284,301,301,285,303,284,301 +363,,347,344,341,363,,,,,,,,,,,78,201,110,81,110,64,201,,110,,78,200,83,79,78,84,82,84,84,82,84,80,84,78,81,,,,,110,82,83,81,78,78,248,248,247,247,281,,282,249,247,264,282,247,246,281,,282,248,248,246,247,248,248,301,284,301,301,284,284,301,301,300,284,284,284,301,284,301,301,284,301,284,284,301,284,284,285,,68,301 +342,76,343,341,350,356,,,,,,,,,,,80,201,110,110,110,81,81,90,110,,80,,80,81,82,84,82,84,81,80,80,78,84,82,81,,,,,110,82,78,83,81,80,249,246,249,248,264,,265,247,246,281,265,248,247,118,118,118,132,248,246,247,246,248,284,284,301,284,301,284,284,284,289,301,301,284,284,301,284,301,284,301,284,284,301,301,301,292,138,68,284 +348,,347,356,,,,,,,,,,,,,80,201,110,110,110,110,110,84,110,,83,,84,81,81,78,79,80,81,84,83,78,83,84,78,,,,,110,78,79,84,78,81,247,249,249,276,,,265,249,248,264,265,248,247,264,,265,247,246,246,249,249,247,284,301,284,301,301,301,301,301,285,287,298,284,301,301,301,284,301,301,295,301,295,284,284,284,138,68,301 +345,76,363,,,,324,,,,324,,,,,,84,201,110,110,110,110,110,110,110,,81,,82,82,81,83,78,81,83,78,81,79,82,83,79,,,,,110,79,81,84,79,83,248,249,247,247,264,,265,248,248,281,265,246,246,118,118,118,132,248,246,249,247,248,301,301,301,301,284,301,301,301,292,286,301,284,301,301,301,301,291,290,,290,288,293,284,301,138,68,301 +348,,351,,,,,,,,,64,64,64,64,64,84,201,110,110,110,110,110,110,110,,78,,83,80,78,80,84,83,78,84,82,78,79,82,79,,,,,110,83,84,83,80,78,246,247,246,270,,,265,246,249,281,265,247,246,264,,282,247,247,247,248,249,247,301,301,284,284,284,301,301,284,301,300,301,284,301,301,301,301,300,301,296,284,301,300,301,301,300,301,301 +363,,351,,,231,349,349,349,349,349,83,80,79,84,78,80,201,110,110,110,110,110,110,110,,201,,78,84,81,82,84,84,84,80,83,79,84,82,80,,,,,110,83,82,78,78,82,247,249,248,271,,,282,249,246,264,265,249,249,118,118,118,132,249,249,249,246,247,284,284,301,284,301,301,301,301,284,292,293,301,284,284,284,291,294,301,284,284,284,285,293,301,300,284,284 +363,,362,349,349,345,344,343,346,342,341,84,84,82,84,84,81,201,110,110,110,110,110,110,110,,79,,81,83,81,78,83,84,78,83,84,78,83,81,83,,,,,110,79,84,84,80,79,249,249,249,248,264,,282,246,247,264,282,248,247,281,,265,247,246,249,248,247,249,301,284,284,284,301,284,301,284,301,301,292,293,284,291,287,294,284,284,301,301,284,292,288,287,294,301,301 +348,,362,343,345,345,341,341,345,344,344,79,80,78,81,78,79,201,126,126,126,126,126,126,126,,78,200,84,84,81,79,81,84,80,84,83,79,82,78,78,,,,,126,79,84,80,82,79,247,247,246,249,264,,265,248,246,281,,280,280,,,265,246,247,246,249,248,246,284,284,301,284,284,301,284,284,301,301,301,292,290,,294,301,284,284,301,284,284,301,284,296,301,284,301 +341,76,350,350,350,350,350,350,350,350,350,79,82,78,81,82,81,83,80,78,80,82,84,83,78,78,87,,80,81,82,78,81,81,84,83,79,79,82,81,79,201,201,201,201,82,78,80,80,82,83,249,270,272,246,264,,265,246,247,271,273,246,246,271,,282,247,247,248,249,248,246,284,284,284,301,284,301,284,284,284,301,284,284,284,296,284,301,301,284,284,284,284,301,301,301,301,284,284 +348,,,,,,,,,,,201,64,63,64,63,64,63,64,63,64,63,64,64,63,201,64,64,84,81,82,83,79,81,80,79,83,78,78,79,84,78,81,,,201,,,,,201,280,267,267,280,267,267,273,246,246,249,248,248,247,249,271,273,247,247,246,247,246,247,284,284,284,301,301,284,284,301,301,284,301,301,284,301,284,284,284,301,284,301,301,284,284,301,284,301,284 +342,349,349,349,349,349,349,349,349,349,349,78,78,78,78,78,78,78,81,82,80,83,82,82,80,80,80,78,81,81,78,84,79,82,78,83,78,78,84,84,78,82,84,79,80,80,81,84,79,84,83,249,247,247,249,247,249,249,249,247,246,249,249,247,248,246,249,249,248,246,248,249,249,301,284,301,301,301,284,301,301,301,301,301,284,301,284,301,301,301,284,284,284,301,301,301,301,284,284,301 +BigDecor: +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,89,,87,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,89,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,18,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,88,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,23,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,24,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,69,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,67,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,68,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,66,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,203,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,67,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;960 posEnd=5184;960 posCurrent=5184;960 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;960 posEnd=5248;960 posCurrent=5248;960 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5248;1024 posEnd=5248;1024 posCurrent=5248;1024 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5184;1024 posEnd=5184;1024 posCurrent=5184;1024 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1410;2632 posEnd=1410;2632 posCurrent=1410;2632 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;708 posEnd=194;708 posCurrent=194;708 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=4 stepAdvance=180 stepRecede=180 timeStopStart=20 timeStopEnd=20 posStart=2368;320 posEnd=2752;320 posCurrent=2666;320 step=2 time=140 phase=3393 channel=10 icon=58 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;708 posEnd=322;708 posCurrent=322;708 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=1792;320 posEnd=1792;64 posCurrent=1792;116 step=2 time=32 phase=3393 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=642;1928 posEnd=642;1928 posCurrent=642;1928 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2560 posEnd=1538;2560 posCurrent=1538;2560 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1026;136 posEnd=1026;136 posCurrent=1026;136 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=1 stepAdvance=100 stepRecede=100 timeStopStart=10 timeStopEnd=10 posStart=192;3200 posEnd=832;3200 posCurrent=332;3200 step=2 time=22 phase=3393 channel=1 icon=361 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;448 posEnd=1090;448 posCurrent=1090;448 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;448 posEnd=1474;448 posCurrent=1474;448 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;708 posEnd=1346;708 posCurrent=1346;708 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;708 posEnd=1602;708 posCurrent=1602;708 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;708 posEnd=1090;708 posCurrent=1090;708 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=322;256 posEnd=322;256 posCurrent=322;256 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=194;256 posEnd=194;256 posCurrent=194;256 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1218;3016 posEnd=1218;3016 posCurrent=1218;3016 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;2884 posEnd=1538;2884 posCurrent=1538;2884 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3904;2880 posEnd=3904;2880 posCurrent=3904;2880 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3968;2880 posEnd=3968;2880 posCurrent=3968;2880 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4032;2880 posEnd=4032;2880 posCurrent=4032;2880 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4096;2880 posEnd=4096;2880 posCurrent=4096;2880 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4160;2880 posEnd=4160;2880 posCurrent=4160;2880 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5120;2816 posEnd=5120;2816 posCurrent=5120;2816 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5440;2624 posEnd=5440;2624 posCurrent=5440;2624 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5568;2624 posEnd=5568;2624 posCurrent=5568;2624 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5760;2624 posEnd=5760;2624 posCurrent=5760;2624 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=96 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5888;2624 posEnd=5888;2624 posCurrent=5888;2624 step=1 time=0 phase=3393 channel=10 icon=264 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;4232 posEnd=6210;4232 posCurrent=6210;4232 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6274;4232 posEnd=6274;4232 posCurrent=6274;4232 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5762;4096 posEnd=5762;4096 posCurrent=5762;4096 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5376;4160 posEnd=5376;4160 posCurrent=5376;4160 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5634;4096 posEnd=5634;4096 posCurrent=5634;4096 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5826;5316 posEnd=5826;5316 posCurrent=5826;5316 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2624;640 posEnd=2624;640 posCurrent=2624;640 step=1 time=0 phase=3393 channel=1 icon=32 +MoveObject: type=12 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2048;704 posEnd=2048;704 posCurrent=2048;704 step=1 time=0 phase=3393 channel=1 icon=33 +MoveObject: type=1 stepAdvance=12 stepRecede=12 timeStopStart=3 timeStopEnd=3 posStart=5824;512 posEnd=5952;512 posCurrent=5888;512 step=4 time=6 phase=3393 channel=1 icon=231 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3200;1216 posEnd=3264;1216 posCurrent=3200;1216 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=4736;320 posEnd=4672;320 posCurrent=4679;320 step=2 time=9 phase=3393 channel=11 icon=249 +MoveObject: type=33 stepAdvance=10 stepRecede=10 timeStopStart=23 timeStopEnd=23 posStart=4224;256 posEnd=4288;256 posCurrent=4281;256 step=2 time=9 phase=3393 channel=12 icon=238 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=4096;128 posEnd=4224;128 posCurrent=4224;128 step=3 time=18 phase=3393 channel=13 icon=249 +MoveObject: type=1 stepAdvance=200 stepRecede=200 timeStopStart=20 timeStopEnd=20 posStart=4480;64 posEnd=4480;704 posCurrent=4480;570 step=4 time=42 phase=3393 channel=1 icon=361 +MoveObject: type=33 stepAdvance=20 stepRecede=20 timeStopStart=23 timeStopEnd=23 posStart=4800;192 posEnd=4672;192 posCurrent=4672;192 step=3 time=18 phase=3393 channel=12 icon=238 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4994;72 posEnd=4994;72 posCurrent=4994;72 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;324 posEnd=5506;324 posCurrent=5506;324 step=1 time=0 phase=3393 channel=10 icon=211 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=10 timeStopEnd=10 posStart=5184;1216 posEnd=5184;832 posCurrent=5184;832 step=3 time=9 phase=3393 channel=1 icon=231 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;1224 posEnd=5058;1224 posCurrent=5058;1224 step=1 time=0 phase=3393 channel=10 icon=191 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=2432;1664 posEnd=2624;1664 posCurrent=2432;1664 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;1088 posEnd=3264;1088 posCurrent=3328;1088 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3200;960 posEnd=3264;960 posCurrent=3200;960 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;832 posEnd=3264;832 posCurrent=3328;832 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4096;1152 posEnd=4096;1280 posCurrent=4096;1177 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3456;512 posEnd=3648;512 posCurrent=3456;512 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=3904;1152 posEnd=3904;1280 posCurrent=3904;1177 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6018;260 posEnd=6018;260 posCurrent=6018;260 step=1 time=0 phase=3393 channel=10 icon=227 +MoveObject: type=26 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;1608 posEnd=6146;1608 posCurrent=6146;1608 step=1 time=0 phase=3393 channel=10 icon=136 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4610;1604 posEnd=4610;1604 posCurrent=4610;1604 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=5760;896 posEnd=5760;896 posCurrent=5760;896 step=1 time=0 phase=3393 channel=1 icon=313 +MoveObject: type=47 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=5824;768 posEnd=5824;768 posCurrent=5824;768 step=1 time=0 phase=3393 channel=1 icon=313 +MoveObject: type=4 stepAdvance=30 stepRecede=30 timeStopStart=20 timeStopEnd=20 posStart=6016;3648 posEnd=5952;3648 posCurrent=5952;3648 step=3 time=13 phase=3393 channel=10 icon=60 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5058;72 posEnd=5058;72 posCurrent=5058;72 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5570;968 posEnd=5570;968 posCurrent=5570;968 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;712 posEnd=2818;712 posCurrent=2818;712 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=2 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;1604 posEnd=3586;1604 posCurrent=3586;1604 step=1 time=0 phase=3393 channel=10 icon=16 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;1472 posEnd=2370;1472 posCurrent=2370;1472 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=3456;1024 posEnd=3456;1024 posCurrent=3456;1024 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3010;2120 posEnd=3010;2120 posCurrent=3010;2120 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3074;2120 posEnd=3074;2120 posCurrent=3074;2120 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3138;2120 posEnd=3138;2120 posCurrent=3138;2120 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3202;2120 posEnd=3202;2120 posCurrent=3202;2120 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;328 posEnd=1858;328 posCurrent=1858;328 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=44 stepAdvance=18 stepRecede=18 timeStopStart=4 timeStopEnd=4 posStart=2624;1984 posEnd=2432;1984 posCurrent=2474;1984 step=4 time=4 phase=3393 channel=10 icon=201 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;264 posEnd=2818;264 posCurrent=2818;264 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1728;1536 posEnd=1600;1536 posCurrent=1703;1536 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=1472;1536 posEnd=1344;1536 posCurrent=1447;1536 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=896;1472 posEnd=640;1472 posCurrent=896;1472 step=1 time=9 phase=3393 channel=10 icon=243 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=704;1088 posEnd=704;1216 posCurrent=704;1113 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=640;1216 posEnd=640;1088 posCurrent=640;1191 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=3584;1024 posEnd=3584;704 posCurrent=3584;715 step=2 time=29 phase=3393 channel=1 icon=361 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3264;704 posEnd=3200;704 posCurrent=3264;704 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3458;1096 posEnd=3458;1096 posCurrent=3458;1096 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3586;1096 posEnd=3586;1096 posCurrent=3586;1096 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=3522;1092 posEnd=3522;1092 posCurrent=3522;1092 step=1 time=0 phase=3393 channel=10 icon=222 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=576;1088 posEnd=576;1216 posCurrent=576;1113 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=512;1216 posEnd=512;1088 posCurrent=512;1191 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=1 stepAdvance=60 stepRecede=60 timeStopStart=3 timeStopEnd=3 posStart=256;2688 posEnd=896;2688 posCurrent=352;2688 step=2 time=9 phase=3393 channel=1 icon=361 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;1220 posEnd=770;1220 posCurrent=770;1220 step=1 time=0 phase=3393 channel=10 icon=227 +MoveObject: type=54 stepAdvance=80 stepRecede=80 timeStopStart=200 timeStopEnd=200 posStart=320;1472 posEnd=576;1472 posCurrent=320;1472 step=1 time=9 phase=3393 channel=10 icon=243 +MoveObject: type=1 stepAdvance=110 stepRecede=110 timeStopStart=10 timeStopEnd=10 posStart=576;896 posEnd=576;192 posCurrent=576;755 step=4 time=88 phase=3393 channel=1 icon=397 +MoveObject: type=1 stepAdvance=110 stepRecede=110 timeStopStart=10 timeStopEnd=10 posStart=640;896 posEnd=640;192 posCurrent=640;755 step=4 time=88 phase=3393 channel=1 icon=397 +MoveObject: type=40 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=770;712 posEnd=770;712 posCurrent=770;712 step=1 time=0 phase=3393 channel=10 icon=191 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=512;3136 posEnd=512;3136 posCurrent=512;3136 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=1 stepAdvance=40 stepRecede=176 timeStopStart=2 timeStopEnd=2 posStart=2304;384 posEnd=2816;384 posCurrent=2688;384 step=2 time=30 phase=3393 channel=1 icon=262 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=448;3136 posEnd=448;3136 posCurrent=448;3136 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1280;192 posEnd=1280;0 posCurrent=1280;192 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=4 stepAdvance=240 stepRecede=240 timeStopStart=20 timeStopEnd=20 posStart=2752;128 posEnd=2240;128 posCurrent=2266;128 step=2 time=228 phase=3393 channel=10 icon=66 +MoveObject: type=51 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;132 posEnd=2178;132 posCurrent=2178;132 step=1 time=0 phase=3393 channel=10 icon=227 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=832;512 posEnd=1152;512 posCurrent=1076;512 step=4 time=12 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=50 stepRecede=50 timeStopStart=0 timeStopEnd=0 posStart=1216;512 posEnd=1536;512 posCurrent=1460;512 step=4 time=12 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1408;192 posEnd=1408;0 posCurrent=1408;192 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=1536;192 posEnd=1536;0 posCurrent=1536;192 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=576;3136 posEnd=576;3136 posCurrent=576;3136 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=512;3072 posEnd=512;3072 posCurrent=512;3072 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=20 stepAdvance=104 stepRecede=104 timeStopStart=8 timeStopEnd=8 posStart=1664;640 posEnd=832;640 posCurrent=1456;640 step=4 time=78 phase=3393 channel=10 icon=96 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2888 posEnd=1730;2888 posCurrent=1730;2888 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;136 posEnd=1090;136 posCurrent=1090;136 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=962;132 posEnd=962;132 posCurrent=962;132 step=1 time=0 phase=3393 channel=10 icon=222 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2178;2568 posEnd=2178;2568 posCurrent=2178;2568 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=49 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;324 posEnd=1602;324 posCurrent=1602;324 step=1 time=0 phase=3393 channel=10 icon=211 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=320;384 posEnd=320;320 posCurrent=320;374 step=2 time=1 phase=3393 channel=1 icon=397 +MoveObject: type=1 stepAdvance=6 stepRecede=6 timeStopStart=3 timeStopEnd=3 posStart=192;384 posEnd=192;320 posCurrent=192;374 step=2 time=1 phase=3393 channel=1 icon=397 +MoveObject: type=1 stepAdvance=48 stepRecede=48 timeStopStart=3 timeStopEnd=3 posStart=2752;192 posEnd=2240;192 posCurrent=2752;192 step=1 time=1 phase=3393 channel=1 icon=262 +MoveObject: type=4 stepAdvance=90 stepRecede=90 timeStopStart=20 timeStopEnd=20 posStart=1536;320 posEnd=1344;320 posCurrent=1511;320 step=2 time=12 phase=3393 channel=10 icon=66 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=384;448 posEnd=128;512 posCurrent=192;496 step=2 time=24 phase=3393 channel=10 icon=98 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;520 posEnd=66;520 posCurrent=66;520 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=1 stepAdvance=30 stepRecede=30 timeStopStart=3 timeStopEnd=3 posStart=256;2048 posEnd=576;2048 posCurrent=565;2048 step=2 time=29 phase=3393 channel=1 icon=361 +MoveObject: type=16 stepAdvance=40 stepRecede=40 timeStopStart=0 timeStopEnd=0 posStart=5760;3904 posEnd=6016;3904 posCurrent=5964;3904 step=2 time=32 phase=3393 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;2568 posEnd=2242;2568 posCurrent=2242;2568 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=2752;2816 posEnd=2880;2816 posCurrent=2784;2816 step=2 time=4 phase=3393 channel=10 icon=94 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=66;3144 posEnd=66;3144 posCurrent=66;3144 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=2752;2752 posEnd=2880;2752 posCurrent=2784;2752 step=2 time=4 phase=3393 channel=10 icon=94 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1666;136 posEnd=1666;136 posCurrent=1666;136 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=1 stepAdvance=24 stepRecede=24 timeStopStart=3 timeStopEnd=3 posStart=1536;2624 posEnd=1536;2880 posCurrent=1536;2880 step=3 time=0 phase=3393 channel=1 icon=157 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;2248 posEnd=1858;2248 posCurrent=1858;2248 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;2248 posEnd=1794;2248 posCurrent=1794;2248 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;2248 posEnd=1730;2248 posCurrent=1730;2248 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=20 stepAdvance=24 stepRecede=24 timeStopStart=8 timeStopEnd=8 posStart=1920;2624 posEnd=1728;2624 posCurrent=1872;2624 step=4 time=18 phase=3393 channel=10 icon=92 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=2944;2624 posEnd=3008;2624 posCurrent=2944;2624 step=2 time=0 phase=3393 channel=10 icon=90 +MoveObject: type=20 stepAdvance=32 stepRecede=32 timeStopStart=8 timeStopEnd=8 posStart=2368;2624 posEnd=2624;2624 posCurrent=2560;2624 step=2 time=24 phase=3393 channel=10 icon=90 +MoveObject: type=20 stepAdvance=8 stepRecede=8 timeStopStart=8 timeStopEnd=8 posStart=3136;2624 posEnd=3072;2624 posCurrent=3136;2624 step=2 time=0 phase=3393 channel=10 icon=98 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5506;3720 posEnd=5506;3720 posCurrent=5506;3720 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6210;3912 posEnd=6210;3912 posCurrent=6210;3912 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;3848 posEnd=2114;3848 posCurrent=2114;3848 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;3848 posEnd=2370;3848 posCurrent=2370;3848 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2114;4552 posEnd=2114;4552 posCurrent=2114;4552 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=20 stepAdvance=16 stepRecede=16 timeStopStart=8 timeStopEnd=8 posStart=3200;2752 posEnd=3328;2816 posCurrent=3232;2768 step=2 time=4 phase=3393 channel=10 icon=94 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4352;2944 posEnd=4480;2944 posCurrent=4428;2944 step=2 time=24 phase=3393 channel=1 icon=90 +MoveObject: type=1 stepAdvance=40 stepRecede=40 timeStopStart=20 timeStopEnd=20 posStart=4416;2944 posEnd=4544;2944 posCurrent=4492;2944 step=2 time=24 phase=3393 channel=1 icon=87 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4608;2752 posEnd=4608;2880 posCurrent=4608;2777 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4736;2880 posEnd=4736;3008 posCurrent=4736;2905 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4864;2880 posEnd=4864;3008 posCurrent=4864;2905 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=4992;2880 posEnd=4992;2752 posCurrent=4992;2855 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=4 stepAdvance=30 stepRecede=30 timeStopStart=20 timeStopEnd=20 posStart=6208;3648 posEnd=6144;3648 posCurrent=6144;3648 step=3 time=13 phase=3393 channel=10 icon=60 +MoveObject: type=4 stepAdvance=30 stepRecede=30 timeStopStart=20 timeStopEnd=20 posStart=5824;3648 posEnd=5760;3648 posCurrent=5760;3648 step=3 time=13 phase=3393 channel=10 icon=60 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3524 posEnd=4482;3524 posCurrent=4482;3524 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4546;3524 posEnd=4546;3524 posCurrent=4546;3524 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;3652 posEnd=2818;3652 posCurrent=2818;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2882;3652 posEnd=2882;3652 posCurrent=2882;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4418;4484 posEnd=4418;4484 posCurrent=4418;4484 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;4484 posEnd=4482;4484 posCurrent=4482;4484 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=54 stepAdvance=20 stepRecede=20 timeStopStart=200 timeStopEnd=200 posStart=2752;3904 posEnd=2816;3904 posCurrent=2816;3904 step=3 time=63 phase=3393 channel=10 icon=242 +MoveObject: type=54 stepAdvance=20 stepRecede=20 timeStopStart=200 timeStopEnd=200 posStart=3456;3712 posEnd=3392;3712 posCurrent=3392;3712 step=3 time=63 phase=3393 channel=10 icon=242 +MoveObject: type=54 stepAdvance=40 stepRecede=40 timeStopStart=200 timeStopEnd=200 posStart=4672;4096 posEnd=4544;4096 posCurrent=4672;4096 step=1 time=5 phase=3393 channel=10 icon=244 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1922;3652 posEnd=1922;3652 posCurrent=1922;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1282;3652 posEnd=1282;3652 posCurrent=1282;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1346;3652 posEnd=1346;3652 posCurrent=1346;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1858;3652 posEnd=1858;3652 posCurrent=1858;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1730;3652 posEnd=1730;3652 posCurrent=1730;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;3652 posEnd=1602;3652 posCurrent=1602;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1474;3652 posEnd=1474;3652 posCurrent=1474;3652 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=54 stepAdvance=40 stepRecede=40 timeStopStart=200 timeStopEnd=200 posStart=2176;4800 posEnd=2304;4800 posCurrent=2176;4800 step=1 time=5 phase=3393 channel=10 icon=244 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1538;4612 posEnd=1538;4612 posCurrent=1538;4612 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1602;4612 posEnd=1602;4612 posCurrent=1602;4612 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4356 posEnd=2242;4356 posCurrent=2242;4356 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2370;4292 posEnd=2370;4292 posCurrent=2370;4292 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2242;4100 posEnd=2242;4100 posCurrent=2242;4100 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2818;4100 posEnd=2818;4100 posCurrent=2818;4100 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1794;4036 posEnd=1794;4036 posCurrent=1794;4036 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5056;5952 posEnd=5184;5952 posCurrent=5081;5952 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5824;5824 posEnd=5952;5824 posCurrent=5849;5824 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=6208;5504 posEnd=6080;5504 posCurrent=6183;5504 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=6080;5952 posEnd=6080;6144 posCurrent=6080;5952 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=20 stepRecede=20 timeStopStart=0 timeStopEnd=0 posStart=5376;5888 posEnd=5504;5888 posCurrent=5401;5888 step=2 time=4 phase=3393 channel=10 icon=77 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=1088;5632 posEnd=1024;5632 posCurrent=1050;5632 step=2 time=12 phase=3393 channel=1 icon=231 +MoveObject: type=1 stepAdvance=20 stepRecede=20 timeStopStart=20 timeStopEnd=20 posStart=832;5632 posEnd=896;5632 posCurrent=870;5632 step=2 time=12 phase=3393 channel=1 icon=231 +MoveObject: type=7 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=898;3908 posEnd=898;3908 posCurrent=898;3908 step=1 time=0 phase=3393 channel=10 icon=31 +MoveObject: type=50 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=130;3780 posEnd=130;3780 posCurrent=130;3780 step=1 time=0 phase=3393 channel=10 icon=222 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;576 posEnd=3264;576 posCurrent=3328;576 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3200;448 posEnd=3264;448 posCurrent=3200;448 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=1 stepAdvance=10 stepRecede=10 timeStopStart=10 timeStopEnd=10 posStart=3328;320 posEnd=3264;320 posCurrent=3328;320 step=1 time=5 phase=3393 channel=1 icon=361 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=6146;6152 posEnd=6146;6152 posCurrent=6146;6152 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1090;3972 posEnd=1090;3972 posCurrent=1090;3972 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=13 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=1154;3972 posEnd=1154;3972 posCurrent=1154;3972 step=1 time=0 phase=3393 channel=10 icon=68 +MoveObject: type=16 stepAdvance=30 stepRecede=30 timeStopStart=0 timeStopEnd=0 posStart=3456;256 posEnd=3648;256 posCurrent=3456;256 step=2 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5314;968 posEnd=5314;968 posCurrent=5314;968 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=6016;4160 posEnd=6016;4160 posCurrent=6016;4160 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=3 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=5250;4096 posEnd=5250;4096 posCurrent=5250;4096 step=1 time=0 phase=3393 channel=10 icon=52 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=4482;3848 posEnd=4482;3848 posCurrent=4482;3848 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5888;4160 posEnd=5888;4160 posCurrent=5888;4160 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=16 stepAdvance=10 stepRecede=10 timeStopStart=0 timeStopEnd=0 posStart=5504;4160 posEnd=5504;4160 posCurrent=5504;4160 step=1 time=0 phase=3393 channel=10 icon=77 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2306;6024 posEnd=2306;6024 posCurrent=2306;6024 step=1 time=0 phase=3393 channel=10 icon=21 +MoveObject: type=6 stepAdvance=1 stepRecede=1 timeStopStart=0 timeStopEnd=0 posStart=2562;5256 posEnd=2562;5256 posCurrent=2562;5256 step=1 time=0 phase=3393 channel=10 icon=21 diff --git a/wwwroot/Content/backgrounds/blupiyoupie.xnb b/wwwroot/Content/backgrounds/blupiyoupie.xnb new file mode 100644 index 0000000..665ab3b Binary files /dev/null and b/wwwroot/Content/backgrounds/blupiyoupie.xnb differ diff --git a/wwwroot/Content/backgrounds/decor000.xnb b/wwwroot/Content/backgrounds/decor000.xnb new file mode 100644 index 0000000..d6f5ab0 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor000.xnb differ diff --git a/wwwroot/Content/backgrounds/decor001.xnb b/wwwroot/Content/backgrounds/decor001.xnb new file mode 100644 index 0000000..4193cd0 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor001.xnb differ diff --git a/wwwroot/Content/backgrounds/decor002.xnb b/wwwroot/Content/backgrounds/decor002.xnb new file mode 100644 index 0000000..0d33b30 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor002.xnb differ diff --git a/wwwroot/Content/backgrounds/decor003.xnb b/wwwroot/Content/backgrounds/decor003.xnb new file mode 100644 index 0000000..e75855d Binary files /dev/null and b/wwwroot/Content/backgrounds/decor003.xnb differ diff --git a/wwwroot/Content/backgrounds/decor004.xnb b/wwwroot/Content/backgrounds/decor004.xnb new file mode 100644 index 0000000..1f0cc37 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor004.xnb differ diff --git a/wwwroot/Content/backgrounds/decor006.xnb b/wwwroot/Content/backgrounds/decor006.xnb new file mode 100644 index 0000000..0166adb Binary files /dev/null and b/wwwroot/Content/backgrounds/decor006.xnb differ diff --git a/wwwroot/Content/backgrounds/decor007.xnb b/wwwroot/Content/backgrounds/decor007.xnb new file mode 100644 index 0000000..c9b06cb Binary files /dev/null and b/wwwroot/Content/backgrounds/decor007.xnb differ diff --git a/wwwroot/Content/backgrounds/decor008.xnb b/wwwroot/Content/backgrounds/decor008.xnb new file mode 100644 index 0000000..152993e Binary files /dev/null and b/wwwroot/Content/backgrounds/decor008.xnb differ diff --git a/wwwroot/Content/backgrounds/decor009.xnb b/wwwroot/Content/backgrounds/decor009.xnb new file mode 100644 index 0000000..10bbdbb Binary files /dev/null and b/wwwroot/Content/backgrounds/decor009.xnb differ diff --git a/wwwroot/Content/backgrounds/decor010.xnb b/wwwroot/Content/backgrounds/decor010.xnb new file mode 100644 index 0000000..a319abe Binary files /dev/null and b/wwwroot/Content/backgrounds/decor010.xnb differ diff --git a/wwwroot/Content/backgrounds/decor011.xnb b/wwwroot/Content/backgrounds/decor011.xnb new file mode 100644 index 0000000..48adfb3 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor011.xnb differ diff --git a/wwwroot/Content/backgrounds/decor012.xnb b/wwwroot/Content/backgrounds/decor012.xnb new file mode 100644 index 0000000..1a37daf Binary files /dev/null and b/wwwroot/Content/backgrounds/decor012.xnb differ diff --git a/wwwroot/Content/backgrounds/decor013.xnb b/wwwroot/Content/backgrounds/decor013.xnb new file mode 100644 index 0000000..8c5c1b6 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor013.xnb differ diff --git a/wwwroot/Content/backgrounds/decor015.xnb b/wwwroot/Content/backgrounds/decor015.xnb new file mode 100644 index 0000000..030d4b8 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor015.xnb differ diff --git a/wwwroot/Content/backgrounds/decor016.xnb b/wwwroot/Content/backgrounds/decor016.xnb new file mode 100644 index 0000000..3b72727 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor016.xnb differ diff --git a/wwwroot/Content/backgrounds/decor018.xnb b/wwwroot/Content/backgrounds/decor018.xnb new file mode 100644 index 0000000..2bdae49 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor018.xnb differ diff --git a/wwwroot/Content/backgrounds/decor019.xnb b/wwwroot/Content/backgrounds/decor019.xnb new file mode 100644 index 0000000..45aeb68 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor019.xnb differ diff --git a/wwwroot/Content/backgrounds/decor020.xnb b/wwwroot/Content/backgrounds/decor020.xnb new file mode 100644 index 0000000..7c22b95 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor020.xnb differ diff --git a/wwwroot/Content/backgrounds/decor021.xnb b/wwwroot/Content/backgrounds/decor021.xnb new file mode 100644 index 0000000..711b8ea Binary files /dev/null and b/wwwroot/Content/backgrounds/decor021.xnb differ diff --git a/wwwroot/Content/backgrounds/decor022.xnb b/wwwroot/Content/backgrounds/decor022.xnb new file mode 100644 index 0000000..f6653bc Binary files /dev/null and b/wwwroot/Content/backgrounds/decor022.xnb differ diff --git a/wwwroot/Content/backgrounds/decor024.xnb b/wwwroot/Content/backgrounds/decor024.xnb new file mode 100644 index 0000000..27fce3a Binary files /dev/null and b/wwwroot/Content/backgrounds/decor024.xnb differ diff --git a/wwwroot/Content/backgrounds/decor025.xnb b/wwwroot/Content/backgrounds/decor025.xnb new file mode 100644 index 0000000..477f6ab Binary files /dev/null and b/wwwroot/Content/backgrounds/decor025.xnb differ diff --git a/wwwroot/Content/backgrounds/decor026.xnb b/wwwroot/Content/backgrounds/decor026.xnb new file mode 100644 index 0000000..a92dd03 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor026.xnb differ diff --git a/wwwroot/Content/backgrounds/decor027.xnb b/wwwroot/Content/backgrounds/decor027.xnb new file mode 100644 index 0000000..9762456 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor027.xnb differ diff --git a/wwwroot/Content/backgrounds/decor028.xnb b/wwwroot/Content/backgrounds/decor028.xnb new file mode 100644 index 0000000..b8c1274 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor028.xnb differ diff --git a/wwwroot/Content/backgrounds/decor029.xnb b/wwwroot/Content/backgrounds/decor029.xnb new file mode 100644 index 0000000..034ed39 Binary files /dev/null and b/wwwroot/Content/backgrounds/decor029.xnb differ diff --git a/wwwroot/Content/backgrounds/decor030.xnb b/wwwroot/Content/backgrounds/decor030.xnb new file mode 100644 index 0000000..0be09cc Binary files /dev/null and b/wwwroot/Content/backgrounds/decor030.xnb differ diff --git a/wwwroot/Content/backgrounds/decor031.xnb b/wwwroot/Content/backgrounds/decor031.xnb new file mode 100644 index 0000000..3ee099d Binary files /dev/null and b/wwwroot/Content/backgrounds/decor031.xnb differ diff --git a/wwwroot/Content/backgrounds/gear.xnb b/wwwroot/Content/backgrounds/gear.xnb new file mode 100644 index 0000000..afad31a Binary files /dev/null and b/wwwroot/Content/backgrounds/gear.xnb differ diff --git a/wwwroot/Content/backgrounds/init.xnb b/wwwroot/Content/backgrounds/init.xnb new file mode 100644 index 0000000..bd10fb2 Binary files /dev/null and b/wwwroot/Content/backgrounds/init.xnb differ diff --git a/wwwroot/Content/backgrounds/lost.xnb b/wwwroot/Content/backgrounds/lost.xnb new file mode 100644 index 0000000..c7729b7 Binary files /dev/null and b/wwwroot/Content/backgrounds/lost.xnb differ diff --git a/wwwroot/Content/backgrounds/pause.xnb b/wwwroot/Content/backgrounds/pause.xnb new file mode 100644 index 0000000..f25c50e Binary files /dev/null and b/wwwroot/Content/backgrounds/pause.xnb differ diff --git a/wwwroot/Content/backgrounds/setup.xnb b/wwwroot/Content/backgrounds/setup.xnb new file mode 100644 index 0000000..6b2ce7e Binary files /dev/null and b/wwwroot/Content/backgrounds/setup.xnb differ diff --git a/wwwroot/Content/backgrounds/speedyblupi.xnb b/wwwroot/Content/backgrounds/speedyblupi.xnb new file mode 100644 index 0000000..f26affc Binary files /dev/null and b/wwwroot/Content/backgrounds/speedyblupi.xnb differ diff --git a/wwwroot/Content/backgrounds/trial.xnb b/wwwroot/Content/backgrounds/trial.xnb new file mode 100644 index 0000000..5a287b0 Binary files /dev/null and b/wwwroot/Content/backgrounds/trial.xnb differ diff --git a/wwwroot/Content/backgrounds/wait.xnb b/wwwroot/Content/backgrounds/wait.xnb new file mode 100644 index 0000000..86f82be Binary files /dev/null and b/wwwroot/Content/backgrounds/wait.xnb differ diff --git a/wwwroot/Content/backgrounds/win.xnb b/wwwroot/Content/backgrounds/win.xnb new file mode 100644 index 0000000..d81b522 Binary files /dev/null and b/wwwroot/Content/backgrounds/win.xnb differ diff --git a/wwwroot/Content/icons/blupi.xnb b/wwwroot/Content/icons/blupi.xnb new file mode 100644 index 0000000..8a06cc0 Binary files /dev/null and b/wwwroot/Content/icons/blupi.xnb differ diff --git a/wwwroot/Content/icons/blupi1.xnb b/wwwroot/Content/icons/blupi1.xnb new file mode 100644 index 0000000..281b01f Binary files /dev/null and b/wwwroot/Content/icons/blupi1.xnb differ diff --git a/wwwroot/Content/icons/button.xnb b/wwwroot/Content/icons/button.xnb new file mode 100644 index 0000000..d383b52 Binary files /dev/null and b/wwwroot/Content/icons/button.xnb differ diff --git a/wwwroot/Content/icons/element.xnb b/wwwroot/Content/icons/element.xnb new file mode 100644 index 0000000..c8d3f9a Binary files /dev/null and b/wwwroot/Content/icons/element.xnb differ diff --git a/wwwroot/Content/icons/explo.xnb b/wwwroot/Content/icons/explo.xnb new file mode 100644 index 0000000..73f4e75 Binary files /dev/null and b/wwwroot/Content/icons/explo.xnb differ diff --git a/wwwroot/Content/icons/jauge.xnb b/wwwroot/Content/icons/jauge.xnb new file mode 100644 index 0000000..c94c07a Binary files /dev/null and b/wwwroot/Content/icons/jauge.xnb differ diff --git a/wwwroot/Content/icons/object-m.xnb b/wwwroot/Content/icons/object-m.xnb new file mode 100644 index 0000000..a75fa3a Binary files /dev/null and b/wwwroot/Content/icons/object-m.xnb differ diff --git a/wwwroot/Content/icons/pad.xnb b/wwwroot/Content/icons/pad.xnb new file mode 100644 index 0000000..d755188 Binary files /dev/null and b/wwwroot/Content/icons/pad.xnb differ diff --git a/wwwroot/Content/icons/text.xnb b/wwwroot/Content/icons/text.xnb new file mode 100644 index 0000000..910438d Binary files /dev/null and b/wwwroot/Content/icons/text.xnb differ diff --git a/wwwroot/Content/sounds/sound000.xnb b/wwwroot/Content/sounds/sound000.xnb new file mode 100644 index 0000000..07961e4 Binary files /dev/null and b/wwwroot/Content/sounds/sound000.xnb differ diff --git a/wwwroot/Content/sounds/sound001.xnb b/wwwroot/Content/sounds/sound001.xnb new file mode 100644 index 0000000..ddf86d6 Binary files /dev/null and b/wwwroot/Content/sounds/sound001.xnb differ diff --git a/wwwroot/Content/sounds/sound002.xnb b/wwwroot/Content/sounds/sound002.xnb new file mode 100644 index 0000000..f71ef6d Binary files /dev/null and b/wwwroot/Content/sounds/sound002.xnb differ diff --git a/wwwroot/Content/sounds/sound003.xnb b/wwwroot/Content/sounds/sound003.xnb new file mode 100644 index 0000000..02c758f Binary files /dev/null and b/wwwroot/Content/sounds/sound003.xnb differ diff --git a/wwwroot/Content/sounds/sound004.xnb b/wwwroot/Content/sounds/sound004.xnb new file mode 100644 index 0000000..712ae29 Binary files /dev/null and b/wwwroot/Content/sounds/sound004.xnb differ diff --git a/wwwroot/Content/sounds/sound005.xnb b/wwwroot/Content/sounds/sound005.xnb new file mode 100644 index 0000000..312fe6d Binary files /dev/null and b/wwwroot/Content/sounds/sound005.xnb differ diff --git a/wwwroot/Content/sounds/sound006.xnb b/wwwroot/Content/sounds/sound006.xnb new file mode 100644 index 0000000..2522df6 Binary files /dev/null and b/wwwroot/Content/sounds/sound006.xnb differ diff --git a/wwwroot/Content/sounds/sound007.xnb b/wwwroot/Content/sounds/sound007.xnb new file mode 100644 index 0000000..8583a8c Binary files /dev/null and b/wwwroot/Content/sounds/sound007.xnb differ diff --git a/wwwroot/Content/sounds/sound008.xnb b/wwwroot/Content/sounds/sound008.xnb new file mode 100644 index 0000000..4359b8f Binary files /dev/null and b/wwwroot/Content/sounds/sound008.xnb differ diff --git a/wwwroot/Content/sounds/sound009.xnb b/wwwroot/Content/sounds/sound009.xnb new file mode 100644 index 0000000..e20f925 Binary files /dev/null and b/wwwroot/Content/sounds/sound009.xnb differ diff --git a/wwwroot/Content/sounds/sound010.xnb b/wwwroot/Content/sounds/sound010.xnb new file mode 100644 index 0000000..406169c Binary files /dev/null and b/wwwroot/Content/sounds/sound010.xnb differ diff --git a/wwwroot/Content/sounds/sound011.xnb b/wwwroot/Content/sounds/sound011.xnb new file mode 100644 index 0000000..d5bd97b Binary files /dev/null and b/wwwroot/Content/sounds/sound011.xnb differ diff --git a/wwwroot/Content/sounds/sound012.xnb b/wwwroot/Content/sounds/sound012.xnb new file mode 100644 index 0000000..53acc95 Binary files /dev/null and b/wwwroot/Content/sounds/sound012.xnb differ diff --git a/wwwroot/Content/sounds/sound013.xnb b/wwwroot/Content/sounds/sound013.xnb new file mode 100644 index 0000000..eb2d794 Binary files /dev/null and b/wwwroot/Content/sounds/sound013.xnb differ diff --git a/wwwroot/Content/sounds/sound014.xnb b/wwwroot/Content/sounds/sound014.xnb new file mode 100644 index 0000000..0cd7c07 Binary files /dev/null and b/wwwroot/Content/sounds/sound014.xnb differ diff --git a/wwwroot/Content/sounds/sound015.xnb b/wwwroot/Content/sounds/sound015.xnb new file mode 100644 index 0000000..0b16630 Binary files /dev/null and b/wwwroot/Content/sounds/sound015.xnb differ diff --git a/wwwroot/Content/sounds/sound016.xnb b/wwwroot/Content/sounds/sound016.xnb new file mode 100644 index 0000000..cd99f07 Binary files /dev/null and b/wwwroot/Content/sounds/sound016.xnb differ diff --git a/wwwroot/Content/sounds/sound017.xnb b/wwwroot/Content/sounds/sound017.xnb new file mode 100644 index 0000000..81db668 Binary files /dev/null and b/wwwroot/Content/sounds/sound017.xnb differ diff --git a/wwwroot/Content/sounds/sound018.xnb b/wwwroot/Content/sounds/sound018.xnb new file mode 100644 index 0000000..062bdc5 Binary files /dev/null and b/wwwroot/Content/sounds/sound018.xnb differ diff --git a/wwwroot/Content/sounds/sound019.xnb b/wwwroot/Content/sounds/sound019.xnb new file mode 100644 index 0000000..e729536 Binary files /dev/null and b/wwwroot/Content/sounds/sound019.xnb differ diff --git a/wwwroot/Content/sounds/sound020.xnb b/wwwroot/Content/sounds/sound020.xnb new file mode 100644 index 0000000..8a5b69b Binary files /dev/null and b/wwwroot/Content/sounds/sound020.xnb differ diff --git a/wwwroot/Content/sounds/sound021.xnb b/wwwroot/Content/sounds/sound021.xnb new file mode 100644 index 0000000..9529fc8 Binary files /dev/null and b/wwwroot/Content/sounds/sound021.xnb differ diff --git a/wwwroot/Content/sounds/sound022.xnb b/wwwroot/Content/sounds/sound022.xnb new file mode 100644 index 0000000..c44480c Binary files /dev/null and b/wwwroot/Content/sounds/sound022.xnb differ diff --git a/wwwroot/Content/sounds/sound023.xnb b/wwwroot/Content/sounds/sound023.xnb new file mode 100644 index 0000000..fe72042 Binary files /dev/null and b/wwwroot/Content/sounds/sound023.xnb differ diff --git a/wwwroot/Content/sounds/sound024.xnb b/wwwroot/Content/sounds/sound024.xnb new file mode 100644 index 0000000..015fbf8 Binary files /dev/null and b/wwwroot/Content/sounds/sound024.xnb differ diff --git a/wwwroot/Content/sounds/sound025.xnb b/wwwroot/Content/sounds/sound025.xnb new file mode 100644 index 0000000..15448b8 Binary files /dev/null and b/wwwroot/Content/sounds/sound025.xnb differ diff --git a/wwwroot/Content/sounds/sound026.xnb b/wwwroot/Content/sounds/sound026.xnb new file mode 100644 index 0000000..a897f1c Binary files /dev/null and b/wwwroot/Content/sounds/sound026.xnb differ diff --git a/wwwroot/Content/sounds/sound027.xnb b/wwwroot/Content/sounds/sound027.xnb new file mode 100644 index 0000000..0ac83f9 Binary files /dev/null and b/wwwroot/Content/sounds/sound027.xnb differ diff --git a/wwwroot/Content/sounds/sound028.xnb b/wwwroot/Content/sounds/sound028.xnb new file mode 100644 index 0000000..0b26555 Binary files /dev/null and b/wwwroot/Content/sounds/sound028.xnb differ diff --git a/wwwroot/Content/sounds/sound029.xnb b/wwwroot/Content/sounds/sound029.xnb new file mode 100644 index 0000000..9dbe5e4 Binary files /dev/null and b/wwwroot/Content/sounds/sound029.xnb differ diff --git a/wwwroot/Content/sounds/sound030.xnb b/wwwroot/Content/sounds/sound030.xnb new file mode 100644 index 0000000..6804520 Binary files /dev/null and b/wwwroot/Content/sounds/sound030.xnb differ diff --git a/wwwroot/Content/sounds/sound031.xnb b/wwwroot/Content/sounds/sound031.xnb new file mode 100644 index 0000000..6533082 Binary files /dev/null and b/wwwroot/Content/sounds/sound031.xnb differ diff --git a/wwwroot/Content/sounds/sound032.xnb b/wwwroot/Content/sounds/sound032.xnb new file mode 100644 index 0000000..b1cb2b1 Binary files /dev/null and b/wwwroot/Content/sounds/sound032.xnb differ diff --git a/wwwroot/Content/sounds/sound033.xnb b/wwwroot/Content/sounds/sound033.xnb new file mode 100644 index 0000000..ac123ee Binary files /dev/null and b/wwwroot/Content/sounds/sound033.xnb differ diff --git a/wwwroot/Content/sounds/sound034.xnb b/wwwroot/Content/sounds/sound034.xnb new file mode 100644 index 0000000..60fa1f2 Binary files /dev/null and b/wwwroot/Content/sounds/sound034.xnb differ diff --git a/wwwroot/Content/sounds/sound035.xnb b/wwwroot/Content/sounds/sound035.xnb new file mode 100644 index 0000000..0f4d9b8 Binary files /dev/null and b/wwwroot/Content/sounds/sound035.xnb differ diff --git a/wwwroot/Content/sounds/sound036.xnb b/wwwroot/Content/sounds/sound036.xnb new file mode 100644 index 0000000..0d9cce0 Binary files /dev/null and b/wwwroot/Content/sounds/sound036.xnb differ diff --git a/wwwroot/Content/sounds/sound037.xnb b/wwwroot/Content/sounds/sound037.xnb new file mode 100644 index 0000000..44f40dd Binary files /dev/null and b/wwwroot/Content/sounds/sound037.xnb differ diff --git a/wwwroot/Content/sounds/sound038.xnb b/wwwroot/Content/sounds/sound038.xnb new file mode 100644 index 0000000..5a5a480 Binary files /dev/null and b/wwwroot/Content/sounds/sound038.xnb differ diff --git a/wwwroot/Content/sounds/sound039.xnb b/wwwroot/Content/sounds/sound039.xnb new file mode 100644 index 0000000..2a4563f Binary files /dev/null and b/wwwroot/Content/sounds/sound039.xnb differ diff --git a/wwwroot/Content/sounds/sound040.xnb b/wwwroot/Content/sounds/sound040.xnb new file mode 100644 index 0000000..6ed27bb Binary files /dev/null and b/wwwroot/Content/sounds/sound040.xnb differ diff --git a/wwwroot/Content/sounds/sound041.xnb b/wwwroot/Content/sounds/sound041.xnb new file mode 100644 index 0000000..fa918ca Binary files /dev/null and b/wwwroot/Content/sounds/sound041.xnb differ diff --git a/wwwroot/Content/sounds/sound042.xnb b/wwwroot/Content/sounds/sound042.xnb new file mode 100644 index 0000000..0bbd720 Binary files /dev/null and b/wwwroot/Content/sounds/sound042.xnb differ diff --git a/wwwroot/Content/sounds/sound043.xnb b/wwwroot/Content/sounds/sound043.xnb new file mode 100644 index 0000000..ebac10b Binary files /dev/null and b/wwwroot/Content/sounds/sound043.xnb differ diff --git a/wwwroot/Content/sounds/sound044.xnb b/wwwroot/Content/sounds/sound044.xnb new file mode 100644 index 0000000..01b7ba3 Binary files /dev/null and b/wwwroot/Content/sounds/sound044.xnb differ diff --git a/wwwroot/Content/sounds/sound045.xnb b/wwwroot/Content/sounds/sound045.xnb new file mode 100644 index 0000000..514c53d Binary files /dev/null and b/wwwroot/Content/sounds/sound045.xnb differ diff --git a/wwwroot/Content/sounds/sound046.xnb b/wwwroot/Content/sounds/sound046.xnb new file mode 100644 index 0000000..8dab894 Binary files /dev/null and b/wwwroot/Content/sounds/sound046.xnb differ diff --git a/wwwroot/Content/sounds/sound047.xnb b/wwwroot/Content/sounds/sound047.xnb new file mode 100644 index 0000000..6e99c34 Binary files /dev/null and b/wwwroot/Content/sounds/sound047.xnb differ diff --git a/wwwroot/Content/sounds/sound048.xnb b/wwwroot/Content/sounds/sound048.xnb new file mode 100644 index 0000000..98f3d26 Binary files /dev/null and b/wwwroot/Content/sounds/sound048.xnb differ diff --git a/wwwroot/Content/sounds/sound049.xnb b/wwwroot/Content/sounds/sound049.xnb new file mode 100644 index 0000000..016058e Binary files /dev/null and b/wwwroot/Content/sounds/sound049.xnb differ diff --git a/wwwroot/Content/sounds/sound050.xnb b/wwwroot/Content/sounds/sound050.xnb new file mode 100644 index 0000000..325583f Binary files /dev/null and b/wwwroot/Content/sounds/sound050.xnb differ diff --git a/wwwroot/Content/sounds/sound051.xnb b/wwwroot/Content/sounds/sound051.xnb new file mode 100644 index 0000000..4a54ccd Binary files /dev/null and b/wwwroot/Content/sounds/sound051.xnb differ diff --git a/wwwroot/Content/sounds/sound052.xnb b/wwwroot/Content/sounds/sound052.xnb new file mode 100644 index 0000000..c6b0000 Binary files /dev/null and b/wwwroot/Content/sounds/sound052.xnb differ diff --git a/wwwroot/Content/sounds/sound053.xnb b/wwwroot/Content/sounds/sound053.xnb new file mode 100644 index 0000000..135288f Binary files /dev/null and b/wwwroot/Content/sounds/sound053.xnb differ diff --git a/wwwroot/Content/sounds/sound054.xnb b/wwwroot/Content/sounds/sound054.xnb new file mode 100644 index 0000000..cebc71f Binary files /dev/null and b/wwwroot/Content/sounds/sound054.xnb differ diff --git a/wwwroot/Content/sounds/sound055.xnb b/wwwroot/Content/sounds/sound055.xnb new file mode 100644 index 0000000..93929be Binary files /dev/null and b/wwwroot/Content/sounds/sound055.xnb differ diff --git a/wwwroot/Content/sounds/sound056.xnb b/wwwroot/Content/sounds/sound056.xnb new file mode 100644 index 0000000..6cb1290 Binary files /dev/null and b/wwwroot/Content/sounds/sound056.xnb differ diff --git a/wwwroot/Content/sounds/sound057.xnb b/wwwroot/Content/sounds/sound057.xnb new file mode 100644 index 0000000..8c1a3b6 Binary files /dev/null and b/wwwroot/Content/sounds/sound057.xnb differ diff --git a/wwwroot/Content/sounds/sound058.xnb b/wwwroot/Content/sounds/sound058.xnb new file mode 100644 index 0000000..41ba257 Binary files /dev/null and b/wwwroot/Content/sounds/sound058.xnb differ diff --git a/wwwroot/Content/sounds/sound059.xnb b/wwwroot/Content/sounds/sound059.xnb new file mode 100644 index 0000000..4002ba3 Binary files /dev/null and b/wwwroot/Content/sounds/sound059.xnb differ diff --git a/wwwroot/Content/sounds/sound060.xnb b/wwwroot/Content/sounds/sound060.xnb new file mode 100644 index 0000000..67f0ba0 Binary files /dev/null and b/wwwroot/Content/sounds/sound060.xnb differ diff --git a/wwwroot/Content/sounds/sound061.xnb b/wwwroot/Content/sounds/sound061.xnb new file mode 100644 index 0000000..b3f8b69 Binary files /dev/null and b/wwwroot/Content/sounds/sound061.xnb differ diff --git a/wwwroot/Content/sounds/sound062.xnb b/wwwroot/Content/sounds/sound062.xnb new file mode 100644 index 0000000..87c23ef Binary files /dev/null and b/wwwroot/Content/sounds/sound062.xnb differ diff --git a/wwwroot/Content/sounds/sound063.xnb b/wwwroot/Content/sounds/sound063.xnb new file mode 100644 index 0000000..96c1598 Binary files /dev/null and b/wwwroot/Content/sounds/sound063.xnb differ diff --git a/wwwroot/Content/sounds/sound064.xnb b/wwwroot/Content/sounds/sound064.xnb new file mode 100644 index 0000000..5ff835c Binary files /dev/null and b/wwwroot/Content/sounds/sound064.xnb differ diff --git a/wwwroot/Content/sounds/sound065.xnb b/wwwroot/Content/sounds/sound065.xnb new file mode 100644 index 0000000..7c9af67 Binary files /dev/null and b/wwwroot/Content/sounds/sound065.xnb differ diff --git a/wwwroot/Content/sounds/sound066.xnb b/wwwroot/Content/sounds/sound066.xnb new file mode 100644 index 0000000..49ba65a Binary files /dev/null and b/wwwroot/Content/sounds/sound066.xnb differ diff --git a/wwwroot/Content/sounds/sound067.xnb b/wwwroot/Content/sounds/sound067.xnb new file mode 100644 index 0000000..ae3c927 Binary files /dev/null and b/wwwroot/Content/sounds/sound067.xnb differ diff --git a/wwwroot/Content/sounds/sound068.xnb b/wwwroot/Content/sounds/sound068.xnb new file mode 100644 index 0000000..4633d90 Binary files /dev/null and b/wwwroot/Content/sounds/sound068.xnb differ diff --git a/wwwroot/Content/sounds/sound069.xnb b/wwwroot/Content/sounds/sound069.xnb new file mode 100644 index 0000000..05835b9 Binary files /dev/null and b/wwwroot/Content/sounds/sound069.xnb differ diff --git a/wwwroot/Content/sounds/sound070.xnb b/wwwroot/Content/sounds/sound070.xnb new file mode 100644 index 0000000..27de769 Binary files /dev/null and b/wwwroot/Content/sounds/sound070.xnb differ diff --git a/wwwroot/Content/sounds/sound071.xnb b/wwwroot/Content/sounds/sound071.xnb new file mode 100644 index 0000000..de50492 Binary files /dev/null and b/wwwroot/Content/sounds/sound071.xnb differ diff --git a/wwwroot/Content/sounds/sound072.xnb b/wwwroot/Content/sounds/sound072.xnb new file mode 100644 index 0000000..bd26b75 Binary files /dev/null and b/wwwroot/Content/sounds/sound072.xnb differ diff --git a/wwwroot/Content/sounds/sound073.xnb b/wwwroot/Content/sounds/sound073.xnb new file mode 100644 index 0000000..d08bd7e Binary files /dev/null and b/wwwroot/Content/sounds/sound073.xnb differ diff --git a/wwwroot/Content/sounds/sound074.xnb b/wwwroot/Content/sounds/sound074.xnb new file mode 100644 index 0000000..5c975fd Binary files /dev/null and b/wwwroot/Content/sounds/sound074.xnb differ diff --git a/wwwroot/Content/sounds/sound075.xnb b/wwwroot/Content/sounds/sound075.xnb new file mode 100644 index 0000000..7b8060a Binary files /dev/null and b/wwwroot/Content/sounds/sound075.xnb differ diff --git a/wwwroot/Content/sounds/sound076.xnb b/wwwroot/Content/sounds/sound076.xnb new file mode 100644 index 0000000..072ba05 Binary files /dev/null and b/wwwroot/Content/sounds/sound076.xnb differ diff --git a/wwwroot/Content/sounds/sound077.xnb b/wwwroot/Content/sounds/sound077.xnb new file mode 100644 index 0000000..1aebfd7 Binary files /dev/null and b/wwwroot/Content/sounds/sound077.xnb differ diff --git a/wwwroot/Content/sounds/sound078.xnb b/wwwroot/Content/sounds/sound078.xnb new file mode 100644 index 0000000..04d6ec6 Binary files /dev/null and b/wwwroot/Content/sounds/sound078.xnb differ diff --git a/wwwroot/Content/sounds/sound079.xnb b/wwwroot/Content/sounds/sound079.xnb new file mode 100644 index 0000000..0bec052 Binary files /dev/null and b/wwwroot/Content/sounds/sound079.xnb differ diff --git a/wwwroot/Content/sounds/sound080.xnb b/wwwroot/Content/sounds/sound080.xnb new file mode 100644 index 0000000..5451db6 Binary files /dev/null and b/wwwroot/Content/sounds/sound080.xnb differ diff --git a/wwwroot/Content/sounds/sound081.xnb b/wwwroot/Content/sounds/sound081.xnb new file mode 100644 index 0000000..909d312 Binary files /dev/null and b/wwwroot/Content/sounds/sound081.xnb differ diff --git a/wwwroot/Content/sounds/sound082.xnb b/wwwroot/Content/sounds/sound082.xnb new file mode 100644 index 0000000..388b64b Binary files /dev/null and b/wwwroot/Content/sounds/sound082.xnb differ diff --git a/wwwroot/Content/sounds/sound083.xnb b/wwwroot/Content/sounds/sound083.xnb new file mode 100644 index 0000000..b71d51a Binary files /dev/null and b/wwwroot/Content/sounds/sound083.xnb differ diff --git a/wwwroot/Content/sounds/sound084.xnb b/wwwroot/Content/sounds/sound084.xnb new file mode 100644 index 0000000..4e15a38 Binary files /dev/null and b/wwwroot/Content/sounds/sound084.xnb differ diff --git a/wwwroot/Content/sounds/sound085.xnb b/wwwroot/Content/sounds/sound085.xnb new file mode 100644 index 0000000..db067df Binary files /dev/null and b/wwwroot/Content/sounds/sound085.xnb differ diff --git a/wwwroot/Content/sounds/sound086.xnb b/wwwroot/Content/sounds/sound086.xnb new file mode 100644 index 0000000..3891a7f Binary files /dev/null and b/wwwroot/Content/sounds/sound086.xnb differ diff --git a/wwwroot/Content/sounds/sound087.xnb b/wwwroot/Content/sounds/sound087.xnb new file mode 100644 index 0000000..8751459 Binary files /dev/null and b/wwwroot/Content/sounds/sound087.xnb differ diff --git a/wwwroot/Content/sounds/sound088.xnb b/wwwroot/Content/sounds/sound088.xnb new file mode 100644 index 0000000..fb46c45 Binary files /dev/null and b/wwwroot/Content/sounds/sound088.xnb differ diff --git a/wwwroot/Content/sounds/sound089.xnb b/wwwroot/Content/sounds/sound089.xnb new file mode 100644 index 0000000..7387d0a Binary files /dev/null and b/wwwroot/Content/sounds/sound089.xnb differ diff --git a/wwwroot/Content/sounds/sound090.xnb b/wwwroot/Content/sounds/sound090.xnb new file mode 100644 index 0000000..8548c3c Binary files /dev/null and b/wwwroot/Content/sounds/sound090.xnb differ diff --git a/wwwroot/Content/sounds/sound091.xnb b/wwwroot/Content/sounds/sound091.xnb new file mode 100644 index 0000000..eec2b38 Binary files /dev/null and b/wwwroot/Content/sounds/sound091.xnb differ diff --git a/wwwroot/Content/sounds/sound092.xnb b/wwwroot/Content/sounds/sound092.xnb new file mode 100644 index 0000000..e6b473d Binary files /dev/null and b/wwwroot/Content/sounds/sound092.xnb differ